openbsd
2015-10-26 mmcc(char *)0 -> NULL
2015-10-26 krwFlesh out GPT info and tweak other verbiage to be less...
2015-10-26 millertRemove some useless defines and the set_cron_uid()...
2015-10-26 bluhmLet SLIST_REMOVE invalidate the pointer in more cases.
2015-10-26 mmccRename err() to error() to prevent confusion with the...
2015-10-26 teduremove the silly username cache here and use libc user_...
2015-10-26 deraadtremove TMPDIR support
2015-10-26 deraadtsync
2015-10-26 deraadtrip6query goes to the attic. Hopefully route6d (rip6d...
2015-10-26 teduremove TMPDIR support. ok millert
2015-10-26 teduprint uptime too. ok deraadt
2015-10-26 teduone second amnesty for timeouts so we don't spin with...
2015-10-26 teduset listening sockets to nonblocking, then handle as...
2015-10-26 tedudns check needs to be done on the kernel address after...
2015-10-26 deraadtAllow NET_RT_IFLIST in pledge "dns" as well
2015-10-26 claudioKernel got fixed we no longer need to check if rtm_pid...
2015-10-26 deraadtIf the system call is entirely unpermitted, code will...
2015-10-26 deraadtadd setreuid/setregid to "id"
2015-10-26 deraadtstop saving a pidfile; ok jung zhuk
2015-10-26 jungfix PATH_INFO for / requests
2015-10-26 bluhmNothing in base uses native language support anymore...
2015-10-26 teduremove libutil from dpadd too
2015-10-26 teduremove libutil from dpadd too
2015-10-26 deraadtlast consumer in base of pidfile()...
2015-10-26 jungremove util.h include and -lutil after pidfile removal
2015-10-26 deraadtStop writing a pidfile
2015-10-26 deraadtstop using pidfile()
2015-10-26 jungremove unneeded pidfile() from smtpd
2015-10-26 jsgSync "ifconfig create" interface list with ifconfig...
2015-10-26 jsgavoid a potential double free
2015-10-26 vgrossAdd autoport to netinet6 regress tests
2015-10-26 vgrossAdd regress test on local route insertions
2015-10-26 semariechange some pledge_fail() error/code
2015-10-26 semariemake pledge_check(), used for syscall check with pledge...
2015-10-26 yasuokaUsing realm for bsdauth is misleading. It is currently...
2015-10-26 semarietemporary unhook regress/sys/kern/pledge from regress
2015-10-26 dtuckerFix typo certopt->certopts in shell variable. This...
2015-10-26 mmccCast isdigit()'s argument to unsigned char.
2015-10-26 schwarzeadjust macro usage to the usual conventions
2015-10-26 jcaPartial revert of r1.79, "np" handling is a bit trickie...
2015-10-26 jcaSet low-delay traffic class for IPv6 connections as...
2015-10-26 jcaRename the struct pollfd array, "set" -> "pfd"
2015-10-26 jcaThose variables should be local to the functions where...
2015-10-26 jmcspace before punctuation;
2015-10-26 jcaKill unused variable and function.
2015-10-25 jcahms() returns a pointer to static storage, annotate...
2015-10-25 jcaCorrectly print size_t/time_t.
2015-10-25 dtuckerExpand tildes in filenames passed to -i before checking...
2015-10-25 jcaPlug memory leak introduced in r1.15.
2015-10-25 dtuckerDo not prepend "exec" to the shell command run by ...
2015-10-25 millertNo longer create /var/run/ftpd.pid in daemon mode;...
2015-10-25 jcaThose two functions take no parameters, thus /* ARGSUSE...
2015-10-25 jcaSync surrounding code after reallocarray introduction.
2015-10-25 jcaRename allocopy() to xstrdup(), and make use of strdup(3).
2015-10-25 jcaKill unused ROUTE6D_CONF define.
2015-10-25 jcaAnother pidfile(3) removal; ok benno@
2015-10-25 jcaIn case of error, also log the file name we failed...
2015-10-25 nicmExtend the modifiers allowed before formats: as well...
2015-10-25 teduunifdef some oldness. (BSD not defined since removal...
2015-10-25 jcaansify
2015-10-25 deraadtunbreak tree for ramdisks without INET6
2015-10-25 zhukUnify & improve paragraphs talking about "==> file...
2015-10-25 millertRemove PIDDIR and PIDFILE missed in previous commit.
2015-10-25 deraadtsync
2015-10-25 florianPut some comments in how nd6_rs_attach() works.
2015-10-25 jcapledge "stdio inet route"; ok deraadt@
2015-10-25 millertRemove cron.pid support. We still want to avoid multip...
2015-10-25 jcaStop writing down a pidfile.
2015-10-25 stspFix installboot(8) on i386/amd64 when softraid is on...
2015-10-25 deraadtFold "malloc" into "stdio" and -- recognizing that...
2015-10-25 deraadtpledge "route" no longer needed for if_indextoname...
2015-10-25 tobiasWrite error message instead of duplicated file name...
2015-10-25 dougChange test to use length 128 (shortest long-form encod...
2015-10-25 florianpr_bitrange() is unused, nuke it.
2015-10-25 florianremove prototype for removed pingerlen function.
2015-10-25 jungenable asmc(4) on i386
2015-10-25 jungrefactor to use a taskq and postpone the long running...
2015-10-25 guentherWrap waitpid() so calls go direct; weaken wait() and...
2015-10-25 claudioRename imsg_compose_parent and imsg_compose_rde to...
2015-10-25 claudioOnly run the rib_dump_runner() if there is something...
2015-10-25 mmccCast ctype functions' argument to unsigned char.
2015-10-25 guentherMove the _atfork_list definition to atexit.c so that...
2015-10-25 guentherHide __atexit and __atexit_register_cleanup()
2015-10-25 deraadtpledge_sockopt_check is shared between setsockopt/getso...
2015-10-25 krw'b0' and 'b1' are no longer supported, so de-document...
2015-10-25 krwNuke union of d_packname with un_d_boot0 & un_d_boot1...
2015-10-25 mpiI should not have committed this chunk. Spotted by...
2015-10-25 dougSort the obsolete flags.
2015-10-25 dougMark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.
2015-10-25 dougRemove last vestige of SSL_OP_NO_SSLv3 support.
2015-10-25 dougSimplify ssl23_get_client_hello error handling.
2015-10-25 zhukDecapitalize yyparse tag name here.
2015-10-25 czarkoffstrvis directory names in ps
2015-10-25 mpiSimple sizes for free(9).
2015-10-25 deraadtdo not expose nd6 randomid's to userland via ioctl.
2015-10-25 mpiTrivial rt_ifp->if_index -> rt_ifidx conversions.
2015-10-25 mpiSync after recent rtable_insert() change.
2015-10-25 mpiMerge rtable_mpath_conflict() into rtable_insert().
2015-10-25 florianIPV6_NEXTHOP is gone, remove -g option which used this.
2015-10-25 florianRemove IPV6_NEXTHOP implementation. Source routing...
next