Age | Commit message (Expand) | Author |
2007-08-07 | m_priv_req_readdir(): check file type after fstat, since d_type | Markus Friedl |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-08-05 | Allow key exchange with RSA signature authentication to work with | Tom Cosgrove |
2007-08-01 | cats went away | Theo de Raadt |
2007-08-01 | cats went away | Theo de Raadt |
2007-07-31 | Use correct function name in log message. Noticed by Igor Zinovk | Hans-Joerg Hoexer |
2007-07-31 | oops, forgot to include the man page tweaks from jmc@ | Pierre-Yves Ritschard |
2007-07-31 | When setting the vlandevice without specifying a tag, infer the tag | Pierre-Yves Ritschard |
2007-07-30 | strlen returns size_t. | Pierre-Yves Ritschard |
2007-07-30 | avoid segfault when empty string is passed as interface name. | Pierre-Yves Ritschard |
2007-07-26 | use calloc() instead of malloc(); zinovik@cs.karelia.ru | Theo de Raadt |
2007-07-24 | Sync closer to netstat/show.c this removes also the unneeded variable | Claudio Jeker |
2007-07-24 | rearrange newline printing code during editor startup; ok millert krw | Theo de Raadt |
2007-07-21 | Check the rtm_version before trying to print an entry. If the rtmsg has a | Claudio Jeker |
2007-07-19 | kern.timecounter.timestepwarnings may be altered; from Kristaps Dzonsons | Jason McIntyre |
2007-07-18 | hw.sensors is a tree, so describe/expand it as such; 'put it in' jmc@ | Constantine A. Murenin |
2007-07-18 | eliminate duplicate code to open lease file and just open at | Kevin Steves |
2007-07-17 | remove m68k gcc workaround now that the gcc fix is in; ok miod@ | Todd C. Miller |
2007-07-17 | rmoev the macppc workaround, now that isset() and friends use expressions | Otto Moerbeek |
2007-07-17 | sync swapon usage(); from Igor Zinovik | Jason McIntyre |
2007-07-17 | do not try to list which options go with -p: the list is currently out of | Jason McIntyre |
2007-07-16 | Remove dead code and fix incorrect comment. From Igor Zinovik. | Todd C. Miller |
2007-07-16 | No need to include <sys/param.h> or <errno.h>. Also reorder includes | Todd C. Miller |
2007-07-11 | ffs2 support from FreeBSD. Tested by jmc@ and kili@ | Todd C. Miller |
2007-07-11 | put -q in the right place; | Jason McIntyre |
2007-07-10 | implement -q to query a scsi disk for its inquiry data (vendor, model, | Henning Brauer |
2007-07-09 | correct a typo in an error message. | Thordur I. Bjornsson |
2007-07-09 | disable specific gcc optimization that triggers the gcc bug | Todd C. Miller |
2007-07-09 | Use -O1 for m68k to work around a gcc optimizer bug | Todd C. Miller |
2007-07-09 | remove -Wall | Todd C. Miller |
2007-07-07 | Pull in ffs2 support and other updates from FreeBSD. OK deraadt@ | Todd C. Miller |
2007-07-07 | Initialize the first 2 block's worth of inodes for ffs1 as well as ffs2. | Todd C. Miller |
2007-07-04 | workaround for [daddr64_t] issue; worked on mostly by otto, wee bit by me | Theo de Raadt |
2007-07-04 | another mbr partition type; fgsch | Theo de Raadt |
2007-07-03 | Correct the '-i' parameters in the examples. The '64' in the -c strings | Kenneth R Westerback |
2007-07-03 | allow proto esp/ah in flow specification (especially useful for bypass flows) | Markus Friedl |
2007-07-01 | states here too not state | Henning Brauer |
2007-06-30 | allow states instead of just state for -s and -F for consistency's sake. | Henning Brauer |
2007-06-29 | more daddr64_t changes; checked by otto | Theo de Raadt |
2007-06-26 | Enable creation of larger than 1TB FFS2 filesystems. Note that this | Otto Moerbeek |
2007-06-25 | some trivial delinting | Theo de Raadt |
2007-06-25 | Teach fsdb about 64-bit block addresses. ok moritz@ pedro@ | Otto Moerbeek |
2007-06-25 | Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@ | Otto Moerbeek |
2007-06-23 | expand size/offset to 16 characters, and drop the Cyl comments which | Theo de Raadt |
2007-06-23 | sync description of "-m" option to reality. mcbride@ ok | Jun-ichiro itojun Hagino |
2007-06-22 | daddr_t -> daddr64_t; ok pedro@ thib@ | Otto Moerbeek |
2007-06-21 | always initialize logif, from max laier, ok ryan | Henning Brauer |
2007-06-20 | if a 4.2BSD partition falls partly within the area defined by the | Otto Moerbeek |
2007-06-20 | Allow "log" for nat rules without "pass". | Marco Pfatschbacher |
2007-06-19 | Allow IPv6 addresses to use the CIDR notation too, no need for separate | Pierre-Yves Ritschard |