| Commit message (Expand) | Author | Age | Files | Lines |
* | Revamp the devstat priority system. All disks now have the same priority. | ken | 1999-12-08 | 1 | -6/+3 |
* | Fix typo errors, remove repeated paragraphs, update incorrect (i.e. mixed up) | chris | 1999-12-07 | 1 | -11/+6 |
* | Correct the synopsis for the wi(4) driver: it's just "device wi0" now, not | wpaul | 1999-12-07 | 2 | -2/+2 |
* | The typo was actually that ``if'' was misspelled as ``it.'' | chris | 1999-12-07 | 1 | -1/+1 |
* | Fix a typo (specifically, the word ``it'' was used twice in a row where it | chris | 1999-12-07 | 1 | -1/+1 |
* | Fixed disordering in rev.1.63. | bde | 1999-12-05 | 1 | -3/+4 |
* | Mention USB mouse support. | yokota | 1999-12-05 | 2 | -2/+10 |
* | Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers | wpaul | 1999-12-04 | 7 | -794/+327 |
* | From the author: | green | 1999-12-03 | 1 | -8/+8 |
* | New netgraph node type, ng_bpf(8). This node type allows you to | archie | 1999-12-03 | 1 | -0/+143 |
* | Don't use %E* in old fields for compatibility reasons | ache | 1999-12-03 | 55 | -100/+100 |
* | Remove mention of 'ivars'. | mdodd | 1999-12-03 | 1 | -7/+2 |
* | Add the device_get_children(9) man page. | n_hibma | 1999-12-02 | 3 | -1/+62 |
* | It's device_add_child*, not bus_add_child*. | n_hibma | 1999-12-02 | 1 | -2/+2 |
* | If SRCS is not defined assume ${PROG}.c, not when PROG isn't defined. | mharo | 1999-11-30 | 1 | -1/+1 |
* | Convert after %Ex->%Ef and %EF adding | ache | 1999-11-30 | 55 | -155/+375 |
* | Spanish messages | yokota | 1999-11-30 | 1 | -24/+36 |
* | Convert to new format | ache | 1999-11-30 | 55 | -100/+1029 |
* | Update documentation to reflect new functionality. | archie | 1999-11-30 | 1 | -9/+59 |
* | Fix typo. | archie | 1999-11-30 | 1 | -3/+2 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 4 | -4/+280 |
* | - Fixed German spelling in INDEX.keymaps. | yokota | 1999-11-29 | 1 | -10/+55 |
* | - Fix Swiss keymaps: swissfrench.iso.kbd and swissgerman.iso.kbd. | yokota | 1999-11-29 | 7 | -46/+545 |
* | Add two modules for the pccard work: dev/pccard/card_if.m and | imp | 1999-11-28 | 1 | -2/+2 |
* | Build and clean device interface files (foo_if.[ch]) and empty options | bde | 1999-11-28 | 1 | -4/+33 |
* | - Added Estonian keymaps: estonian.iso.kbd, estonian.iso15.kbd, | yokota | 1999-11-28 | 5 | -0/+349 |
* | add pthread_cancel, obtained from OpenBSD. | alfred | 1999-11-28 | 2 | -0/+257 |
* | A bullet in the head to pkg_manage references. | billf | 1999-11-26 | 1 | -4/+0 |
* | To avoid confusion, zap libcurses. ncurses provides both curses, termcap | peter | 1999-11-26 | 2 | -42/+1 |
* | Add one of the two root words adapted from scandinavian since 1066: | imp | 1999-11-24 | 1 | -0/+2 |
* | Add .ORDER which is needed for the previous commit to work with -jN. | marcel | 1999-11-23 | 1 | -0/+1 |
* | vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c to | marcel | 1999-11-23 | 1 | -1/+1 |
* | Document single_mountd_enable | ache | 1999-11-23 | 1 | -0/+10 |
* | Remove man_locles - goes to manpath.config | ache | 1999-11-23 | 1 | -7/+0 |
* | Document pppoed options | brian | 1999-11-23 | 1 | -0/+23 |
* | Update the manpage with the changed usb_devinfo structure. | n_hibma | 1999-11-22 | 1 | -29/+39 |
* | The rt_refcnt member is a long now. | jdp | 1999-11-22 | 1 | -1/+1 |
* | An example of how to configure PPPoE. | brian | 1999-11-21 | 1 | -0/+27 |
* | Document the requirement for root privileges. | julian | 1999-11-21 | 1 | -1/+3 |
* | Document new feature (support for write(2) when 1 hook attached). | julian | 1999-11-21 | 1 | -0/+10 |
* | The at_exit and at_fork functions currently use a 'roll your own' | phk | 1999-11-19 | 2 | -8/+0 |
* | Add an example of how to run raw IP across a sync port. | julian | 1999-11-19 | 1 | -0/+16 |
* | Add an example of how to set up a frame relay link using netgraph and | julian | 1999-11-19 | 1 | -0/+46 |
* | Update references. | archie | 1999-11-19 | 1 | -12/+16 |
* | Miscellaneous edits. | archie | 1999-11-19 | 1 | -21/+25 |
* | Add reference to ng_pppoe(8). | archie | 1999-11-19 | 1 | -0/+1 |
* | Update to reflect changed functionality. | archie | 1999-11-19 | 1 | -22/+24 |
* | Fix invalid option name: DIVERT -> IPDIVERT | phantom | 1999-11-17 | 1 | -1/+1 |
* | Make "-mpreferred-stack-boundary=2" the default on the i386. | obrien | 1999-11-17 | 1 | -0/+13 |
* | Add reference to new netgraph node type "ksocket". | archie | 1999-11-16 | 1 | -1/+2 |