| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle return values of 0 from NgRecvMsg() properly. | brian | 2001-08-24 | 1 | -2/+2 |
* | Bring in some iostat fixes that bde reminded me about. These fixes were | ken | 2001-08-23 | 2 | -95/+125 |
* | Properly initialize the random number generator in pw_getpass(). | joerg | 2001-08-21 | 1 | -0/+1 |
* | o Enable IFF_MULTICAST when first opening the tun device (and keep the flag | brian | 2001-08-21 | 3 | -11/+11 |
* | Fix a typo in a variable name that made pw(8) coredump when using | joerg | 2001-08-21 | 1 | -1/+1 |
* | Handle snprintf() returning < 0 (not just -1) | brian | 2001-08-20 | 7 | -12/+16 |
* | Handle ftp_copycommand() and ftp_copyresult() potentially returning < -1. | brian | 2001-08-20 | 1 | -12/+4 |
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 9 | -54/+62 |
* | Properly change old interface addresses so that their destination is | brian | 2001-08-20 | 1 | -1/+2 |
* | Add some comments to explain what's going on here | brian | 2001-08-20 | 1 | -9/+21 |
* | mdoc(7) police: simplify literal display block. | ru | 2001-08-20 | 1 | -2/+4 |
* | The timed protocol is not implemented in a compatible way by all vendors; | kris | 2001-08-20 | 2 | -7/+23 |
* | Pass the username we just made to pwd_mkdb so that the latter doesn't | dd | 2001-08-20 | 1 | -3/+4 |
* | When attempting to change the default route, don't write the gateway | brian | 2001-08-20 | 1 | -7/+26 |
* | Capitalize the first word in sentences, and put periods at the end of | dd | 2001-08-20 | 1 | -3/+3 |
* | Add some casts. | brian | 2001-08-19 | 2 | -3/+3 |
* | Add a missing % in a format string. | brian | 2001-08-19 | 1 | -1/+1 |
* | Avoid a compiler warning | brian | 2001-08-19 | 1 | -0/+2 |
* | Fix ISA machines. Also, make it possible for the new pccardd to run | imp | 2001-08-19 | 1 | -40/+61 |
* | Silence non-constant format string warnings by marking functions | kris | 2001-08-19 | 1 | -1/+1 |
* | Better handling of the return from snprintf | brian | 2001-08-18 | 1 | -3/+8 |
* | Better handling for the return of snprintf(). | brian | 2001-08-18 | 2 | -5/+12 |
* | If AF_INET6 isn't available in the kernel, revert to creating AF_INET | brian | 2001-08-18 | 1 | -15/+19 |
* | Back out the previous fix to deal with kernels that don't support IPv6, | brian | 2001-08-18 | 6 | -69/+44 |
* | Run correctly on a machine built without AF_INET6 support | brian | 2001-08-18 | 6 | -33/+65 |
* | Build properly with -DNOINET6 | brian | 2001-08-18 | 1 | -2/+2 |
* | Build properly with -DNOIPV6 | brian | 2001-08-18 | 1 | -0/+2 |
* | Correct path (../crypto, not ../../crypto) | peter | 2001-08-18 | 1 | -5/+2 |
* | Removed the (possible) ambiguity in /etc/rc.conf comment. | ru | 2001-08-17 | 2 | -4/+4 |
* | The ports that convert screendumps into text or png called scr2*, not | sobomax | 2001-08-17 | 1 | -2/+4 |
* | Make source crunches work as well as object crunches; broken in the | joe | 2001-08-17 | 1 | -1/+1 |
* | Add two missing includes | brian | 2001-08-16 | 1 | -0/+2 |
* | Remove an unused variable | brian | 2001-08-16 | 1 | -1/+0 |
* | Fix the @monthly and @weekly shortcuts so that they actually run | mikeh | 2001-08-16 | 1 | -0/+3 |
* | mdoc(7) police: markup nit, removed whitespace at EOL. | ru | 2001-08-16 | 1 | -4/+6 |
* | Specify the gateway address when updating the MTU and send/recv pipe | brian | 2001-08-16 | 6 | -31/+69 |
* | Fix a couple of forgotten comments | brian | 2001-08-16 | 1 | -3/+3 |
* | o Improve terminology consistency for security profile functionality: | rwatson | 2001-08-15 | 2 | -2/+2 |
* | Sysinstall inserts a comment between changes to /etc/rc.conf. | joe | 2001-08-15 | 2 | -2/+8 |
* | Make crunchgen crunch pre-built object files again, i.e.: | joe | 2001-08-15 | 1 | -10/+10 |
* | Remove duplicate umask(2) call. | sobomax | 2001-08-15 | 1 | -1/+0 |
* | Probe for the availability of AF_INET6 at startup. If it's not | brian | 2001-08-15 | 5 | -10/+47 |
* | Don't show a prefixlen when a destination address is present | brian | 2001-08-15 | 1 | -1/+2 |
* | Add a missing newline | brian | 2001-08-15 | 1 | -1/+1 |
* | Don't forget to attache the sticky route change to the ncp structure. | brian | 2001-08-15 | 1 | -0/+1 |
* | Avoid calling bits2mask4() when bits is -1. | brian | 2001-08-15 | 1 | -6/+5 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 13 | -37/+19 |
* | List the correct paths to the X server distributions. | eric | 2001-08-14 | 2 | -58/+70 |
* | Ask the kernel about IRQ 0 first. If the kernel responds with an IRQ, | imp | 2001-08-14 | 2 | -20/+22 |
* | o Add ipv6 support, abstracting most NCP addresses into opaque | brian | 2001-08-14 | 50 | -1922/+4416 |