Age | Commit message (Expand) | Author |
1998-05-13 | handle EINTR | Theo de Raadt |
1998-05-13 | fix .Sh ENVIRONMENT | Theo de Raadt |
1998-05-13 | don't printf in probe routines. | Niels Provos |
1998-05-13 | connect() can get EINTR too | Theo de Raadt |
1998-05-13 | put the SA_RESTART into the list of flags | Theo de Raadt |
1998-05-13 | sync | Theo de Raadt |
1998-05-13 | typo | Niklas Hallqvist |
1998-05-13 | make signal handlers save/restore errno | Theo de Raadt |
1998-05-13 | document SA_RESETHAND; erh@uaccess.net | Theo de Raadt |
1998-05-13 | change size parameter to size_t | Theo de Raadt |
1998-05-13 | provide time_t without sys/types.h; kleink | Theo de Raadt |
1998-05-13 | Use DEV_BSIZE instead of the wasteful MAXBSIZE for buffer size. | Niklas Hallqvist |
1998-05-13 | catch more commands that require a shell | Theo de Raadt |
1998-05-13 | sync | Theo de Raadt |
1998-05-13 | support POSIX "kill [-s signame] pid" syntax, fix the "kill -l [exitstatus]" | Theo de Raadt |
1998-05-13 | main returns int, not void | Todd C. Miller |
1998-05-12 | take out disklabel hacks as writelabel() in the pmax kernel has been fixed | Todd C. Miller |
1998-05-12 | typo | Todd C. Miller |
1998-05-12 | update, from NetBSD. | Niels Provos |
1998-05-12 | document how to enable YP for each database | Theo de Raadt |
1998-05-12 | recommend fcntl.h not sys/file.h; kleink | Theo de Raadt |
1998-05-12 | emulate umask inside make, so that the value gets propogated; also ensure | Theo de Raadt |
1998-05-12 | sync | Theo de Raadt |
1998-05-11 | Xr resolv.conf, and explain things a bit better | Theo de Raadt |
1998-05-11 | s/ffs_mountroot/dk_mountroot/, name RD disks "hd" to not conflict | Niklas Hallqvist |
1998-05-11 | we have lockf now | Todd C. Miller |
1998-05-11 | Build nm ok for cross-envs | Niklas Hallqvist |
1998-05-11 | disable dynaload on pmax too | Todd C. Miller |
1998-05-11 | Make usable as a cross-linker | Niklas Hallqvist |
1998-05-11 | Document -Z | Niklas Hallqvist |
1998-05-11 | work on files linked with -Z too | Niklas Hallqvist |
1998-05-11 | Do not allow mapping of immutable/append-only in a way that allows writing. | Niklas Hallqvist |
1998-05-11 | if { if ... else } else | Theo de Raadt |
1998-05-11 | extra const | Theo de Raadt |
1998-05-11 | use ${SIZE} instead of size, for cross | Niklas Hallqvist |
1998-05-11 | Revert to 1.8, the corruption prob I had was local, and cvs did | Niklas Hallqvist |
1998-05-11 | Type correctness for GCC 2.8.1 | Niklas Hallqvist |
1998-05-11 | Added som new defines needed | Niklas Hallqvist |
1998-05-11 | Hmm another corrupt file, updated lost tail from NetBSD | Niklas Hallqvist |
1998-05-11 | We are OpenBSD | Niklas Hallqvist |
1998-05-11 | $OpenBSD$ | Niklas Hallqvist |
1998-05-11 | Do not try to test libgcc1 on vax-crosscompilers as we miss two functions | Niklas Hallqvist |
1998-05-11 | don't overflow buffers. | Artur Grabowski |
1998-05-11 | Formerly reuse of unit numbers of detached devices was impossible, with | Niklas Hallqvist |
1998-05-11 | make iov_base void * | Theo de Raadt |
1998-05-11 | Add a bunch of cross-a.out targets | Niklas Hallqvist |
1998-05-11 | Support building for cross purposes | Niklas Hallqvist |
1998-05-11 | Lots of changes to make obj dirs and cross-compilation work | Niklas Hallqvist |
1998-05-11 | We need a string.h with a NULL define to please libsa, weird | Niklas Hallqvist |
1998-05-11 | strn?cmp defined in libsa, disable these here temporarily. We might want | Niklas Hallqvist |