summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync with sys/i386/conf/majors.i386 revision 1.27.kato1998-02-141-3/+2
* Sync with sys/i386/isa/syscons.c revision 1.256.kato1998-02-141-3/+7
* Change wfd major block device to 1 as part of the effort to make wfd'spst1998-02-134-10/+8
* Fix a couple of lines that dropped out in my merge yesterday.phk1998-02-133-9/+21
* Man, twice in as many days. Gotta learn to check that uname.phk1998-02-131-10/+10
* Sync with sys/i386/isa/syscons.c revision 1.255.kato1998-02-131-14/+14
* Sync with sys/i386/conf/majors.i386 revision 1.26.kato1998-02-131-1/+2
* Add a skelleton pulse-per-second timing driver. This will become morephk1998-02-137-5/+233
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-1318-149/+37
* Hmm, it is generally an advantage to commit the most recent version ofphk1998-02-133-45/+42
* Use RDMSR instruction instead of WRMSR.kato1998-02-132-32/+32
* Sync with sys/i386/isa/npx.c revision 1.56.kato1998-02-131-3/+38
* Sync with sys/i386/isa/clock.c revision 1.110.kato1998-02-133-102/+99
* Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.254 andkato1998-02-132-73/+106
* Staticized.bde1998-02-134-8/+6
* Don't (conditionally) override the kernel's min() and max() functionsbde1998-02-132-14/+8
* Ifdefed SMP-only declarations.bde1998-02-132-6/+16
* Don't generate warnings for test coverage checking when compiling LINT.bde1998-02-132-14/+12
* Update timer0_prescaler_count before calling hardclock() while timer0bde1998-02-135-75/+110
* Ifdefed some npx code. npx should be optional again.bde1998-02-132-2/+6
* Fixed missing privilege checking and off-by-1 bounds checking inbde1998-02-132-12/+18
* Ensure that the linker sets for commands exist by putting a standardbde1998-02-133-25/+15
* Fixed configuration and linkage of ext2_checkoverlap().bde1998-02-134-16/+10
* Removed unnecessary dependencies on KERNEL and DIAGNOSTIC. This wasbde1998-02-131-4/+4
* Fixed staticization (the behaviour is undefined when something withbde1998-02-121-1/+1
* Unstaticized.bde1998-02-121-2/+2
* Add support for VESA mode 0x102 (800x600x4) in syscons. You can activatephk1998-02-126-180/+312
* Fixed initialization of the 4MB page. Kernels larger than about 2.75MBbde1998-02-122-4/+4
* Only use the i586-optimized copying and zeroing functions if they arebde1998-02-123-9/+114
* Fix a white-space nit which I happened to notice.phk1998-02-123-9/+6
* Add display of type KD_PIXEL.phk1998-02-122-2/+4
* Make NO_LKM a new-style option.eivind1998-02-122-2/+4
* Oops, sorry, a #define line for my debugging session slipped intoyokota1998-02-123-9/+3
* Sync with sys/i386/isa/syscons.c revision 1.251.kato1998-02-121-129/+183
* Sync with sys/i386/conf/options.i386 revision 1.72.kato1998-02-122-2/+6
* Replace non-existent ip_forwarding with ipforwardingache1998-02-121-2/+2
* Alter ipfw's behavior with respect to fragmented packets when the packetalex1998-02-121-3/+35
* I'm not sure whether this is a correct way to do it,dima1998-02-114-6/+18
* Fix a && that should be an &.dg1998-02-111-2/+2
* Only forward source routed packets when ip_forwarding is set to 1.guido1998-02-111-2/+2
* Remove description on the flags for psm. They are adequatelyyokota1998-02-113-30/+3
* Added SC_DISABLE_REBOOT and SC_MOUSE_CHAR.yokota1998-02-112-2/+6
* Clean up comments describing Luigi's alternate sound driver.jkh1998-02-113-12/+27
* - Move the mouse cursor to the center of the screen after videoyokota1998-02-113-48/+123
* - A new semaphore: font_loading_in_progress.yokota1998-02-113-27/+81
* - Break scrn_timer() into two pieces. Now screen update is done in ayokota1998-02-113-255/+291
* - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's calledyokota1998-02-113-27/+54
* De-staticize enough to make all the LKMs work again. Add comments whereeivind1998-02-114-10/+10
* Include SIMPLELOCK_DEBUG functions even if SMP if compiling LINT; giveeivind1998-02-111-2/+6
* Back out statification and restore a declaration that got lost.eivind1998-02-102-4/+8
OpenPOWER on IntegriCloud