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