summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem with a DEBUG section of code.dyson1996-07-291-1/+1
* Fix an error in statement order in pmap_remove_pages, remove the pmapdyson1996-07-291-39/+10
* Fix a problem that pmap update was not being done for kernel_pmap. Alsodyson1996-07-281-13/+11
* Move a couple of the initialization commands to the right place. Multidyson1996-07-271-28/+24
* Under the heavy load for transmiting condition, it will be write erroramurai1996-07-271-2/+2
* This commit is meant to solve a couple of VM system problems ordyson1996-07-272-521/+445
* ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.cpeter1996-07-261-2/+2
* Apply a bandaid to a problem elsewhere in the driver, when the process ispeter1996-07-261-2/+5
* Revert my bdevsw change for wcd.c, Bruce pointed out thatphk1996-07-241-2/+12
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-237-95/+20
* Update to current state of PC98 world.asami1996-07-231-1/+3
* Add yet another kludge to this driver. Man page update to follow.phk1996-07-211-1/+9
* Post-commit review by Bruce. Mostly stylistic changes.joerg1996-07-212-102/+112
* Replace the annoying calls to Debugger() by panic()'s in thejoerg1996-07-201-3/+7
* Correct the timer2 acquiration and release, it must happen at splclock.joerg1996-07-201-36/+52
* Major cleanup of the timerX_{acquire,release} stuff. In particular,joerg1996-07-202-96/+192
* Last night (local time :) I accidently checked in an intermediate versionse1996-07-191-85/+69
* Add interrupt register set up with original register valueamurai1996-07-193-5/+13
* FINALLY: PCI support for the Lance Ethernet driver.se1996-07-181-73/+156
* some internal modems need LOTS of time to generate an interruptjulian1996-07-171-2/+2
* Introduce two /dev/audio compat alias names for flushing and drainingjoerg1996-07-172-2/+8
* Fixed adjustment of `time' when timer0 is released. 27465 was 27645 inbde1996-07-173-6/+6
* Moved declaration of zbuf outside of #ifdef DEVFS code.nate1996-07-151-3/+3
* Quick fix for previous commit: don't free zbuf on close since it may bebde1996-07-151-9/+2
* Almost gratuitious improvement of the performance of readingdyson1996-07-141-5/+14
* Enable transmit complete interrupt...dg1996-07-131-2/+2
* Staticized a few variables.bde1996-07-122-6/+9
* Removed "optimization" using gcc's builtin memcpy instead of bcopy.bde1996-07-121-5/+2
* Renamed upa to p0upa to match p0upt.bde1996-07-121-14/+14
* Export `dumpmag' to utilities but not to the kernel.bde1996-07-121-3/+4
* Fixed cloned comments about npx traps to match context.bde1996-07-121-5/+8
* Moved the definition of DEBUGMSG() from asm.h to start.S. This macrobde1996-07-122-13/+13
* Moved the definition of `bsize' out of a DO_BAD144 ifdef so that thisbde1996-07-121-2/+2
* Moved the definition of dflt_name to the correct file (table.c is only forbde1996-07-123-5/+8
* Fixed some speling, punctuation.. and spac ing errors.bde1996-07-122-19/+19
* Fixed operand order for shld and shrd.bde1996-07-121-82/+80
* Don't use NULL in non-pointer contexts.bde1996-07-124-9/+9
* Add some comments explaining what APM_DSVALUE_BUG does no that I knownate1996-07-112-6/+20
* Merge.jkh1996-07-111-1/+3
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-102-2/+8
* Whee. Fix two bugs which ended up cancelling each other out.nate1996-07-104-12/+12
* Clean out some historical cruft.jkh1996-07-101-6/+1
* make the NAMEBLOCK changes conditional on that preprocessor variable,julian1996-07-093-10/+15
* Fix something that's been bugging me for a long time: move the CPUwollman1996-07-083-196/+286
* Add the ability to specify bootflags. This is similar to boot_i386(8),joerg1996-07-062-3/+31
* Obtained from: Whistle Communicationsjulian1996-07-056-63/+240
* This driver supports the SDL Communications RISCom/N2 ISA cards that isjhay1996-07-055-3/+1796
* Added or restored #include of <machine/md_var.h>. Some declarationsbde1996-07-011-1/+2
* Fixed lots of warnings about unportable casts of pointers to volatilebde1996-07-012-16/+26
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterbde1996-07-012-20/+10
OpenPOWER on IntegriCloud