summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* make si.c compile in kernels without COMPAT_43.peter1996-08-032-4/+10
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-0210-76/+43
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-022-16/+12
* Reduced division by i586_ctr_rate to multiplication by i586_ctr_multiplier.bde1996-08-021-6/+4
* dscheck() was returning without setting bp->b_error when given a negativepeter1996-08-021-1/+2
* The sd and od drivers didn't check for negative block numbers (like wd.cpeter1996-08-022-6/+6
* When I hit [Ctrl]+8, appeared 9 instead of 8. It may not be critical butnate1996-08-011-1/+1
* Write protect the text segment of gzip'ed programs.phk1996-08-011-27/+21
* Declare fls() for the non-inline case. Defer writing the generic versionwollman1996-08-011-1/+4
* Add an fls() inline function which does the opposite operation towollman1996-08-012-2/+24
* Eliminated pcb_inl. It was always 0 because context switches don't occurbde1996-07-317-29/+10
* Changed wakeup_one() to continue looping, possibly waking up additionaldg1996-07-311-8/+5
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-319-176/+101
* Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'bde1996-07-302-20/+14
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedbde1996-07-303-120/+96
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-307-94/+217
* Add better support for retrieving management information from networkwollman1996-07-305-10/+255
* Another round of merge.asami1996-07-3010-98/+1307
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. Thisbde1996-07-303-7/+9
* Fixed resource usage integrals. They were too large by a factor ofbde1996-07-303-60/+63
* Fix GIO_ATTR ioctl return to match SYSVache1996-07-303-6/+6
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-3017-1190/+1250
* Fix a problem with a DEBUG section of code.dyson1996-07-292-2/+2
* Fix an error in statement order in pmap_remove_pages, remove the pmapdyson1996-07-292-78/+20
* Fix a problem that pmap update was not being done for kernel_pmap. Alsodyson1996-07-282-26/+22
* bzero reserved field into directory entry, junk here causeache1996-07-282-2/+4
* Slight performance tweak for previous commit.dg1996-07-281-2/+3
* Undo part of the scalability commit. Many of the changesdyson1996-07-281-29/+15
* Modify slightly the output from the map file in /proc. Now thedyson1996-07-272-4/+8
* Move a couple of the initialization commands to the right place. Multidyson1996-07-271-28/+24
* Modification to vfs_cluster to allow clustering of NFS delayed writes.dyson1996-07-271-3/+14
* Under certain circumstances, reading the /proc/*/map file candyson1996-07-272-4/+10
* Allow sequentially created mmap'ed anonymous regions to coalesce. Theredyson1996-07-271-23/+33
* Under the heavy load for transmiting condition, it will be write erroramurai1996-07-272-4/+4
* Clean up some lint.dyson1996-07-271-3/+3
* Remove experimental header file. My test-build must have picked itdyson1996-07-271-1/+3
* Remove a totally unneeded (and as of the last VM commit, incorrect) calldyson1996-07-272-4/+2
* Missing (prototype) change from the previous commit.dyson1996-07-271-2/+2
* This commit is meant to solve a couple of VM system problems ordyson1996-07-2716-1256/+1259
* ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.cpeter1996-07-262-4/+4
* Apply a bandaid to a problem elsewhere in the driver, when the process ispeter1996-07-262-4/+10
* Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confusedwollman1996-07-252-5/+5
* Fail when odd number of disks are specified with mirror flag. Memoryasami1996-07-242-56/+72
* DEVFS needs a special bdevvp().phk1996-07-241-1/+37
* DEVFS needs a special bdevvp().phk1996-07-242-2/+6
* Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp()wollman1996-07-241-2/+3
* Eliminate some more references to separate ip_v and ip_hl fields.wollman1996-07-245-16/+28
* Revert my bdevsw change for wcd.c, Bruce pointed out thatphk1996-07-241-2/+12
* Submitted by: archie@whistle.comjulian1996-07-233-12/+13
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-2321-243/+94
OpenPOWER on IntegriCloud