summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-24remove whitespaceNiels Provos
2001-06-24reflect reality more closely and remove more invertex stuffJason Wright
2001-06-24Clarify instances, esp. user.rootTodd C. Miller
2001-06-24passing modes works fine: debug2->3Markus Friedl
2001-06-24When setting uid, set to 0 if rootlogin flag is set, regardless ofTodd C. Miller
pw_uid. Fixes problem with user.root instances not haveing uid 0 in kerberos.
2001-06-24Remove whitespace.Angelos D. Keromytis
2001-06-24Better description for LNAU commands.Hakan Olsson
2001-06-24No need to define splvm() here anymore.Miod Vallat
art@ ok
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
definition as splimp(). art@ ok
2001-06-24Get rid of NQNFS optionsConstantine Sapuntzakis
2001-06-24bye byeBob Beck
2001-06-24bye byeBob Beck
2001-06-24Header file to specify to loadfile what types of exe files to support.Dale Rahn
2001-06-24- oops, masking off wrong bits in destination total length fieldJason Wright
- make sure reserved fields are zero'd
2001-06-24Avoid panics on the i386 if the bus/dev/func numbers are not validMatthieu Herrb
2001-06-24Use sysctl for pool data.Artur Grabowski
2001-06-24Add a sysctl for getting pool information out of the kernel.Artur Grabowski
2001-06-24typos and spelling fixes; from jsyn@nthought.comPeter Valchev
2001-06-24dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on thisBob Beck
but appears to work better than what's been in-tree before for dealing with stupid dhcp servers.
2001-06-24oops, missing format stringMarkus Friedl
2001-06-24Build kf (Krb5 secure ticket forwarding program)Hans Insulander
2001-06-24switch to readpassphrase(3)Markus Friedl
2.7/8-stable needs readpassphrase.[ch] from libc
2001-06-24move ip+hostname check to match.cMarkus Friedl
2001-06-24Smattering of symbol type cleanup.Dale Rahn
2001-06-24Prototype functions used in macros in this header file.Dale Rahn
2001-06-24Add prototype for ofwconprobe().Dale Rahn
2001-06-24comment out unused header file, add header files for proper prototypes,Dale Rahn
extern trap symbols with decent prototypes, use proper ddb_init() function.
2001-06-24include header files for proper defines.Dale Rahn
2001-06-24fpu function prototypes;Dale Rahn
2001-06-24register i; is not a valid variable declaration.Dale Rahn
2001-06-24include header for prototype, declare correctly, cast for local variable use.Dale Rahn
2001-06-24header file for prototypes, local variable for const input parameter.Dale Rahn
2001-06-24Add cold as extern; makes kernel compiles again. bad mickey!Federico G. Schwindt
2001-06-24prototype cleanup, use local variable for const input arg.Dale Rahn
2001-06-24include header for prototypes, prototype functions, assignment inDale Rahn
conditional cleanup, -W warning cleanups.
2001-06-24Add back stuff I removed in previous commit with a minor change.Federico G. Schwindt
2001-06-24Add systm.h for prototypes.Dale Rahn
2001-06-24include prototype for calc_delayconst()Dale Rahn
2001-06-24Unused variable, poof.Dale Rahn
2001-06-24properly prototype diskconf()Dale Rahn
2001-06-24damn, correctly spell ifdef.Federico G. Schwindt
2001-06-24include systm.h for proper prototypes.Dale Rahn
2001-06-24More inlined function cleanup for -W strictness.Dale Rahn
2001-06-24More inline function clean for -W flags strictness.Dale Rahn
2001-06-24More inline function cleanup for stricter -W flags.Dale Rahn
2001-06-24inlined function definition clean, in preparation of more strict -W warningDale Rahn
flags.
2001-06-24OpenBSD tag.Federico G. Schwindt
2001-06-24better.Federico G. Schwindt
2001-06-24let other read /dev/pci (so that they can call ioctl(..., PCIOCREAD, ...))Matthieu Herrb
2001-06-24oops. another one.Artur Grabowski