summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* The general conesnsus on irc was that pci bios for config registersimp2001-08-213-4/+51
* Fix bug in physmem_est calculation - the kernel_map size was not beingdillon2001-08-211-5/+6
* Detect a certain type of PCIBIOS brain damage. For some reason,peter2001-08-214-0/+46
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-1/+10
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-202-1/+22
* There is nothing special that requires SSE to be only on 686 class cpus.peter2001-08-181-6/+4
* style(9) and make consistent across platformsobrien2001-08-162-44/+48
* OFF_T -> OFF (more standard style)ache2001-08-152-4/+4
* Add OFF_T_MAX/OFF_T_MINache2001-08-152-0/+6
* Teach bus_dmamem_free() about contigfree(). This is a bit of a hack,wpaul2001-08-151-0/+3
* Whitespace fixes to make this mostly fit in 80 columns.jhb2001-08-151-33/+62
* Use interrupt gates instead of trap gates for breakpoint and tracebde2001-08-131-2/+2
* Removed he BPTTRAP() macro and its use. It was intended for restoringbde2001-08-131-4/+2
* Fixed minor numbers when there is more than one cy card.bde2001-08-131-6/+15
* Use ttymalloc() instead of a static array of `struct tty'. This willbde2001-08-131-15/+2
* Fix some trivial bugs.iwasaki2001-08-121-10/+12
* Add an optimization where we check hte PS_ASTPENDING and PS_NEEDRESCHEDjhb2001-08-101-0/+10
* - Close races with signals and other AST's being triggered while we are injhb2001-08-104-23/+4
* Add the screen savers for test coverage.peter2001-08-091-0/+12
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-082-59/+0
* -Finished cleanup of old 'ThinkPad' comments that are no longer useful.nate2001-08-062-4/+2
* - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPadnate2001-08-051-2/+0
* - Fix a comment.jhb2001-08-041-3/+2
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Diff-reduce this with GENERIC.markm2001-07-281-3/+3
* Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernelpeter2001-07-271-1/+5
* MASK_FPU_SW didn't do what it was expected to do.peter2001-07-261-7/+1
* Call the early tunable setup functions as soon as kern_envp is available.peter2001-07-261-0/+3
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-263-9/+18
* Allow ng_split to be compiled in staticly.brooks2001-07-251-0/+1
* You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-232-0/+2
* Added the linux_sysinfo function to implement sysinfo(2).pirzyk2001-07-233-3/+2
* Added the proper arguments the sysinfo system callpirzyk2001-07-231-1/+1
* Note that the umass device requires scbus and dakris2001-07-221-1/+1
* Don't do sleep state transition if specified sleep state is notiwasaki2001-07-221-7/+6
* add <sys/sytm.h> (for cpufunc.h -> rdtsc)assar2001-07-211-0/+1
* update step.hm2001-07-211-2/+2
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-1/+1
* Update the OSD module to match the ACPI CA 20010717 import.msmith2001-07-211-0/+8
* Put a knob in the kernel config files to tweak the user max stack size.pirzyk2001-07-201-2/+4
* gif isn't a count device anymore so don't put a number after it.brooks2001-07-201-1/+1
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-207-2/+645
* Fix setting serial baud rate under ibcs2 emulation by moving a line to thejon2001-07-201-2/+2
* Rename vm86pcb_lock -> vm86_lock to correctly reflect its function.jlemon2001-07-191-6/+6
* Expand the range of the vm86pcb_lock so that it protects manipulationsjlemon2001-07-191-2/+2
* swtch.s: During context save, use the correct bit mask for clearingbsd2001-07-192-5/+8
* Quiet a variable format-string warning.kris2001-07-192-5/+5
* The per-cpu temporary buffers are not needed since the pcb_save areas havetegge2001-07-171-14/+5
* Use PCPU_GET(cpuid) instead of curproc->p_oncpu.tegge2001-07-161-9/+9
* Fix MCOUNT_ENTER() so it actually compiles in the profiling case.jhb2001-07-141-1/+1
OpenPOWER on IntegriCloud