Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-28 | Use strlcpy() not snprintf(). OK otto@ and moritz@ | Todd C. Miller | |
2005-04-28 | -Wall clean now | Henning Brauer | |
2005-04-28 | tiny doses of KNF, inspired by a diff for sth else from Brian ↵ | Henning Brauer | |
<bwaichu@yahoo.com> | |||
2005-04-25 | - no longer macppc only | Martin Reindl | |
- intel/dos->Intel/DOS - standard way of writing 'Mac OS' | |||
2005-04-24 | it is nice if this compiles on other systems | Theo de Raadt | |
2005-04-24 | Do 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-22 | Driver 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-22 | Catch bad flags, ie. flags that always evaluate to false. This happens | Camiel 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-21 | Rather than try to fix b2n_print and b2n_snprint, which are not used, send | Chad Loder | |
them to the attic. OK beck | |||
2005-04-20 | actually error out when we would overflow by using the return value from | Bob Beck | |
strlcpy, instead of just warning about out, and clobbering stuff anyway. ok millert@ | |||
2005-04-20 | use a singular here, just to match an earlier reference; | Jason McIntyre | |
2005-04-20 | simplify synopsis somewhat, sort options, and sync usage(); | Jason McIntyre | |
2005-04-19 | missing endpwent(), change more carefully to _isakmpd privsep user | Hans-Joerg Hoexer | |
ok moritz@ | |||
2005-04-19 | do not attempt to list which archs are relevant to which machdep | Jason McIntyre | |
sysctls; just note that not all sysctls apply to all archs; started by a diff from fgsch@ | |||
2005-04-18 | sync usage() w/ man synopsis; | Jason McIntyre | |
ok marco@ | |||
2005-04-16 | Since the return value from the *_info functions is only actually used as a | Todd C. Miller | |
boolean, make it so. OK deraadt@ | |||
2005-04-16 | while snprintf and strlcpy and strlcat have this nice >buflen API (and the | Theo 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-15 | Inconsistency between man page and code, spotted by joel@ | Christopher Pascoe | |
2005-04-14 | handle snprintf out of range conditions; otto ok | Theo de Raadt | |
2005-04-14 | shave off a few bytes, alpha floppies fit again now | Henning Brauer | |
2005-04-14 | arg to -I is an address, not if_name; | Jason McIntyre | |
ok hshoexer@ | |||
2005-04-14 | sync the list of acceptable values for 'reason' with reality | Joel Knight | |
2005-04-13 | avoid variable aliasing | Theo de Raadt | |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
2005-04-12 | Blink 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-12 | A little bit of cleanup (missing format string arguments, some signed/ | Chad Loder | |
unsigned conversion). OK henning | |||
2005-04-12 | lladdr w/o colon; ok henning | Markus Friedl | |
2005-04-12 | help option useless; any unused option does that | Theo de Raadt | |
2005-04-12 | handle snprintf potential -1 case | Theo de Raadt | |
2005-04-12 | handle snprintf potential -1 case | Theo de Raadt | |
2005-04-11 | Use absolute path for vi. OK deraadt | Chad Loder | |
2005-04-11 | Handle getnameinfo failure. OK niallo | Chad Loder | |
2005-04-11 | use STDERR_FILENO | Theo de Raadt | |
2005-04-11 | handle snprintf returning -1; ok henning | Theo de Raadt | |
2005-04-11 | use writev; ok henning | Theo de Raadt | |
2005-04-11 | Check for asprintf failure. From Bruno Rohee (thank you). | Chad Loder | |
2005-04-10 | - sort synopsis + options list | Jason McIntyre | |
- sync usage() - tidy up lists and displays - misc tweaks | |||
2005-04-10 | misc clean up; | Jason McIntyre | |
2005-04-09 | clarify in/out a bit, add SEE ALSO section. | Hans-Joerg Hoexer | |
2005-04-09 | Rewrite, work in progress | Hans-Joerg Hoexer | |
2005-04-09 | document 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-09 | incorrect apostrophe (in comment); | Jason McIntyre | |
2005-04-09 | Compile with -ansi by killing an inline | Chad Loder | |
2005-04-09 | KNF. No binary changes. OK miod@ | Chad Loder | |
2005-04-09 | knf | Theo de Raadt | |
2005-04-08 | get rid of sysdep_sa_len | Hans-Joerg Hoexer | |
ok cloder@ | |||
2005-04-08 | Make deterministic randomness (only ever used for testing) a compile-time | Chad 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-08 | knf; ok cloder hshoexunpunouncable | Theo de Raadt | |
2005-04-08 | Make DPD vendor ID u_int8_t, not char. Gets rid of a warning in | Chad Loder | |
-pedantic mode. OK hshoexer | |||
2005-04-08 | remove junk not needed to build certpatch | Theo de Raadt | |