summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarification: &release.next; refers to a future FreeBSD release.bmah2001-10-232-2/+2
* Set RB_MULTIPLE (multiple console support) if the kernel is bootedjlemon2001-10-233-0/+9
* Fix typo.murray2001-10-231-1/+1
* Allow the RBX_DUAL flag to appear in bootinfo.jlemon2001-10-232-2/+2
* Implement multiple low-level console support.jlemon2001-10-236-237/+331
* Add RB_MULTIPLE flag so the bootloader can turn on mulitiple consolejlemon2001-10-231-0/+1
* Add a siocnterm function for the CONS_DRIVER function vector.jlemon2001-10-231-1/+9
* o Add two comments identifying problems with the current nfs_lock.crwatson2001-10-231-0/+7
* o vn_open() fails to call VOP_CLOSE() if vfs_object_create fails. Ideallyrwatson2001-10-231-0/+1
* Assert that Giant is not held in mi_switch() unless the process statejhb2001-10-231-0/+4
* Alter the suggested way of writing structurtes to make them actuallysjulian2001-10-231-12/+18
* Move the 'type' variable inside the block where it is actually used.jhb2001-10-232-6/+6
* Break out the bus front ends into their own files. Rewriteimp2001-10-2310-419/+577
* Collect multi name handling.takawata2001-10-232-0/+4
* Don't avoid setting a 0 second timer in datalink_StartDialTimer() bybrian2001-10-232-13/+11
* Partially port kvm to ia64 - virtual to physical translation is incomplete.dfr2001-10-231-0/+167
* Turn off the single-user override. We've been running multi-userpeter2001-10-231-5/+0
* Remove references to nfsiod(8) and nfs_client_flagsru2001-10-231-10/+0
* __FBSDID() (second half of src/lib/libcrypt changes)peter2001-10-233-6/+10
* ia64 support. Due to the bogus placement of some i4b includes, it ispeter2001-10-231-1/+1
* Add data serialisations after ptc and mov to rr[] instructions.dfr2001-10-231-5/+6
* ia64 support. Hide a.out support solely under i386. While alpha neverpeter2001-10-232-1/+8
* ia64 support: move pnpinfo to i386 and alpha sections for now. i386 haspeter2001-10-231-3/+7
* Add ia64 support (stubs, just like i386, alpha)peter2001-10-233-0/+61
* Add a bunch of new PCI ID's for Intel ATA chips.sos2001-10-232-0/+10
* fix broken `compat_atdisk'(replace raw device name with block device's).amorita2001-10-231-2/+3
OpenPOWER on IntegriCloud