summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-281-38/+36
* Added DEVFS support to create ttyv* devicesscrappy1996-03-281-2/+19
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-2826-257/+190
* Remove a now unnecessary prototype from pmap.c. Also remove nowdyson1996-03-282-33/+2
* Significant code cleanup, and some performance improvement. Also,dyson1996-03-281-82/+134
* A slightly-closer-to-working version that includes code appropriatewollman1996-03-271-33/+91
* Fixed ownerships of callout devices.bde1996-03-272-23/+26
* Moved the initialization of the devfs devices to after the initializationbde1996-03-271-7/+9
* Fixed name of /dev/speaker (it's not spkr).bde1996-03-271-4/+4
* Fixed permissions of /devfs/*random.bde1996-03-272-11/+17
* Fixed mode of /devfs/console.bde1996-03-271-10/+4
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-271-9/+9
* The recently introduced sv_sendsig entry of the sysentvec structureswallace1996-03-271-2/+3
* Print stack pointer and frame pointer in trap messages.bde1996-03-271-6/+17
* Eliminated dependency on opt_sysvipc.h.bde1996-03-271-6/+1
* Removed vestiges of dummy frame at top of tmpstk.bde1996-03-271-14/+16
* Fixed traceback for the following cases:bde1996-03-271-22/+50
* Add support for Pentium and Pentium Pro performance counters.wollman1996-03-267-6/+638
* Whoops, back out the last commit, which was accidentally committed atnate1996-03-232-32/+2
* Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove thenate1996-03-233-10/+35
* Remove reference to ac_ipaddr, which was being used tofenner1996-03-231-3/+3
* Remove an unused #define.phk1996-03-231-3/+1
* Disable SCSI parity checking until we figure out why the aic78X0 generatesgibbs1996-03-221-3/+3
* Add support for /very/ experimental -e (exposure) option.pst1996-03-213-14/+101
* Add support for /very/ experimental -e (exposure) option.pst1996-03-211-1/+2
* Add vx0 device to GENERIC. Yes, I know that this bloats GENERIC, butjkh1996-03-201-1/+3
* Add some comments on the APM specs, and make the APM 'idle/busy'nate1996-03-192-38/+50
* Call apm_int() instead of doing direct assembly calls even when we don'tnate1996-03-192-6/+22
* Fixed unsigned longs that should have been vm_offset_t.bde1996-03-192-6/+10
* Added kernel compile time failure if more than one APM device isnate1996-03-192-2/+10
* Always enable interrupts before calling the APM idle/busy routines.nate1996-03-193-6/+6
* Minor bugfixes from the recent PC-CARD release.nate1996-03-182-6/+18
* Grr, let's actually include <sys/devconf.h> so that DEVCONF support actuallynate1996-03-182-2/+4
* Whoops, forgot the line that sets the default state in devfs.nate1996-03-182-2/+6
* Devfs support.nate1996-03-182-70/+68
* Removed support for multiple APM devices.nate1996-03-182-78/+56
* Update the linux_sendsig() handler to the new type of the 4thpeter1996-03-171-4/+4
* Fix/cleanup raw partition open/close codeache1996-03-171-23/+20
* Add fe0 to the LINT and GENERIC files (hmmm - looks like my rcvs setup'tjkh1996-03-173-5/+6
* This is a revised fe, Ethernet driver for MB8696x based adapters.jkh1996-03-172-503/+800
* Changes to the Digi/Arnet SYNC driver:peter1996-03-173-165/+284
* Fix the isa_device table (lkm): id_irq and id_maddr must be 0.jmz1996-03-161-1/+1
* Add code to make it a loadable kernel modulejmz1996-03-151-0/+46
* Correct spelling of gerg@stallion.oz.au's email addresspeter1996-03-151-2/+2
* Delete recognition for COMPAT_LINUX - it's *gone* now.. :-)peter1996-03-151-1/+0
* Add "linux_assym.h" as a dependency for linux_locore.o when compilingpeter1996-03-151-2/+3
* Return the status of the APM support (enabled/disabled) with thenate1996-03-133-5/+8
* Make sure that we pmap_update AFTER modifying the page table entries.dyson1996-03-131-7/+7
* Removed more APM_SLOWSTART code and re-enabled some functions whichnate1996-03-122-58/+2
* Fix some minor typo's in the comments.nate1996-03-122-8/+8
OpenPOWER on IntegriCloud