summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* document and make the NO_F00F_HACK a proper option...jmg1997-12-045-5/+25
* Support applications that need to resist or deny use of swap space.dyson1997-12-041-2/+26
* After consultation with David, changejkh1997-12-047-29/+29
* Use the argmument `port' instead of hard coded address in atapi_probe.kato1997-12-041-1/+1
* shuffle structs for better cacheline behavior.dg1997-12-041-9/+9
* The Libretto's BIOS doesn't set edx on the APM_GETPWSTATUS call, soimp1997-12-042-6/+22
* Fixed corruption of the per-group used directories count. It wasn'tbde1997-12-032-6/+8
* Make has_f00f_bug extern, and get rid of some unused code in the f00fsef1997-12-032-10/+4
* Sync with sys/i386/i386/machdep.c and trap.c revisions 1.275 andkato1997-12-033-3/+110
* Work around for the Intel Pentium F00F bug; this is Intel's recommendedsef1997-12-037-7/+184
* - Remove the code that cleared out the registers (previously enabled by thenate1997-12-021-7/+0
* Fix size of start queue to 32 entries, independent of the defaultse1997-12-021-3/+3
* - Add necessary include files and fix bugs in last.nate1997-12-022-6/+12
* - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, andnate1997-12-024-190/+214
* - Remove PCI code from here, now that the PCI framework lives in /sys/pci.nate1997-12-021-86/+5
* Define MS_SYNC for compatibility.dyson1997-12-021-1/+2
* - Framework for PCI/CardBus controllers running in PCMCIA emulationnate1997-12-025-0/+433
* Fix the copyright and attribution on this file. I forgot thisphk1997-12-022-0/+12
* Fix a bug that caused cdboot to stop reading the root directory at thejoerg1997-12-021-3/+13
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-0240-135/+125
* `nextgennumber' can go away now that is no longer (ab)used by foreignbde1997-12-021-2/+1
* Use the same algorithm as ffs for generation numbers.bde1997-12-025-24/+9
* Fix a small style bug in the generation number change (rev.1.33) beforebde1997-12-021-2/+2
* Removed __FreeBSD__ ifdefs.bde1997-12-0226-374/+0
* Cleaned up __getcwd(). This should be cosmetic except disabled callsbde1997-12-022-22/+20
* Sync with sys/i386/conf/files.i386 revision 1.180.kato1997-12-022-2/+12
* Fix a serious problem during resizing buffers where old buffersdyson1997-12-011-2/+11
* Fix a problem when creating a new kernel thread. In some cases, aio_readdyson1997-12-011-1/+2
* Cleanup my last patch herejulian1997-12-012-86/+64
* Sync with sys/i386/isa/isa.c revision 1.108.kato1997-12-011-12/+15
OpenPOWER on IntegriCloud