| Age | Commit message (Expand) | Author |
| 2010-03-13 | add BIOC{G,S}FEEDBACK which allows one to receive injected outgoing packets | christos |
| 2010-01-26 | Include sys/atomic.h now that it's used but gets stealth-included | pooka |
| 2010-01-25 | Make bpf dynamically loadable. | pooka |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-17 | Forward declare struct bpf_if and use that as the type for bpf_if | pooka |
| 2010-01-15 | * remove just-for-kicks locking | pooka |
| 2009-12-20 | If a multithreaded app closes an fd while another thread is blocked in | dsl |
| 2009-12-09 | Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output | dsl |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-10-05 | add the error from ifpromisc to the panic. | christos |
| 2009-04-11 | Fix locking as Andy explained. Also fill in uid and gid like sys_pipe did. | christos |
| 2009-04-11 | Fix PR/37878 and PR/37550: Provide stat(2) for all devices and don't use | christos |
| 2009-04-04 | Add fileops::fo_drain(), to be called from fd_close() when there is more | ad |
| 2009-03-11 | like KERN_FILE2: *do* update "needed" when there is no count. we want | mrg |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-06-15 | - add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD) | christos |
| 2008-05-21 | Acquire kernel_lock in the bpf fileops. | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2008-04-20 | Pull in a couple of fixes from FreeBSD, the first of which addresses a | scw |
| 2008-03-26 | - put const back, no reason to modify the prototype. | christos |
| 2008-03-24 | merge yamt-lazymbuf branch. | yamt |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-20 | s/u_\(int[0-9]*_t\)/u\1/g | matt |
| 2007-12-20 | Use LIST_FOREACH(). | dyoung |
| 2007-12-05 | Do not "return 1" from kqfilter for errors. That value is passed | pooka |
| 2007-07-11 | Replace a simple lock with a mutex and make it static (as it's only used | xtraeme |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-30 | Move the nasty ifdefs in one place. Requested by ad and dyoung. | christos |
| 2007-05-29 | Add a sockaddr_storage member to "struct ifreq" maintaining backwards | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-25 | Kill some KAUTH_GENERIC_ISSUSER uses. | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-28 | add missing initializer | christos |
| 2006-08-04 | Fix typo in comment | martin |
| 2006-07-26 | Patch from Dheeraj S, inspired by the following FreeBSD change: | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-27 | Make this build with GCC 4.x. | tron |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2005-12-26 | Kill BPF_KERN_FILTER. Seems like it died with the new pppd import. | rpaulo |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-14 | Correct typo in comments. | rpaulo |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-05 | Use ANSI function declarations everywhere and a consistent indentation on | rpaulo |
| 2005-08-04 | Implemented the kernel part of BPF statistics and BPF peers, net.bpf.stats | rpaulo |
| 2005-06-22 | Missing m_freem() in bpf_write. PR/29138. | peter |
| 2005-06-20 | Change the rest of the sysctl subsystem to use const consistently. | atatat |
| 2005-02-26 | nuke trailing whitespace | perry |