summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-05-13syncTheo de Raadt
1998-05-13typoNiklas Hallqvist
1998-05-13make signal handlers save/restore errnoTheo de Raadt
1998-05-13document SA_RESETHAND; erh@uaccess.netTheo de Raadt
1998-05-13change size parameter to size_tTheo de Raadt
1998-05-13provide time_t without sys/types.h; kleinkTheo de Raadt
1998-05-13Use DEV_BSIZE instead of the wasteful MAXBSIZE for buffer size.Niklas Hallqvist
1998-05-13catch more commands that require a shellTheo de Raadt
1998-05-13syncTheo de Raadt
1998-05-13support POSIX "kill [-s signame] pid" syntax, fix the "kill -l [exitstatus]"Theo de Raadt
syntax, sync documentation, no longer permit of full signal names in the "kill [-sig] pid" syntax, e.g. -SIGHUP; kleink
1998-05-13main returns int, not voidTodd C. Miller
1998-05-12take out disklabel hacks as writelabel() in the pmax kernel has been fixedTodd C. Miller
1998-05-12typoTodd C. Miller
1998-05-12update, from NetBSD.Niels Provos
1998-05-12document how to enable YP for each databaseTheo de Raadt
1998-05-12recommend fcntl.h not sys/file.h; kleinkTheo de Raadt
1998-05-12emulate umask inside make, so that the value gets propogated; also ensureTheo de Raadt
that "exit" gets passed to the shell and make does not attempt to execve() it. Other commands will probably come later..
1998-05-12syncTheo de Raadt
1998-05-11Xr resolv.conf, and explain things a bit betterTheo de Raadt
1998-05-11s/ffs_mountroot/dk_mountroot/, name RD disks "hd" to not conflictNiklas Hallqvist
with the MI ramdisk device
1998-05-11we have lockf nowTodd C. Miller
1998-05-11Build nm ok for cross-envsNiklas Hallqvist
1998-05-11disable dynaload on pmax tooTodd C. Miller
1998-05-11Make usable as a cross-linkerNiklas Hallqvist
1998-05-11Document -ZNiklas Hallqvist
1998-05-11work on files linked with -Z tooNiklas Hallqvist
1998-05-11Do not allow mapping of immutable/append-only in a way that allows writing.Niklas Hallqvist
Information about the problem gathered from NetBSD, but solved in a different albeit similar way.
1998-05-11if { if ... else } elseTheo de Raadt
1998-05-11extra constTheo de Raadt
1998-05-11use ${SIZE} instead of size, for crossNiklas Hallqvist
1998-05-11Revert to 1.8, the corruption prob I had was local, and cvs didNiklas Hallqvist
not notice it, thus I thought it was in the repos
1998-05-11Type correctness for GCC 2.8.1Niklas Hallqvist
1998-05-11Added som new defines neededNiklas Hallqvist
1998-05-11Hmm another corrupt file, updated lost tail from NetBSDNiklas Hallqvist
1998-05-11We are OpenBSDNiklas Hallqvist
1998-05-11$OpenBSD$Niklas Hallqvist
1998-05-11Do not try to test libgcc1 on vax-crosscompilers as we miss two functionsNiklas Hallqvist
from libc at this point
1998-05-11don't overflow buffers.Artur Grabowski
1998-05-11Formerly reuse of unit numbers of detached devices was impossible, withNiklas Hallqvist
this change starred devices will search from the first allowed unit for such devices and up for free units when attaching. This means you have to rerun config(8) before yopu compile current kernels. FYI, this is a necessity when doing PCMCIA flashcard reading, otherwise you soon run out of unit numbers. I have also added a way to detach all children of a certain device, used in a new PCMCIA framework to come, so you detach all functions on a single PCMCIA card when pulling it out. A few bugs wrt starred devices fixed in the autoconfig_verbose code too. Last and least, fixed some panic messages.
1998-05-11make iov_base void *Theo de Raadt
1998-05-11Add a bunch of cross-a.out targetsNiklas Hallqvist
1998-05-11Support building for cross purposesNiklas Hallqvist
1998-05-11Lots of changes to make obj dirs and cross-compilation workNiklas Hallqvist
1998-05-11We need a string.h with a NULL define to please libsa, weirdNiklas Hallqvist
1998-05-11strn?cmp defined in libsa, disable these here temporarily. We might wantNiklas Hallqvist
them later as they are probably faster, being hand-assembled.
1998-05-11Do not use userland headersNiklas Hallqvist
1998-05-11stand.h defines min, no need for it hereNiklas Hallqvist
1998-05-11Hmm this file was empty, got recent NetBSD versionNiklas Hallqvist
1998-05-11u_short -> unsigned short; const msgsnd msgp argTheo de Raadt
1998-05-11u_short -> unsigned short; kleinkTheo de Raadt