summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-12-03clarify GPIO device specification. with input from jmc; ok mbalmer@ jmc@Kevin Steves
2008-12-03delete unused prototype, from lint; ok mbalmer@Kevin Steves
2008-12-03- these were used to debug the previous queue scheduler, they are no longerGilles Chehade
2008-12-03- remove log_debug() that's no longer neededGilles Chehade
2008-12-03- fix event masking issues in smtp process which could lead to a fatal() ifGilles Chehade
2008-12-03there is no longer a default GPIO device; ok mbalmer@ jmc@Kevin Steves
2008-12-03Some more ambigous -> ambiguous pointed out by mbalmer (there areStuart Henderson
2008-12-03typo; from Anathae TownsendJason McIntyre
2008-12-02correct spelling (ambigous -> ambiguous)Stuart Henderson
2008-12-02Initial support for neighbor expiry.Michele Marchetto
2008-12-02tweak previous;Jason McIntyre
2008-12-01bzero local variable; ok uweTheo de Raadt
2008-12-01there is zero reason for this parse.y to look different from the others; ok uweTheo de Raadt
2008-12-01- in mxsort, fix type of loop counter, it will never be < 0 if it isGilles Chehade
2008-12-01introduce btd(8) and btctl(8), tweak bt.conf(5)Todd T. Fries
2008-12-01introduce bt.conf(5), ok uwe@Todd T. Fries
2008-11-30Fix output.Marc Balmer
2008-11-29revert my last change -Reyk Floeter
2008-11-29fix typo in 'draft-ietf-ipsec-isakmp-xauth-06.txt'Reyk Floeter
2008-11-29Allow the words "on", "off", or "toggle" to be used instead of theMarc Balmer
2008-11-28Add support for escaped characters to the search filter parsing function.aschrijver
2008-11-27Ugly workaround to bring up interfaces which were down when we found themUwe Stuehler
2008-11-26Attempt to reconnect for about 10 seconds while btd is starting upUwe Stuehler
2008-11-26SDP works, but it needs to be redone (and non-blocking)Uwe Stuehler
2008-11-26Device attach and detach (does not work because SDP is not implemented yet)Uwe Stuehler
2008-11-26Reorder variables, add my copyright.Marc Balmer
2008-11-26Use the new gpio(4) semantics and change the command line syntax to aMarc Balmer
2008-11-26Implement config reloading (still only work in progress)Uwe Stuehler
2008-11-26pin_len -> pin_sizeUwe Stuehler
2008-11-25- more prototype moving to smtpd.hGilles Chehade
2008-11-25- move prototype to smtpd.hGilles Chehade
2008-11-25- move prototypes to smtpd.hGilles Chehade
2008-11-25- plug memory leakGilles Chehade
2008-11-25- recent change in parse.y caused htons() to be called twice on the portGilles Chehade
2008-11-25Get rid of dependencies on ports libraries (among other things)Uwe Stuehler
2008-11-25- update email address for bug reports when replying to HELPGilles Chehade
2008-11-25- F_IMSG_SENT is no longer used, killGilles Chehade
2008-11-25grammar fix (in comment): from Anathae TownsendJason McIntyre
2008-11-24- when using fread/fwrite, do not swap the size and nmemb arguments. noGilles Chehade
2008-11-24Bluetooth daemon and contrl utility, one for all, work in progressUwe Stuehler
2008-11-24- not really a bug since we don't use other descriptor flags, but inGilles Chehade
2008-11-24Introduce support for route hold down.Michele Marchetto
2008-11-24Initial support for stub areas. The bit still missing is the redistributionClaudio Jeker
2008-11-24zap trailing whitespace;Jason McIntyre
2008-11-24Change mips detection in crunchgen from ifdef to command line flagDale Rahn
2008-11-24- tweak previousJason McIntyre
2008-11-24Add and document -A and -D options to attach or detach devices atMarc Balmer
2008-11-23Fix two error messages.Michele Marchetto
2008-11-23Remove some whitespace.Brad Smith
2008-11-22- do not set nochdir in daemon() call, we want parent and lka to have theirGilles Chehade