summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-11Add KERNFS, PROCFS, NULLFSTodd C. Miller
1997-07-11Allow media to be removed on last close even if the device used was theThorsten Lockert
no-rewind device. Ensure we re-detect media on first open even if media was present at boot.
1997-07-11Do not force FOLLOW (to follow symbolic links) when creating new filesThorsten Lockert
1997-07-11Man page for SHA1*Todd C. Miller
1997-07-11Remove #if 0'd codeTodd C. Miller
1997-07-10A -> AnTodd C. Miller
1997-07-10Be consistent wrt unsigned vs. u_*Todd C. Miller
1997-07-10add insert char capability (and no bickering about it being ANSI 8c{)]kstailey
1997-07-10sync with NETBSD 30/3/97 + adapating aria.cNiels Provos
1997-07-10Use new SHA1* functions.Todd C. Miller
1997-07-10Different sha1 functions (taken from netinet's if_sha1.c) thatTodd C. Miller
are more consistent with md4/md5 functions.
1997-07-10Need err.h for warnx proto.Todd C. Miller
1997-07-10fix vga_copycols(9)kstailey
1997-07-10NULLkstailey
1997-07-10Take out some devices unused in the install. Alpha boot floppy now fits.Todd C. Miller
1997-07-10Add more system users. From Marshall M. Midden <m4@umn.edu>Todd C. Miller
1997-07-10add a bunch of ${config_shell} or $(SHELL) so that also libgmp configuresThomas Graichen
and builds fine in a fresh ctm'ed or whatever tree without expecting any scripts to be executable
1997-07-10fix backward scrollingkstailey
1997-07-10More comment stripping to squeeze a few more bytes...Todd C. Miller
1997-07-09disk_unbusy() does not call panic()kstailey
1997-07-09Do not lose our ethernet addressNiklas Hallqvist
1997-07-09Use syslog(3), not fprintf(3) for error messages.kstailey
OSF is not the only OS that uses USER_PROCESS in ut_type.
1997-07-09Don't do needless sync and change -fast to -check in unmount_fs()Todd C. Miller
1997-07-09Don't include sync(1)Todd C. Miller
1997-07-09Don't use sync(1)Todd C. Miller
1997-07-09Real raminst.conf lives in ramdisk dir.Todd C. Miller
1997-07-09Take out DEBUG and DIAGNOSTIC to make thigns fit.Todd C. Miller
1997-07-09copyrightTheo de Raadt
1997-07-09do literal mode nicely. ddb now rocks. now we need working tracebackTheo de Raadt
1997-07-09indicate that the register array is in physical orderTheo de Raadt
1997-07-09decode integer instructions, or at least the ones i have documentation forTheo de Raadt
1997-07-09comment register numbers; also pc/ps are not $31, not in the least...Theo de Raadt
1997-07-09print registers by name, not numberTheo de Raadt
1997-07-09rearrange registers in numerical orderTheo de Raadt
1997-07-09\n after clnt_sperrno()Theo de Raadt
1997-07-09arghTheo de Raadt
1997-07-09avoid close(closed_socket) or close(-1); it looks disgusting in kdumpTheo de Raadt
1997-07-09alpha/common/ insults my filecTheo de Raadt
1997-07-09add ep on isa, of course i just fried my 3c509...Theo de Raadt
1997-07-09simplify codeTheo de Raadt
1997-07-09new formatTheo de Raadt
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1997-07-09#include <netgroup.h>Todd C. Miller
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1997-07-09Clarify strncat(3) count param.Todd C. Miller
1997-07-09Fix strncat(3) usage.Todd C. Miller
1997-07-08Improved a lot, not so much remains now, mostly the "operate format" stuff.Niklas Hallqvist
1997-07-08std.alpha goes foomTheo de Raadt
1997-07-08Don't call exit(0) from rstat_service(). There is a alarm(3) that brings uskstailey
down in due time.
1997-07-08print child exit status in debug mode.kstailey