Age | Commit message (Expand) | Author |
2004-12-07 | Remove uneeded bpfdesc.h include. | Jonathan Gray |
2004-12-07 | add missing parts for support of .cvsrc | Jean-Francois Brousseau |
2004-12-07 | Cleanup. Rename some defines, add wp_lite_set_te1_cfg() | Ryan Thomas McBride |
2004-12-07 | backout missed by tedu: | Theo de Raadt |
2004-12-07 | sync | Theo de Raadt |
2004-12-07 | ohci and ehci at cardbus support from netbsd | David Gwynne |
2004-12-07 | Change the default for 'overload <table> flush' to flush only states from the | Ryan Thomas McBride |
2004-12-07 | prev softdep merge could lead to inode wait deadlock for unknown reasons. | Ted Unangst |
2004-12-07 | * add a missing vput() if VOP_SETATTR() fails. | Patrick Latifi |
2004-12-07 | Don't link to ac97 specs from individual drivers. | Jonathan Gray |
2004-12-07 | remove old and unused NetBSD specific cruft. | Brad Smith |
2004-12-07 | Remove the PCI-ISA bridge callback mechanism; it's no longer needed. | Brad Smith |
2004-12-07 | default to interface printing, instead of help message. any illegal - | Theo de Raadt |
2004-12-06 | set granularity for data segment used for struct cpu_info to bytes. | Hans-Joerg Hoexer |
2004-12-06 | support max-src-conn-rate with synproxy, ok mcbride@ | Daniel Hartmeier |
2004-12-06 | seperate reply_r, like earlier change but safer; moritz ok | Theo de Raadt |
2004-12-06 | add missing aliases for the status, tag, update and version commands | Jean-Francois Brousseau |
2004-12-06 | explicit clue() for people running 3.6 packages with current pkg_add. | Marc Espie |
2004-12-06 | reorder some of the code for argument vector splitting so we don't | Jean-Francois Brousseau |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt |
2004-12-06 | do not log tiny local clock drifts; w/ help from Joerg Sonnenberger <joerg@br... | Michael Shalayeff |
2004-12-06 | make signal blocking a lot easier. | Moritz Jodeit |
2004-12-06 | emu(4) works; tybollt@solace.mh.se | Theo de Raadt |
2004-12-06 | add mbuf linearization code when the number of fragments exceeds what is | Damien Bergamini |
2004-12-06 | use raw device; wbx@openbsd.de | Theo de Raadt |
2004-12-06 | Do not access memory out of bounds when parsing input; fixes an incorrect | Miod Vallat |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat |
2004-12-06 | remove iwi_fix_channel() by setting IEEE80211_C_SCANALL capability flag | Damien Bergamini |
2004-12-06 | indent | Damien Bergamini |
2004-12-06 | Use config_defer(). | Brad Smith |
2004-12-06 | make cvsd compile; ok jfb@. | Xavier Santolaria |
2004-12-06 | Bah, unbreak. from not form. Noticed by Dan Harnett. | Claudio Jeker |
2004-12-06 | ensure the most excellent alignment in the structs; henning@ ok | Michael Shalayeff |
2004-12-06 | regen | Michael Shalayeff |
2004-12-06 | o2micro cardbus from HP nc4000 from Russell McGregor <rdmcgregor@gmail.com> | Michael Shalayeff |
2004-12-06 | use 0x00 not \0 since buf[] is a bignum | Markus Friedl |
2004-12-06 | missing space; bluhm at genua.de | Markus Friedl |
2004-12-06 | forgot -h for pkg_info. | Marc Espie |
2004-12-06 | Set correct source address for relayed packets. This affects only setups that | Claudio Jeker |
2004-12-06 | customise for obsd + tweaks; | Jason McIntyre |
2004-12-06 | kill more dead code, mostly inside #ifdef SOMENONSENSEONSTUPIDOSES | Henning Brauer |
2004-12-06 | Usage | Marc Espie |
2004-12-06 | RFC2409 mandates min and max nonce lengths. hshoexer@ ok. | Hakan Olsson |
2004-12-06 | Discard over-length authorized_keys entries rather than complaining when | Darren Tucker |
2004-12-06 | tell net80211 that we can get probes/beacons on any channel during a scan. | David Gwynne |
2004-12-06 | convert to mdoc; | Jason McIntyre |
2004-12-06 | add a flag that lets a wireless card indicate it can receive probe responses | David Gwynne |
2004-12-06 | some mice have more than 7 buttons, so raise the limit in the driver. | David Gwynne |
2004-12-06 | Check if TEST_SSH_SSHD is a full path to sshd before searching; ok markus@ | Darren Tucker |
2004-12-06 | move gai_strerror into its own page, and make the get* pages more readable; | Jason McIntyre |