summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)nectar2003-04-177-1565/+2763
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-1714-219/+1103
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-179-18/+104
* These two files fell off during my previous commit: put the encodingphk2003-04-172-125/+166
* Revert part of revision 1.97 by calling dc_stop() unconditionallyiedowse2003-04-172-4/+2
* Separate the encoding/decoding functions for struct disklabel into aphk2003-04-177-0/+15
* Buffer size is not enough in the previous commit. Use 128.sumikawa2003-04-171-2/+2
* Move the ex, ie, plip and sl drivers to drivers.flp, so that kern.flpjhay2003-04-171-0/+4
* NO_COMPAT_FREEBSD4 is no more.jhay2003-04-173-3/+0
* Revert url.c:1.2: there was a race condition between when I producedrwatson2003-04-171-1/+1
* We don't need "device fwohci" in the kernel config file.simokawa2003-04-172-2/+0
* Add dev/firewire/fwdma.c.simokawa2003-04-171-0/+1
* MFp4(simokawa_firewire):simokawa2003-04-1725-2156/+2755
* Cut&Paste considered far too easy:phk2003-04-166-6/+0
* Rename KRNLSRCDIR to KERNSRCDIR and allow it to be overridden. The namejhb2003-04-161-7/+7
* Don't include <sys/disklabel.h>phk2003-04-168-8/+0
* Include <sys/ioccom.h> instead of <sys/disklabel.h>phk2003-04-161-1/+1
* Explicitly cast a l_ulong to an unsigned long to make all arch's happyjhb2003-04-161-1/+1
* Clarify the relationship between the MAC library APIs and POSIX.1e:rwatson2003-04-161-2/+6
* Fix printf format in a debug printf.jhb2003-04-161-1/+1
* Fix printf args in debug printfs.jhb2003-04-161-5/+5
* Assume a struct thread *td instead of a struct proc *p in the debugjhb2003-04-161-2/+2
* Fix multiple printf warnings on Alpha:jhb2003-04-161-19/+19
* Fix some debug macros. Either missing close parens or close parens in thejhb2003-04-161-4/+4
* Add locking and remove all the spl() calls.jhay2003-04-161-22/+43
* Get rid of COMPAT_OLDISA and move in the direction of newbus.jhay2003-04-162-234/+340
* Fix typo (and make it more explicit/self-documenting).mtm2003-04-161-1/+1
* Add new knobs for controlling jails in rc.d and document them.mtm2003-04-162-1/+45
* o Add a script to start jails on boot.mtm2003-04-162-1/+69
* Update puc(4) supported hardware.bmah2003-04-162-12/+108
* Remove the register keyword.jhay2003-04-161-62/+62
* Remove another unused variable.jhb2003-04-161-1/+0
* Remove an unused variable so this compiles again.jhb2003-04-161-1/+0
* Backed out previous commit. Use ${LIBMROUTED} in LDADD again instead ofbde2003-04-162-2/+2
* "Fixed" LDADD by backing out part of the previous commit. -lfoo inbde2003-04-161-1/+1
* Remove some code that managed to escape from my local repository.mdodd2003-04-161-6/+0
* There is no format(8) manual page available, but it would be reallyru2003-04-161-5/+5
* There is an undocument feature that ``route -vnd flush'' printsru2003-04-161-1/+1
* Normalize, fix ``make checkdpadd''.ru2003-04-161-5/+6
* Create the whatis(1) database in /usr/share/openssl/man.ru2003-04-161-0/+1
* Make character buffer more bigger.sumikawa2003-04-161-2/+2
* Use NI_xxx macros.sumikawa2003-04-162-2/+2
* Update comment to match reality.sobomax2003-04-161-2/+1
* Cosmetics.sos2003-04-161-2/+2
* Fix a panic with Cenatek controllers.sos2003-04-161-1/+2
* - Remove a block of code I missed in the previous commit.mdodd2003-04-161-6/+2
* - Set if_unit, if_init, and ifq_maxlen.mdodd2003-04-161-14/+17
* Fix bogus maxsegsz parameter for bus_dma_tag_create().simokawa2003-04-161-1/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-1629-384/+9
* Return status for PCI methods '{enable,disable}_{io,busmaster}'.mdodd2003-04-164-25/+65
OpenPOWER on IntegriCloud