summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify US events which may not be so obvious to non-US Americans.grog2003-04-161-4/+4
* Clarify that holidays are US holidays. Many conflict with similarlygrog2003-04-161-12/+12
* Update for the two most recent newsletters from ISO 3166/MA.wollman2003-04-161-1/+8
* Add the EHCI host controller.marcel2003-04-161-0/+1
* Hardlink sunlabel to disklabel so make release is happy. (This only affectsjake2003-04-151-0/+1
* - Use read(2) to get the existing sunlabel on a disk, instead of parsingjake2003-04-151-77/+81
* Catch this file up with rc.conf(5).trhodes2003-04-151-17/+407
* Bump the config version to force people to upgrade their config(8)phk2003-04-158-8/+8
* Add a note about the work I did for fxp(4) here.mux2003-04-151-0/+2
* Modify mac_test policy to invoke WITNESS_WARN() when a potentiallyrwatson2003-04-151-0/+29
* Add an example of how to use the -m option that clarifies how the bits injhb2003-04-151-4/+5
* NO_COMPAT_FREEBSD4 is no longer used.jhb2003-04-151-1/+0
* Enable the MAC_ALWAYS_LABEL_MBUF flag for the Biba, LOMAC, MLS, and Testrwatson2003-04-154-4/+4
* Re-add MUTEX_DEBUG and MUTEX_PROFILING, which got hosed by rejectedrwatson2003-04-151-0/+2
* Remove empty simulator options section and add an ABI emulation section.jhb2003-04-151-1/+11
* Improve consistency, ordering, style of options:rwatson2003-04-151-49/+32
OpenPOWER on IntegriCloud