Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-07 | remove unused structure definitions. ok damien@ | Kevin Lo | |
2005-07-07 | kill errant full stop; | Jason McIntyre | |
2005-07-07 | got to be a pasto... | Jason McIntyre | |
2005-07-07 | add comment; | Xavier Santolaria | |
2005-07-07 | display what we should in case the file is unknown to cvs. Ok joris@. | Xavier Santolaria | |
2005-07-07 | sync | Theo de Raadt | |
2005-07-07 | shorten | Theo de Raadt | |
2005-07-07 | Fix the unmapping of freed pages, leaving just 64k worth of cache pages. | Thierry Deval | |
Prodded by art@ and fgsch@, ok deraadt@ | |||
2005-07-07 | Match Gigabyte GN-WBKG, from Jaime Fournier <ober at linbsd.org>. | Jonathan Gray | |
2005-07-07 | regen | Jonathan Gray | |
2005-07-07 | Gigabyte GN-WBKG from Jaime Fournier <ober at linbsd.org> | Jonathan Gray | |
2005-07-07 | fix accounting bug on extraction - we were incorrectly subtracting many times | Damien Miller | |
the amount requested from the pool's entropy estimate; ok mickey@ deraadt@ | |||
2005-07-06 | - tidy up SYNOPSIS | Jason McIntyre | |
- sort options - sync usage() - more minor tweaks | |||
2005-07-06 | - use nroff symbols | Jason McIntyre | |
- use ksh prompt instead of csh prompt for EXAMPLES | |||
2005-07-06 | - simplify SYNOPSIS | Jason McIntyre | |
- sync usage() | |||
2005-07-06 | alter spacing of usage() so we don;t get a line break if skey is | Jason McIntyre | |
invoked as otp-rmd160; | |||
2005-07-06 | Only print a space separating argv and the real command (in parens) | Todd C. Miller | |
when argv is non-NULL and empty. OK deraadt@ and fgsch@. | |||
2005-07-06 | - tidy up SYNOPSIS | Jason McIntyre | |
- sort options - sync usage() - other small tweaks | |||
2005-07-06 | Eliminate a couple of 'msg.msg_iovlen < 0' tests. msg_iovlen is | Kenneth R Westerback | |
unsigned. ok millert@ deraadt@ | |||
2005-07-06 | rev 1.8 | Brad Smith | |
Handle a malloc() failure when allocating urgent ports From brian FreeBSD ok deraadt@ | |||
2005-07-06 | url fits | Theo de Raadt | |
2005-07-06 | sync | Theo de Raadt | |
2005-07-06 | Fix bounds check for incomplete code sets so they cannot overflow the codes | Todd C. Miller | |
array. From Mark Adler. | |||
2005-07-06 | Add a bunch of malloc() return checks | Brad Smith | |
From brian FreeBSD ok deraadt@ tdeval@ | |||
2005-07-06 | regen | Jonathan Gray | |
2005-07-06 | More NVIDIA devices, in a dmesg from tybollt at solace.mh.se | Jonathan Gray | |
2005-07-06 | oops, $macro was documented, just not where i expected it; reword and | Jason McIntyre | |
make it a bit easier to find; | |||
2005-07-06 | add explicit comments for file status; | Xavier Santolaria | |
2005-07-06 | add another non-fatal error for recvfrom; ok henning@ | Darren Tucker | |
2005-07-06 | correct file status strings; | Xavier Santolaria | |
2005-07-06 | clarify meaning of ssh -b ; with & ok jmc@ | Darren Tucker | |
2005-07-06 | - now that `macdef' is nicely documented, tell people how to use it | Jason McIntyre | |
- replace `>' w/ groff char | |||
2005-07-06 | improve the description of `macdef'; | Jason McIntyre | |
from netbsd -r1.110: patch from david h. gutteridge, pr #24296; | |||
2005-07-06 | ural works; pedro@ironchicken.am-gen.org | Theo de Raadt | |
2005-07-06 | sync spell usage() w/ man page synopsis; | Jason McIntyre | |
ok deraadt@ | |||
2005-07-06 | spacing | Theo de Raadt | |
2005-07-06 | warning clean and constiness | Ted Unangst | |
2005-07-06 | drop in parsemonth from freebsd. | Ted Unangst | |
use it to parse month, so "cal june 2005" works as expected. if only one arg is given, see if it could be a month ok deraadt | |||
2005-07-06 | rev 1.7 | Brad Smith | |
Reduce MAXMSS limit by 12 bytes to allow for rfc 1323. From brian FreeBSD ok deraadt@ | |||
2005-07-06 | - Rewritten TX to use only two pointers to track producer/consumer. | Brad Smith | |
- Bugfix: don't forget to set IFF_OACTIVE when TX list is full. From FreeBSD - clear IFF_RUNNING & IFF_OACTIVE in vr_stop() before de-allocating resources. Thanks to cloder@, millert@ and pedro@ for testing. | |||
2005-07-06 | smartarray 5* raid controller; does io but needs more work; commented out in ↵ | Michael Shalayeff | |
configs for now | |||
2005-07-06 | allow bge(4) to receive Jumbos by default. | Brad Smith | |
ok krw@ | |||
2005-07-06 | regen | Brad Smith | |
2005-07-06 | add Intergraph Intense 3D | Brad Smith | |
2005-07-05 | use "www" as the service name in the example instead of "http" since "www" | David Gwynne | |
is what is used in /etc/services. ok jmc@ henning@ millert@ | |||
2005-07-05 | sync usage() w/ man page synopsis; | Jason McIntyre | |
2005-07-05 | fix formatting for -c; | Jason McIntyre | |
ok millert@ | |||
2005-07-05 | if we can't stat the file and there is no entry for it, don't fail | Joris Vink | |
but assume it is a regular file and it is in unknown state. ok xsa@ | |||
2005-07-05 | correct ouput to match gnu/usr.bin/cvs; more to come. | Xavier Santolaria | |
ok joris@. | |||
2005-07-05 | `No' -> `no' in output; matches gnu/usr.bin/cvs output; | Xavier Santolaria | |