summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* This commit was generated by cvs2svn to compensate for changes in r121642,marcel2003-10-2929-572/+773
|\
| * Import beta6 of libuwx. This release has some minor fixes andmarcel2003-10-2929-572/+773
* | Add kernel option ACPI_NO_RESET_VIDEO as workaround for problemsiwasaki2003-10-294-0/+8
* | Cleanup the interrupt code that deals with the busmaster bits.sos2003-10-281-47/+58
* | Use VLANNAME instead of "vlan".brooks2003-10-281-4/+4
* | According to the submitter, POSIX mandates that all interval timers arejhb2003-10-281-3/+2
* | When switching the RSE to use the kernel stack as backing store, keepmarcel2003-10-287-59/+59
* | This should allow us to boot with DMA enabled on unknown PCI ATAsos2003-10-282-25/+48
* | Directly call the 'reboot' word instead of indirectly evaluating it.scottl2003-10-281-1/+1
* | make sure to accept only IPv6 packet.ume2003-10-281-0/+3
* | cleanup use of m_tag.ume2003-10-285-77/+69
* | mib name was changed by fixing a spelling.ume2003-10-281-1/+1
* | speedup stream socket recv handling by tracking the tail ofsam2003-10-289-49/+371
* | - Only change the run queue in sched_prio() if the kse is non null. threadsjeff2003-10-281-10/+2
* | Oops. Remove some rather noisy debug printfs that slipped in therepeter2003-10-281-9/+0
* | The previous commit removed both clause 3 and clause 4 from the UCBmarcel2003-10-272-6/+8
* | Fix pmap_unmapdev() to call pmap_kremove() instead of implementing itjhb2003-10-271-5/+2
* | Directly call the 'boot' word instead of indirectly evaluating it.scottl2003-10-271-7/+7
* | When we cannot allocate an external buffer (bacause we've hitharti2003-10-271-9/+5
* | Allow building the NgATM SAAL layer directly into the kernel.harti2003-10-274-2/+17
* | - Don't set td_priority directly here, use sched_prio().jeff2003-10-271-1/+1
* | M_DONTWAIT was passed into malloc().ume2003-10-271-2/+2
OpenPOWER on IntegriCloud