summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-19check alloca; pointed out by nimadeus@pandora.beTheo de Raadt
2003-10-19Fix optimized select handling buglet. Patch from tholo@Marco S Hyman
2003-10-19fix installation of DEBUGLIBS libcurses symlink.Brad Smith
-- From: tholo@
2003-10-19Use defines instead of magic constants for more IPL_ stuff, also sortDale Rahn
the IPL_ values by priority, not somewhat random values. No unmodified code relied on the order of these defines.
2003-10-19KNFAlexander Yurchenko
2003-10-19Put fix from NetBSD:Alexander Yurchenko
Enable auvia_reset_codec's code and wait until the card is available. Fixes 'invalid codec' problems (at least with AD1980). ok mickey@
2003-10-19out of bounds. report by david@. ok espie@Ted Unangst
2003-10-19Regressions for 'for' statement with empty E's.Otto Moerbeek
2003-10-19Allow the expressions in for (E ; E ; E ) to be empty.Otto Moerbeek
2003-10-19typo from Jared Yanovich;Jason McIntyre
2003-10-19plist's has/get methods for accessing elements: perl ->{} has quirksMarc Espie
that make it unusable for looking up constants correctly.
2003-10-19pkgpath is . by default.Marc Espie
2003-10-19Add is_stem/find_stemMarc Espie
2003-10-19Add is_stem, findstem and use them in pkg_info.Marc Espie
2003-10-19Let @cwd followed by no files work (for @extra), like the old tools.Marc Espie
ok pval
2003-10-19Reorder descriptions of operators alphabetically.Otto Moerbeek
ok jmc@
2003-10-19Add manpages, with a few minor changes from old ones.Marc Espie
ok pval
2003-10-19ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2003-10-19add support for SSHFP resource recordsJakob Schlyter
2003-10-19Document modern assignment ops +=, -=, ... instead of the old =+, =-, ...,Otto Moerbeek
which were already smelling funny for a long time.
2003-10-19I committed the wrong diff which would remove all files in pkg_add/Nikolay Sturm
in case $USER forgot make obj before make cleandir, this fixes it espie@ ok
2003-10-19Simplify pmap DEBUG test constructs.Miod Vallat
2003-10-19new targets clean and cleandirNikolay Sturm
espie@ ok
2003-10-19Don't check for valid nio since pnp is not used; similar to lm(4).Alexander Yurchenko
This makes it(4) work on recent ASUS boards. Tested by me and henning@.
2003-10-19syncAlexander Yurchenko
2003-10-19New VIA PCI-AGP bridge found in dmesg from henning@Alexander Yurchenko
ok deraadt@
2003-10-19Add missing "#ifdef ALTQ"'s in the ioctl transacions code.Ryan Thomas McBride
Allows non-ALTQ kernel compile. Pointed out by tedu@ ok itojun@, "works here" tedu@
2003-10-19Remove commented out debug line committed by mistake.Ryan Thomas McBride
2003-10-19sync FreeBSD RCS idBrad Smith
2003-10-19more typosDavid Krause
2003-10-19typos from Steve Andre <andres@msu.edu>David Krause
2003-10-18sync with usage();Jason McIntyre
2003-10-18new sentence, new line;Jason McIntyre
2003-10-18- new sentence, new lineJason McIntyre
- spelling
2003-10-18err(1, "cannot allocate mem") -> err(1, NULL)Otto Moerbeek
2003-10-18err(1, "out of mem") -> err(1, NULL)Otto Moerbeek
2003-10-18#ifdef debug codeOtto Moerbeek
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-10-18Regressions for continue.Otto Moerbeek
2003-10-18o Fix assignment operators (+=, -=, ... )Otto Moerbeek
o Implement "continue" in loops. If continue is not used, generated code is still "classic" dc(1) compatible. If continue is used, you'll need a dc(1) that implements the J and M operators.
2003-10-18Regression test for J and M.Otto Moerbeek
2003-10-18Describe new J and M operators. Also some small cleanup.Otto Moerbeek
2003-10-18o Implement new J (jump) and M (mark) operators. The J operatorOtto Moerbeek
pops n recursion levels and then skips to the first occurence of the M operator. These operators are used to implement the "continue" statement in bc(1). o Ifdef debug code.
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-10-18typos in comments;Jason McIntyre
from Jared Yanovich
2003-10-18tweaks;Jason McIntyre
ok mcbride@
2003-10-18ANSI/KNF now that conflict has been resolved.Dale Rahn
2003-10-18quote a macro's args to make it expand correctly;Jason McIntyre
2003-10-18CARP documentation cleanups, mostly from jmc@Ryan Thomas McBride
2003-10-17vndunit() wasn't quite right after last change, limiting vnds to 16.Ted Unangst
apply fix from tom cosgrove to get the full range.