| Commit message (Expand) | Author | Age | Files | Lines |
* | Change isspace() macro name to avoid conflict. | archie | 1999-11-02 | 2 | -14/+14 |
* | Remove unused macro definition. | archie | 1999-11-02 | 1 | -1/+0 |
* | Add new options NETGRAPH_PPP and NETGRAPH_PPPOE, plus NETGRAPH_SOCKET which | archie | 1999-11-02 | 3 | -0/+9 |
* | Add options NETGRAPH_PPP and NETGRAPH_PPPOE. | archie | 1999-11-02 | 2 | -0/+4 |
* | Fix typo in previous commit. | archie | 1999-11-02 | 3 | -3/+3 |
* | Remove the prototypes for two functions that were removed when the | jhb | 1999-11-02 | 2 | -6/+0 |
* | Cut out some extra dead code that I missed last time around. I think | msmith | 1999-11-02 | 1 | -14/+2 |
* | Add mn0 in the netgraph section. | phk | 1999-11-02 | 3 | -0/+6 |
* | New driver: Nx64kbit/s E1/T1 cards based on Munich32x&Falc54. | phk | 1999-11-02 | 2 | -0/+1288 |
* | Remove two private copies of strtoul() | phk | 1999-11-02 | 2 | -167/+0 |
* | Unbreak this build. | green | 1999-11-02 | 3 | -9/+9 |
* | Correctly compute the block count. In reality, it seems that the | msmith | 1999-11-02 | 2 | -2/+2 |
* | Don't print the chipset value; it's not useful. | msmith | 1999-11-02 | 3 | -4/+30 |
* | fix misordering of two lines in this file. | jmb | 1999-11-02 | 1 | -1/+1 |
* | Newline-terminate the complaint message about not being able to find | msmith | 1999-11-01 | 6 | -6/+6 |
* | Call bootpc_init before we try to mount an NFS root, if we're configured | msmith | 1999-11-01 | 2 | -0/+12 |
* | Move a couple of globals here where they are initialised, rather than | msmith | 1999-11-01 | 1 | -0/+7 |
* | swapinit isn't called from vfs_mountroot, so don't complain about it in | msmith | 1999-11-01 | 1 | -18/+0 |
* | This is a complete rewrite of vfs_conf.c, which changes the way the root | msmith | 1999-11-01 | 5 | -881/+607 |
* | Sync with RELENG_3. | nsouch | 1999-11-01 | 4 | -7/+15 |
* | Elminiate the (unused) TUNE_1542 option. | eivind | 1999-11-01 | 7 | -16/+0 |
* | Fix some bugs in MP allocation routine when links are non-equivalent. | archie | 1999-11-01 | 1 | -12/+29 |
* | Put more explict warning that this file should not be used if you want | imp | 1999-11-01 | 1 | -0/+2 |
* | Do some more work on the mxphy pseudo-driver to make it better at media | wpaul | 1999-11-01 | 3 | -92/+114 |
* | Add strtol & strtoul to kernel. Derived from libc versions. | phk | 1999-11-01 | 2 | -1/+160 |
* | New function: | phk | 1999-11-01 | 2 | -0/+17 |
* | Call make_dev() to shut up the warning. | tanimura | 1999-11-01 | 2 | -2/+24 |
* | Use typedefs for node methods. | julian | 1999-11-01 | 1 | -9/+7 |
* | User netgraph typedefs for methods | julian | 1999-11-01 | 6 | -54/+54 |
* | Add typedefs for node methods | julian | 1999-11-01 | 17 | -147/+131 |
* | Changes prompt to "ok". This line is actually commented out, and serves only | dcs | 1999-11-01 | 1 | -1/+1 |
* | Changes the default prompt to "ok". | dcs | 1999-11-01 | 1 | -1/+3 |
* | braino in sample code. | julian | 1999-11-01 | 1 | -2/+2 |
* | Most modern OSs have the ability to flag certain mounts as ones to | julian | 1999-11-01 | 3 | -5/+7 |
* | correct moronic typo | mjacob | 1999-11-01 | 1 | -2/+2 |
* | Merge the alpha and x86 majors files together. There appear to be | peter | 1999-11-01 | 3 | -382/+4 |
* | Update examples using 'disk' and 'tape' - they used to have magic meaning | peter | 1999-11-01 | 9 | -56/+56 |
* | Remove specfs::vop_lookup() There is no code path which can call it. | phk | 1999-11-01 | 2 | -36/+0 |
* | rearrange order of tests for NE1000, NE2000, and Linksys | jmb | 1999-11-01 | 1 | -17/+21 |
* | rearrange order of tests for NE1000, NE2000, and Linksys | jmb | 1999-11-01 | 1 | -16/+22 |
* | bpf need no longer be an option | julian | 1999-11-01 | 1 | -6/+2 |
* | Start making the contents of the generic framework opaque to the nodes. | julian | 1999-11-01 | 5 | -30/+58 |
* | The useracc() calls in osigreturn() and sigreturn() should specify | alc | 1999-10-31 | 5 | -10/+10 |
* | Bump version number to sync with ncplib 1.3.3 | bp | 1999-10-31 | 2 | -2/+2 |
* | Bump internal version number with next release of ncplib. | bp | 1999-10-31 | 1 | -1/+1 |
* | Change Linksys registers base/offset. | nyan | 1999-10-31 | 1 | -6/+8 |
* | The total uiomoved size is accumulated in c, not tmp. | tanimura | 1999-10-31 | 2 | -4/+4 |
* | - Sync with sys/i386/isa/if_ed.c revision 1.163. | nyan | 1999-10-31 | 2 | -600/+564 |
* | Add support for C++ in the headers. Some style cleanup. | bp | 1999-10-31 | 3 | -146/+134 |
* | Fix Bus Device Resets from userland, and specifically from camcontrol. | ken | 1999-10-31 | 1 | -1/+1 |