summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Clear the TLB on boot.dfr2001-10-241-4/+7
* If we get an unhandled page fault in kernel mode, either panic (ifdfr2001-10-241-1/+14
* De-orbit DEFS.h - the other arches do not use it, and it got replacedpeter2001-10-2442-82/+35
* Try to get the self-relocator to work with IPLTLSB relocations. Doesn'tdfr2001-10-244-12/+80
* Unbreak alpha builds.mjacob2001-10-241-3/+4
* unwind v_writecount in fhopen() if we are unable to allocate thedillon2001-10-242-2/+8
* cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-247-7/+7
* Don't enable write cacheing on devices that don't support tagged queuingdes2001-10-241-1/+1
* Document C99 conformity.asmodai2001-10-241-2/+7
* Add __FBSDID.asmodai2001-10-241-3/+5
* Add __FBSDID.asmodai2001-10-241-5/+10
* Add $FreeBSD$.asmodai2001-10-241-3/+6
* Remove call to cninit_finish().jlemon2001-10-242-3/+0
* - Clean up the comments slightly here to make them more readable.jhb2001-10-242-6/+14
* Help to recover from bad seek (i.e. negative or too big) happens beyondache2001-10-242-5/+12
* Make apm a module.ume2001-10-242-0/+11
* Refer more consistently to the different FreeBSD (hardware platform)bmah2001-10-248-13/+14
* Add some new entities with the "official" names of the platformsbmah2001-10-246-0/+6
* Added the pmc driver which supports power management controller ofnyan2001-10-247-0/+533
* Fix this to actually compile in the !INVARIANTS case.jhb2001-10-242-1/+11
* Use vm_offset_t instead of caddr_t to fix a warning and removerobert2001-10-241-3/+3
* fix kvprintf panic in attach routinehm2001-10-241-6/+1
* Correct a typo: numtiple -> multiple.roam2001-10-241-1/+1
* fix SNDCTL_DSP_GETISPACE behaviourcg2001-10-241-3/+2
* improve recording behaviourcg2001-10-241-5/+10
* Finish the removal of the LABPC driver.ru2001-10-243-142/+4
* It's safe to assume that ${.OBJDIR} == ${.CURDIR} in theru2001-10-241-1/+1
* Remove call to cninit_finish. This is part of the multiplemarcel2001-10-241-2/+0
* Back out my last commit. Ruslan (ru) has a better fix.markm2001-10-241-4/+0
* Add parse functions for local APIC and I/O APIC entries.marcel2001-10-241-7/+31
* o Note an additional potential problem here: LOCKD_MSG directly exportsrwatson2001-10-241-0/+4
* Fix ktrace enablement/disablement races that can result in a vnodedillon2001-10-244-17/+66
* Back out read buffer invalidating via __SMOD.ache2001-10-232-7/+2
* Tra-La, another QLogic f/w funny- this time with the 2300.mjacob2001-10-231-8/+25
* Change comment explaining another usage of __SMODache2001-10-231-2/+2
* Remove if_wx.jhb2001-10-231-1/+0
* Document sx_assert(9).jhb2001-10-232-1/+33
* Disallow fseek() optimization in internal read buffer, if pointer is moved byache2001-10-231-0/+5
* Regen.n_hibma2001-10-232-2/+18
* Add Olympus C-700n_hibma2001-10-231-0/+4
* Change the sx(9) assertion API to use a sx_assert() function similar tojhb2001-10-233-42/+52
* Allow hw.acpi.cpu.{economy,performance}_speed to be set from the loaderjhb2001-10-231-0/+9
* Change TUNABLE_*_FETCH to have a return value of 0 if the variable was notjhb2001-10-231-17/+4
* - Change getenv_quad() to return an int instead of a quad_t since itjhb2001-10-232-2/+23
* Set the code and signal for the F00F hack fault directly instead ofjhb2001-10-232-14/+6
* Fix RAW dependency violation when compiled with gcc-3peter2001-10-231-1/+1
* Add a manual page.jlemon2001-10-232-1/+87
* Make sure the copies: and symlinks: targets exist in the case of themarkm2001-10-231-0/+4
* Hook up conscontrol to the build.jlemon2001-10-231-0/+1
* Add conscontrol, a front end interface for manipulating consoles.jlemon2001-10-232-0/+157
OpenPOWER on IntegriCloud