| Commit message (Expand) | Author | Age | Files | Lines |
* | Use struct xfile, not struct file. | des | 2002-07-31 | 2 | -26/+22 |
* | Correct URL to the FAQ | blackend | 2002-07-31 | 1 | -1/+1 |
* | Correct links to Handbook's pages, old URLs does not work anymore. | blackend | 2002-07-30 | 2 | -3/+3 |
* | Do a case insensitive comparison when comparing the ms-chap response | brian | 2002-07-30 | 1 | -1/+1 |
* | Fix int/size_t mismatch for sysctl arguments. Try not to introduce more | jake | 2002-07-30 | 1 | -5/+10 |
* | Use fchmod() to restore the tty modes. | peter | 2002-07-30 | 1 | -1/+1 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 4 | -5/+5 |
* | Update, correct and bring in sync with reality all the i4b kernel | hm | 2002-07-28 | 17 | -437/+358 |
* | Update for traceroute 1.4a12 | fenner | 2002-07-28 | 1 | -3/+6 |
* | Make usage match options. | dwmalone | 2002-07-27 | 1 | -1/+1 |
* | Fix spacing for -P (policy) examples. | fenner | 2002-07-27 | 1 | -10/+3 |
* | Don't dump all information about apm when only asked to enable/disable apm | sobomax | 2002-07-26 | 1 | -0/+2 |
* | When parsing the program name from the incoming log message | robert | 2002-07-25 | 1 | -1/+1 |
* | When reading a program name from the syslog configuration file, | robert | 2002-07-25 | 1 | -1/+1 |
* | Bah, I forgot to commit this part of the nfssvc() cleanup. Sorry folks. | peter | 2002-07-25 | 1 | -4/+1 |
* | Change 'int pid' to 'pid_t pid' | jmallett | 2002-07-25 | 2 | -2/+2 |
* | If NO_MAILWRAPPER is set, and sendmail is still enabled, then install | peter | 2002-07-24 | 1 | -0/+8 |
* | enable fdisk for ia64 as well as i386 | peter | 2002-07-24 | 2 | -4/+4 |
* | Only install the mbr code on i386.. not ia64. This changes it from | peter | 2002-07-24 | 2 | -2/+2 |
* | s/IPSEC/IPsec according to RFCs | blackend | 2002-07-23 | 1 | -1/+1 |
* | Add '+FreeBSD' to the version string, to reflect that this program | fenner | 2002-07-23 | 1 | -1/+2 |
* | use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY. | ume | 2002-07-22 | 1 | -4/+2 |
* | use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY. | ume | 2002-07-22 | 5 | -13/+8 |
* | Initialize sockbits variable with FD_ZERO, to avoid passing a fd_set | kan | 2002-07-22 | 1 | -0/+1 |
* | Fix typo: corrisponds -> corresponds | fanf | 2002-07-22 | 1 | -1/+1 |
* | Copy cis strings into the kernel. | imp | 2002-07-22 | 2 | -9/+15 |
* | Remove stray function prototype. I wrote and removed this function but | peter | 2002-07-21 | 1 | -1/+0 |
* | Check for missing static unit 'count' declarations as well. | peter | 2002-07-21 | 1 | -7/+13 |
* | Check that we are not supplying 'device foo N' to devices that do not take | peter | 2002-07-21 | 1 | -2/+27 |
* | Try to give a more descriptive error message for the pilot error of | joerg | 2002-07-18 | 2 | -25/+81 |
* | Remove unused calls to inet_addr() | brian | 2002-07-18 | 2 | -2/+0 |
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 3 | -4/+4 |
* | This is a userland tool, not a kernel component or libstand client. | peter | 2002-07-17 | 1 | -5/+5 |
* | Fix a spelling mistake. | dwmalone | 2002-07-17 | 1 | -1/+1 |
* | Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. These | gad | 2002-07-17 | 9 | -10/+1103 |
* | Unbreak Alpha build. | des | 2002-07-16 | 1 | -1/+1 |
* | Add IPv6 support. | alfred | 2002-07-15 | 1 | -5/+15 |
* | add support for rpc IPv6 (rpc/udp/46 ...) | alfred | 2002-07-15 | 2 | -33/+103 |
* | use getaddrinfo() instead of gethostbyname(). | alfred | 2002-07-15 | 1 | -5/+11 |
* | Nuke unused variable. | alfred | 2002-07-15 | 1 | -1/+0 |
* | do not call clnt_spcreateerror nor clnt_sperror with a NULL pointer, instead | alfred | 2002-07-15 | 1 | -3/+3 |
* | Port to TI/RPC and/or IPV6. | alfred | 2002-07-15 | 2 | -14/+6 |
* | If an RPC fails, try a shorter reply in case the fault lies with the | alfred | 2002-07-15 | 1 | -10/+39 |
* | de-__P(). | alfred | 2002-07-15 | 2 | -36/+32 |
* | Comment out WARNS?=4 to unbreak the Alpha build. | des | 2002-07-15 | 1 | -1/+2 |
* | Get rid of %qd, and unbreak Alpha build. | des | 2002-07-15 | 3 | -11/+16 |
* | Get rid of %qd, and unbreak Alpha build. | des | 2002-07-15 | 2 | -3/+6 |
* | The .Nm utility | charnier | 2002-07-14 | 138 | -613/+918 |
* | Moved the setting of all profiling-related variables except the key one | bde | 2002-07-13 | 2 | -12/+8 |
* | Call routine to free everything obtained when filling in 'struct printer'. | gad | 2002-07-12 | 1 | -0/+1 |