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