Commit ID: 657d4358e1e6ede8
CVSROOT: /cvs
Module name: src
Changes by: tg-EzPuE8Rkg3GuiImvZfsuaA@xxxxxxxxxxxxxxxx 2005/10/21
12:41:57 UTC
Modified files:
bin/mksh : check.t funcs.c main.c mksh.1 sh.h
Log message:
follow OpenBSD and add mknod as mksh builtin (mknod <file> p acts as mkfifo)
but write a good chunk of that code myself (better structured, better error
handling, more gotos, less function calls, int -> bool)
passes all tests on mirbsd; this will become mksh R25 once tested on other
supported OSes
To generate a diff of this changeset, execute the following commands:
cvs rdiff -ur1.32 -r1.33 src/bin/mksh/check.t
cvs rdiff -ur1.20 -r1.21 src/bin/mksh/funcs.c
cvs rdiff -ur1.27 -r1.28 src/bin/mksh/main.c
cvs rdiff -ur1.22 -r1.23 src/bin/mksh/mksh.1
cvs rdiff -ur1.18 -r1.19 src/bin/mksh/sh.h
|