summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Use bitmasks of the KTR_* constants instead of hexidecimal values forjhb2001-06-041-2/+2
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* This file is not needed any more, the definitions and declarations ittmm2001-06-011-13/+0
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-015-5/+2
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+7
* Add device driver support for the Level 1 LXT1001 NetCelleratorwpaul2001-05-311-0/+4
* Quiet warnings by adding a prototype for set_user_ldt_rv() and making itjhb2001-05-301-1/+6
* We can't grab the sched_lock in set_user_ldt() because when it is calledjhb2001-05-302-6/+25
* move wx to be part of miibus requiring chipsetsmjacob2001-05-301-1/+1
* Remove MFS options from all example kernel configs.phk2001-05-293-4/+1
* Clarify that the old CD-ROM drivers are only for non-ATAPI drives.phk2001-05-281-3/+3
* Remove pcm hints here now that it's gone from GENERIC.jkh2001-05-261-4/+0
* Update reality in the strings commentdougb2001-05-261-1/+1
* Take pcm (audio) back out of GENERIC; there appears to be somejkh2001-05-251-3/+0
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-4/+4
* Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)hm2001-05-253-15/+40
* Don't acquire Giant just to call trap_fatal(), we are about to panicjhb2001-05-231-4/+0
* pmap_mapdev needs the vm_mtx, aquire it if not already lockedalfred2001-05-231-0/+8
* lock vm while playing with pmapalfred2001-05-231-0/+9
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-232-4/+4
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-225-107/+105
* Remove a few more spl's I missed earlier.jhb2001-05-221-2/+0
* Sort includes.jhb2001-05-212-2/+2
* Axe unneeded spl()'s.jhb2001-05-211-3/+0
* Throw away the complications in npxsave() and their infrastructure.bde2001-05-201-53/+23
* Use a critical region to protect almost everything in npxinit().bde2001-05-201-0/+6
* Use a critical region to protect pushing of curproc's npx state tobde2001-05-201-1/+4
* Use a critical region to protect saving of the npx state in savectx().bde2001-05-201-1/+4
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-197-15/+46
* Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will helpobrien2001-05-181-1/+1
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-181-51/+51
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.jhb2001-05-171-5/+1
* Use NHWI instead of APIC_IMEN_BITS.jhb2001-05-171-1/+1
* - Axe the IMEN_BITS and APIC_IMEN_BITS constants.jhb2001-05-171-4/+3
* Consistently define the rune types.obrien2001-05-161-1/+19
* Move the int typedefs to the top so they can be used in defining other types.obrien2001-05-161-30/+30
* Lock the procfs functions for doing a single step and reading/writingjhb2001-05-161-49/+19
* "Sir, the deorbit burn completed succesfully."jhb2001-05-153-114/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-1516-17/+0
* Move the definition of HWI_MASK to the i386/isa/icu.h header right next tojhb2001-05-151-0/+2
* - Use ICU_LEN rather than NHWI for the size of the array of ithreads.jhb2001-05-151-2/+1
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-2/+18
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-133-3/+1
* Use a critical region to protect pushing of the parent's npx state to thebde2001-05-131-4/+14
* Revert part of last commit. Instead of using %fs for KSD/TSD, we'lldeischen2001-05-121-0/+1
* Preserve the state of the %gs register when setting up the signaldeischen2001-05-121-2/+0
* Simplify the vm fault trap handling code a bit by using if-else instead ofjhb2001-05-111-29/+15
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-111-0/+5
* Un-swap irq/link byte values so that printf works.msmith2001-05-112-2/+2
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-102-3/+3
OpenPOWER on IntegriCloud