summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up interrupt masking by declaring the state variable in abde1996-08-281-10/+15
* Add g to flags helpache1996-08-281-1/+1
* Add g option to usage lineache1996-08-282-2/+3
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.bde1996-08-281-2/+2
* Use "" instead of <> for a header in the current directory.bde1996-08-281-2/+2
* Use (full) <> paths instead of ambiguous "" paths for headers not inbde1996-08-282-6/+6
* Clean up formatting and fix an & -> && bug pointed out by bdepst1996-08-281-87/+52
* Support for GDB remote debug protocol.pst1996-08-277-9/+603
* Add hints to the file ./LINT and the handbook.wosch1996-08-271-1/+10
* Unconditionally null-terminate string read into spkr driver.peter1996-08-241-3/+6
* Another attempt at making multi-sector mode work.dyson1996-08-231-16/+35
* Add /usr/sbin to sysctl because /usr/sbin not in standard pathache1996-08-211-3/+3
* Collect all the functioons concerned with rebooting into one placejulian1996-08-191-160/+6
* s/ETHER_MIN_LAN/ETHER_MIN_LEN/peter1996-08-191-1/+1
* oops somehow this dissppeared along the way..julian1996-08-191-1/+3
* Fix a couple of typos that sneaked in with Poul's ETHER_* mega-commit.joerg1996-08-181-2/+2
* restore nsccons variable from rev 1.115 that was deleted in rev 1.136peter1996-08-161-1/+2
* Add comment about fxp device (Intel EE Pro/100B).asami1996-08-152-2/+8
* Fix two minor oddities introduced by my yesterday's patches:joerg1996-08-122-9/+15
* Back out mistaken local change that sneaked in on the last commit.wollman1996-08-121-0/+40
* Don't declare the user_ldt functions unless USER_LDT is defined.wollman1996-08-122-42/+4
* Extend the poll code so that it can periodically scan the host cardspeter1996-08-121-4/+11
* Apply my small patch to make detection of ATAPI CD-ROMs happen awpaul1996-08-121-3/+11
* Add support for i686 machine check trap.dg1996-08-113-5/+9
* Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.dg1996-08-111-2/+3
* Fix many long-standing bugs and problems with pcvt, namely:joerg1996-08-104-19/+40
* Teach UserConfig about ANSI (DEC?) ``application mode'' arrow keyjoerg1996-08-101-3/+4
* Add recognition for the AMD 5x86 CPU models.peter1996-08-101-1/+15
* Trivial cosmetic tweak to make the i[56]86 CPU MHz reprting round to thepeter1996-08-101-3/+5
* This diff adds support for the HP PC Lan+ cards (model numbers: 27247Bdg1996-08-072-32/+778
* Megacommit to straigthen out ETHER_ mess.phk1996-08-0618-128/+67
* Fix memory leak bug in the path parsing code which never released it'snate1996-08-051-6/+10
* Remove a spurious message.phk1996-08-041-1/+1
* Reduce reset timeout. "only" 16 seconds (!) for a 512K board.phk1996-08-041-3/+2
* Update driver.phk1996-08-042-209/+226
* Replace about 60 lines of code with a call to ether_ioctl().phk1996-08-041-80/+9
* make si.c compile in kernels without COMPAT_43.peter1996-08-031-2/+5
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-025-33/+20
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-8/+6
* Reduced division by i586_ctr_rate to multiplication by i586_ctr_multiplier.bde1996-08-021-6/+4
* When I hit [Ctrl]+8, appeared 9 instead of 8. It may not be critical butnate1996-08-011-1/+1
* Add an fls() inline function which does the opposite operation towollman1996-08-011-1/+12
* Eliminated pcb_inl. It was always 0 because context switches don't occurbde1996-07-313-11/+4
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-312-23/+7
* Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'bde1996-07-301-10/+7
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedbde1996-07-301-40/+32
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-303-38/+88
* Fix GIO_ATTR ioctl return to match SYSVache1996-07-301-2/+2
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-302-412/+519
* Fix a problem with a DEBUG section of code.dyson1996-07-291-1/+1
OpenPOWER on IntegriCloud