summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use MBTOM() to convert mbuf allocator flags to malloc() flags, ratherrwatson2003-04-142-5/+3
* Use pci_enable_{busmaster|io}() instead of directly writing intosobomax2003-04-141-3/+3
* Use while (*controlp != NULL) instead of do ... while (*control != NULL)cognet2003-04-141-2/+1
* Use a sim for each device on it's own instead of one for all umassticso2003-04-141-145/+62
* Panic if bus_dmamap_load() doesn't respect maxsegsz.simokawa2003-04-141-3/+9
* add EHCI (USB 2.0) controller support.ticso2003-04-149-0/+3610
* Restore delayed load support for the resource shortage case.simokawa2003-04-142-6/+54
* Before attaching device set PCIM_CMD_PORTEN in addition tosobomax2003-04-141-2/+2
* More correct patch: Only call biofinish if we have not already sentphk2003-04-142-2/+36
* Call biofinish() also when we get a malloc() failure.phk2003-04-142-8/+2
* * Use _bus_dmamap_load_buffer() and respect maxsegsz in bus_dmamap_load().simokawa2003-04-142-238/+60
* Update locking on the kernel_object to use the new macros.alc2003-04-142-6/+6
* Lock some manipulations of the vm object's flags.alc2003-04-131-0/+2
* - Move the routine for flushing all user mappings from the tlb from pmap tojake2003-04-139-158/+102
* Add definitions for location of the magic sequence and the lengthphk2003-04-131-1/+5
* Made vmspace0 non-static. Its useful to be able to identify a vmspace asjake2003-04-132-1/+2
* Lock some manipulations of the vm object's flags.alc2003-04-132-4/+6
* Lock some manipulations of the vm object's flags.alc2003-04-132-9/+9
* Add new macros for locking and unlocking a vm object.alc2003-04-131-0/+3
* Since dynamic allocation of device major numbers so far have notphk2003-04-131-1/+0
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-1315-140/+0
* Driver for Granch SBNI16 SHDSL modemfjoe2003-04-136-0/+1263
* No need to unlock if error detected before locking.hsu2003-04-131-2/+4
* Use vm_object_pip_wait() rather than reimplementing it.alc2003-04-131-2/+1
* The dpt, ex and idt modules are for i386 only.nyan2003-04-131-3/+3
* Permit vm_object_pip_add() and vm_object_pip_wakeup() on the kmem_objectalc2003-04-131-2/+4
* Eliminate unnecessary gotos from kmem_malloc().alc2003-04-131-6/+3
OpenPOWER on IntegriCloud