summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add dev/firewire/fwdma.c.simokawa2003-04-171-0/+1
* MFp4(simokawa_firewire):simokawa2003-04-1722-2140/+2480
* Cut&Paste considered far too easy:phk2003-04-166-6/+0
* 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
* 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
* 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
* Remove some code that managed to escape from my local repository.mdodd2003-04-161-6/+0
* 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
* Add the EHCI host controller.marcel2003-04-161-0/+1
* Bump the config version to force people to upgrade their config(8)phk2003-04-157-7/+7
* Modify mac_test policy to invoke WITNESS_WARN() when a potentiallyrwatson2003-04-151-0/+29
* 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
* When the driver allocates memory or I/O ports, enable that bit in theimp2003-04-151-14/+26
* mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, sorwatson2003-04-159-27/+18
* cosmetic style fixesfjoe2003-04-151-9/+13
* Sync up with changes to ptrace() and use P_SHOULDSTOP instead ofjhb2003-04-151-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-1586-92/+223
* Add a module version number.mdodd2003-04-151-0/+1
* Express bus dependency a little more clearly.mdodd2003-04-151-31/+31
* Rework the rl_encap failure case. Previously, we would stuff thesilby2003-04-151-3/+3
* style(9)mux2003-04-152-4/+4
* Add another MBUF_STRESS_TEST feature, m_defragrandomfailures.silby2003-04-151-0/+15
* Update locking on the kmem_object to use the new macros.alc2003-04-151-7/+7
* Add MAC_ALWAYS_LABEL_MBUF to options; this permits the administratorrwatson2003-04-141-1/+7
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,rwatson2003-04-1418-200/+1118
* Abstract access to the mbuf header label behind a new function,rwatson2003-04-149-225/+720
OpenPOWER on IntegriCloud