openbsd
2017-06-06 mpiUpdate stubs to work with radix tree.
2017-06-06 mpiUpdate panic strings, pipex no longer use rn_inithead0().
2017-06-06 mpiDo not rely on <net/rtable.h> beeing included by other...
2017-06-06 mpiFix build without PF.
2017-06-06 jsgmention -fwrapv being on by default
2017-06-06 jsgEnable -fwrapv by default with clang to treat signed...
2017-06-06 dtuckerFix compression output stats broken in rev 1.201. ...
2017-06-06 tbregen
2017-06-06 tbMention that the special files are created in the curre...
2017-06-06 antonTest insertion of unmatched meta sequence.
2017-06-06 dlgmake vnetid and parent commands available in SMALL...
2017-06-06 jsgcorrect the depend list of a target introduced in rev 1.9
2017-06-06 kevloRegen.
2017-06-06 kevloSort DLINK section and add USB device ID of D-Link...
2017-06-05 tbShow usage of sysmerge and MAKEDEV instead of just...
2017-06-05 sashan- let's add PF_LOCK()
2017-06-05 stheninitial docs for COMPILER_WRAPPER and COMPILER_LINKS
2017-06-05 deraadtSplit early startup code out of locore.S into locore0...
2017-06-05 deraadtIncrease kernel size, by pushing rodata 1MB forward...
2017-06-05 ajacoutotTemporarily disable the second call to rc_check until...
2017-06-05 deraadtSplit early startup code out of locore.S into locore0...
2017-06-05 deraadtinclude machine/param.h before machine.asm.h because...
2017-06-05 schwarzeTest insertion of non-ASCII characters, in particular...
2017-06-05 deraadttrack permissions of original file
2017-06-05 deraadtuse same idiom as other Makefiles
2017-06-05 ajacoutotFix logic in _rc_wait to properly cope with setproctitl...
2017-06-05 visaRandomize the link order of .o files in the kernel...
2017-06-05 espieexplicitly pass -w since clang -M doesn't imply it.
2017-06-05 antonAdd new edit regress files.
2017-06-05 antonRewrite ksh edit mode regression tests.
2017-06-05 deraadtAvoid use of _C_LABEL, since it is not portable to...
2017-06-05 deraadtThe arm* architectures edit the ld.script, creating...
2017-06-05 robertexclude more objects from the readelf output when build...
2017-06-05 roberta kernel errata requires a full build as well in case...
2017-06-05 robertset BUILDUSER to build by default, this can be overwrit...
2017-06-05 robertdo not add ./ to the path of the files in the tarball
2017-06-05 robertdo not remove used files from the fakeroot
2017-06-05 dlgremove vlan(4) specific output handling
2017-06-05 dlguse byte swapping loads and stores.
2017-06-05 millertSet the group on cron's Unix domain socket _before_...
2017-06-04 naddyCatch up with changes made on amd64 (kettenis@):
2017-06-04 schwarzeImplement the roff(7) .mc (right margin character)...
2017-06-04 naddyfix a bungled logical/bitwise expression pointed out...
2017-06-04 naddyReplace ((2 << 31) - 1) with 0xffffffff, which is equiv...
2017-06-04 afresh1Update to perl File::Path 2.13 for security fixes
2017-06-04 naddyRemove unused function, as pointed out by clang. ok...
2017-06-04 schwarzeMake term_flushln() simpler and more robust:
2017-06-04 tbCreate gap.* with umask 007 instead of 077 to make...
2017-06-04 nicmDo not leak command, from David CARLIER.
2017-06-04 kettenisSwitch the radeondrm(4) driver over to TTM using the...
2017-06-04 patrickRemove the sigprocmask stub that has long been made...
2017-06-04 patrickRemove comment that no longer is true. esym is not...
2017-06-04 naddyFor the memory operand, clang passes in an address...
2017-06-04 patrickSplit early startup code out of locore.S into locore0...
2017-06-04 kettenisSwitch the TTM code over to the generic DRM VMA manager.
2017-06-04 naddyMalloc the superblock buffer to make sure that it is...
2017-06-04 deraadtDon't need to provide a padbyte value for .bss, it...
2017-06-04 aoyamaSync with current NetBSD/luna68k code.
2017-06-04 fcambusUse proper bool types in fortune(6).
2017-06-04 tbAdd sizes for free for the RSN IEs. Rewrite ieee80211_s...
2017-06-04 espiepass better arguments to mkdep.
2017-06-04 nicmAdd a timeout to prevent the sequences which wait for...
2017-06-04 nicmRemove unused variable.
2017-06-04 nicmBe more strict about escape sequences that rename windo...
2017-06-04 nicmSupport SIGUSR2 to stop and start logging for an existi...
2017-06-04 nicmTypo/style; plus man page escaping from jmc.
2017-06-04 sfRe-arrange struct bus_dmamap members
2017-06-04 jmatthewupdate link to Ken Kato's vmware backdoor protocol...
2017-06-04 dlguse htolem32 and lemtoh32 instead of htole32 and letoh32.
2017-06-04 schwarzePure preprocessor implementation of the roff(7) .ec...
2017-06-03 deraadtconfig -e mode should match our other policies which...
2017-06-03 deraadtWe have been running a small awk program before install...
2017-06-03 deraadtImmediately after mounting / read-write, chmod og-rwx...
2017-06-03 deraadtAfter installing, chmod og-rwx {/bsd bsd.mp bsd.sp...
2017-06-03 deraadtkernels in compile dirs are readonly, and the bsd.rd...
2017-06-03 deraadtkernels in compile dirs are og-rwx, so need to make...
2017-06-03 deraadtCreate gap.S and gap.o with umask 077. Create lorder...
2017-06-03 deraadt".section .bss" is portable to more platforms than...
2017-06-03 deraadtuse .balign instead of .align, it is portable to more...
2017-06-03 nicmMake set-clipboard a three-state option so tmux itself...
2017-06-03 schwarzeignore blank lines in man(7) next line scope;
2017-06-03 tbAdd a few sizes to free().
2017-06-03 schwarzedelete -n option, now covered by mandoc; OK jmc@
2017-06-03 schwarzeenable -Wstyle by default in -Tlint; OK jmc@
2017-06-03 mpiAdd missing NET_LOCK().
2017-06-03 tbExplicitly zero out the wepseed for TKIP and WEP.
2017-06-03 floriansync
2017-06-03 florianMove slaacd to /sbin
2017-06-03 sfvioblk/virtio: Re-arrange some struct members
2017-06-03 nicmForeground colours with the bright attribute set need...
2017-06-03 tbAvoid printing garbage when aborting a program that...
2017-06-03 halexuse proper name for LPI
2017-06-03 halexfix spelling in a handful of the Swedish entries
2017-06-02 mikebPerform grant table page allocation outside of the...
2017-06-02 ottoUse += instead of = for extra flag. Prompted by miod@
2017-06-02 fcambusFix an infinite loop in fortune(6).
2017-06-02 schwarzePartial implementation of \h (horizontal line drawing...
2017-06-02 kettenisregen
2017-06-02 kettenisIntel HD Graphics 510.
2017-06-02 stspScale the missed beacon counter threshold to the AP...
next