| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 1 | -3/+4 |
| * | Merge two sets of changes relating to devfs device node cloning from | Robert Watson | 2005-08-13 | 1 | -2/+4 |
| * | Fix some long standing bugs in writing to the BPF device attached to | David Malone | 2005-06-26 | 1 | -7/+6 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -25/+30 |
| * | Change m_uiotombuf so it will accept offset at which data should be copied | Maksim Yevmenkin | 2005-05-04 | 1 | -1/+1 |
| * | Explicitly hold a reference to the cdev we have just cloned. This | Poul-Henning Kamp | 2005-03-31 | 1 | -1/+3 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Include fcntl.h | Poul-Henning Kamp | 2004-12-22 | 1 | -2/+3 |
| * | Utilize m_uiotombuf() in device write method, instead of home-grown | Gleb Smirnoff | 2004-10-31 | 1 | -38/+12 |
| * | Assign pointer NULL, not 0. | Gleb Smirnoff | 2004-10-11 | 1 | -1/+1 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+2 |
| * | Bring in the first chunk of altq driver modifications. This covers the | Max Laier | 2004-07-02 | 1 | -7/+30 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -1/+1 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -13/+13 |
| * | Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on | Max Laier | 2004-06-15 | 1 | -3/+2 |
| * | Add per-softc locking to if_tun: | Robert Watson | 2004-03-29 | 1 | -6/+66 |
| * | Lock down if_tun global variables using a new mutex, tunmtx. As with | Robert Watson | 2004-03-29 | 1 | -11/+31 |
| * | Remove tun_proc; replace with tun_pid. tun_proc pointer may be stale | Robert Watson | 2004-03-17 | 1 | -7/+14 |
| * | Remove stale (unused) unit variables from if_tun and if_tap softc's. | Robert Watson | 2004-03-13 | 1 | -1/+0 |
| * | Add clone_setup() function rather than rely on lazy initialization. | Poul-Henning Kamp | 2004-03-11 | 1 | -0/+1 |
| * | Don't set d_flags twice. The second setting clobbered D_NOGIANT. | Bruce Evans | 2004-02-24 | 1 | -2/+1 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -0/+2 |
| * | Device megapatch 2/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -100/+61 |
| * | o eliminate widespread on-stack mbuf use for bpf by introducing | Sam Leffler | 2003-12-28 | 1 | -47/+3 |
| * | - Implement selwakeuppri() which allows raising the priority of a | Seigo Tanimura | 2003-11-09 | 1 | -2/+2 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -6/+5 |
| * | Make TUNDEBUG use if_printf instead of printf. | Brooks Davis | 2003-10-31 | 1 | -24/+17 |
| * | Use IF_MAXUNIT instead of rolling our own identical TUN_MAXUNIT. | Brooks Davis | 2003-10-23 | 1 | -4/+3 |
| * | Correctly name r_unit member tun_unit. | Poul-Henning Kamp | 2003-09-27 | 1 | -3/+3 |
| * | Revert last change and insure the driver can support other address families. | Jonathan Lemon | 2003-03-08 | 1 | -0/+18 |
| * | The tun driver is INET only. Don't pretend to support other address families. | Jonathan Lemon | 2003-03-08 | 1 | -25/+0 |
| * | Finish driving a stake through the heart of netns and the associated | Peter Wemm | 2003-03-05 | 1 | -5/+0 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -3/+48 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+8 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -2/+2 |
| * | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -31/+31 |
| * | uiomove-related caddr_t -> void * (just the low-hanging fruit) | Dag-Erling Smørgrav | 2003-03-02 | 1 | -2/+2 |
| * | NODEVFS cleanup: remove calls to cdevsw_remove() | Poul-Henning Kamp | 2003-02-26 | 1 | -2/+0 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -5/+5 |
| * | NODEVFS cleanup: unifdef | Poul-Henning Kamp | 2003-01-30 | 1 | -10/+0 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -5/+5 |
| * | Originally when DEVFS was added, a global variable "devfs_present" | Poul-Henning Kamp | 2003-01-19 | 1 | -8/+9 |
| * | network interface and link layer changes: | Sam Leffler | 2002-11-15 | 1 | -3/+3 |
| * | Don't check IFF_RUNNING in previous change. | Hidetoshi Shimokawa | 2002-10-25 | 1 | -2/+2 |
| * | Don't send/recieve packets when the interface is down. | Hidetoshi Shimokawa | 2002-10-23 | 1 | -0/+9 |
| * | Don't us an array[1], it just hides where '&' isn't used right. | Poul-Henning Kamp | 2002-10-20 | 1 | -11/+11 |
| * | In an SMP environment post-Giant it is no longer safe to blindly | Don Lewis | 2002-10-03 | 1 | -2/+2 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+16 |
| * | Make funsetown() take a 'struct sigio **' so that the locking can | Alfred Perlstein | 2002-05-06 | 1 | -1/+1 |
| * | Redo the sigio locking. | Alfred Perlstein | 2002-05-01 | 1 | -1/+1 |