summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1999-08-02add support for ntfsjdolecek
1999-08-02Add 'inet.' prefix to 'tcp', 'ip', 'tcpsyn' and 'icmp' displays.ad
1999-08-02Save the walls, use fly swatters instead of machine guns!hubertf
1999-08-02Detect invalid arguments to -j and -L by using sscanf() instead of atoi().hubertf
1999-08-02Serious fix for the silly and flippant PR7875 which preserves thesommerfeld
1999-08-02Fix from PR7655: translation of keyboard command in systat is Wrong.sommerfeld
1999-08-01Rearrange the shared library search path precedences to LD_LIBRARY_PATH >kleink
1999-08-01fix problem with www authentication: len passed to snprintf() forlukem
1999-08-01Add `-U' flag (for "unprivileged"). Currently just skips thesommerfeld
1999-07-31Document kernel behaviour: flags on block and character devices cannotchristos
1999-07-30Formatting nits.ad
1999-07-30Change behaviour from running the command as the parent and ktrace/ktruss asdarrenr
1999-07-30s/uname -p/uname -m/ of course. Noted by Simon Burge.hubertf
1999-07-30do not include netinet/in6_systm.h, which has been empty for a while.itojun
1999-07-30Use exec.mycroft
1999-07-30Shell script implementation of "machine" by me.hubertf
1999-07-30Make this compile again in an ELF world.mycroft
1999-07-30If printing of a host's time is requested via the -d switch, condensehubertf
1999-07-29sprite.h is private to make, so #include it with "sprite.h",hubertf
1999-07-29call clearerr for the right file pointer.enami
1999-07-28fix an error where we attempt to bcopy to a long's value rather than addressdarrenr
1999-07-28Add -N option (numeric host address) - idea taken from FreeBSD.abs
1999-07-28- remove duplicated setting for LDSTATIC in ktruss/Makefile.enami
1999-07-26declare EXITSTRINGchristos
1999-07-26Eliminate illegal cast from function pointer (sig_t) to object pointer (void *).itohy
1999-07-23fix SDEAD problems.christos
1999-07-23According to the previous commit the new process state should be SDEAD andveego
1999-07-23According to the previous commit the new process state should be SDEAD andveego
1999-07-23Fix memory-related problems.itohy
1999-07-23Fix fowllowing problems:itohy
1999-07-22Update for SDEAD.thorpej
1999-07-22Try $TMPDIR first, then fall back to _PATH_TMP.kleink
1999-07-22A caught signal is blocked in the handler anditohy
1999-07-21Rather than hardcoding _PATH_TMP (and relying on const string concatenation),kleink
1999-07-21fix handling of port number preceded by minus sign to restore documented beha...jtk
1999-07-21avoid repeated error messages by making bytes(), lines() and rlines() returncgd
1999-07-20cleanup EPSV return code checking part.itojun
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-20Mention -iregex and -regex primaries being non-standard extensions.kleink
1999-07-20add -regex and -iregex primaries which, like GNU find's primaries of thecgd
1999-07-17avoid false warnings on 22x reply code checks. previous code was too picky.itojun
1999-07-17How did this bug survive for so long? 'who am i' was busted becausechristos
1999-07-16- cdplay(1) first appeared in 1.5.ad
1999-07-16Fix extreme brokeness with job control that appeared when we set USE_PGRP.christos
1999-07-14Make these files use bsd.hostprog.mk so you can cross-compile tn3270!wrstuden
1999-07-14clarify socket-connect trial loop. fix freeaddrinfo().itojun
1999-07-13implement more fallback case for EPSV. BSDI ftpd is very brokenitojun
1999-07-13If not specified on the command line, attempt to fall back to the environmentkleink
1999-07-12Use bsd.crypto.mk.thorpej