summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Modify the kdc_description for eisa0 to include the system board ID.gibbs1995-11-101-9/+25
* Change ahb device line to eisaconf syntax.gibbs1995-11-093-10/+12
* Convert Adaptec 1742 driver to new eisaconf interface.gibbs1995-11-093-214/+250
* Sync the public source with what I'm currently running.peter1995-11-092-148/+208
* Nuked some more bogus devswitch macros. The wcd lkm was broken.bde1995-11-091-11/+3
* Second pass on this. Sentinal device node was an uneeded complication.gibbs1995-11-092-305/+292
* Fix typo in QUEUE_FULL_SUPPORTED section.gibbs1995-11-071-2/+2
* Properly print out the chip type again. ahc_init really needs a rewrite.gibbs1995-11-071-7/+19
* Close PR misc/75. I thought this was done long time ago...phk1995-11-061-0/+4
* All:dg1995-11-064-74/+74
* -Wall fixes.gibbs1995-11-061-8/+8
* Probe all slots even if an EISA main board isn't found. This catchesgibbs1995-11-062-83/+115
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-061-28/+6
OpenPOWER on IntegriCloud