| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed some memcpy()'s back to bcopy()'s. | bde | 1996-06-08 | 1 | -2/+2 |
* | Fix bug in bpf_ifname() where the unit didn't get added correctly to the | dg | 1996-06-08 | 1 | -1/+2 |
* | Don't allow trailing garbage after the unit number in ifunit(). | wollman | 1996-06-05 | 1 | -1/+3 |
* | Set ifnet.baudrate for ethernet / FDDI interfaces too. Makes | gpalmer | 1996-06-01 | 2 | -2/+5 |
* | added missing semicolon | scrappy | 1996-05-26 | 1 | -1/+1 |
* | If tunnel is busy we return EBUSY, not ENXIO. | phk | 1996-05-26 | 1 | -1/+1 |
* | Obtained from: netatalk distribution netatalk@itd.umich.edu | julian | 1996-05-24 | 3 | -8/+113 |
* | When two units swapped, copy SC_STATIC flag too, not clear it | ache | 1996-05-13 | 1 | -1/+2 |
* | Prevent mixing of static and dynamic unit allocation strategies | ache | 1996-05-13 | 2 | -7/+23 |
* | Clean up various compiler warnings. Most (if not all) were benign | gpalmer | 1996-05-08 | 1 | -2/+2 |
* | Add three new route flags to help determine what sort of address | wollman | 1996-05-06 | 1 | -2/+5 |
* | Regardless of whether or not the check for IPv4 is useful, we certainly | dg | 1996-04-25 | 1 | -3/+3 |
* | Reject all IP versions but 4. | phk | 1996-04-24 | 1 | -2/+3 |
* | Eliminated sloppy common-style declarations. Now there are no duplicated | bde | 1996-04-13 | 2 | -3/+5 |
* | When cslip gets an uncompressed packet, it attempts to save off the TCP/IP | dg | 1996-04-11 | 1 | -4/+11 |
* | Removed never-used #includes of <machine/cpu.h>. Many were apparently | bde | 1996-04-07 | 7 | -17/+6 |
* | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | bde | 1996-04-07 | 1 | -2/+1 |
* | Eliminate panic("rtfree") caused by double-freeing the route | fenner | 1996-03-29 | 1 | -5/+6 |
* | Using devfs_add_devswf() instead of devfs_add_devsw() | scrappy | 1996-03-28 | 1 | -6/+9 |
* | Fixed ownerships of callout devices. | bde | 1996-03-27 | 1 | -7/+3 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 5 | -6/+10 |
* | Make user-level PPP on-demand with dynamic IP actually work. | ache | 1996-03-08 | 1 | -1/+1 |
* | Add more options into the conf/options and i386/conf/options.i386 files | peter | 1996-03-02 | 1 | -1/+3 |
* | Make tundebug sysctl writable. | phk | 1996-02-09 | 1 | -1/+1 |
* | If a slow input queue was defined by the driver, initialize it. | wollman | 1996-02-08 | 1 | -1/+13 |
* | Clean up Ethernet drivers: | wollman | 1996-02-06 | 13 | -114/+53 |
* | Make me feel a little better by filling in reasonable values for rmx_sendpipe | wollman | 1996-02-05 | 1 | -6/+12 |
* | Fix a bunch of spelling errors in the comment fields of | mpp | 1996-01-30 | 9 | -21/+21 |
* | Delete the if_private[] array in struct ifnet; this turned out to be | wollman | 1996-01-26 | 1 | -4/+19 |
* | The last part of the ether_sprint -> %6D change. | phk | 1996-01-26 | 2 | -4/+2 |
* | Use new printf features rather than local kludges. | phk | 1996-01-24 | 4 | -90/+20 |
* | Fix memory leak in case of adding a host route on top of another one. | wollman | 1996-01-24 | 1 | -1/+3 |
* | in_proto.c: spell ``Internet'' right and put whitespace after commas. | wollman | 1995-12-20 | 2 | -2/+8 |
* | Uniformized pr_ctlinput protosw functions. The third arg is now `void | bde | 1995-12-16 | 2 | -4/+5 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 13 | -131/+133 |
* | Make FIONREAD return the actual that a read() would return, not just the | peter | 1995-12-11 | 1 | -3/+5 |
* | Restored used variable `name[32]' (used by DEVFS). | bde | 1995-12-10 | 1 | -3/+3 |
* | Staticize, clean lint. | phk | 1995-12-09 | 5 | -50/+39 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -2/+2 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 2 | -80/+70 |
* | Replaced #includes of <sys/user.h> by less gross headers, usually | bde | 1995-12-06 | 1 | -2/+2 |
* | all: | dg | 1995-12-05 | 2 | -24/+4 |
* | Added a prototype. | bde | 1995-12-03 | 1 | -2/+3 |
* | Moved inline functions for insque() and remque() to <sys/queue.h>. | bde | 1995-12-03 | 1 | -1/+2 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-02 | 3 | -5/+25 |
* | Fixed call to mrt_ioctl(). mrt_ioctl() for some reason has different | bde | 1995-12-02 | 1 | -1/+5 |
* | Finished (?) cleaning up sysinit stuff. | bde | 1995-12-02 | 2 | -7/+7 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 2 | -3/+3 |
* | OK, that's it.. | julian | 1995-11-29 | 2 | -1/+82 |
* | Implement some rudimentry IPX support... | peter | 1995-11-28 | 1 | -2/+18 |