summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move <fcntl.h> to its alphabetic spot and add __dead attribute to usage()tb2017-06-291-5/+5
* remove a contradictory sentence (see dhcp-options(5)) which claimsjmc2017-06-281-5/+2
* whitespace fixes, from Rob Pierce and mebenno2017-06-282-11/+8
* usage() gets __dead attribute, from Rob Piercebenno2017-06-281-23/+23
* Hoist some privileged code in preparation for future work.benno2017-06-271-19/+20
* move a global into local context; from rob piercederaadt2017-06-271-2/+2
* don't print the WELLKNOWN string for unknown well-known communitiesphessler2017-06-261-2/+2
* let admins set an unknown well-known communityphessler2017-06-262-10/+2
* add support for the "graceful shutdown" well-known community as describedphessler2017-06-265-8/+23
* allow setting localpref to 0phessler2017-06-261-2/+2
* Close file descriptor on an exit path.fcambus2017-06-221-1/+2
* Generate the newbsd: and install-update: targets here, rather thanderaadt2017-06-223-5/+26
* trim more error messagesespie2017-06-201-1/+7
* Revert a previous commit that increased the virtio queue size since itmlarkin2017-06-201-3/+3
* Import route priority support from ospfd to ospf6d.friehm2017-06-194-103/+70
* delete accidental blank linederaadt2017-06-191-2/+1
* fix descriptor leak in the smtp congestion mechanismgilles2017-06-191-4/+4
* port the RBT code to userland by making it part of libc.dlg2017-06-191-4/+1
* update log.c in ifstated to the same used in bgpd etc.benno2017-06-185-58/+134
* Since WSFONT_NAME_SIZE was switched from 16 to 32, account for thefcambus2017-06-171-3/+3
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-163-3/+8
* PCI Express extendeded capability 0x1c is LN Requester according to thejsg2017-06-161-2/+2
* We do not support iso7 nor pcvt encoding, so remove macro definitionsfcambus2017-06-151-5/+1
* Don't support loading appletalk addresses from /etc/appletalk.names.akfaew2017-06-143-44/+4
* Remove main() prototype and unused envp argument.anton2017-06-141-6/+4
* Initialize the length parameter for radius_get_vs_raw_attr() sinceyasuoka2017-06-131-1/+4
* Use unlinkat() when removing the contents of a directory so we don'tmillert2017-06-121-4/+2
* destroy lint remnants.espie2017-06-122-8/+2
* device path should be PATH_MAX. Any NAME_MAX without +1 is suspectderaadt2017-06-121-2/+2
* missing .Fn markup for main(); found with mandoc -Tlintschwarze2017-06-111-3/+5
* Fix broken escaping: "\." is almost never what you want; found withschwarze2017-06-101-4/+4
* Don't describe AppleTalk's output format and bugs.akfaew2017-06-101-144/+2
* mention that the config file is created at first run, since it doesn'ttedu2017-06-091-2/+5
* If we receive a router solicitation with a source link-layer addressflorian2017-06-091-18/+24
* Drop uneeded return from rollback_patch().ajacoutot2017-06-091-2/+2
* /etc/mtree/BSD.x11.dist is part of base, not X; so check forajacoutot2017-06-091-6/+5
* update permissions info to match recent changesmillert2017-06-081-4/+5
* Add logging for when we find a non-file in the at spool that wasmillert2017-06-081-4/+10
* Invoke openssl with -passin file rather than -key in ca_revoke().jsg2017-06-081-41/+5
* In cron(8), require that crontab and at files in the spool be ownedmillert2017-06-076-46/+86
* vmctl: change default "vmctl console" (cu) baud rate to 115200. Notmlarkin2017-06-071-2/+2
* When running at jobs, open the at spool and use the directory fdmillert2017-06-071-14/+25
* vmd: Implement simulated baudrate support in the ns8250 module. Themlarkin2017-06-074-17/+136
* vmd: properly advertise 640k base memory, not 636k. That was a holdovermlarkin2017-06-071-2/+2
* reword "listen on socket" somewhat; ok gillesjmc2017-06-071-30/+23
* Set the group on cron's Unix domain socket _before_ making itmillert2017-06-051-2/+2
* Malloc the superblock buffer to make sure that it is properly aligned.naddy2017-06-041-4/+6
* config -e mode should match our other policies which ensure og-rwx /bsd.deraadt2017-06-031-2/+2
* Move slaacd to /sbinflorian2017-06-0314-4754/+4
* Revert 1.16 ("add a workaround for the rebound portjacking hijinks"),sthen2017-06-011-12/+0