Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-24 | sys/types.h is needed as well. | Federico G. Schwindt | |
2002-02-24 | bad doug, bad bad bad doug; zyrnix@users.sourceforge.net | Theo de Raadt | |
2002-02-24 | wrong error message | Theo de Raadt | |
2002-02-24 | getchar(3) returns an int, not a char | Peter Valchev | |
2002-02-24 | license repair, angelos ok | Theo de Raadt | |
2002-02-24 | Vax O1 workaround no longer needed. | Hugh Graham | |
2002-02-23 | Vax O1 workaround no longer needed. | Hugh Graham | |
2002-02-23 | Sigh. The diff is out for testing for three months without a single problem. | Artur Grabowski | |
Two days after commit people report serious lockups all over the place. Back out nfs locking changes. | |||
2002-02-23 | SRC prefix is not required for some operations. | Angelos D. Keromytis | |
2002-02-23 | Print compression algorithm name too. | Angelos D. Keromytis | |
2002-02-23 | more cleaning | Theo de Raadt | |
2002-02-23 | Add support for nwkey and powersave; from NetBSD | Todd C. Miller | |
2002-02-23 | -Wall; zyrnix@users.sourceforge.net | Theo de Raadt | |
2002-02-23 | getc() returns an int | Theo de Raadt | |
2002-02-23 | getc() returns an int | Theo de Raadt | |
2002-02-23 | sync | Theo de Raadt | |
2002-02-23 | allowaperture is no longer i386 only. Noted by Dries Schellekens. | Matthieu Herrb | |
2002-02-23 | deraadt@ objects to the caveat remark, so remove it. | Miod Vallat | |
2002-02-23 | Slightly improve wording and punctuation. | Miod Vallat | |
2002-02-23 | Add a caveat section pointing out that people affecting the return value | Miod Vallat | |
of getopt() to char variables instead of int lose on arches where char is unsigned by default. Clean the example by not pasting parts of <unistd.h> into it, and by not using atoi(3). | |||
2002-02-23 | .In -> .Fd | Federico G. Schwindt | |
2002-02-23 | fixes. | Federico G. Schwindt | |
2002-02-23 | simple test to see if siginfo passes si_addr | Theo de Raadt | |
2002-02-23 | check that user is not in group more thoroughly (don't assume anything | Marc Espie | |
about group contents). ok millert@ | |||
2002-02-23 | switch vax to -O2, from hugh | Theo de Raadt | |
2002-02-23 | xf86 becomes a MI manpage | Theo de Raadt | |
2002-02-23 | be aware that macppc has aperture too | Theo de Raadt | |
2002-02-23 | sync | Theo de Raadt | |
2002-02-23 | bump minor, EA support was added to libc. | Dale Rahn | |
2002-02-23 | don't allow garbage after payload. | Markus Friedl | |
2002-02-23 | remove a commented-out debug printf | Matthieu Herrb | |
2002-02-23 | add a comment for option APERTURE | Matthieu Herrb | |
2002-02-23 | Aperture driver support for macppc. OK, deraadt@ | Matthieu Herrb | |
2002-02-23 | Add aperture driver support for macppc, and also place writing to /dev/pci | Matthieu Herrb | |
under the control of machdep.allowaperture. This allows to run the X server on macppc with securelevel=1, given that machdep.allowaperture is != 0. OK deraadt@ | |||
2002-02-23 | remove things we do not need | Theo de Raadt | |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt | |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt | |
2002-02-23 | Document KERN_SYSVIPC_INFO; from NetBSD | Todd C. Miller | |
2002-02-23 | Add burner function so wscons can blank the fb | Jason Wright | |
2002-02-23 | add sun keyboard type | Jason Wright | |
2002-02-23 | Factorize most of the pmap_bootstrap() guts used by pmap_motorola users, | Miod Vallat | |
with a few hooks to cope with each architecture's specifics. The new arch/m68k/m68k/pmap_bootstrap.c is not a standalone file, but will be #included by the existing pmap_bootstrap.c code. Tested on hp300 and mvme68k, mac68k coming soon. amiga will be left out for now because it is a bit too different. | |||
2002-02-23 | make this compile w/out pckbd (thanks marco for pointing this out) | Jason Wright | |
2002-02-23 | Move out draining of the allocator to an own function and | Artur Grabowski | |
let other parts of the kernel call it. | |||
2002-02-23 | re-add support for $if expansion; hamajima@nagoya.ydc.co.jp | Theo de Raadt | |
2002-02-23 | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | Artur Grabowski | |
XXX - what about the install targets? | |||
2002-02-23 | Mention that normalization happens before filtering, and that the position | Daniel Hartmeier | |
of scrub rules (in relation to pass/block rules) is not relevant. | |||
2002-02-23 | No more POOL_EXPOSE. | Artur Grabowski | |
2002-02-23 | Get rid of __POOL_EXPOSE. The pool needs to be always exposed in the kernel | Artur Grabowski | |
And there is no point in hiding it in userland. | |||
2002-02-23 | Mention the two most FAQs near the top, I've explained these too many | Daniel Hartmeier | |
times already. | |||
2002-02-23 | Add brief LOGIN_SETLOGIN caveat and point the user to setlogin(2) | Todd C. Miller | |
for more info. |