summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* display MRU each sessions in npppctl session commandgoda2017-08-111-2/+3
* The POSIX APIs that that sockaddrs all ignore the s*_len field in theguenther2017-01-211-2/+1
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+3
* move to <limits.h> universederaadt2015-01-192-6/+6
* Handle msgbuf_write() returning EAGAIN.yasuoka2014-07-221-2/+2
* remove some duplicate text,schwarze2014-04-041-21/+2
* various macro cleanup and tweaks;jmc2014-04-031-10/+9
* add mention about "monitor" command.yasuoka2014-04-031-2/+14
* calucuation of response message size was wrong.yasuoka2014-04-031-3/+3
* Reimplement control part of npppd(8) with imsg. Also add "monitor"yasuoka2014-03-225-159/+204
* New configuration syntax for npppd(8). `npppd.conf' will be based onyasuoka2012-09-181-5/+4
* Fix comments and styles. Delete unused variables and labels.yasuoka2012-05-081-2/+2
* Replace npppdctl(8) by new npppctl(8). npppctl was written fromyasuoka2012-01-185-0/+1012