summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Submitted by: archie@whistle.comjulian1996-08-071-2/+3
* Megacommit to straigthen out ETHER_ mess.phk1996-08-0625-209/+156
* Use ether_ioctl() to do a lot of grunt work.phk1996-08-062-94/+12
* Fix memory leak bug in the path parsing code which never released it'snate1996-08-052-12/+20
* Send out a period of "0" if negotiating asynchronous transfers (offset = 0).se1996-08-051-5/+14
* use <net/ethernet.h>phk1996-08-051-1/+2
* This file is the (intended) definitive source of the ETHER_ macros.phk1996-08-051-0/+13
* Filter by IP protocol.alex1996-08-051-21/+36
* Create FreeBSD copyright (c comment) for OS versionwosch1996-08-041-2/+31
* Add separate kmalloc classes for BIO buffers and Ktrace info.phk1996-08-043-18/+22
* The check for multiple freed items were bogus. fixed.phk1996-08-041-7/+12
* Remove a spurious message.phk1996-08-041-1/+1
* Reduce reset timeout. "only" 16 seconds (!) for a 512K board.phk1996-08-041-3/+2
* Make the NS and IPX cases compile again.phk1996-08-041-7/+10
* Update driver.phk1996-08-042-209/+226
* Replace about 60 lines of code with a call to ether_ioctl().phk1996-08-042-160/+18
* Add a callback pointer to the interfaces "init" routine.phk1996-08-042-2/+91
* 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
OpenPOWER on IntegriCloud