Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-25 | crank size of sparc64 miniroot a wee bit | Theo de Raadt | |
2007-02-25 | Change how we determin if were running on a new world versus old world | Gordon Willem Klok | |
machine for the purposes of printing model information durring boot and the hw.vendor/product sysctls. Turns out the apple didnt use the same format in the early imacs as they did in the latter new world machines resulting in NULL strings as found by drahn@. In this case and all future cases where we dont understand the format the default is to print whats found in the name property without interpertation. ok drahn@ | |||
2007-02-25 | add missing USBD_FORCE_SHORT_XFER checks, put back some code I had for a | Dale Rahn | |
while but removed incorrectly, some minor cleanup. | |||
2007-02-25 | Defines to make isr status more useable. Bit patterns for debug prints. | Dale Rahn | |
2007-02-25 | sync | Theo de Raadt | |
2007-02-25 | More complete info about usb client mode, remove broken url as intel sold pxa. | Dale Rahn | |
2007-02-25 | USB client is starting to work. | Dale Rahn | |
2007-02-24 | Remove several incorrect and/or unmaintained emails, prompted by correction ↵ | Ian Darwin | |
from bernd@ | |||
2007-02-24 | Add myself as author, since I completed the driver. | Dale Rahn | |
2007-02-24 | Get correct chip revision and also get chip package. | Marcus Glocker | |
2007-02-24 | move debug print into debug block. | Dale Rahn | |
2007-02-24 | Add my copyright, since I took the skeleton driver and made it complete. | Dale Rahn | |
More polishing, appears to be working fine without back-to-back transmits. | |||
2007-02-24 | Add myself to copyright since I took the skeleton driver and made it complete. | Dale Rahn | |
Work around a transmit hang problem by setting a delay on transmitting back-to-back packets. Count dropped packets as input errors. Abort pipe if a watchdog occurs to clean up state better. | |||
2007-02-24 | fix comment; from jared r r spiegel | Otto Moerbeek | |
2007-02-24 | sync | Theo de Raadt | |
2007-02-24 | make and Xr cas 4 | Theo de Raadt | |
2007-02-24 | cas(4) | Mark Kettenis | |
2007-02-24 | replace 400 lines of md5 code in Digest::MD5's XS with 4 lines | Simon Bertrang | |
that use our system md5(3) idea by espie@, help and ok millert@ | |||
2007-02-24 | Glue for cas(4). | Mark Kettenis | |
2007-02-24 | Start of a driver for Sun Cassini gigabit ethernet interfaces. Driver can | Mark Kettenis | |
send packets but not receive any yet. | |||
2007-02-24 | Make greylisting the default when spamd is enabled. Uses the new -g flag | Todd C. Miller | |
for spamd-setup. OK beck@ | |||
2007-02-24 | When greylisting we don't actually need to use the <spamd> pf table. | Todd C. Miller | |
We just do no-rdr for things in <spamd-white> and rdr the rest to spamdb. OK beck@ | |||
2007-02-24 | UI improvement: in case the disk overflows, let tally give information | Marc Espie | |
about the extra size needed. In validate, mark the overflow and call tally later. .e.g., Error: /dev/wd0f is not large enough (/usr/local/lib/libkparts.so.4.0.0) Error: /dev/wd0f is not large enough (/usr/local/lib/libkrosscore.so.4.0.0) Error: /dev/wd0f is not large enough (/usr/local/lib/libktexteditor.so.4.0.0) Error: ... more files do not fit on /dev/wd0f /dev/wd0h: 97 bytes /dev/wd0f: 337090852 bytes (missing 78473 blocks) | |||
2007-02-24 | exit right away if the config file isn't there, rather than | Bob Beck | |
doing a whole bunch of needless screwing around noticed by Stefan Krah <stefan-usenet@bytereef.org> | |||
2007-02-24 | license + copyright | Bob Beck | |
2007-02-24 | Pr 5395 from Stefan Krah <stefan-usenet@bytereef.org> | Bob Beck | |
cleanup: remove unused arg no need to clear locals return -1 to allow pid cleanup to happen if fork fails | |||
2007-02-24 | disable anonymous DH by default (cipher suite HIGH:!ADH instead of HIGH). | Reyk Floeter | |
2007-02-24 | disable SSLv2 and use "HIGH" crypto cipher suites by default. | Reyk Floeter | |
suggested by dlg@ | |||
2007-02-24 | xref adjfreq(2); from Igor Zinovik | Otto Moerbeek | |
2007-02-24 | There is no filter_lines function, remove its prototype. From Mark Lumsden. | Todd C. Miller | |
2007-02-24 | Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values. | Miod Vallat | |
2007-02-24 | Fix value typos, sync radio vars with phy vars, add radio default | Marcus Glocker | |
attenuation routine, add temporary debug printfs. | |||
2007-02-24 | sort options; sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-24 | unused vars; from Mark Lumsden | Otto Moerbeek | |
2007-02-24 | -F was missing a description; | Jason McIntyre | |
2007-02-24 | sort options; sync usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-24 | put `I' in the right place; from Igor Sobrado | Jason McIntyre | |
2007-02-24 | tweaks; | Jason McIntyre | |
2007-02-24 | some cleanups, i agree; Murenin | Theo de Raadt | |
2007-02-24 | Correct comment calling FILE *f a file descriptor. | Ray Lai | |
OK krw@. | |||
2007-02-24 | - strlen returns size_t, not int. | Ray Lai | |
- Pass full buffer size to fgets. OK djm@, millert@, and moritz@. | |||
2007-02-24 | - Don't access buffers with negative indexes. | Ray Lai | |
- Save a ton of strlen calls. - Return NULL pointer, not 0. ``boy there is a lot of strlen()'' millert@ and OK moritz@. | |||
2007-02-24 | - allow to specify the SSL cipher suite and the SSL protocols | Reyk Floeter | |
(as required by the PCI DSS) - increase the default listen backlog to 10, allow to modify the backlog as a per-protocol tcp option to improve the performance on busy systems (to get less connection failures on heavy load) - close the connection if SSL_accept returned an error - instead of logging _new_ relay sessions to syslog, log the sessions in relay_close() after they have been _finished_. this will allow to collect some additional information - add a new log keyword to log specified header/url entities (useful to track "bad guys" using many session ids or multiple user agents) - some minor fixes, manpage bits, and bump the copyright (by some reason, i didn't realize that we already have 2007...). | |||
2007-02-24 | spelling; sthen@spacehopper | Theo de Raadt | |
2007-02-23 | one final sort; | Jason McIntyre | |
2007-02-23 | mving the description of "mim prefix" to the display description was not | Jason McIntyre | |
quite correct - simplify it, and document it both for command line and interactive; | |||
2007-02-23 | sort; | Jason McIntyre | |
2007-02-23 | to_suffixes -> alloweddomains, that got missed, noticed | Bob Beck | |
by okan@demirmen.com | |||
2007-02-23 | consistency fix which i should have spotted earlier... | Jason McIntyre | |
2007-02-23 | more logical placing for discussion of minimum prefixes accepted; | Jason McIntyre | |
started by deraadt |