| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 3 | -11/+9 |
* | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -1/+1 |
* | Fix a couple of bogus return values in previous commit. | brooks | 2002-08-19 | 1 | -3/+2 |
* | Clean up a comment talking about C strings, which are terminated with the | jmallett | 2002-08-19 | 1 | -4/+4 |
* | Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)). | sobomax | 2002-08-19 | 3 | -3/+15 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 5 | -26/+26 |
* | Move mac.h include to match the MAC tree location. Both locations | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Move to nested include of _label.h instead of mac.h, reducing namespace | rwatson | 2002-08-14 | 2 | -2/+2 |
* | Correct error handling during MAC transmission check for if_gif. | rwatson | 2002-08-12 | 1 | -2/+5 |
* | Make ppp(4) devices clonable and unloadable. | brooks | 2002-08-09 | 3 | -36/+87 |
* | Extend the interface to ether_input(): a NULL eh pointer means that | luigi | 2002-08-04 | 1 | -12/+26 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -0/+12 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -0/+17 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -1/+12 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+16 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+12 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+11 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+6 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -2/+6 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-31 | 1 | -0/+12 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-07-30 | 1 | -0/+2 |
* | Slight whitespace cleanup. Whitespace sync to MAC tree. | rwatson | 2002-07-27 | 1 | -2/+2 |
* | Add some additional 802.11 media definitions. | kbyanc | 2002-07-14 | 1 | -0/+27 |
* | 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 |