Age | Commit message (Expand) | Author |
2007-09-08 | make bioctl behave like a unix program and exit 1 on error | Henning Brauer |
2007-09-07 | check fgets return value | Charles Longeau |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |
2007-09-05 | remove compat link to /usr/sbin/vnconfig, the program is in /sbin for one | Alexander von Gernler |
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt |
2007-09-03 | Typos from miod. 'specificed' -> 'specified' in some comments and man page. | Kenneth R Westerback |
2007-09-02 | more malloc(n * m) -> calloc(n, m); from Igor Zinovik | Theo de Raadt |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-30 | add support for address ranges ("from 10.1.2.50 - 10.1.3.75") in from/to | Daniel Hartmeier |
2007-08-25 | missing free, Igor Zinovik <zinovik@cs.karelia.ru> | Henning Brauer |
2007-08-21 | no need to include both sys/types.h and params.h | Hans-Joerg Hoexer |
2007-08-15 | Remove a superflous debug fprintf. | Hans-Joerg Hoexer |
2007-08-14 | make default_lease_time a #define; ok krw@ henning@ | Kevin Steves |
2007-08-11 | Kill a couple of 'echo' statements that can never produce visible | Kenneth R Westerback |
2007-08-11 | Do not complain about being not able to read non-existing files. Minor | Hans-Joerg Hoexer |
2007-08-10 | duplicate strdup; ok hshoexer | Markus Friedl |
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 |