Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride | |
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@ | |||
2003-10-17 | typos in comments; from Jared Yanovich <jjy2+ at pitt dot edu> | Henning Brauer | |
2003-10-17 | comment spelling from Jared Yanovich <jjy2+@pitt.edu>. | Ted Unangst | |
2003-10-17 | use u_int32_t instead of unsigned long, a 32-bit quantity is needed. | Daniel Hartmeier | |
ok deraadt@ | |||
2003-10-17 | Be sure i_ffs_gen is always positive. | Mike Pechkin | |
millert@, beck@, tedu@, deraadt@ ok | |||
2003-10-17 | double `the the'; | Jason McIntyre | |
2003-10-17 | slight update for finger; sort options | Jason McIntyre | |
2003-10-17 | slight update for fingerd; sort options; | Jason McIntyre | |
2003-10-17 | some airports from NetBSD; | Jason McIntyre | |
2003-10-17 | typo; | Jason McIntyre | |
2003-10-17 | slight options reorder; from NetBSD | Jason McIntyre | |
2003-10-17 | mention some defaults; noticed by John L. Scarfone | Jason McIntyre | |
ok tedu@ | |||
2003-10-17 | Xr dev_mkdb(8); from Tyler R. Retzlaff (NetBSD PR 23168); | Jason McIntyre | |
ok deraadt@ | |||
2003-10-17 | add some Xr's from POSIX specs; started by a diff from Matthew Mondor | Jason McIntyre | |
ok deraadt@ | |||
2003-10-17 | Old CMD chips don't have independant channels; from NetBSD. | Alexander Yurchenko | |
Work by niklas@ but he don't want to commit it and it causes conflicts. | |||
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko | |
- do not stop/unload current DMA operation if an IRQ was not detected by DMA engine unless the force flag was given, fixes DMA problems in shared IRQ setups; - ack interrupt before entering DMA codepath Tested by many. Work by niklas@ but he doesn't want to commit it for some reason. | |||
2003-10-16 | Better DEBUG output. | Miod Vallat | |
2003-10-16 | Buffers are not strings so use memcpy(), not strlcpy() to copy them. | Todd C. Miller | |
Found by danh@ with JG malloc options. I've also added some further bounds checks in the name of paranoia. Tested by danh and others. | |||
2003-10-16 | Optimize conversion of fd_set -> pollfd. OK and test by marc@ | Todd C. Miller | |
2003-10-16 | Registers definitions for ICH5/ICH5R SATA | Alexander Yurchenko | |
2003-10-16 | New flag to mark SATA drives | Alexander Yurchenko | |
2003-10-16 | Check for signals in local svc_run before doing anything else. Fixes | Todd C. Miller | |
the bug where signals would not be handled until the next mount request. | |||
2003-10-16 | spaces/tabs cleanup | Alexander Yurchenko | |