summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-06-29Move <fcntl.h> to its alphabetic spot and add __dead attribute to usage()Theo Buehler
2017-06-28remove a contradictory sentence (see dhcp-options(5)) which claimsJason McIntyre
2017-06-28whitespace fixes, from Rob Pierce and meSebastian Benoit
2017-06-28usage() gets __dead attribute, from Rob PierceSebastian Benoit
2017-06-27Hoist some privileged code in preparation for future work.Sebastian Benoit
2017-06-27move a global into local context; from rob pierceTheo de Raadt
2017-06-26don't print the WELLKNOWN string for unknown well-known communitiesPeter Hessler
2017-06-26let admins set an unknown well-known communityPeter Hessler
2017-06-26add support for the "graceful shutdown" well-known community as describedPeter Hessler
2017-06-26allow setting localpref to 0Peter Hessler
2017-06-22Close file descriptor on an exit path.Frederic Cambus
2017-06-22Generate the newbsd: and install-update: targets here, rather thanTheo de Raadt
2017-06-20trim more error messagesMarc Espie
2017-06-20Revert a previous commit that increased the virtio queue size since itMike Larkin
2017-06-19Import route priority support from ospfd to ospf6d.friehm
2017-06-19delete accidental blank lineTheo de Raadt
2017-06-19fix descriptor leak in the smtp congestion mechanismGilles Chehade
2017-06-19port the RBT code to userland by making it part of libc.David Gwynne
2017-06-18update log.c in ifstated to the same used in bgpd etc.Sebastian Benoit
2017-06-17Since WSFONT_NAME_SIZE was switched from 16 to 32, account for theFrederic Cambus
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostMarc Espie
2017-06-16PCI Express extendeded capability 0x1c is LN Requester according to theJonathan Gray
2017-06-15We do not support iso7 nor pcvt encoding, so remove macro definitionsFrederic Cambus
2017-06-14Don't support loading appletalk addresses from /etc/appletalk.names.Michal Mazurek
2017-06-14Remove main() prototype and unused envp argument.anton
2017-06-13Initialize the length parameter for radius_get_vs_raw_attr() sinceYASUOKA Masahiko
2017-06-12Use unlinkat() when removing the contents of a directory so we don'tTodd C. Miller
2017-06-12destroy lint remnants.Marc Espie
2017-06-12device path should be PATH_MAX. Any NAME_MAX without +1 is suspectTheo de Raadt
2017-06-11missing .Fn markup for main(); found with mandoc -TlintIngo Schwarze
2017-06-10Fix broken escaping: "\." is almost never what you want; found withIngo Schwarze
2017-06-10Don't describe AppleTalk's output format and bugs.Michal Mazurek
2017-06-09mention that the config file is created at first run, since it doesn'tTed Unangst
2017-06-09If we receive a router solicitation with a source link-layer addressFlorian Obser
2017-06-09Drop uneeded return from rollback_patch().Antoine Jacoutot
2017-06-09/etc/mtree/BSD.x11.dist is part of base, not X; so check forAntoine Jacoutot
2017-06-08update permissions info to match recent changesTodd C. Miller
2017-06-08Add logging for when we find a non-file in the at spool that wasTodd C. Miller
2017-06-08Invoke openssl with -passin file rather than -key in ca_revoke().Jonathan Gray
2017-06-07In cron(8), require that crontab and at files in the spool be ownedTodd C. Miller
2017-06-07vmctl: change default "vmctl console" (cu) baud rate to 115200. NotMike Larkin
2017-06-07When running at jobs, open the at spool and use the directory fdTodd C. Miller
2017-06-07vmd: Implement simulated baudrate support in the ns8250 module. TheMike Larkin
2017-06-07vmd: properly advertise 640k base memory, not 636k. That was a holdoverMike Larkin
2017-06-07reword "listen on socket" somewhat; ok gillesJason McIntyre
2017-06-05Set the group on cron's Unix domain socket _before_ making itTodd C. Miller
2017-06-04Malloc the superblock buffer to make sure that it is properly aligned.Christian Weisgerber
2017-06-03config -e mode should match our other policies which ensure og-rwx /bsd.Theo de Raadt
2017-06-03Move slaacd to /sbinFlorian Obser
2017-06-01Revert 1.16 ("add a workaround for the rebound portjacking hijinks"),Stuart Henderson