Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-22 | Also test ed(1) style patches. | Otto Moerbeek | |
ok millert@ | |||
2003-07-22 | A set of regressions for patch(1). Currently it consists of two | Otto Moerbeek | |
cases dealing with invalid line numbers in the patch files. ok millert@ | |||
2003-07-22 | sync | Jason Wright | |
2003-07-22 | vendor safenet and produc safenet safexcel | Jason Wright | |
2003-07-22 | openbsd64 is a 64 BIT (not but) v9 processor; pointed out by millert. | Jason Wright | |
2003-07-22 | now that gcc generates "correct" calls to the quad emulation library and | Jason Wright | |
the libc functions are in place, remove HARD_QUAD from sparc64. (If you actually want it, for some demented reason, look at -mhard-quad-float, void where prohibited). | |||
2003-07-22 | the version of gcc in the tree doesn't generate the correct calling | Jason Wright | |
convention for the _Qp_* functions. Rather than fix it, rely on the fact that it does produce correct calls to the _Q_* functions and provide a shim in libc (already committed) to deal with it. | |||
2003-07-22 | A shell script to run a very large scale diff/patch/cmp regression. | Otto Moerbeek | |
The script recursively walks though a checked out cvs dir and retrieves all revisions from each file. All pairs of these revisions are diffed against each other, and the resulting patches are checked using patch(1) and cmp(1). Based on an idea from deraadt@. ok millert@ deraadt@ | |||
2003-07-22 | just about nothing | Theo de Raadt | |
2003-07-22 | change an instance of the check from != "yes" to == "no" | Brad Smith | |
ok deraadt@ | |||
2003-07-22 | nicer | Theo de Raadt | |
2003-07-22 | POSIX defines allowed commands as {a,c,d,i,s} but patch was only | Todd C. Miller | |
recognizing {a,c,d}. We need to recognize 's' (substitute) for the "dot alone on a line" bug fix in diff(1). | |||
2003-07-22 | More cleanup. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-07-22 | switch to our own diff/diff3 (sdiff goes bye bye) | Theo de Raadt | |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-07-22 | Add missing terminator to long options list. | Todd C. Miller | |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl | |
test+ok henning@ | |||
2003-07-22 | uiomove takes void * now. | Ted Unangst | |
2003-07-22 | Fixed the "dot alone on a line" bug. | Todd C. Miller | |
2003-07-22 | Bring FILES section up to date. | Todd C. Miller | |
2003-07-22 | Implement the -L and -T options from GNU diff. | Todd C. Miller | |
2003-07-22 | void *, not caddr_t. missed in last commit. thanks Marco Peereboom | Ted Unangst | |
2003-07-22 | make it compile again damnit; from slash@peereboom.us | Michael Shalayeff | |
2003-07-22 | Historically, when comparing two directories in -e mode, BSD diff | Todd C. Miller | |
printed a header that turned the output into an actual script that called ed(1) to make the changes. This conflicts with POSIX so the header has been removed and the standard diff header is used instead. | |||
2003-07-22 | Don't print lines consisting solely of a dot ('.') in -e mode since | Todd C. Miller | |
that will confuse ed(1). POSIX says "one way to fix this bug is to output two periods whenever a lone period is needed, then terminate the append command with a period, and then use the substitute command to convert the two periods into one period." This is exactly what I have done. | |||
2003-07-22 | synbc | Theo de Raadt | |
2003-07-22 | Install diff3.ksh with the correct name; noticed by Theo | Todd C. Miller | |
2003-07-21 | namei/lookup/relookpu/NDINIT page from netbsd; will enable w/ some other ↵ | Michael Shalayeff | |
shitz coming soon | |||
2003-07-21 | Historically, the "Only in" messages produced in dir mode | Todd C. Miller | |
were not printed when the output format was -e (ed) since this prevented the output from being used as an ed script. However, POSIX specifies that this message shall always be printed regardless of the output format (this is also what GNU diff does). Also do the same with the "Common subdirectory" message which POSIX lists as optional. | |||
2003-07-21 | Add STANDARDS section | Todd C. Miller | |
2003-07-21 | bug library/3297: lib/libc/net/get{addr,name}info should share mutex | Marco S Hyman | |
'Looks right' deraadt@ | |||
2003-07-21 | Don't print a trailing '/' in foo when printing "Only in foo: bar" | Todd C. Miller | |
2003-07-21 | Fix printing of status when not in -l mode which was broken when the | Todd C. Miller | |
-l support was added. | |||
2003-07-21 | enforce restrictions on prot and flags to mprotect and mmap. invalid or | Ted Unangst | |
undefined flags are now rejected instead of silently ignored. makes "unintentional" mprotect calls a touch harder. ok art@ deraadt@ jason@ | |||
2003-07-21 | sync | Ted Unangst | |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst | |
takes a void *. convert uiomove to take a void * as well. ok deraadt@ | |||
2003-07-21 | KNF | Henning Brauer | |
2003-07-21 | a little KNF | Henning Brauer | |
2003-07-21 | POSIX-compliant output when there are two paths w/ the same name but | Todd C. Miller | |
one is a file and the other is a directory in -r mode (cosmetic). | |||
2003-07-21 | updated license | Todd C. Miller | |
2003-07-21 | Need ftw.h for ftw(3) and nftw(3) | Todd C. Miller | |
2003-07-21 | duh | Michael Shalayeff | |
2003-07-21 | Back out invalid line number fix. It core dumps in some cases. Problem found by | Otto Moerbeek | |
marc@. ok henning@ | |||
2003-07-21 | knote/KNOTE from netbsd | Michael Shalayeff | |
2003-07-21 | Remove bogus static; from Hiroki Sato | Todd C. Miller | |
2003-07-21 | minor number bump due to added functions | Todd C. Miller | |
2003-07-21 | build ftw and nftw | Todd C. Miller | |
2003-07-21 | Compile llabs.c | Todd C. Miller | |
2003-07-21 | llabs(3) for C99 | Todd C. Miller | |