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