summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Based on the following message, disable tagged command queueing for allmsmith1998-02-161-1/+5
* Sync with sys/i386/conf/files.i386 revision 1.189.kato1998-02-162-2/+4
* Sync with sys/i386/conf/GENERIC revision 1.106.kato1998-02-162-2/+6
* Sync with sys/i386/boot/*/Makefile (Eivind's change: Make bootblockkato1998-02-164-9/+57
* TEMPORARILY disable support for the 4MB kernel page, as it appears to bemsmith1998-02-162-2/+6
* Make bootblock building independent of /usr/include if relativeeivind1998-02-155-11/+59
* A bunch of nits from bde.phk1998-02-151-68/+60
* Update to support SI/XIO PCI host cards (Z280 based) and the enhancedpeter1998-02-159-22/+2200
* A bunch of nits from bde.phk1998-02-151-15/+13
* Add a nanotime() function so that we can start to use this call.phk1998-02-152-2/+20
* unifdef -UEXT_CLOCK fdef -UEXT_CLOCK, it is irrelevant.phk1998-02-151-21/+3
* Sync with sys/i386/isa/npx.c revision 1.57.kato1998-02-151-2/+1
* Sync with sys/i386/isa/sio.c revision 1.197.kato1998-02-152-4/+4
* Revert part of my previous patch - I don't see the *need*jkh1998-02-152-6/+2
* missing spl() call and off by one error in the handling of the partitions.jkh1998-02-152-4/+6
* Removed a superstitious fnop() that broke the usefulness of the FPU'sbde1998-02-153-6/+3
* Fixed an aliasing bug. It was too easy to defeat the check for movingbde1998-02-151-3/+13
* Make the rootdir handling more consistent. Now, processes alwaysdyson1998-02-155-18/+13
* - If a PCCARD serial device is removed from the system, let the serialnate1998-02-143-6/+6
* 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
OpenPOWER on IntegriCloud