summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* style: strcmp() does not return a bool.brooks2003-10-301-1/+1
* use a local variable to avoid holding a lock across a call out of viewsam2003-10-301-4/+6
* Change the pmap_invalidate_xxx() functions so they test againstpeter2003-10-301-3/+3
* Fixup the sorting of some of the options. DISABLE_P* are still out ofjhb2003-10-301-8/+8
* Ensure that mp_ncpus is set to 1 if mp_cpu_probe() fails.jhb2003-10-301-1/+3
* Include "opt_pmap.h" so that the DISABLE_P* options are honored.jhb2003-10-302-0/+4
* Always export r_gdt and r_idt and give them extern declarations injhb2003-10-308-26/+2
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-306-185/+173
* MFi386: thread specific fpu state optimizationspeter2003-10-301-1/+3
* - unlock on error.ume2003-10-301-4/+10
* Relock mntvnode_mtx if vget fails in vfs_stdsync. The loop iskan2003-10-301-0/+1
* Explain why the lock-free allocation algorithm is safe in our caseharti2003-10-301-0/+18
* Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' asiwasaki2003-10-303-0/+17
* add management part of address selection policy described inume2003-10-305-0/+227
* Add support for the VIA 8237 (both PATA and SATA part).sos2003-10-302-80/+104
* Reinvent the used-flag for external mbufs. This and the on-card flagharti2003-10-303-19/+56
* - Synchronize access to the swdevt's sw_blist with sw_dev_mtx.alc2003-10-301-20/+20
* - Synchronize access to swdevhd using sw_dev_mtx.alc2003-10-301-7/+7
* MFi386: rev 1.451 (jhb): call pmap_kremove() rather than duplicate itpeter2003-10-301-5/+2
* MFi386: trap.c rev 1.259: fetch thread mailbox address in page fault trappeter2003-10-301-0/+2
* Try to fetch thread mailbox address in page fault trap, so when threaddavidxu2003-10-302-1/+5
* Oops, forgot to save these in the editor. Add CTASSERTS for signal andpeter2003-10-301-0/+10
* Add CTASSERT()'s to check that the sizes of our replicas of the 32 bitpeter2003-10-303-5/+26
* avoid recursive lock panic by unlocking before calling rtrequest;sam2003-10-291-1/+2
* correct LOR by using a local variable to hold resultsam2003-10-291-3/+5
* Don't attempt to destroy the driver mutex when it hasn't yetdeischen2003-10-291-1/+1
* Fix a panic that occurs when resuming. For some reason, sc->cur_scp isnjl2003-10-292-0/+7
* Potential fix for races shutting down callouts when unloadingsam2003-10-291-2/+6
* o add locking to protect routing table refcnt manipulationssam2003-10-291-16/+18
* Always queue looped back packets (rather than potentially usingsam2003-10-291-1/+1
* mark interrupt handlers MPSAFEsam2003-10-293-3/+3
* Add a temporary mechanism to disble INTR_MPSAFE from network interfacesam2003-10-291-0/+13
* Removed mostly-dead code for setting switchtime after the idle loopbde2003-10-292-11/+2
* Allow sending of more than one raw cell from a single mbuf. Only theharti2003-10-291-8/+11
* Remove a superfluous ) from the previous commit. This was obviouslyharti2003-10-291-1/+1
* Make the maximum number of pages for external mbufs configurable inharti2003-10-293-2/+7
* add ECN support in layer-3.ume2003-10-2910-54/+186
* Removed sched_nest variable in sched_switch(). Context switches alwaysbde2003-10-293-7/+1
* Make the value of the HATM_DEBUG symbol the default for the debuggingharti2003-10-293-13/+15
* Inline a function that was called only in one place directly into that place.harti2003-10-292-72/+72
* Alphabetical order for ACPI options broken by adding ACPI_NO_RESET_VIDEO.iwasaki2003-10-292-2/+5
* We have some space in the external mbufs so use this space forharti2003-10-292-2/+5
* Defer allocation of the actual receive mbuf until the external bufferharti2003-10-294-29/+30
* Get rid of the mutexes for the exernal buffer free lists. Useharti2003-10-293-52/+51
* ip6_savecontrol() argument is redundantume2003-10-296-15/+12
* hide m_tag, again.ume2003-10-293-38/+21
* - Synchronize updates to nswapdev using sw_dev_mtx.alc2003-10-291-2/+2
* Fix the alpha tinderbox. The alpha specific bitops used by the bitmapmarcel2003-10-294-12/+4
* - Avoid a race in swaponsomething(): Calculate the new swdevt's first andalc2003-10-291-17/+14
* Introduce the notion of "persistent mbuf tags"; these are tags that staysam2003-10-294-1/+36
OpenPOWER on IntegriCloud