summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-11-21pledge for nsd.Florian Obser
2015-11-21add missing NAME entries; ok schwarzeJason McIntyre
2015-11-21Print PCI power state when the -v option is given.Mark Kettenis
2015-11-21Once again, fix the license text. After many years, we just cannotReyk Floeter
2015-11-21While here, fix two size format string warnings.Reyk Floeter
2015-11-21Move local logging functions to util.c and copy log.c from iked. NowReyk Floeter
2015-11-21Move local logging functions into httpd.c, and sync log.c with relayd -Reyk Floeter
2015-11-21Move local logging functions from log.c to new file util.c (that isReyk Floeter
2015-11-20bgpd has been naughty. It tries to play with AF_UNIX sockets withoutFlorian Obser
2015-11-20use RMS for jitter. we're linking with enough libraries that libm is tiny.Ted Unangst
2015-11-20KNFTheo de Raadt
2015-11-20Appears to only need pledge "stdio" against open kvmTheo de Raadt
2015-11-20typo in error message: to -> tootb
2015-11-19Simplify all instances of get_string() and get_data() using malloc() andmmcc
2015-11-19lexer fixes to work with new flex. from Serguey ParkhomovskyTed Unangst
2015-11-19hoist the SOCK_RAW setup to the top before pledgeTheo de Raadt
2015-11-19pledge "stdio rpath proc exec"Theo de Raadt
2015-11-19KNFTheo de Raadt
2015-11-19pledge "stdio rpath proc exec" for entire lifetime. rpath must remainTheo de Raadt
2015-11-18err(1, "foo") -> err(1, NULL) for strdup()mmcc
2015-11-18Remove memory.h includes.mmcc
2015-11-18Remove memory.h include.mmcc
2015-11-17Check pipe(2) return value; noticed by deraadt@Todd C. Miller
2015-11-17Check for setgid() failure before executing editor and warn ifTodd C. Miller
2015-11-17include fix. dbm is ndbm and memory is string. ok deraadt.Ted Unangst
2015-11-17pledge() esposes a design issue in bgpd that will take a moment toSebastian Benoit
2015-11-17pledge "stdio rpath wpath cpath getpw flock".Theo de Raadt
2015-11-17no more pac;Jason McIntyre
2015-11-17fix memory leak; from David CARLIERTheo de Raadt
2015-11-17delete setgid kmem (comments) from a different eraTheo de Raadt
2015-11-17off to the bitbucket in the skyTheo de Raadt
2015-11-17Sensors marked as invalid should be excluded by snmpd(8) from the sensorsGerhard Roth
2015-11-17in the SE, loosing the pipe to the main process can be handled with aSebastian Benoit
2015-11-17clean headersTheo de Raadt
2015-11-16Replace remaining calls to index(3) with strchr(3). OK jca@ krw@Todd C. Miller
2015-11-16improve logging slightlyTed Unangst
2015-11-16the list insertion needs to occur right after we get a valid socket,Ted Unangst
2015-11-16fix log messages, from jan staryTed Unangst
2015-11-16delete setuid code (which we disabled in 2002)Theo de Raadt
2015-11-16Remove remaining instances of the register keyword.mmcc
2015-11-15Clean up the remaining uses of stderr and perror() and use warn/errTodd C. Miller
2015-11-15pledge "stdio rpath wpath cpath fattr getpw flock id proc exec" at theTheo de Raadt
2015-11-15Really silly to chmod "st_mode & 07777" when making a copy of theTheo de Raadt
2015-11-15Remove more register keywords.mmcc
2015-11-15pledge for ypldap is easy because it's purely a network program.Jonathan Matthew
2015-11-14Cleanup from unifdef: set sact.sa_flags to SA_RESTART instead ofTodd C. Miller
2015-11-14Remove log_it() and call syslog(3) directly using the same format:Todd C. Miller
2015-11-14pledge "stdio inet sendfd" before entering main loop in network speakingTheo de Raadt
2015-11-14remove the machine arch from Dt - this file gets installed on moreJason McIntyre
2015-11-14these files document their config files too: adjust NAME accordingly;Jason McIntyre