summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1997-01-31stop crash from walking off end of malloc'd page. i hunted this bug beforeTheo de Raadt
1997-01-31need string.hTheo de Raadt
1997-01-30the blokes did not get there till 10 years laterTheo de Raadt
1997-01-30fix IOR/IOW/IOWR; cgd@netbsd.orgTheo de Raadt
1997-01-29Have file recognize PowerPC elf objects. Works for MSB objects currently.Dale S. Rahn
1997-01-29Break out of infinite loop ftp://home.host/som/path mode if hostTodd C. Miller
1997-01-29only print passive toggle info is verbose set (like other commands)Todd C. Miller
1997-01-29calculate string length in format() more efficientlykstailey
1997-01-28getcwd() not getwd()Todd C. Miller
1997-01-28for total use -t; tsarna@endicor.comTheo de Raadt
1997-01-27securitydm
1997-01-27Added a WARNING about not using it to detect back doors.bitblt
1997-01-27Set MACHINE_ARCH only if it's not already in the environment. Updatebriggs
1997-01-27No more static buffers. We can operate on any sized files now.Todd C. Miller
1997-01-27fix typoTodd C. Miller
1997-01-26Dynamic buffering to handle arbitrary line length and center option from FreeBSDTodd C. Miller
1997-01-26for implied stdin, do not corrupt argv[0]Theo de Raadt
1997-01-25Attempt to give the entire passed address to getnetbyaddr() before startingThorsten Lockert
1997-01-25split cd() into two pieces, whoever was here last did a bad jobTheo de Raadt
1997-01-25do not change PATHTheo de Raadt
1997-01-25Use ${CC:-cc} instead of ccNiklas Hallqvist
1997-01-25do not use PATH, s/gcc/cc/, mouse@Rodents.Montreal.QC.CA netbsd pr#3138Theo de Raadt
1997-01-25reapplied 1.2 -> 1.3 changes to run.c plus many fixeskstailey
1997-01-25back out 1.2 again for testingkstailey
1997-01-24reapplied 1.2 -> 1.3 changes to run.c that got squashedkstailey
1997-01-24Basically stock AT&T resarch awk until the awk vs. flex problemsTodd C. Miller
1997-01-23nice exit code; mikelTheo de Raadt
1997-01-23Use ${INSTALL}. Also make all $(foo) be ${foo}.Niklas Hallqvist
1997-01-23Accept ${NM} as an override for nm(1), useful for cross-dev.Niklas Hallqvist
1997-01-22Fix some err(3) usage and usage string.Todd C. Miller
1997-01-22Fix off-by-one differently--add an extra byte to buffer (ick).Todd C. Miller
1997-01-22Off by one error. Fixes a core dump.Todd C. Miller
1997-01-21back out 1.4; I should know better than to do this after a big mealkstailey
1997-01-21optimization: kill two calls to strlen() in format()kstailey
1997-01-21the locate code assumes that char max is 127 (char == signed char)Dale S. Rahn
1997-01-21from the FIXES file:kstailey
1997-01-21Install BSD sort(1) not GNU one. Can always change back if necesary.Todd C. Miller
1997-01-20Latest research awk from June 29, 1996Todd C. Miller
1997-01-20sort(1) test suiteTodd C. Miller
1997-01-20sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.Todd C. Miller
1997-01-19Minor cleanups to make gcc -Wall happier.Todd C. Miller
1997-01-17rindex -> strrchrTodd C. Miller
1997-01-17note about Vanya GrozniyMichael Shalayeff
1997-01-17more r?index -> strr?chrTodd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-16disambiguate somewhatkstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-15Clarification. From NetBSD.Todd C. Miller
1997-01-14hack: if we're M68K, also allow us to strip M68K4K. Works for me.Jason Downs
1997-01-14Use <fcntl.h>, not <sys/file.h>. Approved by Bob Corbett.Thorsten Lockert