aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Support /dev/tun cloning. Ansify if_tun.c while I'm there.Brian Somers2001-06-013-93/+132
* This file is not needed any more, the definitions and declarations itThomas Moestl2001-06-011-13/+0
* Clean up the code exporting interrupt statistics via sysctl a bit:Thomas Moestl2001-06-0116-58/+40
* Add a quirk entry for ARCHIVE Python 06408.Noriaki Mitsunaga2001-06-011-0/+4
* - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-012-2/+2
* Remove vestiges of MFS.Ruslan Ermilov2001-06-015-6/+3
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.Kris Kennaway2001-06-0111-0/+254
* Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.David E. O'Brien2001-06-014-37/+6
* Change plxic to plxcard, per phk. He thnks plxic is too generic aWarner Losh2001-06-013-76/+72
* Unlock the process returned from pfind() if it does not return NULL.Jake Burkholder2001-06-012-2/+8
* Grrr. Fix PR 27742 correctly this time. (At least I got -stable right.)Bill Paul2001-06-011-11/+2
* remove unneeded #include <vm/vm_map.h>Andrew Gallatin2001-05-312-2/+0
* Close PR #27742: allow the xl driver to receive VLAN tagged frames byBill Paul2001-05-312-3/+16
* Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.cJesper Skriver2001-05-311-0/+5
* Change the default value of net.inet6.ip6.maxfragpackets fromJesper Skriver2001-05-311-1/+1
* Prevent denial of service using bogus fragmented IPv4 packets.Jesper Skriver2001-05-311-0/+31
* Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.cJesper Skriver2001-05-314-8/+0
* Backout previous revision. While it fixed many platforms, it brokeAndrew Gallatin2001-05-312-12/+3
* Add device driver support for the Level 1 LXT1001 NetCelleratorBill Paul2001-05-317-1/+2258
* Disable rfc1323 and rfc1644 TCP extensions if we havn't gotJesper Skriver2001-05-311-0/+9
* plxic deviceWarner Losh2001-05-311-0/+1
* Add a simple plx pci9052 based pccard bridges. This doesn't work yet,Warner Losh2001-05-312-0/+455
* Revert the previous commit in favor of the fix in rev 1.42 ofJohn Baldwin2001-05-301-1/+0
* Forward declare struct cg to quiet a warning.John Baldwin2001-05-301-0/+1
* Catch up to the axeing of MFS and fix the ia64 build.John Baldwin2001-05-301-1/+0
* fix typoCameron Grant2001-05-302-2/+2
* no longer usedCameron Grant2001-05-301-3496/+0
* update this driver to use new firmware and incorporate many fixes.Cameron Grant2001-05-304-258/+313
* new (gpl licensed) firmware image for cs4280/cs46xx sound chipsCameron Grant2001-05-301-0/+340
* Quiet warnings by adding a prototype for set_user_ldt_rv() and making itJohn Baldwin2001-05-302-2/+12
* state the licencing terms for this fileCameron Grant2001-05-301-0/+23
* We can't grab the sched_lock in set_user_ldt() because when it is calledJohn Baldwin2001-05-304-12/+50
* Add an integer field to keep protocol-specific flags with links.Ruslan Ermilov2001-05-303-15/+20
* Fix include path for recent acpica update.Takanori Watanabe2001-05-302-2/+2
* Dont try to play tracks outside whats on the media.Søren Schmidt2001-05-301-1/+2
* Update to support the NEC NR-7500A burners.Søren Schmidt2001-05-301-2/+16
* Don't ask to build something that doesn't exist anymore.Doug Barton2001-05-301-1/+1
* Move the mfs deletion process down the road a few stepsDoug Barton2001-05-301-10/+0
* What I get for "fixing" at the last minute. Correct a mis-merge of takawata'sMike Smith2001-05-302-1/+1
* Export via sysctl:Dima Dorfman2001-05-303-0/+39
* move wx to be part of miibus requiring chipsetsMatt Jacob2001-05-305-5/+5
* - Catch up to the VM mutex changes.John Baldwin2001-05-308-44/+51
* Include <ufs/ffs/fs.h> to get the definition of struct cg to quiet aJohn Baldwin2001-05-291-0/+1
* Go back to 1.20 again.Daniel C. Sobral2001-05-291-0/+3
* Turn dictthreshold and dictincrease into cell-sized variables, soDaniel C. Sobral2001-05-292-7/+8
* GC #if 0'd calls to releasing and acquiring the old style giant kernelJohn Baldwin2001-05-293-18/+0
* Per jlemon: add code to nge_rxeof() to allow verification of TCP andBill Paul2001-05-291-0/+8
* Fix mind-o in nge_rxeof(): I used CSUM_IP_CHECKED twice instead ofBill Paul2001-05-291-1/+1
* Remove last vestiges of MFS.Poul-Henning Kamp2001-05-294-34/+4
* Remove MFSPoul-Henning Kamp2001-05-292-4/+1