openbsd
2015-10-24 claudioPrint if a route is redistributed or not at least for...
2015-10-24 jungadd -h flag to SYNOPSIS as well
2015-10-24 bennoclarify where "with tls" can be used.
2015-10-24 reykRemove superfluous assignment.
2015-10-24 reykAdd pair(4), a vether-based virtual Ethernet driver...
2015-10-24 bluhmUnify all the errno names in
2015-10-24 jmcremove a paste error and get section numbers right...
2015-10-24 jmcchange one instance of Dl to a display and provide...
2015-10-24 jmcnormalise TUNNEL synopsis; ok dlg
2015-10-24 sthenHandle the split of tun(4) "link0" into tap(4) in ssh...
2015-10-24 claudioIntroduce msgtypenames to print bgp msg types (which...
2015-10-24 claudioIn all other cases of rde_filter_match() we ensure...
2015-10-24 claudioseg_type is only set but never used. So remove it....
2015-10-24 deraadtsync
2015-10-24 mmccCast isxdigit()'s argument to unsigned char.
2015-10-24 visaMake use of hardware RX checksum validation.
2015-10-24 mmccCast ctype function arguments to unsigned char.
2015-10-24 dlglookup tap devices in tapkqfilter, not tun devices.
2015-10-23 nicmPasting mouse escape sequences is unlikely, so skip...
2015-10-23 sthenypcipher isn't supported any more - it was already...
2015-10-23 bluhmTest syslogd with empty or non existing server certific...
2015-10-23 zhukFix a couple of issues in Russian calendar entries:
2015-10-23 mmccCast isdigit() argument to unsigned char.
2015-10-23 tobiasVerify that opened message catalog is valid, i.e. avoid...
2015-10-23 mmccCast ctype functions' arguments to unsigned char.
2015-10-23 mmccCast isspace() argument to unsigned char.
2015-10-23 teduremove some more ifdef maziness
2015-10-23 krwFix renaming in the root directory by correctly setting...
2015-10-23 mmccRemove three strange and unused preproc defines. Submit...
2015-10-23 krwFix printf() types so kernel compiles with or w/o MSDOS...
2015-10-23 claudioFrom jmc@ "the exclusive open propery" does not make...
2015-10-23 claudioForgot to install the new tap.4 man page.
2015-10-23 deraadtRather than re-opening the driftfile to write, keep...
2015-10-23 nicmRemove some unnecessary checks before free().
2015-10-23 nicmIf $TMUX is set, and we are unsure about the session...
2015-10-23 bluhmIf writing to a tty blocks, syslogd forked and tried...
2015-10-23 nicmtmux can call pledge() in main with large set and then...
2015-10-23 nicmFormat for scroll position, from Jorge Morante.
2015-10-23 deraadtAllow SIOCGIFINFO_IN6
2015-10-23 nicmUse tty_term_flag not _has for XT, and make -2 force...
2015-10-23 jungdocument -h flag and add a .Xr
2015-10-23 bennondp -n -d <addr> does dns lookups, even with -n. it...
2015-10-23 claudionetstart bits for tap(4)
2015-10-23 claudioSync (MAKEDEV addition of tap)
2015-10-23 claudioAdjust tun(4) and tap(4) after the split.
2015-10-23 claudioSync (after tap addition)
2015-10-23 claudioMAKEDEV bits for tap(4)
2015-10-23 claudioAllocate a new major for tap(4) also note that pseudo...
2015-10-23 claudioSplit up tun(4) into tun(4) & tap(4). Killing the link0...
2015-10-23 deraadtroute has 3 code paths: monitor (listening on route...
2015-10-23 phesslerAllowing upstream servers of ntp being in multiple...
2015-10-23 mpirtfree(9) and rtalloc(9) no longer need to be called...
2015-10-23 schwarzeapply bold and italic to all non-ASCII Unicode codepoints,
2015-10-23 mpiUpdate route entries reference counters atomically.
2015-10-23 tedudon't need MMAP to compile now
2015-10-23 teducorrect spelling of statistic in function name, from...
2015-10-23 bluhmCheck that syslogd delays a blocking write to tty and...
2015-10-23 bluhmIt was possible to create a gateway route pointing...
2015-10-23 mpi``rt_ifp'' cannot be NULL.
2015-10-23 deraadtgetnameinfo() no longer needs pledge "route". this...
2015-10-23 claudioSwitch if_nameindex(3) to use the new NET_RT_IFNAMES...
2015-10-23 claudioAdd ifnameindex to te libc regress tests
2015-10-23 deraadtdelete ) that jumped in
2015-10-23 bennolet the icmp check use getsockopt IP_IPDEFTTL to get...
2015-10-23 zhukA bit of whitespace cleanup, to make further diffs...
2015-10-23 zhukFix BODUN handling after switch to UTF-8.
2015-10-23 krwNuke a bunch of leading/embedded/trailing whitespace...
2015-10-23 teduforgot to commit makefile change for utf-8 calendars
2015-10-23 claudioIntroduce a new sysctl NET_RT_IFNAMES that returns...
2015-10-23 renatoMake use of pledge(2).
2015-10-23 renatoAdd pledge(2) to the child processes.
2015-10-23 kettenisZap pv allocation abstraction layer.
2015-10-23 tedui assume this file needs a LANG like all the rest
2015-10-23 tedutranslate calendar files to utf-8
2015-10-23 tedupush LDSTATIC line down so it's not overridden by makef...
2015-10-23 kettenisFix uvm_object reference counting. While these referen...
2015-10-23 tedusimplify argv back compat
2015-10-23 tedufurther simplify argv
2015-10-23 teducleanup argv handling a bit
2015-10-23 tedusimplify backcompat. no more support for kernel or...
2015-10-23 teduundent includes, from michael reed
2015-10-23 tedummap is the default. it's effectively the only tested...
2015-10-23 teduadd BUILDINFO file. currently contains a timestamp...
2015-10-23 deraadtsync
2015-10-23 mlarkinenable viornd on RAMDISK_CD
2015-10-23 beckInitial pledge of netcat - unfortunately flawed because...
2015-10-23 guentherFix waitpid() loop again: do the errno check only if...
2015-10-23 guentherUse waitpid() instead of wait() to avoid returning...
2015-10-23 guentherLoop the waitpid() on EINTR, and save and restore the...
2015-10-23 guentherMerge the sigaction() and sigprocmask() overloads/wrapp...
2015-10-23 deraadtpledge "stdio rpath getpw proc exec id" at start, much...
2015-10-23 deraadtWith new pledge "ps" and "vminfo" requests, ps/top...
2015-10-23 dlgthere's an extra argument to soreceive now.
2015-10-23 dlgpass the right sizes to free.
2015-10-23 dtuckerUpdate expected group sizes to match recent code changes.
2015-10-23 dlginline the hfsc_active TAILQ.
2015-10-23 jsginclude err.h for err() calls added with recent pledge...
2015-10-23 dlginline the hif_eligible TAILQ.
2015-10-23 mmccRemove two comments listing functionless files. Trivial...
2015-10-23 dlgcounting packets in hif_packets in hfsc_if is redundant.
next