Age | Commit message (Expand) | Author |
2016-08-30 | Use O_CLOEXEC when opening fds local to a function | Philip Guenther |
2016-08-30 | Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t | Theo de Raadt |
2016-08-30 | Kill (remove) the ps_pid from privsep struct since it is not being used | Rafael Zalamena |
2016-08-30 | summary() is no longer called from a signal handler, so it can use | Theo de Raadt |
2016-08-30 | Fix fd leak on error. OK jsg@ | Todd C. Miller |
2016-08-30 | Avoid calling summary() from a signal handler. This will allow us | Todd C. Miller |
2016-08-30 | use a mixture of .Dl and .Bd -compact to reduce the amount of | Jason McIntyre |
2016-08-30 | Make sure to not decrease packet size when running with -v. | Florian Obser |
2016-08-30 | Terminate daemon using the socket status instead of watching SIGCHLD or | Rafael Zalamena |
2016-08-30 | does not need sys/param.h | Theo de Raadt |
2016-08-30 | Remove duplicated prototypes from header. | Rafael Zalamena |
2016-08-30 | Move DT_NUM from <sys/exec_elf.h> to resolv.h in ld.so where it belongs. | Mark Kettenis |
2016-08-30 | Make the init code match the comment and disable watchdog | Jonathan Gray |
2016-08-30 | Mask sb pci irq bits for a,b,c,d instead of a,b,b,d. | Jonathan Gray |
2016-08-30 | usage() is __dead. | Florian Obser |
2016-08-30 | buf[][] with strange use all over the place is ridiculous, especially | Theo de Raadt |
2016-08-30 | Fix 32-bit time handling, using time_t and make it work on systems | Theo de Raadt |
2016-08-30 | Properly set "msb" and "bps" fields for both play and rec directions. | Alexandre Ratchov |
2016-08-30 | Add destination IP to MAC, reduces difference to ping(8). | Florian Obser |
2016-08-30 | Do not assume that the full http response header is in the first | Florian Obser |
2016-08-30 | shorten rsautl; | Jason McIntyre |
2016-08-30 | restrict monitor auth calls to be allowed only when their | Damien Miller |
2016-08-30 | use a per-table rwlock to serialize ART updates and walks, rather than | Jonathan Matthew |
2016-08-30 | pool_setipl | David Gwynne |
2016-08-30 | pool_setipl for nfs pools | David Gwynne |
2016-08-29 | Change le(4) buffer address to 0x71010000, which is the same address | Kenji Aoyama |
2016-08-29 | Syslogd tls config error messages have changed, adapt tests. | Alexander Bluhm |
2016-08-29 | Add more information to syslogd tls config error messages. | Alexander Bluhm |
2016-08-29 | Set MTU size to ~4k until the TX path is ready to deal with larger packets | Mike Belopuhov |
2016-08-29 | Don't count output errors twice | Mike Belopuhov |
2016-08-29 | Make socket splicing performance test pass in multiple environments. | Alexander Bluhm |
2016-08-29 | Fixup packet fragment unrolling procedure | Mike Belopuhov |
2016-08-29 | Store the return value of mbrtowc() in a size_t, not int. | Todd C. Miller |
2016-08-29 | Make examples fit in 80 columns, reminded by jmc@ | Martin Pieuchot |
2016-08-28 | fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD | Damien Miller |
2016-08-28 | Get rid of sxipio_ioh and sxipio_iot; they're not used (anymore). | Mark Kettenis |
2016-08-28 | Add a few missing sunxi-h3 clocks and resets. | Mark Kettenis |
2016-08-28 | shorten the rsa text; of note, i've also reduced the description | Jason McIntyre |
2016-08-28 | Fix the macros that determine the register offsets based on port and pin. | Mark Kettenis |
2016-08-28 | If a line inside .Bl -column starts with a tab character | Ingo Schwarze |
2016-08-28 | Reset the host controller after a failed command request to make sure it | Marcus Glocker |
2016-08-28 | typo | Ingo Schwarze |
2016-08-28 | I don't dare to provide an OK for a rewrite of this program | Ingo Schwarze |
2016-08-28 | Check the MORE (or LESS) environment variables after forcing the various | Nicholas Marriott |
2016-08-28 | Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS, | Reyk Floeter |
2016-08-28 | ld.so doesn't need gettimeofday or lstat stubs any more | Philip Guenther |
2016-08-28 | fix a comment | Philip Guenther |
2016-08-28 | Don't call lstat() before readlink() just to see if it's a symlink, | Philip Guenther |
2016-08-28 | Pull in <time.h> for tzset() | Philip Guenther |
2016-08-27 | Kill empty window after moving pane and updating current window, so that | Nicholas Marriott |