| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove 0 initializers for global/static variables, so they end up in | luigi | 2002-07-07 | 1 | -4/+4 |
* | Turn on BPF_ALIGN for all non-i386 platforms, instead of having an | peter | 2002-07-05 | 1 | -1/+1 |
* | Remove trailing whitespaces. | maxim | 2002-07-03 | 1 | -2/+2 |
* | o Strict interface names comparison. The old code assumed "fxp1" == "fxp11". | maxim | 2002-07-03 | 1 | -3/+3 |
* | Check retifma for NULL before using it. | mini | 2002-07-02 | 1 | -1/+2 |
* | Remove one useless variable. | luigi | 2002-06-30 | 1 | -3/+1 |
* | At long last, commit the zero copy sockets code. | ken | 2002-06-26 | 1 | -1/+3 |
* | Add kernel print bits #define for the IEEE80211_CAPINFO bits. | imp | 2002-06-24 | 1 | -1/+1 |
* | fix indentation, whitespace and a few comments. | luigi | 2002-06-23 | 2 | -34/+31 |
* | Remove (almost all) global variables that were used to hold | luigi | 2002-06-22 | 2 | -64/+90 |
* | Update for libpcap 0.7.1 | fenner | 2002-06-21 | 1 | -14/+46 |
* | Remove so*_locked(), which were backed out by mistake. | tanimura | 2002-06-18 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 3 | -25/+3 |
* | Ensure that packet counts are always reset to 0 when | silby | 2002-05-31 | 1 | -0/+1 |
* | Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other | phk | 2002-05-29 | 1 | -0/+4 |
* | Make discard devices clonable and unloadable. Also, change the | brooks | 2002-05-25 | 1 | -15/+57 |
* | Move all unit number management cloned interfaces into the cloning | brooks | 2002-05-25 | 7 | -39/+47 |
* | Fix warning; remove unused arg that was passed through uninitialized. | peter | 2002-05-24 | 1 | -2/+2 |
* | Include <sys.systm.h> for the declaration of some atomic functions -- don't | bde | 2002-05-22 | 1 | -0/+1 |
* | Avoid exposing struct if_clone and the sys/queue.h macros to userland | iedowse | 2002-05-20 | 1 | -0/+4 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 3 | -5/+27 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Add ipfw hooks to ether_demux() and ether_output_frame(). | luigi | 2002-05-13 | 1 | -0/+146 |
* | Fix logic inversion bug. | kbyanc | 2002-05-11 | 1 | -2/+2 |
* | Fix a misplaced break statement within a switch that accidentally made | joerg | 2002-05-10 | 1 | -1/+1 |
* | Cleanup the interface to ip_fw_chk, two of the input arguments | luigi | 2002-05-09 | 1 | -36/+34 |
* | Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) so | kbyanc | 2002-05-08 | 1 | -2/+4 |
* | Move ISO88025 source routing information into sockaddr_dl's sdl_data | kbyanc | 2002-05-07 | 3 | -7/+15 |
* | MFOpenBSD: ibss and ibss-master. | imp | 2002-05-07 | 1 | -0/+4 |
* | Minor style nit | imp | 2002-05-07 | 1 | -1/+1 |
* | Make funsetown() take a 'struct sigio **' so that the locking can | alfred | 2002-05-06 | 3 | -3/+3 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 4 | -7/+3 |
* | "pointers are not permitted as case values", so force the macros to ints. | obrien | 2002-05-01 | 1 | -2/+2 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 2 | -8/+14 |
* | Move us yet closer to IFM_* definitions in NetBSD. | phk | 2002-04-29 | 1 | -42/+42 |
* | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | phk | 2002-04-28 | 1 | -2/+2 |
* | Add a global sx sigio_lock to protect the pointer to the sigio object | tanimura | 2002-04-27 | 1 | -1/+3 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 8 | -22/+78 |
* | Cosmetical change: remove empty line to reduce diffs to RELENG_4 | fjoe | 2002-04-14 | 1 | -1/+0 |
* | Add hostap 802.11 media type. | imp | 2002-04-12 | 1 | -0/+2 |
* | Add two more IEEE80211 defines for status. | imp | 2002-04-11 | 1 | -0/+2 |
* | Swap a bzero for an M_ZERO. Borris approved this ages ago, but | dwmalone | 2002-04-10 | 1 | -2/+1 |
* | Add missing 'struct ifreq ifr;' that was forgotten in the last commit. | peter | 2002-04-10 | 1 | -0/+1 |
* | fixed a kernel crash when enabling multicast on vlan interface | suz | 2002-04-10 | 1 | -4/+9 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 5 | -11/+12 |
* | Replace (deprecated ?) FREE() macro with direct calls to free() | luigi | 2002-04-04 | 8 | -22/+22 |
* | Fix incorrect m_free - m_freem() usage. | luigi | 2002-04-04 | 1 | -3/+2 |
* | Fix a couple of incorrect m_free() vs. m_freem() usages and related issues. | luigi | 2002-04-04 | 3 | -31/+20 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 9 | -26/+30 |
* | Make `route add -inet6 default ::1 -ifp gif0' work actually. | ume | 2002-04-01 | 1 | -5/+1 |