summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-06somehow PTDsize got lost from the pae diff; found by kettenis@Michael Shalayeff
2006-05-06lint can't do assembly files, put them directly in OBJS.Marc Espie
2006-05-06do not bother defining End if !CLEANUP, reminded by lint.Marc Espie
2006-05-06Add $OpenBSD$ in comment here tooDarren Tucker
2006-05-06fix the untested comment.Brad Smith
2006-05-06- Add vge(4), lge(4), hme(4), mtd(4), luphy(4) and ciphy(4)Brad Smith
2006-05-06Xr xmphyBrad Smith
2006-05-06restore ALTQ support which was lost with rev 1.87Brad Smith
2006-05-06add ciss(4) to the untested section, 530[24]'s exist with Alpha specificBrad Smith
2006-05-05Oops, correct import this time.Miod Vallat
2006-05-05delint; ok millert@ ray@Otto Moerbeek
2006-05-05delint; ok millert@ beck@Otto Moerbeek
2006-05-05test pointer castsOtto Moerbeek
2006-05-05Do not warn when casting a pointer to [unsigned] char *;Otto Moerbeek
2006-05-05sigh, build on non gcc3 systems.Dale Rahn
2006-05-05- fix rcsdiff exit status on success/errors; now matches gnu/usr.bin/rcs.Xavier Santolaria
2006-05-05Convert do {} while loop -> while {} for clarity. No binary changeTodd C. Miller
2006-05-05- no need to escape theseJason McIntyre
2006-05-05Prebind should not force lazy binding to be turned off during dlopen()Dale Rahn
2006-05-05various fixes up; some from michael knudsen, some from myselfJason McIntyre
2006-05-05correct correct rfc referenceDamien Miller
2006-05-05SEGVs have been fixed, so include proper expected outputOtto Moerbeek
2006-05-05Fix SEGV on prototypes containing functions; from NetBSD rev 1.18;Otto Moerbeek
2006-05-05Fix SEGV on scalar initialization with braces; also found in NetBSDOtto Moerbeek
2006-05-05Ignore binaries which are not OpenBSD binaries (.note section), some cleanupDale Rahn
2006-05-05Make certain that it doesn't try to load prelink info once the primary linkDale Rahn
2006-05-05Add -o <output> mode in addition to strip in place, '-' is stdout.Dale Rahn
2006-05-05o GNU ci returns 0 when a file is reverted (co -l file; ci file).Ray Lai
2006-05-05Output to a different filename so the tests work without an obj/Ray Lai
2006-05-05correct rfc referenceDamien Miller
2006-05-04Work around a problem on sparc32 (for now), some debug cleanup.Dale Rahn
2006-05-04Install binutils objdump on a.out cross-tools; ok grange@Miod Vallat
2006-05-04Allow USING_NEW_BINUTILS to be overriden by whatever invokes make here.Miod Vallat
2006-05-04scaled version of ld.d and st.d is obviously not a 64 bit transaction,Miod Vallat
2006-05-04Even better control register name display logic.Miod Vallat
2006-05-04Document the 88110 extended (80-bit) floating point format.Miod Vallat
2006-05-04eneble -> enableMiod Vallat
2006-05-04Now that .S files have proper dependencies, do not hardcode dependenciesMiod Vallat
2006-05-04When copying a prog reference from a lib do not put it in the common tableDale Rahn
2006-05-04Add missing copyright on header file, OpenBSD -> .Ox in manpages, thanks Dries.Dale Rahn
2006-05-04free resources on close; found by Alexandre Ratchov <alex@caoua.org>Michael Shalayeff
2006-05-04Avoid a couple of potential crashes if the input data isn't right. ok beck@Dale Rahn
2006-05-04tighter DH exponent checks here too; feedback and ok markus@Damien Miller
2006-05-04check for degenerate Diffie-Hellman public exponents;Damien Miller
2006-05-04fix interrupt out transfersJolan Luff
2006-05-04backport checks for degenerate Diffie-Hellman public exponents fromDamien Miller
2006-05-04- document -iJason McIntyre
2006-05-04more clues for people who update their system.Marc Espie
2006-05-04finish work wrt TMPDIR; use xasprintf() to simplify code while in there;Xavier Santolaria
2006-05-04Use queue(3) macros instead of custom queue.Ray Lai