openbsd
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.
2015-10-17 timPledge; OK millert@ tobias@
2015-10-17 gillesthis file is deprecated
2015-10-17 mmccChange allocarray() to areallocarray(), a full realloca...
2015-10-17 gillesremove unused variables
2015-10-17 mmccCopy alloc()'s overflow check to aresize().
2015-10-17 krwNUMBOOT is dead! Nuke the variables and abstractions...
2015-10-17 florianImplement -w maxwait now that the -w flag is free in...
2015-10-17 reykDo no accept fds on the control socket; including the...
2015-10-17 florianmove -V option before -v and remove one spurious newlin...
2015-10-17 gillesKNF
2015-10-17 gillesour strip() function should use isspace()
2015-10-17 florianRemove left over -N and -w. Adapt wording for the link...
2015-10-17 reykTighten up snmpd's control socket: do not allow users...
2015-10-17 rpeCleanup a bit.
2015-10-17 semarieadd "tty" for several subcommands of openssl
2015-10-17 deraadtThe file(1) magic-parsing process was using pledge...
2015-10-17 deraadtsmtpd starts rather robustly with a gigantic pledge...
2015-10-17 deraadtAdd pledge "id" support. This request permits setuid...
2015-10-17 jcaroute6d pledges to use only "stdio rpath wpath cpath...
2015-10-17 jcaAllow a few 'get' ioctls for pledge("route"). route6d...
2015-10-17 tedudon't need fcntl for non blocking socket, just ask...
2015-10-17 schwarzeVery tricky diff to fix macro interpretation and spacin...
2015-10-16 mmccChange x_do_ins()'s arg type from int to size_t for...
2015-10-16 mmccMove the overflow check to alloc() so that the link...
2015-10-16 deraadtuse daemon(), jca had the same diff in his tree
2015-10-16 jcaAlso allow 6 as a miblen for NET_RT_DUMP, not all users...
2015-10-16 deraadtpledge "stdio rpath wpath cpath getpw fattr flock"
2015-10-16 deraadtpledge "stdio rpath wpath cpath fattr proc exec"
2015-10-16 deraadtpledge "stdio rpath wpath cpath proc exec".
2015-10-16 florianRemove RFC 4620 support. The RFC is experimental and...
2015-10-16 djmincrease the minimum modulus that we will send or accept in
2015-10-16 deraadtHoist clearing of FIOASYNC to much earlier, then getty...
2015-10-16 schwarzeOnce apropos(1) or man(1) are done with database access...
2015-10-16 sthenUse SSL_get_version() not SSL_get_cipher_version()...
2015-10-16 gillesadd flock to pledge request, needed by delivery_filename
2015-10-16 jcaUnbreak route6d.
2015-10-16 tedusave some file descriptors. instead of a pipe, use...
2015-10-16 tedunaddy would like the child to exit when the parent...
2015-10-16 ajacoutotMissing local.
2015-10-16 florianNo longer talk about -b flag, it's gone.
2015-10-16 ajacoutotDrop usage of TMPDIR.
2015-10-16 deraadtsync
2015-10-16 schwarzetest mixing of tabs with Ta
2015-10-16 mpiMake sched_barrier() use its own task queue to avoid...
2015-10-16 tedulife is simpler if all requests go in the fifo, and...
2015-10-16 djmbetter handle anchored FQDNs (e.g. 'cvs.openbsd.org...
2015-10-16 teduderaadt tells me i'm supposed to check if connect(...
next