| Age | Commit message (Expand) | Author |
| 2000-11-29 | Open only plain files [please someone add O_REG_ONLY]. Since /etc/daily | christos |
| 2000-11-29 | Use the vm.uvmexp2 sysctl. | simonb |
| 2000-11-27 | fix INET6-less build (like x_ftp). PR11578 | itojun |
| 2000-11-27 | be more explicit that $ftp_proxy and $http_proxy are not supported for | lukem |
| 2000-11-27 | Handle arguments in a slightly more standard way (avoid resetting optind). | wiz |
| 2000-11-24 | cope with 2553bis getnameinfo (always attach scope id) | itojun |
| 2000-11-23 | tweak for 3.33 | pooka |
| 2000-11-23 | resolve conflicts | pooka |
| 2000-11-23 | file 3.33 | pooka |
| 2000-11-21 | make sure we do not overrun tp->th_msg on ERROR packet. | itojun |
| 2000-11-21 | make sure we do not overrun peeraddr. | itojun |
| 2000-11-21 | Insert a tab if the length of the directory > 35 bytes to prevent | msaitoh |
| 2000-11-19 | If kernel gives us a CPU number in kinfo_proc2, display it after the state. | sommerfeld |
| 2000-11-18 | In krb5_end, don't try to free the krb5 context if it's not yet | fvdl |
| 2000-11-15 | fix a multitude of core dumps because most functions were not checking | christos |
| 2000-11-15 | strcmp returns an int not a ptr so don't compare to NULL | christos |
| 2000-11-15 | use NI_MAXHOST with getnameinfo. we can assume presense of getnameinfo. | itojun |
| 2000-11-15 | - implement "mreget"; as per "mget" but uses "reget" instead of "get" | lukem |
| 2000-11-14 | Do the same IEEE1394 address hack in here. | matt |
| 2000-11-14 | Print out IEEE1394 addresses with : . Add a hack to limit the address | matt |
| 2000-11-14 | back out previous change - this needs to be discussed first at least | jdolecek |
| 2000-11-13 | don't link these static; if shared libraries are hosed, these utilities would | jdolecek |
| 2000-11-13 | map linux ptrace op (number) to it's appropriate name - this is kind of hack, | jdolecek |
| 2000-11-13 | adapt to *syscallnames[] change (it's now const char * const foo[]), | jdolecek |
| 2000-11-13 | constify, remove redundant dumpfile() prototype | jdolecek |
| 2000-11-13 | constify | jdolecek |
| 2000-11-13 | - mdocify | ad |
| 2000-11-10 | Make ldd(1) build again. | mycroft |
| 2000-11-08 | Fix example; problem report and solution by Jim Bernard in PR 10259. | wiz |
| 2000-11-08 | sparc & sparc64 use `long' for ptrdiff_t. | mrg |
| 2000-11-08 | tsort needs an even number of nodes, not of node pairs. | wiz |
| 2000-11-07 | fix up various .Nm abuses: | lukem |
| 2000-11-05 | define HAVE_CURSES_NEWTERM for __linux__ | christos |
| 2000-11-04 | * Support the getopt() "--" option delimiter; addresses PR standards/11230. | kleink |
| 2000-11-02 | Avoid buffer overflow. Inspired by a FreeBSD BUGTRAQ security advisory. | christos |
| 2000-11-01 | change the direct call to crunchide to ${CRUNCHIDE} | garbled |
| 2000-10-30 | While I'm here.. document the rest of the environment variables I found in | garbled |
| 2000-10-30 | Document the MAKE environment variable. | garbled |
| 2000-10-30 | Modify this to obey $MAKE in the environment, instead of allways calling | garbled |
| 2000-10-28 | Hunted down another make -> ${MAKE}.... | garbled |
| 2000-10-28 | Ahh.. missed one.. "make" -> ${MAKE} | garbled |
| 2000-10-28 | more fix to "pfkey printed twice" problem. PR 11323 from ura. | itojun |
| 2000-10-28 | Replace all calls to 'error_message()' with 'krb5_get_err_text()', since | aidan |
| 2000-10-27 | getpwuid() and getpwnam() both support YP maps, insecure and secure. | phil |
| 2000-10-26 | move usr.bin/sort/TEST/stest to regress/usr.bin/sort, add to | jdolecek |
| 2000-10-26 | Change direct calls to "make" to ${MAKE}... sigh.. | garbled |
| 2000-10-24 | Add pmc(1). | thorpej |
| 2000-10-24 | A program for reading performance counters for execution of | thorpej |
| 2000-10-23 | count path MTU changes. | itojun |
| 2000-10-22 | Don't be silly and try to read an strftime() format string from the LC_TIME | kleink |