summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Unbreak priority prop. for timeshare threads. Always place something onjeff2003-04-121-3/+1
* If we hit access ahead of a spoil event, we should have negativephk2003-04-121-7/+3
* Fix a bug which resulted in orphanization getting confused every nowphk2003-04-121-1/+1
* protoypes for the dos_partition encoding functions.phk2003-04-121-1/+3
* Options that go into homonymous headers shouldn't specify the header name.des2003-04-126-11/+11
* Retire the experimental bio_taskqueue(), it was not quite as usable asphk2003-04-122-29/+0
* Remove the unused ioctl routine.phk2003-04-121-32/+0
* Retire the "frontstuff" record keeping, it was no match for thephk2003-04-128-38/+1
* Move the functions for encoding decoding struct dos_partition intophk2003-04-125-18/+77
OpenPOWER on IntegriCloud