| Commit message (Expand) | Author | Age | Files | Lines |
| * | Slight cosmetic changes. | Julian Elischer | 2004-07-20 | 8 | -37/+54 |
| * | In ng_device_newhook(): | Gleb Smirnoff | 2004-07-20 | 1 | -38/+38 |
| * | 1. Make ng_device.h system include. This fixes module build. | Gleb Smirnoff | 2004-07-20 | 1 | -10/+8 |
| * | Reverse a lock/unlock pair that were the wrong way around in some code that | Julian Elischer | 2004-07-18 | 1 | -2/+2 |
| * | Use qsort_r() instead of qsort() when sorting links by latency | Gleb Smirnoff | 2004-07-16 | 1 | -20/+5 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
| * | Add a note indicating that the eh_prototype field used to construct | Robert Watson | 2004-07-14 | 1 | -0/+4 |
| * | Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note | Robert Watson | 2004-07-14 | 1 | -0/+10 |
| * | Add ng_ppp_latencies_mtx, a global mutex to protect the latency list. | Robert Watson | 2004-07-14 | 1 | -0/+11 |
| * | Introduce a new mutex, ng_fec_mtx, to protect the global unit list to | Robert Watson | 2004-07-14 | 1 | -1/+10 |
| * | Introduce a new mutex, ng_eiface_mtx, to protect the global unit list | Robert Watson | 2004-07-14 | 1 | -1/+11 |
| * | Introduce a new mutex, ng_iface_mtx, to protect the global unit list | Robert Watson | 2004-07-14 | 1 | -1/+12 |
| * | Introduce a global mtx 'ngsocketlist_mtx' to protect the global | Robert Watson | 2004-07-12 | 1 | -0/+8 |
| * | Mark 'makeup' in ng_frame_relay as const, as its values are immutable. | Robert Watson | 2004-07-12 | 1 | -1/+1 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 2 | -5/+6 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 6 | -17/+17 |
| * | Remove the home-grown metadata facility in favour of the now generic | Julian Elischer | 2004-06-30 | 2 | -120/+31 |
| * | Remove 3rd clause from the licence. | Mark Santcroos | 2004-06-29 | 2 | -4/+0 |
| * | MFp4: Last references to dev/usb/usbdevs.h converted. | Warner Losh | 2004-06-27 | 2 | -2/+4 |
| * | Having moved metadata usage to mbuf tags, remove code that supports | Julian Elischer | 2004-06-26 | 12 | -142/+55 |
| * | Catch up with usbd_get_string_desc() change. | Lukas Ertl | 2004-06-26 | 1 | -1/+1 |
| * | Fix line discipline switching issues: If opening a new ldisc fails, | Poul-Henning Kamp | 2004-06-26 | 2 | -19/+3 |
| * | Not quite sure how that one got past me.. | Julian Elischer | 2004-06-26 | 1 | -1/+1 |
| * | Add '#include <sys/mbuf.h>' to fix the kernel build. | Maksim Yevmenkin | 2004-06-25 | 1 | -0/+1 |
| * | oops from Gleb.. | Julian Elischer | 2004-06-25 | 1 | -0/+3 |
| * | Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer. | Julian Elischer | 2004-06-25 | 6 | -13/+11 |
| * | Convert Netgraph to use mbuf tags to pass its meta information around. | Julian Elischer | 2004-06-25 | 6 | -55/+54 |
| * | Clean up use of ng_hdhasb_mtx a little: | Robert Watson | 2004-06-24 | 1 | -0/+5 |
| * | Avoid calling bpf_filter() with len == 0, which causes a change in semantics | Archie Cobbs | 2004-06-23 | 1 | -1/+4 |
| * | Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge. | Brian Feldman | 2004-06-22 | 1 | -3/+5 |
| * | Remove one more unneeded reference to arpcom.ac_netgraph. | Bill Paul | 2004-06-20 | 1 | -10/+34 |
| * | Stash our node context pointer somewhere else within struct ifnet of | Bill Paul | 2004-06-20 | 1 | -2/+18 |
| * | Correct merge-o: make sure to unlock symmetrically socket buffer | Robert Watson | 2004-06-18 | 1 | -2/+2 |
| * | Merge additional socket buffer locking from rwatson_netperf: | Robert Watson | 2004-06-17 | 2 | -0/+26 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 2 | -21/+21 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 6 | -29/+29 |
| * | The socket field so_state is used to hold a variety of socket related | Robert Watson | 2004-06-14 | 2 | -4/+4 |
| * | Add the capacity for the rfc1490 node to handle cisco style encasulation | Julian Elischer | 2004-06-13 | 2 | -23/+154 |
| * | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | Robert Watson | 2004-06-12 | 5 | -0/+9 |
| * | Now that mbufs are allocated using uma, | Julian Elischer | 2004-06-07 | 1 | -4/+0 |
| * | Integrate accept locking from rwatson_netperf, introducing a new | Robert Watson | 2004-06-02 | 2 | -11/+15 |
| * | Removed a leftover from the previous change. | Ruslan Ermilov | 2004-06-01 | 1 | -4/+0 |
| * | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | Robert Watson | 2004-06-01 | 2 | -2/+2 |
| * | add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 3 | -0/+3 |
| * | Add a new netgraph method to allow restoration of some | Julian Elischer | 2004-05-29 | 3 | -10/+28 |
| * | Missed these in the last commit. | Julian Elischer | 2004-05-29 | 3 | -36/+31 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 46 | -554/+416 |
| * | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh | 2004-05-26 | 1 | -1/+1 |
| * | Use NG_HOOKSIZ instead of the deprecated (NG_HOOKLEN + 1) | Julian Elischer | 2004-05-24 | 1 | -1/+1 |
| * | Whitespace nit. | Ruslan Ermilov | 2004-05-19 | 1 | -1/+1 |