| Commit message (Expand) | Author | Age | Files | Lines |
* | Yet another cleanup of the VIA code, this time it should work | sos | 1999-12-21 | 8 | -186/+61 |
* | Extra sanity checks in information from file edited by user. This | imp | 1999-12-21 | 1 | -16/+16 |
* | Use the correct return value for MCA NMIs. | eivind | 1999-12-21 | 4 | -4/+4 |
* | Add #ifdef notyet around uncalled code that is later going to become DDB | eivind | 1999-12-21 | 1 | -1/+7 |
* | Comment out explicit MANPATH setting. | phantom | 1999-12-21 | 1 | -1/+1 |
* | Correct the spelling and description of sbc. | tanimura | 1999-12-21 | 3 | -3/+3 |
* | Collapse a bunch of unused MD_CS42nn tags into a single one. This saves | peter | 1999-12-21 | 1 | -89/+36 |
* | Tidy up a few loose ends, including adding the pnp tags in comments. | peter | 1999-12-21 | 1 | -21/+19 |
* | Remove #if NISA > 0 - this is best done by the configuration process. | peter | 1999-12-21 | 1 | -13/+0 |
* | Only compile gusc for isa (the #if NISA inside gusc effectively covers | peter | 1999-12-21 | 6 | -6/+6 |
* | Fix a typo which I cannot believe I missed after rereading this text | asmodai | 1999-12-21 | 1 | -1/+1 |
* | also, changed prototype of pr_rthdr(), as my previous fix | shin | 1999-12-21 | 1 | -1/+1 |
* | Added missing declaration for argment specification at pr_rthdr(), | shin | 1999-12-21 | 1 | -3/+4 |
* | Properly manify this manpage. | asmodai | 1999-12-21 | 1 | -2/+1 |
* | Document allscreens_flags. This commit perpetuates the i386-centric | sheldonh | 1999-12-21 | 1 | -0/+12 |
* | Properly manify this manpage. | asmodai | 1999-12-21 | 1 | -5/+5 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 12 | -31/+32 |
* | Use more thorough redirection to make the impact of allscreens_flags | sheldonh | 1999-12-21 | 2 | -2/+2 |
* | Add an explicit warning against copying this file into /etc/, since | sheldonh | 1999-12-21 | 1 | -0/+5 |
* | Fix a bug where a pointer would be one character too far after putting | roberto | 1999-12-21 | 5 | -5/+5 |
* | define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 related | shin | 1999-12-21 | 1 | -12/+32 |
* | Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. Some | peter | 1999-12-21 | 2 | -14/+94 |
* | Fix cut'n'paste niggles in previous commit. | sheldonh | 1999-12-21 | 2 | -7/+8 |
* | minor cleanup | cg | 1999-12-21 | 2 | -34/+20 |
* | make previous commit's format match rest of file | mharo | 1999-12-21 | 1 | -2/+2 |
* | add default service (other) entries | mharo | 1999-12-21 | 1 | -0/+4 |
* | Add a flag to disable FIFO probing. The code seems to have a chance of | joerg | 1999-12-21 | 3 | -2/+20 |
* | Delay creation of threads until after the idle thread is created, more | imp | 1999-12-21 | 2 | -22/+18 |
* | Lose explict initialization of mouse to {0}; this gave a warning, and the | eivind | 1999-12-21 | 1 | -2/+2 |
* | Incorrect uses of NULL changed to 0 | eivind | 1999-12-21 | 1 | -3/+3 |
* | Garbage collect oltr_pci_shutdown | eivind | 1999-12-21 | 1 | -11/+0 |
* | Remove unused variable | eivind | 1999-12-21 | 2 | -2/+0 |
* | Fix bogus initialization of using a sledge hammer to quite -Wall, bad | obrien | 1999-12-21 | 1 | -5/+4 |
* | Fix a typo that was doing something kind of silly, and that is initializing | chris | 1999-12-21 | 3 | -3/+3 |
* | What was I smoking? Use the proper form of the library names. | obrien | 1999-12-21 | 1 | -5/+3 |
* | don't use the sbpro mic vol register during init on ess cards; it causes | cg | 1999-12-21 | 3 | -3/+6 |
* | Add entries for two cities in India. | jkoshy | 1999-12-21 | 1 | -0/+2 |
* | Manual page style work. | julian | 1999-12-21 | 59 | -490/+1059 |
* | Forgot a library. | obrien | 1999-12-20 | 1 | -4/+5 |
* | Add needed 3.x libraries from 3.4-RELEASE. | obrien | 1999-12-20 | 11 | -1/+16534 |
* | Correct an "argument reversal" bug that could cause commands requed from | gibbs | 1999-12-20 | 1 | -2/+2 |
* | Fix my '#'-at-end-of-lines change, spammed by a subsequent commit. | brian | 1999-12-20 | 1 | -3/+10 |
* | Add SUP2070 (Diamond SupraExpress 56i) | peter | 1999-12-20 | 2 | -0/+4 |
* | Use getpwuid()->pw_dir instead of $HOME when expanding ``~''. | brian | 1999-12-20 | 1 | -10/+6 |
* | Use getpwuid() instead of getlogin() in ``allow users''. | brian | 1999-12-20 | 1 | -4/+5 |
* | Add missing linefeed. | brian | 1999-12-20 | 1 | -1/+1 |
* | Cosmetic: clean up some parenthesis confusion | brian | 1999-12-20 | 1 | -10/+5 |
* | Handle comments at the end of lines. | brian | 1999-12-20 | 3 | -25/+44 |
* | Notice and warn about unterminated quoted strings in commands. | brian | 1999-12-20 | 13 | -44/+100 |
* | Implement mbuf allocation internally by maintaining 8 buckets of | brian | 1999-12-20 | 5 | -21/+82 |