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