Age | Commit message (Expand) | Author |
2003-12-02 | Fix a max recursion off-by-one. | Otto Moerbeek |
2003-12-02 | improvments from andreas@: | Markus Friedl |
2003-12-02 | Test long var names. | Otto Moerbeek |
2003-12-02 | Describe long variable names, a non-portable extension. | Otto Moerbeek |
2003-12-02 | o Introduce long variable names, a non-portable extension. | Otto Moerbeek |
2003-12-02 | typo from Daniel Cavanagh; | Jason McIntyre |
2003-12-02 | add kq support from wayne@epipe.com.au and cmaxwell@themanor.net (now that re... | Michael Shalayeff |
2003-12-02 | tun(4) select+kq tests from Christopher Maxwell <cmaxwell@themanor.net> w/ li... | Michael Shalayeff |
2003-12-02 | Count from now, not from the epoch, to arm alarm. | Thomas Nordin |
2003-12-02 | do not deref null ptr in uvm_markbad() returned from swapdrum_getsdp() as oth... | Michael Shalayeff |
2003-12-02 | Nothing in vprintf.c is actually used so don't bother compiling it. | Todd C. Miller |
2003-12-02 | Check array index before using it; from Tim Robbins via Niels. | Todd C. Miller |
2003-12-01 | when allocating kpdes -- allocate no less than four | Michael Shalayeff |
2003-12-01 | same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.de | Michael Shalayeff |
2003-12-01 | Truncate the source string before copying during variable substitution | Todd C. Miller |
2003-12-01 | Direct mail for most fake users to /dev/null since they should not | Todd C. Miller |
2003-12-01 | Use ${INSTALL} instead of install; from art's amd64 tree. | Alexander Yurchenko |
2003-12-01 | Format string fixes from art's amd64 tree. | Alexander Yurchenko |
2003-12-01 | Add x86_64-unknown-openbsd* target. Tested only as a cross-compiler. | Alexander Yurchenko |
2003-12-01 | Test extended registers. | Otto Moerbeek |
2003-12-01 | Allow for more registers using a 2 byte index. This feature is | Otto Moerbeek |
2003-12-01 | Allow for more registers using a 2 byte index. This feature is | Otto Moerbeek |
2003-12-01 | -Wall cleanup: trim unused vars, right format strings, constify rcsids, | Anil Madhavapeddy |
2003-11-30 | Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@ | Todd C. Miller |
2003-11-30 | - .Sh WARNINGS -> standard .Sh CAVEATS | Jason McIntyre |
2003-11-30 | - document LESSKEY_SYSTEM and /etc/sysless | Jason McIntyre |
2003-11-29 | typos from Michael Coulter; | Jason McIntyre |
2003-11-29 | ditch duplicate code, thx. | Marc Espie |
2003-11-29 | save the previous undo position as an offset in the buffer instead of | Vincent Labrecque |
2003-11-29 | generate info files in the right location. | Marc Espie |
2003-11-29 | regen files in obj/ | Marc Espie |
2003-11-29 | Don't bother trying to install stuff that doesn't exist. | Marc Espie |
2003-11-29 | regen manpages in obj/ | Marc Espie |
2003-11-29 | regenerate source for manpages in depend stage so MAN= doesn't fall over. | Marc Espie |
2003-11-29 | re-add java parser. It's a re-entrant parser, so yacc doesn't compete so | Marc Espie |
2003-11-29 | OpenBSD build engine. | Marc Espie |
2003-11-29 | Rebuild of parser in obj directory. | Marc Espie |
2003-11-29 | Add OpenBSD specific features: | Marc Espie |
2003-11-29 | disable gmake's parallel build checks, and allow libgcc to build correctly | Marc Espie |
2003-11-29 | Berkeley yacc is allowed to use unpoisoned malloc. | Marc Espie |
2003-11-29 | regen files in the obj/ directory. | Marc Espie |
2003-11-29 | grab libiberty from other location | Marc Espie |
2003-11-29 | Supplementary test for java iconv stuff. | Marc Espie |
2003-11-29 | Add OpenBSD specific configurations. | Marc Espie |
2003-11-29 | also import this dir. | Marc Espie |
2003-11-29 | resurrect dead files | Marc Espie |
2003-11-29 | Import gcc-3.3.2. Only the compiler. ada frontend removed for space | Marc Espie |
2003-11-29 | allow ':' (range including boundaries) to be used whereever '><' (range | Daniel Hartmeier |
2003-11-28 | remove "or uninstrumented" from "unknown or uninstrumented protocol"; | Jason McIntyre |
2003-11-28 | - some fixes from PR 1446 | Jason McIntyre |