summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Calculate bio_completed properly or die!pjd2004-04-041-0/+3
* Fix a panic possibility caused by returning without releasing locks.pjd2004-04-041-37/+26
* Spell 2 as SHUT_RDWR when used as an argument to soshutdown().rwatson2004-04-042-2/+2
* Detatch incorrect spellings of detach.rwatson2004-04-041-1/+1
* Explicitly compare pointers with NULL rather than treating a pointer asrwatson2004-04-042-6/+9
* - Use the proper constant in sched_interact_update(). Previously,jeff2004-04-041-1/+1
* Put a bunch of output that us really only useful in a debugmarkm2004-04-042-2/+26
* - Use an ihandle_t to store the stdout instance handle instead of atmm2004-04-042-3/+3
* whoops, forgot to fix these places where arpresolve() was usedluigi2004-04-043-3/+3
* + arpresolve(): remove an unused argumentluigi2004-04-045-34/+12
* Added BSD license, as requested by author.wes2004-04-041-0/+22
* To quote the submitter:marcel2004-04-041-3/+15
* To quote submitter:marcel2004-04-041-8/+24
* Backout revision 1.31. The twa entries were moved to i386/conf/NOTES.nyan2004-04-041-3/+0
* Fix the remaining warnings of growfs(8) on my sparc64 box withmux2004-04-031-1/+1
* In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 familymarcel2004-04-031-2/+4
* Add the ability to disable agp devices at the loader prompt. Usage isnjl2004-04-0314-0/+28
* Move the definition of rss() from db_interface.c to cpufunc.h wheremarcel2004-04-032-13/+8
* Remove CADDR1 and CMAP1. They are unused.alc2004-04-031-2/+0
* Remove ptmmap and ptvmmap. They are unused on amd64.alc2004-04-032-9/+1
* Create NT_PRSTATUS and NT_FPREGSET notes for each and every threadmarcel2004-04-031-50/+81
* Unbreak LED support on Elan cpus.phk2004-04-031-6/+7
* Make led.c/led(4) standard so acpi_asus can use it too.phk2004-04-031-1/+1
* Flush cached access mode after modifying a files attributes forpeadar2004-04-031-0/+2
* Assign thread IDs to kernel threads. The purpose of the thread ID (tid)marcel2004-04-035-4/+200
* Recharge the watchdog timer if there's still some TX work left.ru2004-04-031-0/+2
* Correct a potential panic condition that could be caused when getting ornectar2004-04-031-2/+4
* Before MFC'ing the previous commit, I noticed I'd left out a case.peadar2004-04-032-0/+2
* mdoc fix: put the end-of-list macro after the last list element.le2004-04-031-1/+1
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-0313-20/+20
* Microoptimize pagezero() based upon something that I learned writing thealc2004-04-031-7/+7
* This file was erroneously removed from HEAD when TCP-MD5 support was MFC'd;bms2004-04-031-0/+169
* do proper subclassing of node free+copy; the previous hack falls apart whensam2004-04-031-0/+5
* Fixed a few bugs in the rl(4) driver:ru2004-04-031-8/+10
* do proper subclassing of node free+copy; the previous hack falls apart whensam2004-04-031-2/+8
* transmit beacon frames directly instead of defering them to a swi; theresam2004-04-032-4/+8
* update copyright notice for 2004sam2004-04-024-4/+4
* add new statisticssam2004-04-021-0/+3
* check more quickly (and directly) if an interrupt is pending; this reducessam2004-04-021-0/+2
* cleanup descriptor allocation if attach failssam2004-04-021-2/+4
* remove use IEEE80211_C_RCVMGTsam2004-04-021-1/+1
* Performance tuning.ru2004-04-022-41/+45
* Change handling of probe response frames. Previously we always dropped thesam2004-04-021-2/+27
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):sam2004-04-024-36/+79
* always free node reference when processing a probe request frame; wassam2004-04-021-7/+2
* o change ieee80211_dup_bss to inherit explicit data from ic_bss instead ofsam2004-04-021-2/+7
* track node allocation failure stats in ieee80211_alloc_node insteadsam2004-04-022-9/+5
* replace explicit malloc/free with MALLOC/FREE for portabilitysam2004-04-021-3/+5
* extract node matching logic into new ieee80211_match_bss routine for usesam2004-04-021-54/+66
* diff reduction against madwifisam2004-04-021-3/+5
OpenPOWER on IntegriCloud