summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Staticized. Moved some ero-initialized values to the bss.bde1995-11-241-8/+13
* Update the wd.c driver to use the new TAILQ scheme for devicedyson1995-11-231-29/+39
* Completed function declarations and added prototypes.bde1995-11-2213-327/+410
* Completed function declarations and/or added prototypes.bde1995-11-215-8/+12
* Restored static variable `nsio_tty' which is used only by pstat(8). Madebde1995-11-211-1/+3
* Add and document the hooks for John Hay's Arnet sync driver...peter1995-11-213-5/+10
* This commit was generated by cvs2svn to compensate for changes in r12437,peter1995-11-213-0/+1962
|\
| * This driver supports the Arnet SYNC/570i ISA cards that is based on thepeter1995-11-213-0/+1962
* Quick fix for stat_imask and intr_mask[8] not having the RTC interruptbde1995-11-201-1/+2
* Mega commit for sysctl.phk1995-11-2010-93/+46
* Remove unused var.phk1995-11-201-2/+1
* Fix compiler warnings.phk1995-11-202-29/+28
* move variables inside the #ifdef.phk1995-11-201-3/+5
* Change call to kern_sysctl to userland_sysctl. Not tested.phk1995-11-201-4/+6
* Remove unused vars.phk1995-11-204-14/+8
* i386 is defined by the compiler, so don't define it here. LOAD_ADDRESSdg1995-11-191-2/+2
* Moved bogusly placed #endif that hid some prototypes.bde1995-11-181-1/+1
* Updated comments. The comments about the unused addresses get brokenbde1995-11-181-24/+30
* Fixed the types of the apm hook functions.bde1995-11-181-7/+12
* Fixed the types of the apm hook functions.bde1995-11-181-15/+27
* Fixed the type of a timeout function.bde1995-11-181-2/+8
* Fixed staticization - use `static' in function headers, not just inbde1995-11-181-19/+19
* Fixed a bogus include path.bde1995-11-181-2/+9
* Staticized an inline function. All inlines in kernel headers should bebde1995-11-181-2/+2
* Fixed (nonexistent) initialization of bp->b_pblkno. disksort() forbde1995-11-181-14/+2
* Fixed the type of a timeout function.bde1995-11-181-9/+5
* Fixed the type of vm_fault_quick() - don't convert types back and forthbde1995-11-181-9/+18
* Fixed handling of trace traps when cons_unavail is set. Added commentsbde1995-11-181-6/+23
* Restored the device-driverness off wd.c. It got lost when wdc wasbde1995-11-181-4/+4
* Removed bogus padding that wasted 0x500 bytes.bde1995-11-182-14/+12
* Fixed scrolling. The bottom line wasn't cleared. This caused thebde1995-11-181-7/+4
* Fixed the types of apm_default_resume() and apm_default_suspend().bde1995-11-182-6/+14
* Included <sys/conf.h>. It used to be included as a side effect ofbde1995-11-163-3/+6
* Correct the bogus probe for 8216/8416 cards...it was broken.dg1995-11-151-19/+17
* Removed:phk1995-11-141-1/+5
* Fiddle with <machine/isa_device.h>phk1995-11-141-0/+2
* Staticize various private parts.phk1995-11-143-6/+6
* Make a lot of private stuff staticphk1995-11-141-21/+21
* Fix a couple of printfs.phk1995-11-141-3/+3
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()bde1995-11-142-7/+5
* Added bogus casts to avoid compiler warnings.bde1995-11-131-2/+3
* Fixed parentheses in macros.bde1995-11-131-4/+4
* Replaced nosys() by lkm_nullcmd().bde1995-11-131-1/+1
* The entire sysctl callback to read/write version. I havn't tested this asphk1995-11-121-6/+5
* Add /dev/random hooks to the key input routines for pcvt. This allowsmarkm1995-11-122-1/+12
* Oops, forgot the following log message in the previous commit:bde1995-11-121-1/+1
* Reviewed by:bde1995-11-121-1/+4
* Added (null for the i386) conversions from ibcs2's bogus fcntl argsbde1995-11-121-9/+10
* Cleaned up after moving the prototypes:bde1995-11-111-192/+78
* convert more sysctl variables.phk1995-11-101-37/+28
OpenPOWER on IntegriCloud