Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
syntax, sync documentation, no longer permit of full signal names in the "kill [-sig] pid" syntax, e.g. -SIGHUP; kleink | |||
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 | |
that "exit" gets passed to the shell and make does not attempt to execve() it. Other commands will probably come later.. | |||
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 | |
with the MI ramdisk device | |||
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 | |
Information about the problem gathered from NetBSD, but solved in a different albeit similar way. | |||
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 | |
not notice it, thus I thought it was in the repos | |||
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 | |
from libc at this point | |||
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 | |
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-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 | |
them later as they are probably faster, being hand-assembled. | |||
1998-05-11 | Do not use userland headers | Niklas Hallqvist | |
1998-05-11 | stand.h defines min, no need for it here | Niklas Hallqvist | |
1998-05-11 | Hmm this file was empty, got recent NetBSD version | Niklas Hallqvist | |
1998-05-11 | u_short -> unsigned short; const msgsnd msgp arg | Theo de Raadt | |
1998-05-11 | u_short -> unsigned short; kleink | Theo de Raadt | |