Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-07 | when reading of sadb/spd data fails don't call | Moritz Jodeit | |
memset with a len of (unsigned)-1. ok ho@ | |||
2005-07-07 | add a field to CVSFILE which holds the timestamp from the Entries file. | Joris Vink | |
usefull for some commands. ok xsa@ | |||
2005-07-07 | - the PCI layer enables bus mastering so don't bother again here. | Brad Smith | |
- use pci_mapreg_map() | |||
2005-07-07 | change panic into printf for pci_intr_disestablish() | Brad Smith | |
2005-07-07 | Eliminate tree_cache structure in favour of option_data. Eliminate | Kenneth R Westerback | |
redundant level of indirection in building and using option_data arrays while constructing outgoing packets. Make option_data len field unsigned. ok henning@. 'cool!' deraadt@. | |||
2005-07-07 | more snprintf(3) checks, check against the correct | Joris Vink | |
size of the buffer, close RCSFILE on error. ok xsa@ | |||
2005-07-07 | initialize Scan.SSID from the right source | joshua stein | |
fixes association with access points with ssid broadcasting disabled ok dlg@ | |||
2005-07-07 | add info message when examining directories; Ok joris@. | Xavier Santolaria | |
2005-07-07 | Repotec RP-WU0402 has only one revision which happens to be a | Jonathan Gray | |
Zydas ZD1211 based device. Mistake acknowledged by maintainer of ralink.rapla.net. | |||
2005-07-07 | remove trailing whitespaces | Joris Vink | |
from deraadt@ | |||
2005-07-07 | snprintf(3) checks. | Joris Vink | |
ok xsa@ | |||
2005-07-07 | Expunge two unused fields (buf_size, timeout) in tree_cache structure. | Kenneth R Westerback | |
ok millert@ deraadt@ henning@ | |||
2005-07-07 | Expunge two unused fields (buf_size, timeout) in tree_cache structure. | Kenneth R Westerback | |
ok millert@ deraadt@ henning@ | |||
2005-07-07 | Match an additional 10 ural ids, most of which are already listed | Jonathan Gray | |
in the device list. | |||
2005-07-07 | regen | Jonathan Gray | |
2005-07-07 | 10 more RT2570 devices, found in Windows drivers. | Jonathan Gray | |
2005-07-07 | arrange list of hash algorithms as previously done for skeyinit(1); | Jason McIntyre | |
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; |