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