summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* when processing beacon/probe response frames capture "is probe" in asam2004-04-021-6/+6
* add a case of IEEE80211_ELEMID_IBSSPARMS so the statistic on unknownsam2004-04-021-0/+2
* when doing internal bridging free the node instead of just dropping thesam2004-04-021-1/+1
* when receiving a frame w/ a bad version number don't unref the node; thesam2004-04-021-1/+0
* insure basic rate bit is set in derived rate set; thissam2004-04-021-1/+10
* diff reduction against madwifi/p4sam2004-04-021-2/+2
* Moved 3ware 9000 driver (twa) stuff from sys/conf/NOTES to /sys/i386/conf/NOTES.vkashyap2004-04-022-8/+8
* Unbreak natd.deischen2004-04-021-0/+1
* style(9): return foo -> return (foo)des2004-04-021-95/+95
* Clean up whitespace, fix continuation indents, wrap some long lines.des2004-04-021-27/+27
* Unbreak LINT on 64-bit platforms. Note that this code is not style(9)-des2004-04-023-5/+6
* Rearrangements needed for syscons(4) to be used as a console devicekensmith2004-04-021-20/+41
* In ns8250_putc() insert a barrier between writing the character andmarcel2004-04-021-0/+1
* Allow the selection of a debug port with hw.uart.dbgport. Unlikemarcel2004-04-021-46/+84
* Call kbd_attach() only when KBD_INSTALL_CDEV is enabled as the functionmarcel2004-04-021-0/+2
* Add missing comment terminator.kris2004-04-021-1/+1
* The comment complained about not having a thread_unlink()julian2004-04-021-5/+2
* For now, restore an splx(s) I removed when introducing slisunitfree().rwatson2004-04-011-1/+3
* Fix booting with ps2 keyboards.alfred2004-04-011-1/+0
OpenPOWER on IntegriCloud