summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make the previous fix more portable.dfr1998-11-161-4/+4
* Sync with sys/i386/isa/wd.c revision up to 1.180.kato1998-11-161-6/+11
* Sync with sys/i386/conf/options.i386 revision 1.92.kato1998-11-162-2/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.129.kato1998-11-162-4/+4
* Now that the wd driver is fixed (Thanks Bruce!), re-enable theken1998-11-151-10/+2
* The below patch helps to reduce the leakage of internal socket informationguido1998-11-152-4/+6
* Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a truemsmith1998-11-154-88/+28
* Make it possible to adjust the IDE probe delay from kernel config files.eivind1998-11-156-6/+37
* Depend on __FreeBSD_version instead of __FreeBSD__eivind1998-11-152-14/+14
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-1526-234/+916
* Build subr_rman.c by default.dfr1998-11-151-0/+1
* Don't include link_elf.c twice in the link.dfr1998-11-152-4/+2
* A couple of minor sanity checks.dfr1998-11-151-4/+10
* Fix printf format errors on alpha.dfr1998-11-151-4/+4
* * Change 'struct resource' to 'struct config_resource'.dfr1998-11-155-10/+10
* In sendfile(2), check against sb_lowat when filling the socket buffer,dg1998-11-151-2/+2
* Fixed a misspelling of boolean true as MNT_WAIT.bde1998-11-152-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-1511-35/+24
* Don't generate module event handlers of the wrong (old) type.bde1998-11-151-4/+3
* Fixed the type of vfs_modevent (a little late, to match the correspondingbde1998-11-151-2/+2
* Fixed the type and order of vfs_modevent. This fixes part of a spew ofbde1998-11-151-6/+8
* Fixed a missing include. <sys/kernel.h> is needed by the newbde1998-11-151-2/+2
* Fixed the bug that caused negative busycounts in devstat. Thebde1998-11-151-6/+6
* indentdima1998-11-151-4/+4
* Fixed a couple of nits in sendfile(2): clear PG_ZERO before unbusyingdg1998-11-141-3/+3
* My changes to the new device interface:wollman1998-11-1411-212/+466
* Add a missing newlineluigi1998-11-143-3/+3
* Add documentation for $rootdev.msmith1998-11-131-1/+10
* Add a new variable $num_ide_disks which is used to offset the unit numbermsmith1998-11-134-15/+21
* Avoid a null pointer reference if the target of an NFS rename has beenmsmith1998-11-132-14/+20
* Don't count non-local dirty buffers as outstanding when shutting down.msmith1998-11-131-1/+17
* Increased PID_MAX to 99999. The main reason for doing this is to make thedg1998-11-131-3/+3
* Move a diagnostic behind "if (bootverbose)".gibbs1998-11-131-5/+7
* Fix a panic in nfsrv_dorec() where a NULL pointer could be passed todfr1998-11-133-6/+12
* A couple of fixes to device_delete_child() to delete all children ofdfr1998-11-131-2/+10
* Sync with sys/i386/conf/GENERIC revision 1.131.kato1998-11-132-6/+4
* Sync with sys/i386/boot/kzipboot/malloc.c revision 1.7.kato1998-11-131-4/+2
* Implement NFS ACCESS RPC result caching.msmith1998-11-134-48/+196
* Restored the "reallocblks" code to its former glory. What this does isdg1998-11-134-31/+38
* Remove `amd', `nca' SCSI devices to match Mike's LINT commit.obrien1998-11-122-12/+4
* bootforth seems to be working well enough for me and others to turnjkh1998-11-121-8/+8
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-124-4/+154
* Install scripts without .sh suffix.jkh1998-11-123-6/+6
* Consign the 'amd' driver to the Attic.msmith1998-11-111-1709/+0
* Remove the 'amd' driver.msmith1998-11-111-1/+0
* Remove all mention of the 'amd' driver. It can come back if we growmsmith1998-11-113-24/+3
* Be sure to pullup entire IP header when dealing with fragment packets.dg1998-11-111-2/+2
* coda_lookup now passes up an extra flag. But old veni willrvb1998-11-118-32/+168
* Closed a small race condition between wiring/unwiring pages that involveddg1998-11-111-4/+4
* Argh, I don't know how I managed this, but it would help to actuallypeter1998-11-111-2/+2
OpenPOWER on IntegriCloud