openbsd
2015-10-19 nicmPrint vnode type for sendfd/recvfd not file type, ok...
2015-10-19 mpiStop checking for RTF_UP directly, call rtisvalid(9...
2015-10-19 mpiStop checking for RTF_UP directly, call rtisvalid(9...
2015-10-19 mpiSync rtisvalid(9) check for local route entries with...
2015-10-19 mpiRemove superfluous NULL checks.
2015-10-19 jcaoptarg and optind are declared by unistd.h
2015-10-19 jcaAdd err.h, missing after pledge() introduction.
2015-10-19 reykFix control_imsg_forward() by changing imsg_compose...
2015-10-19 reykRemove the ikev1 stub - Since I started iked, it has...
2015-10-19 yasuokaRemove a duplicated '#include <stdio.h>' line.
2015-10-19 reykFix control_imsg_forward() by changing imsg_compose...
2015-10-19 reykPrint control socket client fd in debug message to...
2015-10-19 sunilKill whitespace at eol.
2015-10-19 vgrossdeduplicate in[6]_pcbbind() port scan loop.
2015-10-19 yasuokaAvoid a NULL dereference when getgrnam_r() returns...
2015-10-19 dcoppaUpdate etc/mtree/BSD.x11.dist (freetype-2.6.1)
2015-10-19 yasuokaCall tzset() before dropping the priviledge to use...
2015-10-19 yasuokaCan't assert "module->fd >= 0" in radiusd_stop() since...
2015-10-19 jmatthewMove bge rxeof and txeof outside the kernel lock.
2015-10-19 mmccApply style(9) to header includes.
2015-10-18 guentherNeed <string.h> for memset()
2015-10-18 bennopledge bgplg(8).
2015-10-18 rpeFinish first round of rework of the rc script.
2015-10-18 nicmPass current directory as a string rather than a file...
2015-10-18 uaaThe change of 5.7's sys/arch/i386/i386/bus_space.c and
2015-10-18 deraadtInstead of fragile CMSG parsing, control pledge "sendfd...
2015-10-18 guentherPull in <float.h> instead of declaring __flt_rounds...
2015-10-18 jungfix lmtp delivery regressions introduced in previous:
2015-10-18 mmccMove more EXTERN-defined globals from sh.h.
2015-10-18 kettenisBackport another Broadwell fix from Linux 3.15
2015-10-18 miodUse "getpw" rather than "flock", per deraadt@'s suggestion.
2015-10-18 tobiasAvoid integer overflow with very large files.
2015-10-18 rpeFix comments.
2015-10-18 miodpledge+=flock, for /var/run/ypbind.lock. ok semarie@
2015-10-18 millertDo not warn for sort -o if we can't chown the output...
2015-10-18 bluhmAdd "id" pledge to syslogd privsep process. Needed...
2015-10-18 jcaMake use of pledge(2); initial diff from deraadt@
2015-10-18 deraadtactually, it uses getaddrinfo
2015-10-18 deraadtlibc DNS functions will now use the new dnssocket(...
2015-10-18 jcaTweak previous: call fatal(), not err(3), for consisten...
2015-10-18 semarieregress pledge: test kill()
2015-10-18 semarieregress pledge: remove cmsg
2015-10-18 semarieregress pledge: cpath test
2015-10-18 semarieregress pledge: cmsg is deprecated
2015-10-18 semarieregress pledge: tweak a bit the manner to grab hte...
2015-10-18 dougNeed native-pledge for id.
2015-10-18 guentherld.so no longer needs or uses a bind lock, so stop...
2015-10-18 jsgTadpole/Sun Voyager IIi reported to work via dmesg@
2015-10-18 semariemove SS_DNS socket check from kern_plegde.c to sys_gene...
2015-10-18 guentherUse offsetof() instead of adding the sizes of the prece...
2015-10-18 ajacoutotMake sure sm_rotate_bak() is only run once.
2015-10-18 deraadtgetting sloppy, lost a }
2015-10-18 deraadtsorry, sdiff -o interactive mode does another spawn
2015-10-18 deraadtAdd "dns" to the pledges. Previously these worked...
2015-10-18 deraadtForcibly delete /var/run/ypbind.lock to prepare for...
2015-10-18 deraadtunrelated commit; not ready yet
2015-10-18 deraadtFirst casualty of making pledge "dns" mandatory for...
2015-10-18 deraadtMove your drink further away... When a program pledged...
2015-10-18 deraadtafter kmem is open and setup, pledge "stdio rpath wpath...
2015-10-18 deraadtCollapse some strange programmer style with too much...
2015-10-18 deraadtWith TIOCSTI supported in pledge "tty proc", csh is...
2015-10-18 mmccA whole buncha unsigned char casts for ctype function...
2015-10-18 mmccUse explicit_bzero() when the memory is freed directly...
2015-10-18 mmccUse explicit_bzero() when the memory is freed directly...
2015-10-18 deraadtTIOCSTI and TIOCSCTTY; oops got the condition backwards.
2015-10-18 deraadtbetter placement for dnssocket/dnsconnect
2015-10-18 deraadtDescribe dnssocket / dnsconnect arguments
2015-10-18 dougAllow read/write access to /dev/tty when using "tty...
2015-10-18 deraadtcreate libc stubs for dnssocket() and dnsconnect()
2015-10-18 deraadtsync
2015-10-18 deraadtAdd two new system calls: dnssocket() and dnsconnect...
2015-10-17 deraadtnaddy asks me if __tfork should be allowed by "proc...
2015-10-17 deraadtconnect() to an AF_UNIX socket is really read/write...
2015-10-17 deraadtAllow the nasty ioctl TIOCSTI in "tty", but also requir...
2015-10-17 deraadtbetter wording in a comment
2015-10-17 deraadtUnify TIOCGPGRP/TIOCGWINSZ/TIOCGWINSZ behaviour regardi...
2015-10-17 deraadtAllow TIOCSCTTY on tty devices, if the pledge says...
2015-10-17 deraadtwhitespace
2015-10-17 guentherRename SYSEXIT() to SYSCALL_END() for consistency with...
2015-10-17 gillesmailaddr_match() allows comparing two struct mailaddr...
2015-10-17 guentherMove the last of the __DBINTERFACE_PRIVATE bits from...
2015-10-17 kettenisFix the code that sets up the MCH BAR on systems where...
2015-10-17 naddyTighten pledge: We only write to stdio and never to...
2015-10-17 stspSpell all "unexpected mode %u" panics in lower case...
2015-10-17 jmcremove some unneccessary macros; from michael reed
2015-10-17 jmcadd missing underscore; from theo buehler
2015-10-17 stspFix build with IFMEDIA_DEBUG defined; ok sthen@
2015-10-17 deraadtPROTO_NORMAL for pledge(); ok guenther
2015-10-17 bluhmlogin_token needs pledge "flock" now.
2015-10-17 gillesmakemap shout strip initial and trailing whitespaces...
2015-10-17 gillesdocument handling of comments in makemap
2015-10-17 mmccDrop two useless defines.
2015-10-17 nicmAdd pledge "stdio unix sendfd proc exec tty" to tmux...
2015-10-17 mmccMove a system header include from the global header...
2015-10-17 gillesboth of these are deprecated
2015-10-17 sunilConvert some fgetln to getline.
2015-10-17 sunilCleanup and simplify LMTP code.
2015-10-17 sunilLMTP delivery requires "inet unix".
2015-10-17 florianmake usage() less horrible
2015-10-17 dougExit if a pledge call fails in non-interactive mode.
next