Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-07-22 | Allow user to override default version of patch used; otto@ OK | 1 | -5/+6 | ||
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | 12 | -13/+53 | ||
ok deraadt@ | |||||
2003-07-22 | Also test ed(1) style patches. | 3 | -5/+38 | ||
ok millert@ | |||||
2003-07-22 | A set of regressions for patch(1). Currently it consists of two | 7 | -0/+1032 | ||
cases dealing with invalid line numbers in the patch files. ok millert@ | |||||
2003-07-22 | sync | 2 | -2/+14 | ||
2003-07-22 | vendor safenet and produc safenet safexcel | 1 | -1/+5 | ||
2003-07-22 | openbsd64 is a 64 BIT (not but) v9 processor; pointed out by millert. | 1 | -1/+1 | ||
2003-07-22 | now that gcc generates "correct" calls to the quad emulation library and | 1 | -2/+1 | ||
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 | 1 | -20/+20 | ||
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. |