| Commit message (Expand) | Author | Age | Files | Lines |
* | Finished device configuration database work for all ISA devices (except `ze') | wollman | 1994-10-23 | 53 | -250/+968 |
* | Fixed object cache trimming policy so it actually works. | dg | 1994-10-23 | 1 | -7/+5 |
* | Adjusted reserved levels to fix a deadlock condition. | dg | 1994-10-23 | 1 | -3/+3 |
* | Only VM_WAIT if curproc != pageproc. A deadlock can occur otherwise. | dg | 1994-10-23 | 1 | -3/+3 |
* | First shot README file for iBCS support | sos | 1994-10-23 | 1 | -0/+124 |
* | Fixed some video returns. | sos | 1994-10-23 | 1 | -6/+10 |
* | Round down instead of up in 'kerninfo'/ctrl-T stats code. Incorrect output | dg | 1994-10-23 | 1 | -3/+3 |
* | Changed a thread_sleep into an spl protected tsleep. A deadlock can occur | dg | 1994-10-23 | 2 | -9/+12 |
* | Fixed panic when unmounting floppy msdos filesystems. Problem was | martin | 1994-10-23 | 2 | -14/+60 |
* | Contrary to my last commit here: NFS-swap is enabled automatically. | phk | 1994-10-22 | 1 | -1/+15 |
* | This is where the action is. I'm still not sure that swap is 100% OK, but | phk | 1994-10-22 | 2 | -76/+112 |
* | While I debugged this, I quenched the compile warnings from if_ed. no other | phk | 1994-10-22 | 2 | -28/+38 |
* | Autoconf is the one to realize that we are booted disk-less and start the | phk | 1994-10-22 | 5 | -11/+39 |
* | NFS-diskless works. Look in sys/i386/boot/netboot for some of the | phk | 1994-10-22 | 2 | -2/+4 |
* | Found one of the show-stoppers in netboot... | phk | 1994-10-22 | 1 | -2/+2 |
* | Make the diagnostics a little more useful. | phk | 1994-10-22 | 1 | -2/+3 |
* | I belive imgact_gzip is finally reentrant. It is also a whole lot more | phk | 1994-10-22 | 3 | -1149/+1012 |
* | Add tw.c for the X10 driver. | jkh | 1994-10-22 | 1 | -0/+990 |
* | Some cosmetics in printfs mostly. | phk | 1994-10-22 | 2 | -8/+19 |
* | Fixed a comment from the previous commit. | dg | 1994-10-22 | 1 | -4/+4 |
* | Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate(). | dg | 1994-10-22 | 2 | -5/+8 |
* | Various changes to allow operation without any swapspace configured. Note | dg | 1994-10-22 | 3 | -13/+75 |
* | The wdprobe was too picky. | phk | 1994-10-22 | 1 | -2/+2 |
* | From: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) | jkh | 1994-10-21 | 1 | -0/+21 |
* | Checking for timeout at several critical calls to ``out_fdc()'' now, | joerg | 1994-10-21 | 3 | -42/+168 |
* | ATTENTION! | phk | 1994-10-21 | 1 | -9/+4 |
* | Bug fixes from John Brezak. | wollman | 1994-10-21 | 1 | -3/+3 |
* | Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). | wollman | 1994-10-21 | 10 | -29/+30 |
* | Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). | wollman | 1994-10-21 | 3 | -3/+12 |
* | LINT: vastly restructured so that it's actually useful for something | wollman | 1994-10-21 | 6 | -441/+1098 |
* | Added | paul | 1994-10-20 | 3 | -6/+9 |
* | According to a quick reading of sources, one experiment and Bruce's word: | phk | 1994-10-20 | 8 | -29/+29 |
* | Actually implement the functionality documented in sysctl.h for type CTL_FS. | wollman | 1994-10-20 | 2 | -2/+16 |
* | A missing bit from Peter Dufaults patches, as best I could guess... | phk | 1994-10-20 | 3 | -3/+66 |
* | Bruce told me to: Make uha0 use irq ? | phk | 1994-10-20 | 7 | -14/+14 |
* | Peter Dufaults comconsole changes. | phk | 1994-10-20 | 15 | -67/+92 |
* | Don't check for IRQ conflicts before probing the device, so that | bde | 1994-10-19 | 2 | -8/+2 |
* | Clean up previous commit. | bde | 1994-10-19 | 3 | -9/+9 |
* | Fix the test for the code segment being the usual one. Unusual code | bde | 1994-10-19 | 2 | -4/+6 |
* | Implement scsi_externalize(), again. (This was supposed to be committed in the | wollman | 1994-10-19 | 1 | -1/+12 |
* | Martins latest changes. RFC1048 and swap-file should be in the game now. | phk | 1994-10-19 | 3 | -17/+98 |
* | Add support for devconf to a large number of device drivers, and do | wollman | 1994-10-19 | 23 | -88/+419 |
* | Define SCSI_EXTERNALLEN outside of #ifdef KERNEL, for lsdev. | wollman | 1994-10-19 | 1 | -2/+3 |
* | Forgot to bring this file over from previous commit. | wollman | 1994-10-19 | 1 | -1/+8 |
* | kdc_datalen is now a number, not a function pointer. | wollman | 1994-10-19 | 1 | -6/+2 |
* | all: register devices | wollman | 1994-10-19 | 4 | -4/+175 |
* | Use a static length for externalized data, rather than calling a function. | wollman | 1994-10-19 | 1 | -8/+3 |
* | isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize(). | wollman | 1994-10-19 | 7 | -12/+440 |
* | Move some declarations to more appropriate header files. | wollman | 1994-10-19 | 1 | -13/+7 |
* | Implement disk_externalize(). | wollman | 1994-10-19 | 2 | -2/+26 |