summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1997-07-04Base PLEN on the value of LONG_BIT instead of assuming basedTodd C. Miller
1997-07-01typosNiels Provos
1997-07-01Change default behavior to print newline after contents of symlink.kstailey
1997-07-01Updated (troff macros) manpage from FreeBSD-current. No other sourcegrr
1997-06-30Some -Wall cleanliness.Todd C. Miller
1997-06-30Fix printf format when listing inode number and #blocks toTodd C. Miller
1997-06-30bug fix; charnierTheo de Raadt
1997-06-30repair usage; charnier@freebsdTheo de Raadt
1997-06-30-f and -t are supported...Theo de Raadt
1997-06-30fix time_t vs long issuesTheo de Raadt
1997-06-30time_t is not long; not even in a commentTheo de Raadt
1997-06-30clarify why the long typecast is thereTheo de Raadt
1997-06-30Wall, and seperate uid and gid typesTheo de Raadt
1997-06-3064bit fixes. Some of these are a bit bogus as there were "long"sTodd C. Miller
1997-06-30Fix an unaligned access on alpha.Todd C. Miller
1997-06-30Make "netstat -ia" line up nicely.Todd C. Miller
1997-06-29Use correct spacing on both 32bit and 64bit machines.Todd C. Miller
1997-06-29Make fields line up nicely for 64-bit addresses. Should probably #ifTodd C. Miller
1997-06-29Mostly clean -Wall + 64bit issues.Todd C. Miller
1997-06-29don't include <err.h>kstailey
1997-06-29more p's in fprintfkstailey
1997-06-29cannot use errx for usageTheo de Raadt
1997-06-29new location of des.hNiels Provos
1997-06-29leave out some fields for ipsp not any longer used in new encapNiels Provos
1997-06-28last of the setlocale() vs locale.h oops's, I hopegrr
1997-06-28RTFMgrr
1997-06-27setlocale; kleinkTheo de Raadt
1997-06-27fix up KRBTKFILE confusion; dm@ and traister@gate.netTheo de Raadt
1997-06-26typos; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-06-25show statistics about new timers/countersNiels Provos
1997-06-2464bit fixes similar to some in sbin/route/route.cTodd C. Miller
1997-06-24Add #includes for string.h and stdlib.hdgregor
1997-06-24Add #include for string.h to get declaration for strrchr()dgregor
1997-06-24Add #include for string.h to get declaration for memcpydgregor
1997-06-24*** empty log message ***dgregor
1997-06-24Add '#include <stdlib.h>' for malloc()dgregor
1997-06-24(long *)0 -> NULLdgregor
1997-06-23Cleanup by Theo and myself. CMDLINE changed to long to makeTodd C. Miller
1997-06-23respect NOMAN during installkstailey
1997-06-23Move prototypes into dkstats.h so systat can get at them.Todd C. Miller
1997-06-23fix "stuff"; problems from uenami@imasy.or.jpTheo de Raadt
1997-06-23One more slight change.Jason Downs
1997-06-23long != intTheo de Raadt
1997-06-23sigblock mask is int, not longTheo de Raadt
1997-06-23sigblock mask is int, not longTheo de Raadt
1997-06-23long != int errorTheo de Raadt
1997-06-22Convert the find(1) examples to mandoc.Jason Downs
1997-06-22Slightly cleaner.Jason Downs
1997-06-22%u for uidTheo de Raadt
1997-06-22respect NOMAN!kstailey