Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-19 | check alloca; pointed out by nimadeus@pandora.be | Theo de Raadt | |
2003-10-19 | Fix optimized select handling buglet. Patch from tholo@ | Marco S Hyman | |
2003-10-19 | fix installation of DEBUGLIBS libcurses symlink. | Brad Smith | |
-- From: tholo@ | |||
2003-10-19 | Use defines instead of magic constants for more IPL_ stuff, also sort | Dale Rahn | |
the IPL_ values by priority, not somewhat random values. No unmodified code relied on the order of these defines. | |||
2003-10-19 | KNF | Alexander Yurchenko | |
2003-10-19 | Put 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-19 | out of bounds. report by david@. ok espie@ | Ted Unangst | |
2003-10-19 | Regressions for 'for' statement with empty E's. | Otto Moerbeek | |
2003-10-19 | Allow the expressions in for (E ; E ; E ) to be empty. | Otto Moerbeek | |
2003-10-19 | typo from Jared Yanovich; | Jason McIntyre | |
2003-10-19 | plist's has/get methods for accessing elements: perl ->{} has quirks | Marc Espie | |
that make it unusable for looking up constants correctly. | |||
2003-10-19 | pkgpath is . by default. | Marc Espie | |
2003-10-19 | Add is_stem/find_stem | Marc Espie | |
2003-10-19 | Add is_stem, findstem and use them in pkg_info. | Marc Espie | |
2003-10-19 | Let @cwd followed by no files work (for @extra), like the old tools. | Marc Espie | |
ok pval | |||
2003-10-19 | Reorder descriptions of operators alphabetically. | Otto Moerbeek | |
ok jmc@ | |||
2003-10-19 | Add manpages, with a few minor changes from old ones. | Marc Espie | |
ok pval | |||
2003-10-19 | ISC BIND version 9.3.0. ok deraadt@ | Jakob Schlyter | |
2003-10-19 | add support for SSHFP resource records | Jakob Schlyter | |
2003-10-19 | Document modern assignment ops +=, -=, ... instead of the old =+, =-, ..., | Otto Moerbeek | |
which were already smelling funny for a long time. | |||
2003-10-19 | I 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-19 | Simplify pmap DEBUG test constructs. | Miod Vallat | |
2003-10-19 | new targets clean and cleandir | Nikolay Sturm | |
espie@ ok | |||
2003-10-19 | Don'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-19 | sync | Alexander Yurchenko | |
2003-10-19 | New VIA PCI-AGP bridge found in dmesg from henning@ | Alexander Yurchenko | |
ok deraadt@ | |||
2003-10-19 | Add 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-19 | Remove commented out debug line committed by mistake. | Ryan Thomas McBride | |
2003-10-19 | sync FreeBSD RCS id | Brad Smith | |
2003-10-19 | more typos | David Krause | |
2003-10-19 | typos from Steve Andre <andres@msu.edu> | David Krause | |
2003-10-18 | sync with usage(); | Jason McIntyre | |
2003-10-18 | new sentence, new line; | Jason McIntyre | |
2003-10-18 | - new sentence, new line | Jason McIntyre | |
- spelling | |||
2003-10-18 | err(1, "cannot allocate mem") -> err(1, NULL) | Otto Moerbeek | |
2003-10-18 | err(1, "out of mem") -> err(1, NULL) | Otto Moerbeek | |
2003-10-18 | #ifdef debug code | Otto Moerbeek | |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-18 | Regressions for continue. | Otto Moerbeek | |
2003-10-18 | o 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-18 | Regression test for J and M. | Otto Moerbeek | |
2003-10-18 | Describe new J and M operators. Also some small cleanup. | Otto Moerbeek | |
2003-10-18 | o Implement new J (jump) and M (mark) operators. The J operator | Otto 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-18 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-18 | typos in comments; | Jason McIntyre | |
from Jared Yanovich | |||
2003-10-18 | tweaks; | Jason McIntyre | |
ok mcbride@ | |||
2003-10-18 | ANSI/KNF now that conflict has been resolved. | Dale Rahn | |
2003-10-18 | quote a macro's args to make it expand correctly; | Jason McIntyre | |
2003-10-18 | CARP documentation cleanups, mostly from jmc@ | Ryan Thomas McBride | |
2003-10-17 | vndunit() wasn't quite right after last change, limiting vnds to 16. | Ted Unangst | |
apply fix from tom cosgrove to get the full range. |