openbsd
2015-10-15 mmccRemove some unnecessary NULL-checks before free()....
2015-10-15 deraadtAdd TIOCFLUSH to "tty" in support of tcflush()
2015-10-15 deraadtExposing FIOASYNC in pledge "ioctl" is a mistake; remov...
2015-10-15 bluhmPlegde x99token with "stdio rpath wpath cpath fattr...
2015-10-15 deraadtHandle F_ISATTY in the fcntl() stub as well
2015-10-15 deraadtremove '!' (subshell) and 'v' (edit) commands from...
2015-10-15 semariecorrects pledge code for fsck_ffs and fsck_ext2fs
2015-10-15 visaLet the rx path of cnmac run without the kernel lock...
2015-10-15 yasuokaFix previous. The port number is not included in sc_sr...
2015-10-15 vgrossin6_pcbconnect() returns EADDRNOTAVAIL when
2015-10-15 gillesiobuf_queue() should return the number of bytes it...
2015-10-15 sunilLet "all" as an argument for "resume envelope", "pause...
2015-10-15 mmccA classic case for bzero() -> explicit_bzero()
2015-10-15 mmccCast arguments of ctype functions to Char, a lexism...
2015-10-15 deraadtFIOCLEX & FIONCLEX should be in base ioctl set
2015-10-15 deraadtgive up; include stdlib.h from the .h file, sigh
2015-10-15 deraadtfsck_ffs has a ^T signal handler which opens /dev/tty...
2015-10-15 tedulock needs pledge(proc exec) to use bsd auth system...
2015-10-15 lteoFix a crash that occurs when printing the filename...
2015-10-15 lteoAdd missing includes to make the pf(4) man page example...
2015-10-15 jsgavoid using a var uninitialised
2015-10-14 sthenFALTHROUGH->FALLTHROUGH in comment, ok deraadt a few...
2015-10-14 millertDocument flock request
2015-10-14 millertAdd a dummy "flock" request that will allow file lockin...
2015-10-14 gillessmtpd in tree is no longer neither 5.4.4, nor 5.4.5...
2015-10-14 gilleswhitespaces
2015-10-14 tedubetter fix for overrun reported by Qualys Security.
2015-10-14 gillesSMTPD_MAXPATHLEN -> PATH_MAX, this was unnoticed as...
2015-10-14 gillesimsg_read() may return EAGAIN, handle it in mproc_dispa...
2015-10-14 beckBail out early if we have no buf_len
2015-10-14 gilleswhitespace + only log TRACE_MPROC if not IMSG_STAT_...
2015-10-14 tedufix a memory leak reported by Qualys Security.
2015-10-14 gillesremove a handful of log_warn that we should handle...
2015-10-14 gilleswhitespace
2015-10-14 gillesfix define and enhanced status code reason for 5.5.0
2015-10-14 beckEnsure we don't write a 0 byte past end of the buffer...
2015-10-14 deraadtUse a strict $PATH of "/usr/bin:/usr/local/bin" to...
2015-10-14 gilleswe dump esc_code if we have an esc_class, code may...
2015-10-14 millertAllow group wheel to read the mail log. OK gilles...
2015-10-14 gilleswhitespace
2015-10-14 gilleswhitespace
2015-10-14 gillespledge() privileged process
2015-10-14 gillespledge() pony and lookup
2015-10-14 deraadtsync
2015-10-14 deraadtworse, need even more includes...
2015-10-14 tobiasCheck mmap and read return values. While at it, remove...
2015-10-14 florianTo specify a source address ping uses -I while ping6...
2015-10-14 deraadtpledge "stdio rpath" is good enough for these mainline...
2015-10-14 deraadtSince the fsck_* programs now only handle one filesyste...
2015-10-14 tobiasCopy permissions AND ownership when -o will override...
2015-10-14 deraadtsync
2015-10-14 deraadtunfortunately rewritelabel() just before termination...
2015-10-14 reyksync with httpd - no functional change, just C99 types
2015-10-14 deraadtOnly accept one filesystem/device as argument for check...
2015-10-14 deraadtWhen pledged with "fattr", allow chown to supplimentary...
2015-10-14 jsgadd includes for crc32() and uuid_dec_be() missed in...
2015-10-14 jsgInit a variable in the recently added carp_vhe_match...
2015-10-14 espiegc lst_ForEachNodeWhile, which isn't actually in use...
2015-10-14 espiemake sure we use stdbool.h
2015-10-14 jsginclude err.h for the err() calls added in rev 1.46
2015-10-14 jsgDon't use the NONE enum value where NULL was intended...
2015-10-14 vgrossbugfix: add ${.CURDIR} to deal with obj symlinks
2015-10-14 semarieunbreak regress/sbin/newfs
2015-10-14 vgrossbugfix : use ${.CURDIR} to cope with obj symlinks
2015-10-14 vgrossadd regress tests for automatic port allocation.
2015-10-14 vgrossadd regress tests for automatic port allocation
2015-10-14 mpiReset the RTF_CONNECTED flag when cloning an entry.
2015-10-14 mpiRewrite the logic around the dymanic array of routing...
2015-10-14 sunilConvert fgetln to getline.
2015-10-14 schwarzetweak previous (two details i apparently missed)
2015-10-14 dougPledge "stdio" for simple games.
2015-10-14 reykTwo more char -> unsigned char in ctype functions.
2015-10-14 reykMore (unsigned char) casts for ctype functions.
2015-10-14 reykAdd EVP_AEAD_CTX_init(3) manpage to document the new...
2015-10-14 semarieenable pledge(2) in rain(6)
2015-10-14 guentherRemove conditional compilation and #defines around...
2015-10-14 deraadtpledge "tty" can allow ioctl TIOCEXCL on a tty
2015-10-14 deraadtI messed up reading the call graph. -d delete does...
2015-10-14 deraadtsendmsg() is allowed to pass cmsg's which are not CMSG_...
2015-10-14 krwBackout last. Breaks sparc64, amoung other dubiousness.
2015-10-13 schwarzeReject the escape sequences \[uD800] to \[uDFFF] in...
2015-10-13 schwarzeMajor character table cleanup:
2015-10-13 timCall the sort program through $SORTPROG, as intended...
2015-10-13 mpiPrevent a NULL-pointer dereference when closing a ugen...
2015-10-13 millertIn rev 1.15 the sizeof argument was fixed in a strlcat...
2015-10-13 lumCheck if a file name can be extracted from a line befor...
2015-10-13 deraadt3 more headers required for one stinking inet6 ioctl..
2015-10-13 sashan- pf_insert_src_node(): global argument (arg6) is usele...
2015-10-13 ajacoutotsm_error() already does the exit for us.
2015-10-13 deraadtAllow ioctl SIOCGNBRINFO_IN6 in case of "route", for...
2015-10-13 deraadtNET_RT_FLAGS must also accept a proto selection.
2015-10-13 tobiasTest t16 for ed-formatted diffs does not contain a...
2015-10-13 timIgnore the setuid/setgid/sticky bits when copying the...
2015-10-13 tobiasReplace our /^\.\././ expression with /.//. The term...
2015-10-13 jsingPut ASN1_dup() under #ifndef LIBRESSL_INTERNAL.
2015-10-13 deraadtAfter the socket is open, the remainder is just io...
2015-10-13 florianRemove -b flag and let ping6 set the socket buffer...
2015-10-13 tim-C and -c allow at most one input file. Ensure this...
2015-10-13 djmapply PubkeyAcceptedKeyTypes filtering earlier, so...
2015-10-13 deraadtallow getsockopt IP_RECVDSTPORT & IPV6_RECVDSTPORT...
next