summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-06we don't need this temporary buffer since we're going to strdup() it rightGilles Chehade
2015-10-06Another simple update for xwindows, from 5.x.Nicholas Marriott
2015-10-06Log the matched offset (and the new offset) instead of just of the newNicholas Marriott
2015-10-06ssh and ssl key file magic, from file 5.x.Nicholas Marriott
2015-10-06Another simple update from file 5.x.Nicholas Marriott
2015-10-06fix snprintf() error checking in token expansion code, these can't possiblyGilles Chehade
2015-10-06fix chdir() call for the sake of correctnessGilles Chehade
2015-10-06fix values passed to umask(), they should be octal.Gilles Chehade
2015-10-06do not need ioctl.hTheo de Raadt
2015-10-06Obvious tame "stdio rpath wpath cpath" to a program I will never use.Theo de Raadt
2015-10-06fix reallocarray() constructs to always use temporary variableGilles Chehade
2015-10-06Enable ioctl() in the "rw" request, to support FIONREAD/FIONBIO easierTheo de Raadt
2015-10-06these do not use ioctl.hTheo de Raadt
2015-10-06struct knote's kn_sdata needs to be the same type as struct kevent's dataPhilip Guenther
2015-10-06tame "stdio getpw"Theo de Raadt
2015-10-06data processing stdin to stdout; tame "stdout"Theo de Raadt
2015-10-06unfortunately tame "stdio" can only happen well after the sequence of:Theo de Raadt
2015-10-06adapt to recent sshkey_parse_private_fileblob() API changeDamien Miller
2015-10-06The performance hit for -fstack-protector-all is worth it here.Theo de Raadt
2015-10-06Appears that tame "stdio getpw rpath" will satisfy all code paths.Theo de Raadt
2015-10-05During getopt(), an optional file may be opened. After that, tame "stdio"Theo de Raadt
2015-10-05tame "stdio rpath wpath cpath", because this program reads and createsTheo de Raadt
2015-10-05Remove EXTERN from lex.h and put the definitions in lex.c, from MichaelNicholas Marriott
2015-10-05Remove EXTERN from table.h and put the definitions in table.c, fromNicholas Marriott
2015-10-05Another trivial update, some extra bits for timezone, from file 5.x.Nicholas Marriott
2015-10-05Set the line file descriptor nonblocking and make it blocking again forNicholas Marriott
2015-10-05Fix efiboot not to use the usual kernel load address. Load the kernel inYASUOKA Masahiko
2015-10-05Very trivial changes from file 5.x: spelling mistakes, %ld->%d and someNicholas Marriott
2015-10-05Get BE and LE UTF-32 correct, from file 5.x.Nicholas Marriott
2015-10-05Update compress magic from the upstream file 5.x magic files.Nicholas Marriott
2015-10-05actually use lbuf in getmailname()Stefan Sperling
2015-10-05change a few examples to be more stylistic. pointed out by rob pierceTed Unangst
2015-10-05Remove the non-standard -l flag that pipes the output through pr(1).Todd C. Miller
2015-10-05Add support for !:strength modifier to adjust strength of a test.Nicholas Marriott
2015-10-05Offset into the file can be size_t and add some casts to remove warnings.Nicholas Marriott
2015-10-05Revert if_oqdrops accounting changes done in kernel, per request from mpi@.Masao Uebayashi
2015-10-05Style nits on a couple of casts.Nicholas Marriott
2015-10-05Use explicit_bzero() instead of memset() for zeroing out secrets.Todd C. Miller
2015-10-05this process deserves -fstack-protector-allTheo de Raadt
2015-10-05some more bzero->explicit_bzero, from Michael McConvilleDamien Miller
2015-10-05correct picasso's birth date;Jason McIntyre
2015-10-05alpha ramdisk ran out of space, very slightly. Probably due to theTheo de Raadt
2015-10-05tame "stdio inet cmsg" should work well in the session engine.Theo de Raadt
2015-10-05KNF a switch statement, moving a local variable up a frame as well -Theo de Raadt
2015-10-05Out, damned whitespace!Kenneth R Westerback
2015-10-05Count IFQ_ENQUEUE() failure as output drop.Masao Uebayashi
2015-10-05Don't count IF_DROP()'ed packets as if_oerrors too.Masao Uebayashi
2015-10-05Remove unused errstr variable.Todd C. Miller
2015-10-05use different tame requests if TMPDIR is in env:Sebastien Marie
2015-10-05Handle ifi_oqdrops in netstat(8).Masao Uebayashi