| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the australian ntp server, the old one is no longer | Chris Piazza | 2000-03-18 | 2 | -4/+4 |
* | Move a comment to make things a bit more readable. | Brian Somers | 2000-03-16 | 2 | -4/+4 |
* | Add Tremon Wheel PNP mouse | Andrey A. Chernov | 2000-03-15 | 1 | -0/+2 |
* | Do not preserve UIDs, permissions nor flags of package system files in | Sheldon Hearn | 2000-03-15 | 1 | -2/+2 |
* | Increase bit fields to allow for new values | Brian Somers | 2000-03-14 | 1 | -2/+2 |
* | ppps -> ppp's; suggested by sheldonh | Brian Somers | 2000-03-14 | 2 | -26/+26 |
* | Understand -DNOINET6 | Brian Somers | 2000-03-14 | 1 | -0/+4 |
* | When unexpected rtmsg was received, route6d was dying. | Yoshinobu Inoue | 2000-03-14 | 1 | -2/+4 |
* | Revive rev 1.12 (NetBSD improvements including @ shortcuts). | Sheldon Hearn | 2000-03-14 | 1 | -0/+24 |
* | Un-botch my botched reduction in permitted characters in the permitted | Mark Newton | 2000-03-14 | 1 | -1/+1 |
* | Fix the case where username validity test would incorrectly fail if | Mark Newton | 2000-03-14 | 1 | -1/+1 |
* | Cope with quotation marks around font names in /etc/rc.conf . | Sheldon Hearn | 2000-03-14 | 1 | -1/+1 |
* | Understand environment variables in commands | Brian Somers | 2000-03-14 | 5 | -62/+102 |
* | Add the ``resolv'' command for telling ppp how to deal with resolv.conf. | Brian Somers | 2000-03-14 | 11 | -151/+527 |
* | Refresh the NAT IP pointer after a potential mbuf reallocation. This | Brian Somers | 2000-03-14 | 1 | -0/+1 |
* | Fix some printf-style argument bugs | Brian Somers | 2000-03-14 | 6 | -17/+20 |
* | Fix some typos | Brian Somers | 2000-03-14 | 2 | -8/+8 |
* | Adjust whitespace | Brian Somers | 2000-03-14 | 2 | -1/+5 |
* | Don't include netinet6/in6.h directly. | Brian Somers | 2000-03-14 | 1 | -3/+0 |
* | Correct some typos introduced in the descriptor -> fdescriptor change. | Brian Somers | 2000-03-14 | 7 | -18/+18 |
* | Introduce LOCALNAT and LOCALRAD defines so that the sources can stay | Brian Somers | 2000-03-14 | 5 | -13/+22 |
* | Correct UN_SIZE definition | Brian Somers | 2000-03-14 | 1 | -1/+1 |
* | Don't ``break'' when we come accross a non-RTM_IFINFO type | Brian Somers | 2000-03-14 | 1 | -1/+1 |
* | When ppp can't identify the relevant name, don't use "???", use | Brian Somers | 2000-03-14 | 8 | -98/+126 |
* | Add ``set log dns'' to log DNS QUERY packets. | Brian Somers | 2000-03-14 | 6 | -28/+162 |
* | The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib | Brian Somers | 2000-03-14 | 8 | -128/+130 |
* | Support IP6 addresses in ``show route'' | Brian Somers | 2000-03-14 | 1 | -12/+88 |
* | When adjusting timer::rest, round to the closest TICKUNIT usecs | Brian Somers | 2000-03-14 | 1 | -6/+8 |
* | When we stop a timer that's the first in the timer list, ensure | Brian Somers | 2000-03-14 | 1 | -4/+14 |
* | To avoid namespace polution in NetBSD: | Brian Somers | 2000-03-14 | 23 | -78/+78 |
* | Test for existence of secure/, not crypto/ for consistency | Kris Kennaway | 2000-03-13 | 1 | -1/+1 |
* | Fix world with -DNOCRYPT, hopefully fix release for non-crypto collection. | Kris Kennaway | 2000-03-13 | 1 | -1/+3 |
* | Remove erroneous built-in help information for the 'msg' command. | Archie Cobbs | 2000-03-13 | 1 | -3/+1 |
* | Fix parsing of commands after @ keywords (@hourly, @daily, etc.). | Guy Helmer | 2000-03-13 | 1 | -1/+16 |
* | Back out previous commit. The code is not ready for it. | Sheldon Hearn | 2000-03-13 | 1 | -24/+0 |
* | -CURRENT is now 500000, reflect that. | Bill Fumerola | 2000-03-13 | 1 | -1/+1 |
* | Add a standard option list and make appropriate changes to the | Sheldon Hearn | 2000-03-13 | 1 | -76/+115 |
* | Add missing end of semi colon of an example setkey command. | Yoshinobu Inoue | 2000-03-13 | 1 | -1/+1 |
* | Typo fix. s/SAD/SPD/. | Yoshinobu Inoue | 2000-03-12 | 1 | -1/+1 |
* | Typo fixes. | Yoshinobu Inoue | 2000-03-12 | 3 | -14/+14 |
* | Disable RTPRIO and P1003.1B scheduling in ntpd. Only leave BSD_NICE | Peter Dufault | 2000-03-12 | 1 | -2/+2 |
* | Remove PkgInteractive hack - it won't work like this. | Jordan K. Hubbard | 2000-03-12 | 7 | -12/+1 |
* | Remove the last vestiges of libRSAglue now that it's an empty stub. | Kris Kennaway | 2000-03-11 | 2 | -8/+0 |
* | Add missing return. | Yoshinobu Inoue | 2000-03-11 | 1 | -0/+1 |
* | Make inetd compilable without INET6. | Yoshinobu Inoue | 2000-03-11 | 2 | -2/+4 |
* | Do the right thing with USA_RESIDENT | Jordan K. Hubbard | 2000-03-10 | 3 | -6/+6 |
* | s/chose/choose/ in all the relevant places. | Jordan K. Hubbard | 2000-03-10 | 4 | -8/+8 |
* | Fix various unsigned vs signed errors that caused problems with uids | Paul Richards | 2000-03-09 | 2 | -11/+20 |
* | Fix addr length argument value passed to sendto(). | Yoshinobu Inoue | 2000-03-09 | 1 | -10/+10 |
* | Added several socket close() which were mistakenly forgotten. | Yoshinobu Inoue | 2000-03-09 | 3 | -7/+10 |