Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-17 | Various cleanups, knf, better debug messages. | Alexander Yurchenko | |
2003-11-17 | Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQ | Alexander Yurchenko | |
asserted after BSY is cleared in data read codepath. Solves delays in probe. The first version of this diff was done by costa@ a long time ago but had some issues. This one is a partial sync with NetBSD. ok costa@ | |||
2003-11-17 | aprelevka'' opens (new style) | Michael Shalayeff | |
2003-11-17 | kill some doubles; | Jason McIntyre | |
2003-11-17 | sync | Alexander Yurchenko | |
2003-11-17 | New vendor TigerJet Network and a new toy of tm@ -- Tiger320 | Alexander Yurchenko | |
pci communication controller. ok mickey@ | |||
2003-11-17 | Zero nlist array before using; fixes a bug in the error condition | Todd C. Miller | |
when the corefile is not a valid executable. otto@ OK | |||
2003-11-17 | Corega Ether II PCC-TD support. | Federico G. Schwindt | |
from Katsuhiko Hirohashi <hasiyan at mk2 dot org>. | |||
2003-11-17 | regen. | Federico G. Schwindt | |
2003-11-17 | Corega Ether II PCC-TD; from Katsuhiko Hirohashi <hasiyan at mk2 dot org>. | Federico G. Schwindt | |
2003-11-17 | remove dead manual files here as well | Henning Brauer | |
2003-11-17 | two more dead MANUALFILES | Henning Brauer | |
2003-11-17 | these are gone since some time too | Henning Brauer | |
2003-11-17 | sync | Henning Brauer | |
2003-11-17 | this is historic as of 1.3.29 | Henning Brauer | |
2003-11-17 | syn manualfiles | Henning Brauer | |
2003-11-17 | Don't expose the contents of rndc.key by diffing; noticed by Randy Lewis | Todd C. Miller | |
2003-11-17 | merge apache 1.3.29 and mod_ssl 2.8.16 | Henning Brauer | |
ok brad@ | |||
2003-11-17 | and make them look all equal.. | Federico G. Schwindt | |
2003-11-17 | document a few more kernel options; help and ok jmc@. | Federico G. Schwindt | |
2003-11-17 | Modify xalloc so that it also takes err(3)-like arguments. | Marc Espie | |
Write an xrealloc wrapper that works the same way, and use it as well. People who feel like it may want to add more explicit error messages to all the places m4 can fail allocating memory... okay tedu@ | |||
2003-11-17 | import Apache 1.3.29 and mod_ssl 2.8.16 | Henning Brauer | |
2003-11-17 | add a missing bounds check that allowed a stack overrun. reported by | Ted Unangst | |
Georgi Guninski. also prevent an int overflow. ok millert@ | |||
2003-11-17 | Be sure to not use the cpuid instruction on processors which do not support it; | Miod Vallat | |
repairs 80386 support. Spotted and tested nick@ | |||
2003-11-17 | Be sure to pmap_deactivate() pmaps when processes exit or are scheduled out. | Miod Vallat | |
2003-11-17 | Defined behavior. | Marc Espie | |
ok grange@ miod@ | |||
2003-11-17 | Test new boolean operators and relational operators in arbitrary expressions. | Otto Moerbeek | |
2003-11-17 | Document non-portable extensions: | Otto Moerbeek | |
o boolean operators !, && and ||. o allow relational operators to appear in any expression, not just conditional expressions. help and ok jmc@ | |||
2003-11-17 | Implement non-portable extensions: | Otto Moerbeek | |
o boolean operators !, && and ||. o allow relational operators to appear in any expression, not just conditional expressions. | |||
2003-11-17 | Test drop ('R'). | Otto Moerbeek | |
2003-11-17 | A basic stack operation that is missing from the original dc (and | Otto Moerbeek | |
GNU dc as well): drop ('R'). | |||
2003-11-17 | replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob. | Markus Friedl | |
2003-11-17 | - remove extra trailing bracket | Anil Madhavapeddy | |
- change /sys -> /usr/src/sys for consistency with rest of page jmc@ ok | |||
2003-11-17 | Sync cpu_swapout() comments with reality. | Miod Vallat | |
2003-11-17 | return error on msg send/receive failure (rather than fatal); ok markus@ | Damien Miller | |
2003-11-17 | sync | Henning Brauer | |
(libcrypto minor bump) | |||
2003-11-16 | pf_test() and pf_test6() consistency: | Ryan Thomas McBride | |
- Fix anchor anchor accounting for IPv4 TCP and all IPv6 protocols. - Make stateful connections work for generic protocols on IPv6. ok henning@ dhartmei@ | |||
2003-11-16 | remove more win32 files | Jakob Schlyter | |
2003-11-16 | __attribute__((__packed__)) -> __packed | Anil Madhavapeddy | |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy | |
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@ | |||
2003-11-16 | compile without INET6 | Markus Friedl | |
2003-11-16 | remove win32 files | Jakob Schlyter | |
2003-11-16 | regen with autoconf 2.52 | Jakob Schlyter | |
2003-11-16 | remove win32 references | Jakob Schlyter | |
2003-11-16 | Record no checksum in generated packing-list. | Marc Espie | |
Thx to sturm@ for finding out something was wrong. | |||
2003-11-15 | set boottime's time to boottime, handy for find. requested by markus. | Ted Unangst | |
don't bother with microtime. time should be more than enough precision. from netbsd. | |||
2003-11-15 | fix savecore on big endian 64 bit arches. OK millert@ | Marco S Hyman | |
2003-11-15 | recognize AMD Opteron, Athlon64 and Athlon64FX as 686-class CPU | Henning Brauer | |
diff from Chris Timmons <ChrisT@computar.ca> and jaimie@camerarepair.com with minor adjustments by me ok millert@ | |||
2003-11-15 | diff from andreas@: | Henning Brauer | |
use the cpuid instruction for processor identification where available. tested by grange@, tedu@ and me | |||
2003-11-15 | preferred spelling | Ted Unangst | |