summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-61/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-046-41/+22
* Make the code to read the kernel message buffer via sysctl machine-tmm2001-07-031-42/+0
* Add Transmeta Crusoe LongRun support.iwasaki2001-07-031-0/+198
* Quiet warning by removing ast() prototype.jhb2001-07-031-1/+0
* Allow Giant to be recursed when a process terminates.jhb2001-07-031-2/+2
* gif(4) and stf(4) modernization:brooks2001-07-021-1/+1
* A slightly more complete change to timeouts:mjacob2001-07-021-0/+4
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesimp2001-07-022-2781/+0
* Repo copy i82586.h to dev/ic/i82586.h.imp2001-07-021-332/+0
* Don't need the .keep_me files. Obrien and I committed past each other.imp2001-07-012-1/+1
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Really do proper keepme files in the compile directories. Useimp2001-06-302-0/+1
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-303-14/+2
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-120/+0
* Remove cruft from old bus.imp2001-06-291-3/+0
* Remove file that hasn't been used since ze/zp.imp2001-06-291-191/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-2915-46/+45
* Grab Giant around trap_pfault() for now.jhb2001-06-291-0/+4
* Get kernel profiling on SMP systems closer to working by replacing thejhb2001-06-284-25/+8
* Provide access to the IA32 hardware debug registers from the ddbbsd2001-06-283-22/+120
* Remove dgmbrian2001-06-271-8/+3
* Spell digi rightbrian2001-06-271-3/+3
* Merged from sys/i386/include/bus_at386.h revision 1.14.nyan2001-06-261-1/+1
* Recognize FC-PGA2 Pentium III (Tualatin).kato2001-06-261-0/+1
* Add code to detect Transmeta Crusoe cpus.dfr2001-06-251-2/+55
* - Grab the proc lock around CURSIG and postsig(). Don't release the procjhb2001-06-221-3/+4
* Make the hw.physmem and hw.usermem variables unsigned so that they dontpeter2001-06-221-2/+2
* Don't set CONSPEED to the default and deobfuscate the comment.dd2001-06-211-1/+2
* Actually document TCPDEBUG.wollman2001-06-191-1/+3
* Fix punctuation in comment.wollman2001-06-191-2/+2
* Initialize mutexes needed early on all in the same place so that thejhb2001-06-181-15/+6
* - Add support for decoding syscall names. (Brought over from the new alphajhb2001-06-181-37/+61
* Include sys/pcpu.h to get the prototype for globaldata_register() to quietjhb2001-06-183-0/+3
* Don't assume that resource type is ioport and rid equal 0.nyan2001-06-171-5/+6
* Move cardbus and pccard bus bridge devices to near the bridge chips. Thisimp2001-06-171-2/+2
* MFGENERIC:imp2001-06-171-12/+9
* Fix "alignemnt" typo.alex2001-06-162-2/+2
* Fix warnings:peter2001-06-151-48/+48
* Fix warnings:peter2001-06-151-3/+3
* Removed unused files.nyan2001-06-142-319/+0
* Correct typo.nyan2001-06-142-5/+5
* Moved the wd33c93 specific file to sys/dev/ic.nyan2001-06-142-158/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-132-8/+6
* Hints overhaul:peter2001-06-124-7/+13
* Add PSEUDOFS, and note that LINPROCFS depends on it.des2001-06-111-1/+3
* Move the files from i386/isa/ic/ to dev/ic/.nyan2001-06-104-366/+0
* Document the PANIC_REBOOT_WAIT_TIME option.dd2001-06-101-2/+6
OpenPOWER on IntegriCloud