Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-08-02 | shamelessly missed to unveil(_PATH_BSHELL, "x") which is required to run the | Ricardo Mestre |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-12-15 | restrict filesystem access with unveil(2). | Ricardo Mestre |
2020-06-24 | replace mixerctl with sndioctl; from benjamin baier | Jason McIntyre |
2020-04-20 | Fix the example: now mixerctl uses /dev/audioctl0 | Alexandre Ratchov |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-12-25 | Markup SIGHUP and rework sentence; ok jmc@ | anton |
2017-07-09 | remove redundant variable declarations in Makefiles, since those are | Marc Espie |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2015-10-26 | remove libutil from dpadd too | Ted Unangst |
2015-10-26 | remove util.h include and -lutil after pidfile removal | Joerg Jung |
2015-10-26 | stop using pidfile() | Theo de Raadt |
2015-02-27 | Bring example up to date with share/misc/usb_hid_usages. | Anthony J. Bentley |
2015-01-18 | This size check was obviously commented out because of the incorrect | Martin Pieuchot |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2013-11-27 | unsigned char for ctype | Theo de Raadt |
2012-03-23 | Ignore SIGCHLD because we don't really care what happened to the forked | Robert Nagy |
2011-03-07 | - use fork(2)/exec(3) instead of system(3) to execute the specified action, | Jasper Lievisse Adriaanse |
2010-06-29 | please attempt to match the style of the code | Theo de Raadt |
2010-06-29 | avoid a null pointer deref. ok jsg | Chris Kuethe |
2010-03-27 | replace example that uses impossible uaudio(4) mixer item names and | Jacob Meuser |
2009-10-21 | "usage:" is lowercase; spacing. | Igor Sobrado |
2009-10-14 | Call err() instead of crashing if hid_start_parse() fails. Don't | Philip Guenthe |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-23 | signal handler flag must be volatile sig_atomic_t | Theo de Raadt |
2006-07-09 | Two fixes: | Michael Knudsen |
2006-04-23 | Avoid passing the device file descriptor to executed commands; deraadt@ ok | Federico G. Schwindt |
2006-04-22 | update output after uaudio(4) changes. | Federico G. Schwindt |
2005-06-13 | fix syntax for out of date mixerctl(1) examples; | Jason McIntyre |
2004-10-27 | remove newlines in errx, syslog. ok henning, hshoexer, millert | Jared Yanovich |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-06-04 | knf + new interface: hid_start() is non-exit non-stderr spewing version of hi... | Theo de Raadt |
2004-04-03 | - correct SYNOPSIS | Jason McIntyre |
2003-06-10 | - section reorder | Jason McIntyre |
2003-01-11 | Manpage fixups from jmc, plus a minor tweak by me. | Hugh Graham |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt |
2002-06-11 | kill err(3) newlines; ok miod@, deraadt@ | Jason Peel |
2002-05-10 | Update usb userland stuff to reflect hid changes in the kernel. | Nathan Binkert |