aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use ether_ioctl() to do a lot of grunt work.Poul-Henning Kamp1996-08-062-94/+12
* Fix memory leak bug in the path parsing code which never released it'sNate Williams1996-08-052-12/+20
* Send out a period of "0" if negotiating asynchronous transfers (offset = 0).Stefan Eßer1996-08-051-5/+14
* use <net/ethernet.h>Poul-Henning Kamp1996-08-051-1/+2
* This file is the (intended) definitive source of the ETHER_ macros.Poul-Henning Kamp1996-08-051-0/+13
* Filter by IP protocol.Alexander Langer1996-08-051-21/+36
* Create FreeBSD copyright (c comment) for OS versionWolfram Schneider1996-08-041-2/+31
* Add separate kmalloc classes for BIO buffers and Ktrace info.Poul-Henning Kamp1996-08-043-18/+22
* The check for multiple freed items were bogus. fixed.Poul-Henning Kamp1996-08-041-7/+12
* Remove a spurious message.Poul-Henning Kamp1996-08-041-1/+1
* Reduce reset timeout. "only" 16 seconds (!) for a 512K board.Poul-Henning Kamp1996-08-041-3/+2
* Make the NS and IPX cases compile again.Poul-Henning Kamp1996-08-041-7/+10
* Update driver.Poul-Henning Kamp1996-08-042-209/+226
* Replace about 60 lines of code with a call to ether_ioctl().Poul-Henning Kamp1996-08-042-160/+18
* Add a callback pointer to the interfaces "init" routine.Poul-Henning Kamp1996-08-042-2/+91
* make si.c compile in kernels without COMPAT_43.Peter Wemm1996-08-032-4/+10
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.Bruce Evans1996-08-0210-76/+43
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.Bruce Evans1996-08-022-16/+12
* Reduced division by i586_ctr_rate to multiplication by i586_ctr_multiplier.Bruce Evans1996-08-021-6/+4
* dscheck() was returning without setting bp->b_error when given a negativePeter Wemm1996-08-021-1/+2
* The sd and od drivers didn't check for negative block numbers (like wd.cPeter Wemm1996-08-022-6/+6
* When I hit [Ctrl]+8, appeared 9 instead of 8. It may not be critical butNate Williams1996-08-011-1/+1
* Write protect the text segment of gzip'ed programs.Poul-Henning Kamp1996-08-011-27/+21
* Declare fls() for the non-inline case. Defer writing the generic versionGarrett Wollman1996-08-011-1/+4
* Add an fls() inline function which does the opposite operation toGarrett Wollman1996-08-012-2/+24
* Eliminated pcb_inl. It was always 0 because context switches don't occurBruce Evans1996-07-317-29/+10
* Changed wakeup_one() to continue looping, possibly waking up additionalDavid Greenman1996-07-311-8/+5
* Converted timer/run queues to 4.4BSD queue style. Removed old and unusedDavid Greenman1996-07-319-176/+101
* Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'Bruce Evans1996-07-302-20/+14
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedBruce Evans1996-07-303-117/+93
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes wereBruce Evans1996-07-307-94/+217
* Add better support for retrieving management information from networkGarrett Wollman1996-07-305-10/+255
* Another round of merge.Satoshi Asami1996-07-3010-98/+1307
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. ThisBruce Evans1996-07-303-7/+9
* Fixed resource usage integrals. They were too large by a factor ofBruce Evans1996-07-303-60/+63
* Fix GIO_ATTR ioctl return to match SYSVAndrey A. Chernov1996-07-303-6/+6
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-3017-1190/+1250
* Fix a problem with a DEBUG section of code.John Dyson1996-07-292-2/+2
* Fix an error in statement order in pmap_remove_pages, remove the pmapJohn Dyson1996-07-292-78/+20
* Fix a problem that pmap update was not being done for kernel_pmap. AlsoJohn Dyson1996-07-282-26/+22
* bzero reserved field into directory entry, junk here causeAndrey A. Chernov1996-07-282-2/+4
* Slight performance tweak for previous commit.David Greenman1996-07-281-2/+3
* Undo part of the scalability commit. Many of the changesJohn Dyson1996-07-281-29/+15
* Modify slightly the output from the map file in /proc. Now theJohn Dyson1996-07-272-4/+8
* Move a couple of the initialization commands to the right place. MultiJohn Dyson1996-07-271-28/+24
* Modification to vfs_cluster to allow clustering of NFS delayed writes.John Dyson1996-07-271-3/+14
* Under certain circumstances, reading the /proc/*/map file canJohn Dyson1996-07-272-4/+10
* Allow sequentially created mmap'ed anonymous regions to coalesce. ThereJohn Dyson1996-07-271-23/+33
* Under the heavy load for transmiting condition, it will be write errorAtsushi Murai1996-07-272-4/+4
* Clean up some lint.John Dyson1996-07-271-3/+3