summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1997-07-12We will need these flags soon enough...Tobias Weingartner
1997-07-10NULLkstailey
1997-07-09\n after clnt_sperrno()Theo de Raadt
1997-07-09new formatTheo de Raadt
1997-07-08- replace some strn?cpy/strn?cat pairs w/ snprintfTodd C. Miller
- strcpy() -> strncpy()
1997-07-08Fixed remotely triggerable buffer overflow.bitblt
1997-07-08one tiny changeMichael Shalayeff
1997-07-08err()/warn()Jason Downs
1997-07-08restore compress to terminalMichael Shalayeff
fix faild outfile unlink
1997-07-08-Wall happinessTodd C. Miller
Clean up some 64bit issues and remove bogus/unnecesary casts.
1997-07-08Note about email and notifications.Jason Downs
1997-07-07Updated, mandoc, manual.Jason Downs
1997-07-07Add rudimentary logfile monitoring capabilities; enable by placing an 'M'Jason Downs
in the flags field, followed by the username to be notified in an additional (optional, based on the presence of 'M' in flags) field. Man page to follow...
1997-07-07do not install a man page that noone can find the code forTheo de Raadt
1997-07-06fix error handlingMichael Shalayeff
1997-07-06correct program name decodingMichael Shalayeff
1997-07-06don't overwrite the gzip for nowMichael Shalayeff
1997-07-06remove -gMichael Shalayeff
1997-07-06do gzipMichael Shalayeff
1997-07-06Fix output format for machines up/down > 99 days.Todd C. Miller
From Janjaap van Velthooven <janjaap@stack.nl>
1997-07-05WallTheo de Raadt
1997-07-04Base PLEN on the value of LONG_BIT instead of assuming basedTodd C. Miller
on MAX size of long and int.
1997-07-01typosNiels Provos
1997-07-01Change default behavior to print newline after contents of symlink.kstailey
Add "-n" flag to get old behavior.
1997-07-01Updated (troff macros) manpage from FreeBSD-current. No other sourcegrr
changes, our's actually looks newer/cleaner...
1997-06-30Some -Wall cleanliness.Todd C. Miller
1997-06-30Fix printf format when listing inode number and #blocks toTodd C. Miller
unsigned and quad respectively to correspond to actual types. Half from NetBSD (jtc).
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
meant to be file offsets for fseek(3). However, those values could never be > an int anyay so it is not a problem.
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
some things based on sizeof(long).
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