summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the remaining warnings of growfs(8) on my sparc64 box withmux2004-04-032-5/+5
* In uart_ebus_probe(), match "su_pnp" besides "su" for ns8250 familymarcel2004-04-031-2/+4
* - Don't abuse caddr_t when what we really want is a void *.mux2004-04-031-4/+5
* Add the ability to disable agp devices at the loader prompt. Usage isnjl2004-04-0314-0/+28
* Temporarily go back to WARNS=0 until I can figure out what's breakingle2004-04-031-1/+1
* 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
* Resolve conflicts after import of Heimdal 0.6.1.nectar2004-04-0330-3470/+196
* This commit was generated by cvs2svn to compensate for changes in r127808,nectar2004-04-03190-18275/+47053
|\
| * Vendor import of Heimdal 0.6.1.nectar2004-04-03193-18479/+47473
* | Resolve conflicts after import of Heimdal 0.6.1 libcom_err.nectar2004-04-037-84/+85
* | This commit was generated by cvs2svn to compensate for changes in r127804,nectar2004-04-036-446/+657
|\ \
| * | Import libcom_err from Heimdal 0.6.1.nectar2004-04-0313-541/+754
* | | 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
* | | Style:mlaier2004-04-033-4/+3
* | | Make growfs WARNS=6 clean.le2004-04-033-45/+49
* | | Flush cached access mode after modifying a files attributes forpeadar2004-04-031-0/+2
* | | Give find(1) the option -acl to locate files with extendedbmilekic2004-04-033-0/+54
* | | Stop iterating over ACLs if we've already determined webmilekic2004-04-031-5/+11
* | | 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
* | | Note previous commit also purges all node table entries collected whilesam2004-04-020-0/+0
* | | 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
OpenPOWER on IntegriCloud