| Commit message (Expand) | Author | Age | Files | Lines |
| * | LKM for ibcs2 support | Søren Schmidt | 1994-09-25 | 2 | -0/+72 |
| * | Added support for EXEC type modules. | Søren Schmidt | 1994-09-25 | 1 | -17/+18 |
| * | Made the kernel 256 bytes smaller by removing a unused | Poul-Henning Kamp | 1994-09-25 | 1 | -3/+1 |
| * | Moved the ft.c from 1.1.5.1 over. It works on my Conner thingie. Got | Poul-Henning Kamp | 1994-09-25 | 5 | -1662/+2048 |
| * | Disabled swap anti-fragmentation code. It reduces swap paging performance | David Greenman | 1994-09-25 | 1 | -7/+9 |
| * | HARDFONTS option documented | Andrey A. Chernov | 1994-09-25 | 3 | -3/+9 |
| * | 1)Back out my previous change: only 8x16 font grabbing available, | Andrey A. Chernov | 1994-09-25 | 3 | -45/+69 |
| * | Shuffled macros and definitions around to facilitate architecture | David Greenman | 1994-09-24 | 4 | -224/+9 |
| * | SAVE all fonts, if NO_HARDFONTS defined, not only 8x16 | Andrey A. Chernov | 1994-09-24 | 3 | -9/+12 |
| * | New file to contain a.out specific macros and definitions. | David Greenman | 1994-09-24 | 1 | -0/+146 |
| * | Temporarily (?) disable block reallocation until either the real bug is | David Greenman | 1994-09-24 | 1 | -3/+3 |
| * | 1) Added "." and ".." entries. | David Greenman | 1994-09-24 | 2 | -8/+40 |
| * | Added support for p_textvp which stores the vnode pointer of the execed binary. | David Greenman | 1994-09-24 | 1 | -1/+9 |
| * | Nuked splnet before sync. Not only is this unnecessary, but it appears | David Greenman | 1994-09-24 | 2 | -4/+2 |
| * | Add missing closing comment. I have taken the non-knf format | Rodney W. Grimes | 1994-09-24 | 2 | -6/+8 |
| * | Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel. | Garrett Wollman | 1994-09-23 | 3 | -5/+11 |
| * | Forgot to commit this change when making NFS loadable. | Garrett Wollman | 1994-09-23 | 1 | -3/+3 |
| * | Include <sys/kernel.h> not <kernel.h> | David Greenman | 1994-09-23 | 2 | -4/+4 |
| * | Fixed the problem where "make depend" was mandatory for building kernel. | Poul-Henning Kamp | 1994-09-23 | 3 | -6/+6 |
| * | Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernel | David Greenman | 1994-09-23 | 2 | -4/+4 |
| * | Removed last vestige of MULTICAST option. | David Greenman | 1994-09-23 | 4 | -18/+5 |
| * | Add PPP. NB: this is VERY VERY VERY green code, added to make it easier | Garrett Wollman | 1994-09-23 | 1 | -0/+2 |
| * | Make the kernel side of PPP compile. | Garrett Wollman | 1994-09-23 | 3 | -15/+31 |
| * | Initial revision | Garrett Wollman | 1994-09-23 | 4 | -0/+2483 |
| * | Create NFS LKM. | Garrett Wollman | 1994-09-22 | 4 | -2/+35 |
| * | Make NFS loadable. | Garrett Wollman | 1994-09-22 | 7 | -8/+124 |
| * | make 8bit clean defaults | Andrey A. Chernov | 1994-09-22 | 1 | -3/+3 |
| * | More loadable VFS changes: | Garrett Wollman | 1994-09-22 | 41 | -152/+52 |
| * | From 1.1.5: | David Greenman | 1994-09-22 | 3 | -6/+6 |
| * | Call ffs ``ufs'' for the benefit of poor, confused user-land programs. | Garrett Wollman | 1994-09-22 | 1 | -2/+2 |
| * | mount.h: Declare getvfs* functions from libc. | Garrett Wollman | 1994-09-22 | 2 | -2/+11 |
| * | Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more | Garrett Wollman | 1994-09-21 | 15 | -2/+149 |
| * | Fix a few niggling little bugs: | Garrett Wollman | 1994-09-21 | 8 | -14/+17 |
| * | Fix the consistent mistranslation of Linux's get_fs_word() and | Bruce Evans | 1994-09-21 | 2 | -17/+17 |
| * | Fix compiler warnings. | Bruce Evans | 1994-09-21 | 1 | -2/+4 |
| * | #if 0'd evil dynamic fifo trigger level adjustment; it just bit me and | David Greenman | 1994-09-21 | 3 | -3/+9 |
| * | From 1.1.5: | David Greenman | 1994-09-21 | 3 | -9/+9 |
| * | From 1.1.5: | David Greenman | 1994-09-21 | 1 | -4/+4 |
| * | Fixed up a couple of comments. | David Greenman | 1994-09-21 | 1 | -4/+4 |
| * | Make it easier to create filesystem LKMs by doing most of the | Garrett Wollman | 1994-09-21 | 1 | -1/+16 |
| * | Implemented loadable VFS modules, and made most existing filesystems | Garrett Wollman | 1994-09-21 | 61 | -535/+384 |
| * | Add entry for transputer (cdev 8). | Jordan K. Hubbard | 1994-09-21 | 1 | -5/+20 |
| * | Add entries for transputer driver. | Jordan K. Hubbard | 1994-09-21 | 2 | -2/+4 |
| * | Add the transputer driver from Christoph Niemann, Luigi Rizzo and | Jordan K. Hubbard | 1994-09-21 | 2 | -0/+758 |
| * | Don't provide bogus source operands in some asms. This probably shouldn't | Bruce Evans | 1994-09-20 | 2 | -34/+58 |
| * | Better documentation, 1ms calibration, default 5 seconds BOOTWAIT | Adam David | 1994-09-20 | 6 | -28/+58 |
| * | Parenthesize macro args. | Bruce Evans | 1994-09-20 | 1 | -12/+20 |
| * | Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn't | Bruce Evans | 1994-09-20 | 4 | -21/+11 |
| * | Don't lose the RTC interrupt in resettodr(). | Bruce Evans | 1994-09-20 | 5 | -10/+10 |
| * | Sorted. | David Greenman | 1994-09-20 | 1 | -23/+23 |