summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Convert the VIA Rhine driver to miibus.wpaul1999-09-197-1268/+242
* Allow the AMD PHY driver to support the DM9101 PHY. The DM9101 and thewpaul1999-09-191-3/+10
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-1927-173/+257
* Two more devstat_end_transaction() -> devstat_end_transaction_buf().phk1999-09-194-28/+4
* Fix the "dsp sync" debugging printf that was unconditional. Fix a fewpeter1999-09-192-14/+14
* - Hang the scr_stat struct from dev_t.yokota1999-09-196-139/+97
* KASSERT that we cannot use M_WAITOK in interrupt context.phk1999-09-191-0/+9
* Add a version number field to the jail(2) argument so that future changesphk1999-09-192-3/+6
* Move an end-paren to its intended place.phk1999-09-191-1/+1
* - Preserve the content of the back scroll buffer when changing theyokota1999-09-193-10/+52
* Make `ed' PC-Cards work again. It has been over two weeks that laptopobrien1999-09-191-470/+384
* Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapsedillon1999-09-195-44/+117
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-192-38/+108
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-1910-46/+55
* Bump version number.phk1999-09-181-1/+1
* Only assign to si_bsize_phys if we have an intelligent value for it.phk1999-09-181-1/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-1816-90/+19
* Count "free" operations in their own new tranaction type.phk1999-09-182-4/+40
* Clean up two cases of the alpha vtophys() hack that should bewpaul1999-09-182-4/+2
* Fix the mechanism used to choose the unit numbers for the IP interfaceswpaul1999-09-184-14/+42
* Get rid of some evil defines (a pair of snd and rcv.)green1999-09-171-19/+12
* Update to driver release 1.74roger1999-09-172-114/+278
* Patch if_vr to add bridging support.wpaul1999-09-172-2/+40
* Remember to account for ETHER_ALIGN when setting the maxmimum packetwpaul1999-09-172-2/+2
* Sync with driver release 1.74roger1999-09-172-0/+22
* Fix getcwd. It must return the length of the path including the terminating 0.marcel1999-09-172-12/+38
* Parse resource descriptions which don't have START_DEPENDANT tagsdfr1999-09-171-0/+6
* Add vfs.enable_userblk_io sysctl to control whether user reads and writesdillon1999-09-175-8/+25
* Asynchronized client-side nfs_commit. NFS commit operations weredillon1999-09-1712-34/+250
* Remove inappropriate VOP_FSYNC from vm_object_page_clean(). The fsyncdillon1999-09-171-2/+4
* Add 'lastr' field to vm_map_entry in preparation for its removaldillon1999-09-171-0/+1
* Fix a bug in the block number calculation for VN disks with a sectordillon1999-09-173-10/+54
* The vnode pager (used when you do file-backed mmaps) must use thedillon1999-09-171-3/+11
* Fix a number of spl bugs related to reserving and freeing swap space.dillon1999-09-172-292/+234
* Add required BUF_KERNPROC to flushchainbuf() to disassociate thedillon1999-09-171-0/+1
* Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>dillon1999-09-176-116/+274
* Fix sf_probe() to detect the card type properly. I botched the readingwpaul1999-09-172-4/+4
* Re-arrange the arp code so that fddi arps work properly.lile1999-09-161-29/+46
* wlinit() must be called to recalculate the multicast filter.roberto1999-09-152-0/+4
* Dangit: mispelled TORNADO in one place.wpaul1999-09-151-1/+1
* 3Com has produced their own Linux driver for the 3c90x/3c90xB series cards.wpaul1999-09-152-3/+9
* Reorder.des1999-09-141-4/+4
* Fix some more disordering, as well as the description string for thedes1999-09-143-13/+13
* Gdc and pckbd driver don't support pnp mode.nyan1999-09-144-0/+16
* Don't call if_up() here, just set IFF_UP.ru1999-09-141-1/+1
* Add comments, fix typos.ru1999-09-141-2/+8
* The sense of probes has inverted. They return an error, rather thanpeter1999-09-132-14/+14
* Register the right cdevsw on the master device.phk1999-09-131-1/+1
* Pull in the core bus drivers based on the machine type rather thanpeter1999-09-134-64/+78
* Get rid of a stray printf on boot. (BRDCTL = ...)ken1999-09-132-2/+0
OpenPOWER on IntegriCloud