summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* style: fix indentation and spacing.glebius2005-02-111-4/+4
* Do not trust ipfw: check m_len always, not only after m_dup.glebius2005-02-111-2/+5
* - do m_pullup() after m_dup()glebius2005-02-111-3/+4
* Make sure the last command byte makes it onto the wire.phk2005-02-111-4/+6
* pullup to sizeof struct ip before sending to ip_output.glebius2005-02-111-1/+7
* Further embellish rev. 1.180: protect against -fno-strict-aliasingru2005-02-111-2/+2
* Packets from ipfw come with IP header in host byte order. Netgraph worksglebius2005-02-111-9/+12
* sysctl node vm.stats can not be static (for ia64 reasons).phk2005-02-111-1/+1
* Add SIGTHR (32) into list of signals permitted to be delivered to thesobomax2005-02-111-0/+1
* Semctl with IPC_STAT command should return zero in case of success.sobomax2005-02-111-2/+3
* Make non-SOFTUPDATES kernels compile again.phk2005-02-113-319/+270
* Diff reduction with p4.imp2005-02-111-6/+3
* Improve EOS handling.phk2005-02-111-8/+17
* Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards reallyimp2005-02-113-8/+9
* Skip PNP probes. If there are isapnp or pnpbios instances of this driver,imp2005-02-111-0/+3
* Fix build error (s/wd80x3.c/if_ed_wd80x3.c/).nyan2005-02-111-1/+1
* Merged from sys/dev/sio/sio.c revision 1.458.nyan2005-02-112-18/+10
* Merge in patch to support AP scanning via ifconfig and the newwpaul2005-02-111-0/+127
* Adjust TX threshold on every TX underrun. Some supported cards (8139-based)mlaier2005-02-111-6/+10
* When processing a timeout() callout and returning it to the freeiedowse2005-02-111-1/+2
* Move enable/disable 16bit access routines into if_ed. Slightlyimp2005-02-103-35/+30
* useimp2005-02-101-3/+8
* Remove lots of tab/space errors introduced by massive cut-n-paste action.julian2005-02-101-234/+234
* Implement support for buffers larger than PAGE_SIZE in MemGuard. Addsbmilekic2005-02-101-32/+129
* Take into account that Pinnacle screwed up their PCI ID in the beginning..julian2005-02-101-4/+5
* Optimize the way reference counting is performed with Mbufs. Webmilekic2005-02-103-28/+60
* bump the Makefile config versions now that config is 600001...jmg2005-02-108-8/+8
* Add strspn() to libkern.glebius2005-02-103-0/+57
* Declare "cnt" (a number of bytes to read or write) as an "ssize_t", notcperciva2005-02-101-2/+4
* 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems tovkashyap2005-02-103-7/+7
* rev 1.19 fixed wpa supplicant but broke wpa authenticator; when operatingsam2005-02-101-1/+2
* propagate state kept in the bss node when re-creating the nodesam2005-02-101-1/+16
* Make various vnode related functions staticphk2005-02-103-80/+12
* Make some file/filedesc related functions staticphk2005-02-103-4/+4
* Make M_NETGRAPH_ETF staticphk2005-02-101-1/+1
* Make various mountpoint related functions static.phk2005-02-104-15/+12
* Make a SYSCTL_NODE staticphk2005-02-105-5/+5
* MD5Pad() should never have been exposed.phk2005-02-102-4/+2
* Make a some SYSCTL_NODEs and some of FFS's VFS_ methods static.phk2005-02-104-18/+18
* Make three SYSCTL_NODEs staticphk2005-02-101-3/+5
* Make npages static and const.phk2005-02-101-1/+1
* make cluster_callback() staticphk2005-02-102-2/+2
* Make a SYSCTL_NODE and a mutex staticphk2005-02-101-2/+2
* Make another bunch of SYSCTL_NODEs staticphk2005-02-101-4/+4
* Make a bunch of SYSCTL_NODEs static.phk2005-02-101-22/+23
* Make various random things staticphk2005-02-104-5/+6
* make M_NTFSMNT and ntfs_calccfree() staticphk2005-02-102-3/+3
* Make fdesc_root staticphk2005-02-102-2/+2
* Statificationphk2005-02-101-3/+3
* Make smbfs_debuglevel private.phk2005-02-102-4/+1
OpenPOWER on IntegriCloud