summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-10-28Prefer useradd(1) over chpass(1) so that new users are added before the YP '+'Antoine Jacoutot
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-10-27Add missing quote.Kevin Lo
2017-10-25Open a bunch of fds with O_CLOEXECJeremie Courreges-Anglas
2017-10-25Remove dead code, found by jsg@.Martin Pieuchot
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-10-24Remove terminate_vm/vm_remove logic from vmm_dispatch_parent. ThisMike Larkin
2017-10-24The VMD parent process didn't handle the case of a VM exitingMike Larkin
2017-10-23When the partition of /var/log was full, syslogd(8) stopped writingAlexander Bluhm
2017-10-23Close the socket (and dfd) in at(1) child processesJeremie Courreges-Anglas
2017-10-23Close cron sockets in child processes.friehm
2017-10-22make messages involving fs clearer, parse the mount point AND the deviceMarc Espie
2017-10-20When adding a missing "Date" header, use the same timestamp as the "Received"Eric Faurot
2017-10-20Tweak heuristics to make sure /memory properties are more likely to beMark Kettenis
2017-10-19remove useless initialisationEric Faurot
2017-10-19don't try to print uninitialised memory as a string in error pathsJonathan Gray
2017-10-19fix a use after free and a memory leak in error pathsJonathan Gray
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-10-16Ensure last character in ssv mode is a newlinejob
2017-10-15Add "ssv" variant which turns a rib route output into a singleTheo de Raadt
2017-10-15Kill unused definesJeremie Courreges-Anglas
2017-10-14Add bwfm(4) to fw_update(1).Patrick Wildt
2017-10-13Don't check for mirror availability but directly try to fetch SHA256.sig. ThatAntoine Jacoutot
2017-10-12Simplify and explicitely state when we cannot access our mirror.Antoine Jacoutot
2017-10-12Loosen up installurl(5) check: it's OK to have a trailing slash.Antoine Jacoutot
2017-10-12Better error if installurl points to a local directory.Antoine Jacoutot
2017-10-12Don't return 1 if the syspatch release directory does not exist; it justAntoine Jacoutot
2017-10-12add -G to usage();Jason McIntyre
2017-10-11Allow GREY entries to be removed by IP address. OK beck@Todd C. Miller
2017-10-10reorder the description so that important parts come first.Marc Espie
2017-10-10in -u mode, the pkgname is optionalMarc Espie
2017-10-10clean-up option handling slightly, some more to be done.Marc Espie
2017-10-10thinkoMarc Espie
2017-10-10Use clock_gettime(CLOCK_REALTIME) instead of gettimeofday+TIMEVAL_TO_TIMESPECPhilip Guenther
2017-10-09correct calls to this constructor *must* include a state. If they don'tMarc Espie
2017-10-07delete #ifdef SYSV code, along with a beautiful #define bcopy memcpyTheo de Raadt
2017-10-07Prefer memset() over bzero()Philip Guenther
2017-10-07kill reporting old signature schemes, they've been gone for long enoughMarc Espie
2017-10-07Adjust verbose message in case PKG_PATH is undefined.Marc Espie
2017-10-07The 'dumps' option only accepts a single devicePhilip Guenther
2017-10-07vmd: retain ownership on vm rebootMike Larkin
2017-10-06The problem when npppd receives a zero length 1701/udp packet seemed toYASUOKA Masahiko
2017-10-05When syslogd writes some startup errors to stderr or console, theyAlexander Bluhm
2017-10-05I have touched more than half the source code lines of syslogd(8).Alexander Bluhm
2017-10-04Fix pledge(2) usageJeremie Courreges-Anglas
2017-10-04Don't try to handle IPv4-compatible IPv6 addressesJeremie Courreges-Anglas
2017-10-04inetd actually supports stream and datagram sockets onlyJeremie Courreges-Anglas
2017-10-04inetd needs cpath pledge to unlink unix socket at program termination.Sebastian Benoit
2017-10-02Also ignore "Can't assign requested address" error when sendto(2)Alexander Bluhm
2017-09-29update to unbound-1.6.6, ok florianStuart Henderson