summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed thrashing buffer problem.dg1995-02-251-2/+2
* Allow "via" to be specified ever as IP adress orugen1995-02-242-65/+110
* In ifa_ifwithdstaddr() when walking through ifa structs associated withdg1995-02-241-2/+2
* Clean a bunch of -Wall warnings.phk1995-02-241-0/+1
* Add releasing of input flow control intoache1995-02-241-1/+11
* Revive input flow control, some ideas from iverson@leonheart.comache1995-02-243-27/+39
* Removed redundant HOLDRELE()'s.dg1995-02-231-5/+1
* Once and for all: Never a ${DESTDIR} in ${BINDIR} !phk1995-02-235-10/+10
* Implemented mbstat.m_wait and mbstat.m_drops.dg1995-02-231-1/+9
* READSUBCHANNEL:ache1995-02-232-26/+50
* Submitted by: seb@erix.ericsson.se (Sebastian Strollo)bde1995-02-233-6/+15
* Make diskslice files standard and remove option DISKSLICE. ufs_disksubr.cbde1995-02-236-24/+9
* Add two IXOFF checks to not confuse with CRTS_IFLOW.ache1995-02-231-3/+5
* Put the joystick status in a struct {int x, y, b1, b2;} rather than in ajmz1995-02-225-18/+32
* Revive hadrware input flow controlache1995-02-221-11/+9
* Use dsname() to get consistent names.bde1995-02-224-58/+50
* Remove the #error that temporarily stopped this from supporting slices andbde1995-02-221-1/+0
* Fix initialization of the copy of the label passed to setdisklabel().bde1995-02-221-115/+120
* Add a prototype.bde1995-02-224-4/+12
* Added v_interrupt_free_min to cnt struct.dg1995-02-221-1/+2
* Cleanup for compatibility with another OS.se1995-02-221-43/+47
* New PCI attach code:se1995-02-222-84/+240
* Next syscons update (given up on numbering :)sos1995-02-2224-8618/+9062
* Changed return value from vnode_pager_addr to be in DEV_BSIZE units sodg1995-02-221-7/+7
* vm_page.c:dg1995-02-222-23/+16
* Just return in the case of a page not on any queue in vm_page_unqueue().dg1995-02-221-3/+7
* Removed object locking code (it was a left over from an abortion thatdg1995-02-221-41/+2
* Removed bogus copy object collapse check (the idea is right, but thedg1995-02-221-145/+1
* vfs_cluster.c:dg1995-02-223-21/+22
* Added some code to make sure that buffers associated with directories anddg1995-02-221-41/+55
* Only do object paging_in_progress wakeups if someone is waiting on thisdg1995-02-221-12/+63
* Only do object paging_in_progress wakeups if someone is waiting on thisdg1995-02-226-22/+70
* Rewrote MAP_PRIVATE case of vm_mmap() - all of the COW portion of thisdg1995-02-221-54/+53
* Fix benign type mismatch.bde1995-02-221-1/+1
* Increase retry count while reading toc, old oneache1995-02-222-4/+4
* Add a define for the SCSI_QUEUE_FULL sense messagegibbs1995-02-221-1/+2
* Add tagged queueing support. Right now, we only allow two taggedgibbs1995-02-222-85/+169
* Add tagged queueing support to the aic7xxx sequencer code.gibbs1995-02-222-132/+192
* Implement tray closing and tray lockingache1995-02-222-38/+260
* Obtained from: memories of 1.1.5bde1995-02-212-4/+4
* Remove FAT_CURSOR - it's deprecated.jkh1995-02-211-2/+1
* Panic if u_map allocation fails.dg1995-02-211-1/+3
* Discard junk from partition tables when reading the tables for applicationsbde1995-02-211-43/+71
* Don't generate any errors here other than EIO. An invalid partitionbde1995-02-212-28/+20
* Speed md5 up around 30% by shorting out a couple of cumbersomephk1995-02-211-36/+38
* Totally get rid of the snic driver.jkh1995-02-211-18/+7
* vm_extern.h: removed vm_allocate_with_pager.dg1995-02-211-2/+1
* Removed vm_user.c.dg1995-02-211-1/+0
* Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_dg1995-02-216-167/+110
* Set page alloced for map entries as valid.dg1995-02-211-1/+2
OpenPOWER on IntegriCloud