| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changes to allow event-based process monitoring and control. | Sean Eric Fagan | 1997-12-06 | 15 | -20/+326 |
| * | Support an optional, sysctl enabled feature of idle process swapout. This | John Dyson | 1997-12-06 | 4 | -33/+91 |
| * | Don't include <sys/lock.h> in headers when only `struct simplelock' is | Bruce Evans | 1997-12-05 | 29 | -25/+52 |
| * | Removed one `const' from the declaration of `ks_shortdesc'. The pointer | Bruce Evans | 1997-12-05 | 1 | -11/+12 |
| * | Moved declaration of M_IOV to a less bogus place. It belongs in | Bruce Evans | 1997-12-05 | 2 | -5/+9 |
| * | Needs to include <sys/lock.h> if we're using struct lock. | Jordan K. Hubbard | 1997-12-05 | 3 | -3/+6 |
| * | Sync with sys/i386/conf/options.i386 revision 1.63. | KATO Takenori | 1997-12-05 | 2 | -2/+4 |
| * | Sync with sys/i386/boot/biosboot/boot.h and io.c revisions 1.23 and | KATO Takenori | 1997-12-05 | 2 | -15/+7 |
| * | Sync with sys/i386/i386/machdep.c and trap.c revisions 1.278 and | KATO Takenori | 1997-12-05 | 3 | -26/+23 |
| * | Add new (very useful) tunable for pageout daemon. The flag changes | John Dyson | 1997-12-05 | 1 | -18/+20 |
| * | Some fixes from John Hood: | John Dyson | 1997-12-05 | 3 | -5/+8 |
| * | Finally, implement a mini-parser for RockRidge alternative filenames, | Joerg Wunsch | 1997-12-04 | 4 | -33/+62 |
| * | document and make the NO_F00F_HACK a proper option... | John-Mark Gurney | 1997-12-04 | 5 | -12/+17 |
| * | document and make the NO_F00F_HACK a proper option... | John-Mark Gurney | 1997-12-04 | 5 | -5/+25 |
| * | Support applications that need to resist or deny use of swap space. | John Dyson | 1997-12-04 | 1 | -2/+26 |
| * | After consultation with David, change | Jordan K. Hubbard | 1997-12-04 | 7 | -29/+29 |
| * | Use the argmument `port' instead of hard coded address in atapi_probe. | KATO Takenori | 1997-12-04 | 1 | -1/+1 |
| * | shuffle structs for better cacheline behavior. | David Greenman | 1997-12-04 | 1 | -9/+9 |
| * | The Libretto's BIOS doesn't set edx on the APM_GETPWSTATUS call, so | Warner Losh | 1997-12-04 | 2 | -6/+22 |
| * | Fixed corruption of the per-group used directories count. It wasn't | Bruce Evans | 1997-12-03 | 2 | -6/+8 |
| * | Make has_f00f_bug extern, and get rid of some unused code in the f00f | Sean Eric Fagan | 1997-12-03 | 2 | -10/+4 |
| * | Sync with sys/i386/i386/machdep.c and trap.c revisions 1.275 and | KATO Takenori | 1997-12-03 | 3 | -3/+110 |
| * | Work around for the Intel Pentium F00F bug; this is Intel's recommended | Sean Eric Fagan | 1997-12-03 | 7 | -7/+184 |
| * | - Remove the code that cleared out the registers (previously enabled by the | Nate Williams | 1997-12-02 | 1 | -7/+0 |
| * | Fix size of start queue to 32 entries, independent of the default | Stefan Eßer | 1997-12-02 | 1 | -3/+3 |
| * | - Add necessary include files and fix bugs in last. | Nate Williams | 1997-12-02 | 2 | -6/+12 |
| * | - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, and | Nate Williams | 1997-12-02 | 4 | -190/+214 |
| * | - Remove PCI code from here, now that the PCI framework lives in /sys/pci. | Nate Williams | 1997-12-02 | 1 | -86/+5 |
| * | Define MS_SYNC for compatibility. | John Dyson | 1997-12-02 | 1 | -1/+2 |
| * | - Framework for PCI/CardBus controllers running in PCMCIA emulation | Nate Williams | 1997-12-02 | 5 | -0/+433 |
| * | Fix the copyright and attribution on this file. I forgot this | Poul-Henning Kamp | 1997-12-02 | 2 | -0/+12 |
| * | Fix a bug that caused cdboot to stop reading the root directory at the | Joerg Wunsch | 1997-12-02 | 1 | -3/+13 |
| * | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | Poul-Henning Kamp | 1997-12-02 | 40 | -135/+125 |
| * | `nextgennumber' can go away now that is no longer (ab)used by foreign | Bruce Evans | 1997-12-02 | 1 | -2/+1 |
| * | Use the same algorithm as ffs for generation numbers. | Bruce Evans | 1997-12-02 | 5 | -24/+9 |
| * | Fix a small style bug in the generation number change (rev.1.33) before | Bruce Evans | 1997-12-02 | 1 | -2/+2 |
| * | Removed __FreeBSD__ ifdefs. | Bruce Evans | 1997-12-02 | 26 | -374/+0 |
| * | Cleaned up __getcwd(). This should be cosmetic except disabled calls | Bruce Evans | 1997-12-02 | 2 | -22/+20 |
| * | Sync with sys/i386/conf/files.i386 revision 1.180. | KATO Takenori | 1997-12-02 | 2 | -2/+12 |
| * | Fix a serious problem during resizing buffers where old buffers | John Dyson | 1997-12-01 | 1 | -2/+11 |
| * | Fix a problem when creating a new kernel thread. In some cases, aio_read | John Dyson | 1997-12-01 | 1 | -1/+2 |
| * | Cleanup my last patch here | Julian Elischer | 1997-12-01 | 2 | -86/+64 |
| * | Sync with sys/i386/isa/isa.c revision 1.108. | KATO Takenori | 1997-12-01 | 1 | -12/+15 |
| * | Include sound_timer.c for mss device and added | Amancio Hasty | 1997-12-01 | 2 | -2/+12 |
| * | Fix error handling for VCHR type I/O. Also, fix another spl problem, and | John Dyson | 1997-12-01 | 1 | -342/+93 |
| * | Reorder struct callout for better cacheline behavior. | David Greenman | 1997-12-01 | 1 | -2/+2 |
| * | Correct a last minute code change. Would have been an infinite loop under | John Dyson | 1997-11-30 | 1 | -8/+4 |
| * | Fix an spl nit. | John Dyson | 1997-11-30 | 1 | -1/+7 |
| * | fix a few style nites... | John-Mark Gurney | 1997-11-30 | 2 | -24/+30 |
| * | Finish up the vast majority of the AIO/LIO functionality. Proper signal | John Dyson | 1997-11-30 | 1 | -106/+552 |