summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-15Remove disklabel -B (NUMBOOT) support. All the platforms which used to needMiod Vallat
2015-10-15Avoid a race between fopen(3) and fchmod(2). Use umask(2) andAlexander Bluhm
2015-10-15No need to create links for xxboot now that MI installboot is the preferredMiod Vallat
2015-10-15Use MI installboot instead of disklabel -B to install boot blocks.Miod Vallat
2015-10-15Add an extra argument to bootstrap() to allow for a limited overlap between anMiod Vallat
2015-10-15add missing comma and missing range restriction, found by smilintStuart Henderson
2015-10-15relaydMIBObjects, not relaydMIBOjbects. From Rob Pierce.Stuart Henderson
2015-10-15Remove some unnecessary NULL-checks before free(). Change two bzero()mmcc
2015-10-15Add TIOCFLUSH to "tty" in support of tcflush()Theo de Raadt
2015-10-15Exposing FIOASYNC in pledge "ioctl" is a mistake; remove it, cannot find safe...Theo de Raadt
2015-10-15Plegde x99token with "stdio rpath wpath cpath fattr getpw tty".Alexander Bluhm
2015-10-15Handle F_ISATTY in the fcntl() stub as wellTheo de Raadt
2015-10-15remove '!' (subshell) and 'v' (edit) commands from ramdisk more(1) command.Theo de Raadt
2015-10-15corrects pledge code for fsck_ffs and fsck_ext2fsSebastien Marie
2015-10-15Let the rx path of cnmac run without the kernel lock. To avoid the needVisa Hankala
2015-10-15Fix previous. The port number is not included in sc_src and it isYASUOKA Masahiko
2015-10-15in6_pcbconnect() returns EADDRNOTAVAIL whenVincent Gross
2015-10-15iobuf_queue() should return the number of bytes it queued on success, not 0Gilles Chehade
2015-10-15Let "all" as an argument for "resume envelope", "pause envelope"Sunil Nimmagadda
2015-10-15A classic case for bzero() -> explicit_bzero()mmcc
2015-10-15Cast arguments of ctype functions to Char, a lexism defined as unsignedmmcc
2015-10-15FIOCLEX & FIONCLEX should be in base ioctl setTheo de Raadt
2015-10-15give up; include stdlib.h from the .h file, sighTheo de Raadt
2015-10-15fsck_ffs has a ^T signal handler which opens /dev/tty late. Hoist thatTheo de Raadt
2015-10-15lock needs pledge(proc exec) to use bsd auth system. from tronddTed Unangst
2015-10-15Fix a crash that occurs when printing the filename in a malformed NFSLawrence Teo
2015-10-15Add missing includes to make the pf(4) man page example program compileLawrence Teo
2015-10-15avoid using a var uninitialisedJonathan Gray
2015-10-14FALTHROUGH->FALLTHROUGH in comment, ok deraadt a few days agoStuart Henderson
2015-10-14Document flock requestTodd C. Miller
2015-10-14Add a dummy "flock" request that will allow file locking. It isTodd C. Miller
2015-10-14smtpd in tree is no longer neither 5.4.4, nor 5.4.5, bump SMTPD_VERSIONGilles Chehade
2015-10-14whitespacesGilles Chehade
2015-10-14better fix for overrun reported by Qualys Security.Ted Unangst
2015-10-14SMTPD_MAXPATHLEN -> PATH_MAX, this was unnoticed as file is not linkedGilles Chehade
2015-10-14imsg_read() may return EAGAIN, handle it in mproc_dispatch()Gilles Chehade
2015-10-14Bail out early if we have no buf_lenBob Beck
2015-10-14whitespace + only log TRACE_MPROC if not IMSG_STAT_{IN,DE}CREMENTGilles Chehade
2015-10-14fix a memory leak reported by Qualys Security.Ted Unangst
2015-10-14remove a handful of log_warn that we should handle at a different place toGilles Chehade
2015-10-14whitespaceGilles Chehade
2015-10-14fix define and enhanced status code reason for 5.5.0Gilles Chehade
2015-10-14Ensure we don't write a 0 byte past end of the buffer in the error case.Bob Beck
2015-10-14Use a strict $PATH of "/usr/bin:/usr/local/bin" to run the (de)compressorsTheo de Raadt
2015-10-14we dump esc_code if we have an esc_class, code may be (and actually was)Gilles Chehade
2015-10-14Allow group wheel to read the mail log. OK gilles@ sthen@Todd C. Miller
2015-10-14whitespaceGilles Chehade
2015-10-14whitespaceGilles Chehade
2015-10-14pledge() privileged processGilles Chehade
2015-10-14pledge() pony and lookupGilles Chehade