summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2005-04-28Use strlcpy() not snprintf(). OK otto@ and moritz@Todd C. Miller
2005-04-28-Wall clean nowHenning Brauer
2005-04-28tiny doses of KNF, inspired by a diff for sth else from Brian ↵Henning Brauer
<bwaichu@yahoo.com>
2005-04-25- no longer macppc onlyMartin Reindl
- intel/dos->Intel/DOS - standard way of writing 'Mac OS'
2005-04-24it is nice if this compiles on other systemsTheo de Raadt
2005-04-24Do down-sampling of the high-resolution touch pad events in kernel,Uwe Stuehler
and provide sysctls for fine-tuning the touch pad area that covers the screen. Reasonable defaults are provided, but each machine can be a bit different due to the manufacturing process.
2005-04-22Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series.Miod Vallat
Claims the console keyboard if a keyboard is detected at boot time, otherwise HIL is preferred (but due to wsmux both can be used simultaneously).
2005-04-22Catch bad flags, ie. flags that always evaluate to false. This happensCamiel Dobbelaar
if there are flags on the lefthandside that are masked off by the righthand side. ok mcbride@ (long time ago) dhartmei@ henning@
2005-04-21Rather than try to fix b2n_print and b2n_snprint, which are not used, sendChad Loder
them to the attic. OK beck
2005-04-20actually error out when we would overflow by using the return value fromBob Beck
strlcpy, instead of just warning about out, and clobbering stuff anyway. ok millert@
2005-04-20use a singular here, just to match an earlier reference;Jason McIntyre
2005-04-20simplify synopsis somewhat, sort options, and sync usage();Jason McIntyre
2005-04-19missing endpwent(), change more carefully to _isakmpd privsep userHans-Joerg Hoexer
ok moritz@
2005-04-19do not attempt to list which archs are relevant to which machdepJason McIntyre
sysctls; just note that not all sysctls apply to all archs; started by a diff from fgsch@
2005-04-18sync usage() w/ man synopsis;Jason McIntyre
ok marco@
2005-04-16Since the return value from the *_info functions is only actually used as aTodd C. Miller
boolean, make it so. OK deraadt@
2005-04-16while snprintf and strlcpy and strlcat have this nice >buflen API (and theTheo de Raadt
-1 mess as well), it is probably not wise to make other functions do the same thing. make them return strlen(). ok uwe marco
2005-04-15Inconsistency between man page and code, spotted by joel@Christopher Pascoe
2005-04-14handle snprintf out of range conditions; otto okTheo de Raadt
2005-04-14shave off a few bytes, alpha floppies fit again nowHenning Brauer
2005-04-14arg to -I is an address, not if_name;Jason McIntyre
ok hshoexer@
2005-04-14sync the list of acceptable values for 'reason' with realityJoel Knight
2005-04-13avoid variable aliasingTheo de Raadt
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2005-04-12Blink support is now fully functional.Marco Peereboom
Most enclosures timeout the normal blink in about 2 minutes; if not the user can cancel the blink with -b unblink. On the other hand the alarm blink never times out. example usage: bioctl -d ami0 -l 1:8 -b blink
2005-04-12A little bit of cleanup (missing format string arguments, some signed/Chad Loder
unsigned conversion). OK henning
2005-04-12lladdr w/o colon; ok henningMarkus Friedl
2005-04-12help option useless; any unused option does thatTheo de Raadt
2005-04-12handle snprintf potential -1 caseTheo de Raadt
2005-04-12handle snprintf potential -1 caseTheo de Raadt
2005-04-11Use absolute path for vi. OK deraadtChad Loder
2005-04-11Handle getnameinfo failure. OK nialloChad Loder
2005-04-11use STDERR_FILENOTheo de Raadt
2005-04-11handle snprintf returning -1; ok henningTheo de Raadt
2005-04-11use writev; ok henningTheo de Raadt
2005-04-11Check for asprintf failure. From Bruno Rohee (thank you).Chad Loder
2005-04-10- sort synopsis + options listJason McIntyre
- sync usage() - tidy up lists and displays - misc tweaks
2005-04-10misc clean up;Jason McIntyre
2005-04-09clarify in/out a bit, add SEE ALSO section.Hans-Joerg Hoexer
2005-04-09Rewrite, work in progressHans-Joerg Hoexer
2005-04-09document that dhclient-script overwrites resolv.conf,Jason McIntyre
and use of resolv.conf.tail; issue spotted by rick barter via nick; ok henning@ jaredy@ nick@
2005-04-09incorrect apostrophe (in comment);Jason McIntyre
2005-04-09Compile with -ansi by killing an inlineChad Loder
2005-04-09KNF. No binary changes. OK miod@Chad Loder
2005-04-09knfTheo de Raadt
2005-04-08get rid of sysdep_sa_lenHans-Joerg Hoexer
ok cloder@
2005-04-08Make deterministic randomness (only ever used for testing) a compile-timeChad Loder
option. Reduces chances of somehow setting regrand when it's not supposed to be set. Remove "-r" option from man page. Also xref certpatch(8) while we are in there. And remove some include sysdep.h where it is no longer needed. OK hshoexer
2005-04-08knf; ok cloder hshoexunpunouncableTheo de Raadt
2005-04-08Make DPD vendor ID u_int8_t, not char. Gets rid of a warning inChad Loder
-pedantic mode. OK hshoexer
2005-04-08remove junk not needed to build certpatchTheo de Raadt