summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix kernel build instructions to be correct for 5.X.kensmith2004-04-111-2/+6
* - 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
* Document devfs_set_rulesets a little.green2004-04-101-0/+2
* New release note:hrs2004-04-102-14/+170
* 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
* Fix a typo. I was locked out for two days from my machine.davidxu2004-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
* Fixed unformatting of copyright clause 4 in previous commit.bde2004-04-101-1/+1
* Don't include the firmware image by default as it adds 500k (uncompressed) toscottl2004-04-101-2/+2
* Don't cast away const qualifiers.tjr2004-04-108-8/+8
* Start committing Bluetooth HID (Human Interface Device) support.emax2004-04-1017-0/+3015
* Use uint instead of u_intemax2004-04-0910-64/+64
* Use uint instead of u_intemax2004-04-091-10/+10
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-0914-59/+59
* Only print state change message for real state changes. When we set aimp2004-04-091-6/+10
* The previous clause 3 commit was alsomarkm2004-04-090-0/+0
* Remove advertising clause from University of California Regent's license,markm2004-04-09133-533/+2
* 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
* Backout previous commit. It seems this comment applied to somethingmux2004-04-091-4/+0
* Fix probe routine to use card IDs from pccarddevs for NEWCARD and OLDCARD.rsm2004-04-092-147/+99
* o Fix an incorrect parsing of 0.0.0.0/0 expression.maxim2004-04-091-1/+1
* Add Xircom XEM5600 card (appears to be a renamed REM56).rsm2004-04-091-1/+23
* 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
* o SIOCGIFCONF->getifaddrs(2) conversion.maxim2004-04-091-76/+51
* Document the recent upgrade to the entropy device WRT hardwaremarkm2004-04-091-9/+30
* Take into account hardware-supplied entropy. If the entropy sourcemarkm2004-04-091-34/+41
* 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
* - Change several errx() calls that should have been err() calls.mux2004-04-092-13/+15
* Reintroduce a comment that was wrongly removed in revision 1.34.mux2004-04-091-0/+4
* 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
* Terminate execl()'s argument list with a null pointer instead of atjr2004-04-091-1/+1
* Improve robustness of multibyte character handling (-m option), andtjr2004-04-091-19/+23
* Style fixes and add gen to CLEANFILES.njl2004-04-091-12/+15
* 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
OpenPOWER on IntegriCloud