summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version for getgrent(3) removal. I doubt anythingmux2004-04-111-1/+1
* Belatedly remove the getvfsent(3) API. All the consumers have beenmux2004-04-111-6/+0
* Put struct ovfsconf inside BURN_BRIDGES as well.mux2004-04-111-0/+2
* Put deprecated sysctl code inside BURN_BRIDGES.mux2004-04-111-3/+5
* Implemented per-interface polling(4) control.ru2004-04-111-5/+13
* Implemented per-interface polling(4) control.ru2004-04-112-2/+23
* Add sx driver, since it looks like it should work on allimp2004-04-111-0/+2
* Update to recent driver api changes.imp2004-04-112-25/+11
* Add glue for new sx driver.imp2004-04-112-0/+5
* Use vm_page_hold() rather than vm_page_wire() for short-duration pagealc2004-04-111-2/+2
* Frank Mayhar's <frank@exit.com> sx driver for older Specialiximp2004-04-117-0/+3230
* Implemented per-interface polling(4) control.ru2004-04-111-1/+12
* Add note about why we're ignoring the below 1MB bit.imp2004-04-111-0/+19
* Fixed resetting of the watchdog timer and queue full flag.ru2004-04-111-7/+4
* Commit import of OpenBSD-stable fix:mlaier2004-04-111-6/+11
* Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/gmarcel2004-04-111-1/+1
* In 4.x, if_ipending is used to track network interrupt state. In 5.x,rwatson2004-04-111-7/+0
* Stop xe claiming ownership of every card passed to xe_pccard_match.rsm2004-04-111-1/+1
* Compare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipending,rwatson2004-04-111-3/+3
* Implemented per-interface polling(4) control.ru2004-04-111-1/+12
* Include nehemiah.c only on i386, as is done for the non-modulesmarcel2004-04-111-0/+2
* Implemented per-interface polling(4) control.ru2004-04-111-1/+16
* Implemented per-interface polling(4) control.ru2004-04-112-2/+26
* Implemented per-interface polling(4) control.ru2004-04-111-1/+13
* First driver with user-configurable polling(4).ru2004-04-112-2/+26
* Added the new interface capability option for drivers that implementru2004-04-111-0/+1
* Don't let the NFS server module be unloaded as long as there arepeadar2004-04-113-3/+6
* Clean up properly when unloading NFS client module.peadar2004-04-114-2/+35
* Fix pc98 build.nyan2004-04-111-3/+3
* Add system tunable to turn off power state changes. Default to off untilimp2004-04-111-15/+48
* Remove a comment that refers to avail_start and avail_end as thesealc2004-04-111-3/+0
* Remove avail_end. It is not used.alc2004-04-116-30/+4
* Remove avail_end. It is not used.alc2004-04-112-5/+0
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-114-6/+4
* - pmap_kenter_temporary()'s first parameter, which is a physical address,alc2004-04-102-2/+2
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-105-11/+3
* Unbreak alpha kernel build and unbreak any non-i386 runtime brokenness.marcel2004-04-102-1/+1
* Fix module build during buildworld with MODULES_WITH_WORLD defined.kan2004-04-101-1/+4
* Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time somecognet2004-04-101-1/+1
* Remove a comment that complains about the lack of %qd, to justifymux2004-04-101-3/+2
* Changed comments following changes to not bundle firmware by default.vkashyap2004-04-101-5/+6
* Don't include the firmware image by default as it adds 500k (uncompressed) toscottl2004-04-101-2/+2
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-0910-36/+36
* Only print state change message for real state changes. When we set aimp2004-04-091-6/+10
* 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
OpenPOWER on IntegriCloud