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