summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* regenerate (+kldsym)peter1998-11-111-1/+7
* kldsym(2) prototype implementationpeter1998-11-112-2/+64
* regenerate (+kldsym)peter1998-11-115-7/+12
* A kldsym(2) syscall prototype for extracting information from the in-kernelpeter1998-11-111-1/+2
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-1110-27/+31
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-1122-145/+342
* Revise error messages.rnordier1998-11-112-4/+4
* Use a name less likely to collide with source files without an obj dir.peter1998-11-111-4/+4
* Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).peter1998-11-116-67/+8
* Reenable /usr/bin/ibcs2 installing from here; it works now that thepeter1998-11-111-4/+4
* Don't forget to remove opt_mfs.h.bde1998-11-111-3/+3
* Use an at_shutdown hook to drop back to the SRM in the case where the systemmsmith1998-11-111-2/+14
* Allow the use of NODEV in CDEV_MODULE and BDEV_MODULE to make the systemdfr1998-11-102-6/+8
* We need to install the linux shell script or the lkm version willjkh1998-11-101-4/+4
* Add entry for AOpen AW37luigi1998-11-103-0/+18
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-1013-15/+27
* Register and unregister vnodeops the new way rather than leaking onpeter1998-11-101-12/+6
* kzipboot uses kern/inflate.c outside the kernel by providing its ownpeter1998-11-102-7/+10
* Make the vnode opv vector construction fully dynamic. Previously wepeter1998-11-107-280/+257
* Arrange for unload-time linker set hooks to be called. While cut/pastingpeter1998-11-101-14/+71
* Have MALLOC_DECLARE() initialize malloc types explicitly, and have thempeter1998-11-102-10/+44
* New macro for building a linker set of things to do at module unloadpeter1998-11-101-1/+13
* Noop Commit - Change was in last revision.gibbs1998-11-102-2/+2
* Convert to change in ISA compatiblity port handling in the base bt driver.gibbs1998-11-102-6/+6
* Fix probes when a port address is specified.gibbs1998-11-109-143/+157
* Fix probes when a port address is specified.gibbs1998-11-102-199/+294
OpenPOWER on IntegriCloud