summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix(?) some style consistancy breakage and do some other nit-picking onpeter1997-12-121-25/+22
* I've been using these tweaks to enable the sound driver to talk to thepeter1997-12-129-12/+50
* We have had support for running the kernel daemons as threads fordyson1997-12-125-12/+44
* Fix a problem with procfs_exit() that resulted in missing some procfssef1997-12-124-46/+54
* Fix the prototype for swapout_procs();dyson1997-12-111-2/+3
* Sync with sys/i386/conf/files.i386, majors.i386 and options.i386kato1997-12-105-11/+8
* Quiet some lint.dyson1997-12-101-5/+5
* eliminated a previously unnoticde compile warning about use ofjamil1997-12-091-2/+2
* the alog.c file respectively, added in wrong order by accidentjamil1997-12-091-0/+665
* add entry in LINT for alog driverjamil1997-12-095-5/+13
* Sync with sys/i386/isa/mse.c and syscons.c revisions 1.36 and 1.242,kato1997-12-092-69/+643
* Remove obsolete psm driver options: PSM_ACCEL, PSM_EMULATION,yokota1997-12-092-8/+2
* Sync with sys/i386/i386/userconfig.c revision 1.98.kato1997-12-091-2/+3
* adding alogio.h to system include filesjamil1997-12-091-0/+61
* Added major 86 for the alog driver.jamil1997-12-092-2/+4
* Code to prevent a panic caused by procfs_exit(). Note that i don't knowsef1997-12-092-6/+22
* The improvements to clock statistics by Tor Eggefsmp1997-12-0815-15/+2319
* The improvements to clock statistics by Tor Eggefsmp1997-12-085-14/+460
* A couple of fixes from bruce: first of all, psignal is a void (stupidsef1997-12-083-8/+8
* Removed the annoying "apic_ipi might be stuck" message.fsmp1997-12-081-1/+14
* add process id to tmp files... this prevents two runs from stompingjmg1997-12-081-7/+7
* Correct prototypes to match POSIX. Correct return code for aio_cancel.dyson1997-12-082-9/+9
* Use at_exit() to invoke procfs_exit() instead of calling it directly.sef1997-12-085-18/+27
* Various of the ISP users have commented that the 1.41 version of thedyson1997-12-082-230/+38
* Surround the call to procfs_exit() by #ifdef PROCFS/#endif -- much to mysef1997-12-071-1/+5
* - Add support for the following mice to psm/moused/sysmouse:yokota1997-12-0713-968/+3184
* Removed obsolete options: PSM_CHECKSYNC, PSM_ACCEL and PSM_EMULATION.yokota1997-12-073-12/+3
* Slight performance improvement, removal of unneeded SPLs.dyson1997-12-071-11/+23
* Clear the stop events and wakeup the process on teh last close of thesef1997-12-072-2/+58
* Add a procfs-related flag for procp->p_pfsflags.sef1997-12-071-1/+9
* Move nlist related defines from link.h into nlist.h. Clean upjdp1997-12-063-38/+40
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that arebde1997-12-066-12/+12
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-0631-81/+82
* Added a kernel-only error code ENOICTL. This will be returned frombde1997-12-061-3/+4
* Add AWE32 description to visualconfigache1997-12-061-2/+3
* Attach messages: remove unneded newlines and addache1997-12-061-6/+5
* Sync with sys/i386/i386/trap.c revision 1.119.kato1997-12-061-1/+12
* Changes to allow event-based process monitoring and control.sef1997-12-0615-20/+326
* Support an optional, sysctl enabled feature of idle process swapout. Thisdyson1997-12-064-33/+91
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-0529-25/+52
* Removed one `const' from the declaration of `ks_shortdesc'. The pointerbde1997-12-051-11/+12
* Moved declaration of M_IOV to a less bogus place. It belongs inbde1997-12-052-5/+9
* Needs to include <sys/lock.h> if we're using struct lock.jkh1997-12-053-3/+6
* Sync with sys/i386/conf/options.i386 revision 1.63.kato1997-12-052-2/+4
* Sync with sys/i386/boot/biosboot/boot.h and io.c revisions 1.23 andkato1997-12-052-15/+7
* Sync with sys/i386/i386/machdep.c and trap.c revisions 1.278 andkato1997-12-053-26/+23
* Add new (very useful) tunable for pageout daemon. The flag changesdyson1997-12-051-18/+20
* Some fixes from John Hood:dyson1997-12-053-5/+8
* Finally, implement a mini-parser for RockRidge alternative filenames,joerg1997-12-044-33/+62
* document and make the NO_F00F_HACK a proper option...jmg1997-12-045-12/+17
OpenPOWER on IntegriCloud