summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1998-05-13handle EINTRTheo de Raadt
1998-05-13fix .Sh ENVIRONMENTTheo de Raadt
1998-05-13don't printf in probe routines.Niels Provos
1998-05-13connect() can get EINTR tooTheo de Raadt
1998-05-13put the SA_RESTART into the list of flagsTheo de Raadt
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
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
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
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
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
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
1998-05-11don't overflow buffers.Artur Grabowski
1998-05-11Formerly reuse of unit numbers of detached devices was impossible, withNiklas Hallqvist
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