openbsd
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...
2017-06-02 kevloRemove a bogus run_read() call about getting MAC version.
2017-06-02 deraadttypo; meant to say locore0.S
2017-06-02 schwarzeadd about 15 missing character escape sequences found...
2017-06-02 stspWhen iwm(4) firmware reports missed beacons, send a...
2017-06-02 stspWhen iwn(4) firmware reports missed beacons, send a...
2017-06-02 patrickAttach the xhci(4) FDT driver to the generic-xhci compa...
2017-06-02 espieSynonym -Wno-cpp for -Wno-#warnings. That one is not...
2017-06-02 dlghandle 64bit dva in the tx path as well as the rx path.
2017-06-02 djmrationalise the long list of manual CDIAGFLAGS that...
2017-06-02 dlgonly update the tx descriptors high address if it changes.
2017-06-02 dlgbe less tricky about when ifq_free is handled.
2017-06-01 dlgreorder ops in sk_start to avoid possibly rolling back...
2017-06-01 dlgreorder ops in sk_start to avoid possibly rolling back...
2017-06-01 patrickPass the correct dma tag to the load buffer function...
2017-06-01 tbThe fact is simple: Subshells have the same PPID as...
2017-06-01 sthenRevert 1.16 ("add a workaround for the rebound portjack...
2017-06-01 schwarzeMinimal implementation of the \h (horizontal motion...
2017-06-01 schwarzeSTYLE message about full stop at the end of .Nd; inspir...
2017-06-01 sthenExpand $eapid in iked tags, allowing PF rules to be...
2017-06-01 schwarzeDelete -f. What matters is covered by mandoc.
2017-06-01 patrickReturn time_uptime as value for when pf was enabled...
next