| Commit message (Expand) | Author | Age | Files | Lines |
* | Switched from using devfs_add_devsw() to devfs_add_devswf() | scrappy | 1996-03-28 | 1 | -38/+36 |
* | Added DEVFS support to create ttyv* devices | scrappy | 1996-03-28 | 1 | -2/+19 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 26 | -257/+190 |
* | Remove a now unnecessary prototype from pmap.c. Also remove now | dyson | 1996-03-28 | 2 | -33/+2 |
* | Significant code cleanup, and some performance improvement. Also, | dyson | 1996-03-28 | 1 | -82/+134 |
* | A slightly-closer-to-working version that includes code appropriate | wollman | 1996-03-27 | 1 | -33/+91 |
* | Fixed ownerships of callout devices. | bde | 1996-03-27 | 2 | -23/+26 |
* | Moved the initialization of the devfs devices to after the initialization | bde | 1996-03-27 | 1 | -7/+9 |
* | Fixed name of /dev/speaker (it's not spkr). | bde | 1996-03-27 | 1 | -4/+4 |
* | Fixed permissions of /devfs/*random. | bde | 1996-03-27 | 2 | -11/+17 |
* | Fixed mode of /devfs/console. | bde | 1996-03-27 | 1 | -10/+4 |
* | Fixed group of disk devices (was wheel or games, now operator). | bde | 1996-03-27 | 1 | -9/+9 |
* | The recently introduced sv_sendsig entry of the sysentvec structure | swallace | 1996-03-27 | 1 | -2/+3 |
* | Print stack pointer and frame pointer in trap messages. | bde | 1996-03-27 | 1 | -6/+17 |
* | Eliminated dependency on opt_sysvipc.h. | bde | 1996-03-27 | 1 | -6/+1 |
* | Removed vestiges of dummy frame at top of tmpstk. | bde | 1996-03-27 | 1 | -14/+16 |
* | Fixed traceback for the following cases: | bde | 1996-03-27 | 1 | -22/+50 |
* | Add support for Pentium and Pentium Pro performance counters. | wollman | 1996-03-26 | 7 | -6/+638 |
* | Whoops, back out the last commit, which was accidentally committed at | nate | 1996-03-23 | 2 | -32/+2 |
* | Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove the | nate | 1996-03-23 | 3 | -10/+35 |
* | Remove reference to ac_ipaddr, which was being used to | fenner | 1996-03-23 | 1 | -3/+3 |
* | Remove an unused #define. | phk | 1996-03-23 | 1 | -3/+1 |
* | Disable SCSI parity checking until we figure out why the aic78X0 generates | gibbs | 1996-03-22 | 1 | -3/+3 |
* | Add support for /very/ experimental -e (exposure) option. | pst | 1996-03-21 | 3 | -14/+101 |
* | Add support for /very/ experimental -e (exposure) option. | pst | 1996-03-21 | 1 | -1/+2 |
* | Add vx0 device to GENERIC. Yes, I know that this bloats GENERIC, but | jkh | 1996-03-20 | 1 | -1/+3 |
* | Add some comments on the APM specs, and make the APM 'idle/busy' | nate | 1996-03-19 | 2 | -38/+50 |
* | Call apm_int() instead of doing direct assembly calls even when we don't | nate | 1996-03-19 | 2 | -6/+22 |
* | Fixed unsigned longs that should have been vm_offset_t. | bde | 1996-03-19 | 2 | -6/+10 |
* | Added kernel compile time failure if more than one APM device is | nate | 1996-03-19 | 2 | -2/+10 |
* | Always enable interrupts before calling the APM idle/busy routines. | nate | 1996-03-19 | 3 | -6/+6 |
* | Minor bugfixes from the recent PC-CARD release. | nate | 1996-03-18 | 2 | -6/+18 |
* | Grr, let's actually include <sys/devconf.h> so that DEVCONF support actually | nate | 1996-03-18 | 2 | -2/+4 |
* | Whoops, forgot the line that sets the default state in devfs. | nate | 1996-03-18 | 2 | -2/+6 |
* | Devfs support. | nate | 1996-03-18 | 2 | -70/+68 |
* | Removed support for multiple APM devices. | nate | 1996-03-18 | 2 | -78/+56 |
* | Update the linux_sendsig() handler to the new type of the 4th | peter | 1996-03-17 | 1 | -4/+4 |
* | Fix/cleanup raw partition open/close code | ache | 1996-03-17 | 1 | -23/+20 |
* | Add fe0 to the LINT and GENERIC files (hmmm - looks like my rcvs setup't | jkh | 1996-03-17 | 3 | -5/+6 |
* | This is a revised fe, Ethernet driver for MB8696x based adapters. | jkh | 1996-03-17 | 2 | -503/+800 |
* | Changes to the Digi/Arnet SYNC driver: | peter | 1996-03-17 | 3 | -165/+284 |
* | Fix the isa_device table (lkm): id_irq and id_maddr must be 0. | jmz | 1996-03-16 | 1 | -1/+1 |
* | Add code to make it a loadable kernel module | jmz | 1996-03-15 | 1 | -0/+46 |
* | Correct spelling of gerg@stallion.oz.au's email address | peter | 1996-03-15 | 1 | -2/+2 |
* | Delete recognition for COMPAT_LINUX - it's *gone* now.. :-) | peter | 1996-03-15 | 1 | -1/+0 |
* | Add "linux_assym.h" as a dependency for linux_locore.o when compiling | peter | 1996-03-15 | 1 | -2/+3 |
* | Return the status of the APM support (enabled/disabled) with the | nate | 1996-03-13 | 3 | -5/+8 |
* | Make sure that we pmap_update AFTER modifying the page table entries. | dyson | 1996-03-13 | 1 | -7/+7 |
* | Removed more APM_SLOWSTART code and re-enabled some functions which | nate | 1996-03-12 | 2 | -58/+2 |
* | Fix some minor typo's in the comments. | nate | 1996-03-12 | 2 | -8/+8 |