summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-0913-1/+14
* Band-aid fix to extract MAC address from some CEM2/CEM28 cards with brokenrsm2004-04-091-0/+93
* Fix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD.rsm2004-04-092-147/+99
* Sync to pccarddevs 1.83rsm2004-04-091-11/+29
* Add Xircom XEM5600 and known versions of CE2, CEM33 and CEM56.rsm2004-04-091-5/+11
* I hate noticing bugs after committing. :-(markm2004-04-091-1/+1
* Reorganise the entropy device so that high-yield entropy sourcesmarkm2004-04-0914-423/+795
* Omnibus PCI commit:imp2004-04-095-63/+322
* Plug minor memory leak of module_t structures when unloading a filepeadar2004-04-091-1/+3
* Add extra output to show when VIA C3 Nehemiah CPUs have hardwaremarkm2004-04-091-1/+11
* Spell "switches" a more conventional way.cognet2004-04-091-1/+1
* Compare pointers with NULL rather than using pointers are booleans inrwatson2004-04-091-51/+53
* Fixed missing forward declaration of struct rusage in the _KERNEL case.bde2004-04-091-6/+5
* Replace more ad-hoc versions of acpi_GetReference(). Since the type ofnjl2004-04-092-90/+31
* Include the prototype for acpi_GetReference.njl2004-04-091-0/+1
* Add support for packages as the first element of _PRW. This may allownjl2004-04-092-26/+64
* Ooops, removed this acknowledgement bogusly.imp2004-04-091-0/+4
* Lock down the netatalk AARP code, which is responsible for appletalkrwatson2004-04-091-11/+30
* The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permitsalc2004-04-083-6/+2
* Readd -Werror flag to compilation pf.c after the compiler warnings have beenmlaier2004-04-081-1/+1
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-084-4/+4
* Fix a regression in my change which sends headers along with data; asilby2004-04-081-2/+8
* Do not assume that the initial thread (i.e. the thread with the IDmarcel2004-04-081-6/+9
* Add whitespace before comment blocks. (reported by njl)cperciva2004-04-081-16/+13
* Back out last bad commit (again!)imp2004-04-071-12/+1
* Remove advertising clause from University of California Regent'simp2004-04-07316-1277/+16
* Implement an ACPI-aware pci_set_powerstate() method for PCI busses thatjhb2004-04-071-15/+45
* In ndis_convert_res(), initialize the head of our temporary listwpaul2004-04-071-1/+2
* Add new ID for Intel 82562ET (ICH5/ICH5R) Pro/100 VE Ethernet.imp2004-04-071-0/+1
* Record where half the bits in this file came from (from ufs_readwrite.c).bde2004-04-071-0/+2
* Fixed a bug in previous revision: compute the payload checksum beforeru2004-04-071-8/+8
* Fix filt_timer* races: Finish initializing a knote before we pass it tocperciva2004-04-071-2/+2
* The bs driver was replaced with the ct(pc98) driver. takahashi-sanimp2004-04-0714-5633/+0
* Last change was a bogusimp2004-04-071-12/+1
* Remove advertising clause from University of California Regent'simp2004-04-0790-385/+12
* Remove advertising clause from University of California Regent's license,imp2004-04-0795-385/+0
* Remove advertising clause from University of California Regent'simp2004-04-0721-84/+0
* Update to include both the L1 and L2 TLB stats, as well as the seperatepeter2004-04-071-5/+55
* MFi386: move rss() from db_interface.c to cpufunc.hpeter2004-04-072-12/+8
* Unbreak FAST_IPSEC build on 64 bit archs with INVARIANTS.pjd2004-04-071-1/+1
* Introduce a callout_drain() function. This acts in the same manner ascperciva2004-04-062-1/+93
* Better checks to make sure that we get good alignment. This code is aimp2004-04-061-7/+6
* Fix mis-merge from p4 by adding line getting sc.imp2004-04-061-2/+9
* Remove advertising clause from University of California Regent's license,imp2004-04-0624-96/+0
* MFP4: Power up with OE disabled. Similar patches went into NetBSD aimp2004-04-061-1/+6
* 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
OpenPOWER on IntegriCloud