aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Declare all the args of wdclose() and wdioctl(). Cosmetic.Bruce Evans1995-02-262-14/+15
* "make distribute" have changed, beware if you use it.Poul-Henning Kamp1995-02-251-2/+2
* Change EISA size to 256 instead of 4096.Poul-Henning Kamp1995-02-252-4/+4
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-2525-475/+555
* iodone->biodone; get rid of older call syntax.Jordan K. Hubbard1995-02-251-2/+2
* Read K&R and get the { } right :-)Poul-Henning Kamp1995-02-252-14/+12
* Don't use __P(()) in a function definition.Bruce Evans1995-02-251-2/+2
* I belive I finally got the "on eisa" right.Poul-Henning Kamp1995-02-252-10/+12
* Keep PCI_CONF_MODE in a safe place for later reference, if #defined.Stefan Eßer1995-02-256-6/+12
* Make people happy, who claim to better know how "interupt"Stefan Eßer1995-02-251-37/+46
* Deal with systems, that lack a fully decoded PCI configuration space.Stefan Eßer1995-02-252-4/+44
* Fixed severely broken printf (arguments out of order, no newline).David Greenman1995-02-251-3/+3
* Remove YF comments.Bruce Evans1995-02-251-2/+2
* Fixed comment - IFT_P80 is 80mbit.David Greenman1995-02-251-2/+2
* Spell "guaranteed" correctly.David Greenman1995-02-252-4/+4
* Fixed thrashing buffer problem.David Greenman1995-02-251-2/+2
* Allow "via" to be specified ever as IP adress orUgen J.S. Antsilevich1995-02-242-65/+110
* In ifa_ifwithdstaddr() when walking through ifa structs associated withDavid Greenman1995-02-241-2/+2
* Clean a bunch of -Wall warnings.Poul-Henning Kamp1995-02-241-0/+1
* Add releasing of input flow control intoAndrey A. Chernov1995-02-241-1/+11
* Revive input flow control, some ideas from iverson@leonheart.comAndrey A. Chernov1995-02-243-27/+39
* Removed redundant HOLDRELE()'s.David Greenman1995-02-231-5/+1
* Once and for all: Never a ${DESTDIR} in ${BINDIR} !Poul-Henning Kamp1995-02-235-10/+10
* Implemented mbstat.m_wait and mbstat.m_drops.David Greenman1995-02-231-1/+9
* READSUBCHANNEL:Andrey A. Chernov1995-02-232-26/+50
* Submitted by: seb@erix.ericsson.se (Sebastian Strollo)Bruce Evans1995-02-233-6/+15
* Make diskslice files standard and remove option DISKSLICE. ufs_disksubr.cBruce Evans1995-02-236-24/+9
* Add two IXOFF checks to not confuse with CRTS_IFLOW.Andrey A. Chernov1995-02-231-3/+5
* Put the joystick status in a struct {int x, y, b1, b2;} rather than in aJean-Marc Zucconi1995-02-225-18/+32
* Revive hadrware input flow controlAndrey A. Chernov1995-02-221-11/+9
* Use dsname() to get consistent names.Bruce Evans1995-02-224-58/+50
* Remove the #error that temporarily stopped this from supporting slices andBruce Evans1995-02-221-1/+0
* Fix initialization of the copy of the label passed to setdisklabel().Bruce Evans1995-02-221-115/+120
* Add a prototype.Bruce Evans1995-02-224-4/+12
* Added v_interrupt_free_min to cnt struct.David Greenman1995-02-221-1/+2
* Cleanup for compatibility with another OS.Stefan Eßer1995-02-221-43/+47
* New PCI attach code:Stefan Eßer1995-02-222-84/+240
* Next syscons update (given up on numbering :)Søren Schmidt1995-02-2224-8618/+9062
* Changed return value from vnode_pager_addr to be in DEV_BSIZE units soDavid Greenman1995-02-221-7/+7
* vm_page.c:David Greenman1995-02-222-23/+16
* Just return in the case of a page not on any queue in vm_page_unqueue().David Greenman1995-02-221-3/+7
* Removed object locking code (it was a left over from an abortion thatDavid Greenman1995-02-221-41/+2
* Removed bogus copy object collapse check (the idea is right, but theDavid Greenman1995-02-221-145/+1
* vfs_cluster.c:David Greenman1995-02-223-21/+22
* Added some code to make sure that buffers associated with directories andDavid Greenman1995-02-221-41/+55
* Only do object paging_in_progress wakeups if someone is waiting on thisDavid Greenman1995-02-221-12/+63
* Only do object paging_in_progress wakeups if someone is waiting on thisDavid Greenman1995-02-226-22/+70
* Rewrote MAP_PRIVATE case of vm_mmap() - all of the COW portion of thisDavid Greenman1995-02-221-54/+53
* Fix benign type mismatch.Bruce Evans1995-02-221-1/+1
* Increase retry count while reading toc, old oneAndrey A. Chernov1995-02-222-4/+4