summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-07-22just about nothingTheo de Raadt
2003-07-22change an instance of the check from != "yes" to == "no"Brad Smith
2003-07-22nicerTheo de Raadt
2003-07-22POSIX defines allowed commands as {a,c,d,i,s} but patch was onlyTodd C. Miller
2003-07-22More cleanup.Otto Moerbeek
2003-07-22switch to our own diff/diff3 (sdiff goes bye bye)Theo de Raadt
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
2003-07-22Add missing terminator to long options list.Todd C. Miller
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2003-07-22uiomove takes void * now.Ted Unangst
2003-07-22Fixed the "dot alone on a line" bug.Todd C. Miller
2003-07-22Bring FILES section up to date.Todd C. Miller
2003-07-22Implement the -L and -T options from GNU diff.Todd C. Miller
2003-07-22void *, not caddr_t. missed in last commit. thanks Marco PeereboomTed Unangst
2003-07-22make it compile again damnit; from slash@peereboom.usMichael Shalayeff
2003-07-22Historically, when comparing two directories in -e mode, BSD diffTodd C. Miller
2003-07-22Don't print lines consisting solely of a dot ('.') in -e mode sinceTodd C. Miller
2003-07-22synbcTheo de Raadt
2003-07-22Install diff3.ksh with the correct name; noticed by TheoTodd C. Miller
2003-07-21namei/lookup/relookpu/NDINIT page from netbsd; will enable w/ some other shit...Michael Shalayeff
2003-07-21Historically, the "Only in" messages produced in dir modeTodd C. Miller
2003-07-21Add STANDARDS sectionTodd C. Miller
2003-07-21bug library/3297: lib/libc/net/get{addr,name}info should share mutexMarco S Hyman
2003-07-21Don't print a trailing '/' in foo when printing "Only in foo: bar"Todd C. Miller
2003-07-21Fix printing of status when not in -l mode which was broken when theTodd C. Miller
2003-07-21enforce restrictions on prot and flags to mprotect and mmap. invalid orTed Unangst
2003-07-21syncTed Unangst
2003-07-21remove caddr_t casts. it's just silly to cast something when the functionTed Unangst
2003-07-21KNFHenning Brauer
2003-07-21a little KNFHenning Brauer
2003-07-21POSIX-compliant output when there are two paths w/ the same name butTodd C. Miller
2003-07-21updated licenseTodd C. Miller
2003-07-21Need ftw.h for ftw(3) and nftw(3)Todd C. Miller
2003-07-21duhMichael Shalayeff
2003-07-21Back out invalid line number fix. It core dumps in some cases. Problem found byOtto Moerbeek
2003-07-21knote/KNOTE from netbsdMichael Shalayeff
2003-07-21Remove bogus static; from Hiroki SatoTodd C. Miller
2003-07-21minor number bump due to added functionsTodd C. Miller
2003-07-21build ftw and nftwTodd C. Miller
2003-07-21Compile llabs.cTodd C. Miller
2003-07-21llabs(3) for C99Todd C. Miller
2003-07-21ftw(3) and nftw(3) for XPG compliance; emulated via fts(3)Todd C. Miller
2003-07-21Two new regressions. t12 fails currently.Otto Moerbeek
2003-07-21gotta prune your objdir after makefile changes...; cleandir was not brokenMichael Shalayeff
2003-07-21no, you broke cleandirTheo de Raadt
2003-07-21do not symlink .x file -- build right out of include dir and only link .h; de...Michael Shalayeff
2003-07-21use __prognameMichael Shalayeff
2003-07-21protosTheo de Raadt
2003-07-21use more defines; andrushock@korovino.netTheo de Raadt
2003-07-21enable the libc portions of the quad float stuff (nothing will call thisJason Wright