summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use the correct flag for mbuf allocations (M_DONTWAIT, not M_NOWAIT).iedowse2004-04-061-2/+2
* Fix a paste-o from the buf_prewrite() cleanup commit and check for thejhb2004-04-061-1/+1
* Associate a simple count of waiters with each condition variable. Thejhb2004-04-062-3/+18
* Add a new kernel option MUTEX_WAKE_ALL that changes the mutex unlock codejhb2004-04-062-0/+11
* Sort function prototypes.jhb2004-04-061-3/+3
* Rename turnstile_wakeup() to turnstile_broadcast() to make the namingjhb2004-04-062-5/+5
* Enable the memory arbiter before turning off the PXE restart. Thisps2004-04-061-4/+4
* Make pf* modules respect NOINET6 from make.conf(5) in order to build themmlaier2004-04-063-0/+12
* MFi386: Enable the cy driver.nyan2004-04-061-2/+2
* Actually fix the TX performance with polling(4) enabledru2004-04-062-2/+2
* Fixed misspelling of IPPORT_MAX as USHRT_MAX. Don't include <sys/limits.h>bde2004-04-061-9/+9
* Removed some less than useful comments:bde2004-04-062-136/+0
* Oops, fixed insertion sort error in the fix for an insertion sort error.bde2004-04-061-9/+8
* Fixed unsorting of prototypes in previous commit and 1.134.bde2004-04-061-2/+2
* - Improved the TX performance with polling(4) by only checking theru2004-04-062-16/+11
* Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses.alc2004-04-063-32/+12
* Add imperfect comments identifying the function of various nfs socketrwatson2004-04-061-6/+6
* Remove avail_end. As of yesterday, it is unused.alc2004-04-062-3/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-0510-40/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-059-36/+0
* Resolve the issue of whether frames have FCS or not. Frame data does notsam2004-04-051-0/+5
* eliminate nested include by making MALLOC_DECLARE conditional on thesam2004-04-052-1/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-0537-148/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-0556-228/+0
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.imp2004-04-0518-77/+0
* Uncomment the cy driver since it works again.bde2004-04-051-3/+2
* add definitions for WME, WPA (and WPA2), and miscellaneous other stuffsam2004-04-051-1/+145
* - Rewritten TX to use only two pointers to track producer/consumer.ru2004-04-054-254/+322
* Unbreak the bootloader build by excluding ctype.h.njl2004-04-051-0/+2
* Properly detect loops by recording the interface pointer in an mtag.ru2004-04-052-20/+33
* Try not to crash instantly when signalling a libthr program to death.dfr2004-04-051-1/+1
* Regen.dfr2004-04-056-7/+15
* Add lgetfh(2) which is like getfh(2) but doesn't follow symlinks.dfr2004-04-053-1/+77
* Print cpu features for crusoe processors.dfr2004-04-051-0/+2
* - The MiniportReset() function can return NDIS_STATUS_PENDING, in whichwpaul2004-04-054-54/+58
* Converted the isa probe and attach to new-bus so that this driver worksbde2004-04-055-139/+247
* Moved initialization of the lock from the (isa) probe function to thebde2004-04-053-18/+18
* Delay permission checks for VCHR vnodes until after vnode is locked inkan2004-04-051-2/+7
* use correct malloc type to allocate struct ieee80211_node'ssam2004-04-051-1/+1
* export the malloc type M_80211_NODE for drivers that override the nodesam2004-04-052-0/+3
* make malloc tag for ieee80211_node more recognizablesam2004-04-051-1/+1
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-0512-28/+8
* Add #include for ctype.h to cover strupr() in the !_KERNEL case.njl2004-04-051-0/+1
* Add register definitions for the status and command registers for AGP.imp2004-04-052-0/+44
* Ever since rev 1.27 of puc.c, the port number that was exposed by puc(4)marcel2004-04-051-1/+1
* Two missed in previous commit -- compare pointer with NULL rather thanrwatson2004-04-052-4/+4
* Prefer NULL to 0 when checking pointer values as integers or booleans.rwatson2004-04-052-38/+40
* Remove unused arguments from pmap_init().alc2004-04-0510-13/+10
* Eliminate unused arguments from vm_page_startup().alc2004-04-043-3/+3
OpenPOWER on IntegriCloud