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