summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-24sys/types.h is needed as well.Federico G. Schwindt
2002-02-24bad doug, bad bad bad doug; zyrnix@users.sourceforge.netTheo de Raadt
2002-02-24wrong error messageTheo de Raadt
2002-02-24getchar(3) returns an int, not a charPeter Valchev
2002-02-24license repair, angelos okTheo de Raadt
2002-02-24Vax O1 workaround no longer needed.Hugh Graham
2002-02-23Vax O1 workaround no longer needed.Hugh Graham
2002-02-23Sigh. 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-23SRC prefix is not required for some operations.Angelos D. Keromytis
2002-02-23Print compression algorithm name too.Angelos D. Keromytis
2002-02-23more cleaningTheo de Raadt
2002-02-23Add support for nwkey and powersave; from NetBSDTodd C. Miller
2002-02-23-Wall; zyrnix@users.sourceforge.netTheo de Raadt
2002-02-23getc() returns an intTheo de Raadt
2002-02-23getc() returns an intTheo de Raadt
2002-02-23syncTheo de Raadt
2002-02-23allowaperture is no longer i386 only. Noted by Dries Schellekens.Matthieu Herrb
2002-02-23deraadt@ objects to the caveat remark, so remove it.Miod Vallat
2002-02-23Slightly improve wording and punctuation.Miod Vallat
2002-02-23Add a caveat section pointing out that people affecting the return valueMiod 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 -> .FdFederico G. Schwindt
2002-02-23fixes.Federico G. Schwindt
2002-02-23simple test to see if siginfo passes si_addrTheo de Raadt
2002-02-23check that user is not in group more thoroughly (don't assume anythingMarc Espie
about group contents). ok millert@
2002-02-23switch vax to -O2, from hughTheo de Raadt
2002-02-23xf86 becomes a MI manpageTheo de Raadt
2002-02-23be aware that macppc has aperture tooTheo de Raadt
2002-02-23syncTheo de Raadt
2002-02-23bump minor, EA support was added to libc.Dale Rahn
2002-02-23don't allow garbage after payload.Markus Friedl
2002-02-23remove a commented-out debug printfMatthieu Herrb
2002-02-23add a comment for option APERTUREMatthieu Herrb
2002-02-23Aperture driver support for macppc. OK, deraadt@Matthieu Herrb
2002-02-23Add aperture driver support for macppc, and also place writing to /dev/pciMatthieu 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-23remove things we do not needTheo de Raadt
2002-02-23sysctl kern.usercryptoTheo de Raadt
2002-02-23sysctl kern.usercryptoTheo de Raadt
2002-02-23Document KERN_SYSVIPC_INFO; from NetBSDTodd C. Miller
2002-02-23Add burner function so wscons can blank the fbJason Wright
2002-02-23add sun keyboard typeJason Wright
2002-02-23Factorize 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-23make this compile w/out pckbd (thanks marco for pointing this out)Jason Wright
2002-02-23Move out draining of the allocator to an own function andArtur Grabowski
let other parts of the kernel call it.
2002-02-23re-add support for $if expansion; hamajima@nagoya.ydc.co.jpTheo de Raadt
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
XXX - what about the install targets?
2002-02-23Mention that normalization happens before filtering, and that the positionDaniel Hartmeier
of scrub rules (in relation to pass/block rules) is not relevant.
2002-02-23No more POOL_EXPOSE.Artur Grabowski
2002-02-23Get rid of __POOL_EXPOSE. The pool needs to be always exposed in the kernelArtur Grabowski
And there is no point in hiding it in userland.
2002-02-23Mention the two most FAQs near the top, I've explained these too manyDaniel Hartmeier
times already.
2002-02-23Add brief LOGIN_SETLOGIN caveat and point the user to setlogin(2)Todd C. Miller
for more info.