summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-081-4/+2
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-088-798/+1102
* o Introduce private types for use in linux syscalls for two reasons:marcel2001-09-081-166/+215
* Now that this code is MD, we don't need the i386 ifdefs.msmith2001-09-071-6/+9
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-063-8/+8
* Don't specify the number of vlan interfaces any more, they are createdbrooks2001-09-051-1/+1
* Remove superfluous statement.jlemon2001-09-051-1/+0
* Rework the ISA PnP driver pnp and the PnP resource parser to fixyokota2001-09-051-5/+21
* style(9) the structure definitions.obrien2001-09-053-6/+6
* Reenable RTC interrupts after wakeup. Some laptops have a problemiwasaki2001-09-044-4/+46
* Add `-I.' option to CFLAGS so that we can compile asm code togetheriwasaki2001-09-041-0/+1
* Mostly cosmetic. Move various variables from .s files to .c files so thatpeter2001-09-042-11/+8
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-041-140/+0
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablypeter2001-09-041-17/+0
* Fix the argument specifier for the PnP BIOS function 2yokota2001-09-031-1/+1
* Always turned on 8bit access card support for the fe drivershiba2001-09-021-1/+0
* Synchronize syscalls.master(s) with recent Giant pushdown workdillon2001-09-012-11/+11
* note 2300/2312 supportmjacob2001-08-311-1/+2
* Do a style cleanup pass for the pmap_{new,dispose,etc}_proc() functionspeter2001-08-311-40/+34
* Revert previous "fix"; bus mice still have to be manually probed even inmsmith2001-08-311-1/+1
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-302-17/+16
* Add ACPI attachments.msmith2001-08-307-1/+8
* Correct usage of ISA_PNP_PROBEmsmith2001-08-302-6/+3
* Note that compiling ACPI into the kernel is deprecated for normal use.msmith2001-08-301-0/+3
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-10/+13
* It turns out that while Toshiba laptops don't want to route interruptsimp2001-08-282-34/+20
* MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.imp2001-08-272-60/+120
* There is nothing more embarresing than having three goes at correctingpeter2001-08-271-1/+1
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-271-1/+3
* I missed a typo in the last commit: s/whach/which/peter2001-08-261-1/+1
* Argh! Revert accidental commit.peter2001-08-251-3/+1
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Add another comment.julian2001-08-251-0/+7
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-2514-41/+72
* s/teh/the/peter2001-08-251-1/+1
* Add an explanatory note that would have saved me an hour or twojulian2001-08-251-0/+7
* Axe a commented, unused #define related to the old giant lock.jhb2001-08-241-1/+0
* INTREN() and INTRDIS() have been MP safe for a while. Don't say that theyjhb2001-08-241-2/+2
* Remove references to the old giant kernel lock in various comments.jhb2001-08-242-33/+6
* Export the actual KERNBASE to the symbol table. We can use nlist() to getpeter2001-08-241-0/+6
* Move cpu_fxsr definition to C code (so debug info is generated) and wherepeter2001-08-242-2/+5
* Add a new kernel option RESTARTABLE_PANICS. If this option is present,jhb2001-08-231-0/+10
* Fix a comment error that was fixed in the pc98 version. hw.maxmem ispeter2001-08-231-1/+1
* Dont add UPAGES to the %cs segment limit. There is nothing there exceptpeter2001-08-231-16/+2
* Dont compile in SSE fxsave/fxrstor instructions if CPU_ENABLE_SSE isn'tpeter2001-08-231-6/+15
* Move CR4.PGE enabling code after paging is enabled via CR0.PG based oniwasaki2001-08-221-7/+6
* Move most of the kernel submap initialization code, including thedillon2001-08-222-12/+7
* Introduce two new sysctl's.. vm.kvm_size and vm.kvm_free. These arepeter2001-08-221-0/+21
* Push down Giant some in trap_pfault() so we don't grab Giant aroundjhb2001-08-211-4/+5
* The general conesnsus on irc was that pci bios for config registersimp2001-08-213-4/+51
OpenPOWER on IntegriCloud