openbsd
2016-08-08 renatoUse exit(3) instead of _exit(2) in the child processes.
2016-08-08 renatoUse exit(3) instead of _exit(2) in the child processes.
2016-08-08 renatoSimplify shutdown process
2016-08-08 kettenisMove the cpu_setup() call to the end of initarm()....
2016-08-08 jmctrim the dsaparam section; ok guenther
2016-08-08 deraadtW^X violations are only permitted for binaries marked...
2016-08-08 rzalamenaCreate socket with SOCK_NONBLOCK instead of using fcntl...
2016-08-08 rzalamenaHandle imsg_read() EAGAIN like the man page code example.
2016-08-08 renatorde and eigrpe should use exit(3) instead of _exit(2)
2016-08-08 renatoNormalize the received prefixes.
2016-08-08 mikebFixup incorrect format specification bugs spotted by...
2016-08-08 sobrado/tmp and /var/tmp are the same, consistently use the...
2016-08-08 kettenisMapping non-cachable memory as cachable and subsequentl...
2016-08-08 mpiExecute address hooks in the update case.
2016-08-08 kettenisImplement mmc power sequencing; makes the sdo interface...
2016-08-08 kettenisARMv7 data caches are "effectively" PIPT. This means...
2016-08-08 yasuokaFix previous. Obvously the condition is reversed.
2016-08-08 yasuokaSplit ofcconn into switch part and connection part...
2016-08-07 stspMake iwm(4) automagically recover from fatal firmware...
2016-08-07 guentherSince we have kbind(2), we don't need -znow to use...
2016-08-07 guentherIf an output section is skipped because of a constraint...
2016-08-07 kettenisUse the device tree to lookup the address of the ARM...
2016-08-07 kettenisAdd the Raspberry Pi 2/3 devices here as well.
2016-08-07 kettenisInitial support for Raspberry Pi 2/3. All the hard...
2016-08-07 reykwhitespace
2016-08-07 reykDefine VXLAN_VNI_UNSET and VXLAN_VNI_MAX instead of...
2016-08-07 tbUpdate online manual path to man.openbsd.org.
2016-08-07 tbUpdate the link for the getentropy(2) manual to man...
2016-08-07 guentherAs with csu, alpha passes &_DYNAMIC to _reloc_alpha_got...
2016-08-07 guentherTeach i386 to pass &_DYNAMIC to _dl_boot_bind()
2016-08-07 guentherTeach mips64 to pass &_DYNAMIC to _dl_boot_bind()
2016-08-07 guentherhahahah: amd64 has been passing &_DYNAMIC to _dl_boot_b...
2016-08-07 guentherFlip the #ifdef logic: amd64, arm, i386, and mips64...
2016-08-07 guentherTeach mips64 to pass &_DYNAMIC to _dl_boot_bind().
2016-08-07 guentheralpha already calculates &_DYNAMIC for the _reloc_alpha...
2016-08-07 guentherTeach i386 to pass &_DYNAMIC to _dl_boot_bind()
2016-08-07 guentherPsych: amd64 has been passing &_DYNAMIC to _dl_boot_bin...
2016-08-07 guentherFlip the #ifdef logic: amd64, i386, and mips64 were...
2016-08-07 guentherAdd XOR cookies for lr and sp. Stop saving/restoring...
2016-08-07 jmatthewadd $OpenBSD$ tags
2016-08-06 deraadtsync
2016-08-06 tedureset timeout to null when relooping
2016-08-06 guentherUse internal names for __errno, _memcpy, memset, and...
2016-08-06 patrickAlways allocate intrhand with M_WAITOK.
2016-08-06 patrickAlways allocate intrhand with M_WAITOK.
2016-08-06 patrickImplement interrupt controller functionality in the...
2016-08-06 patrickExtend the interrupt controller API with a disestablish...
2016-08-06 kettenisSwitch imx over to the generic pinctrl API.
2016-08-06 kettenisBuild ofw_pinctrl.o and ofw_gpio.o on armv7. The latte...
2016-08-06 kettenisAdd a generic pinctrl "framework".
2016-08-06 kettenisPut page tables in normal cachable memory on armv7...
2016-08-06 tbAdd more tests for better code coverage:
2016-08-06 tbIf you see code like this, you know something's quite...
2016-08-06 reykAdd support for IPv6 tunnel endpoints. This currently...
2016-08-06 reykFix multicast mode (destination is a multicast IP)...
2016-08-06 patrickRework ampintc's interrupt disestablish code to make...
2016-08-06 jsgDynamically attach intc(4) using the FDT and switch...
2016-08-06 jsgDisable edma(4). It isn't currently used and is gettin...
2016-08-06 visaAdd PageGrain bits.
2016-08-06 pascalUnbreak PSK authentication, broken by previous.
2016-08-06 visaLog RX errors only when the interface's debug flag...
2016-08-06 jsgremove now unused board specific phy defines
2016-08-06 deraadtsync
2016-08-06 jsgDynamically attach pluart(4) using the FDT.
2016-08-06 jsgDynamically attach plrtc(4) using the FDT.
2016-08-06 jsgvirtio no longer attaches to vexpress
2016-08-06 jsgDynamically attach virtio(4) using the FDT.
2016-08-06 jsgadjust for fdt changes
2016-08-06 jsgSet up the fdt attach args for devices that attach...
2016-08-05 kettenisUse m_devget(4). From Artturi Alm.
2016-08-05 schwarzeenable the mandoc.db(5) regression suite, code is stabl...
2016-08-05 kettenisDynamically attach sxidog(4).
2016-08-05 schwarzeadjust expected output after the NAME_HEAD fix in mando...
2016-08-05 jmca1xintc -> sxiintc;
2016-08-05 kettenisRemove sxirtc(4) from the tables now that it attaches...
2016-08-05 schwarzemissing <endian.h> reported by Bapt@iste Daroussin...
2016-08-05 kettenisDynamically attach sxirtc(4); another board_id check...
2016-08-05 kettenisCheck if we have the required "reg" property.
2016-08-05 kettenisa1xintc(4) -> sxiintc(4)
2016-08-05 kettenisWe don't want drivers with numbers in their names.
2016-08-05 kettenisReplace inappropriate use of CP15_CNTPCT with CP_DCCIMVAC.
2016-08-05 kettenisSwitch the sunxi platform over to the new interrupt...
2016-08-05 mikebSwitch pending event clearing to an atomic swap operation
2016-08-05 mikebSwitch pending event clearing to an atomic swap operation
2016-08-05 mikebFixup incorrect EAGAIN handling
2016-08-05 mikebRead events array offset must be calculated in bytes
2016-08-05 mikebRemove incorrect optimization: ring data portion size...
2016-08-05 deraadtDo not *printf %s NULL
2016-08-05 schwarzefix a typo that prevented names from .Dt from getting...
2016-08-05 schwarze* Properly distinguish commands (.Ic) and command modif...
2016-08-05 deraadtsync
2016-08-05 schwarzeObvious minor fixes:
2016-08-05 teduuse a larger chunk for getentropy() and save some for...
2016-08-05 krwDon't leak the option data of non-DHCPINFORM messages...
2016-08-05 tbAll four arguments can be omitted by specifying a dash.
2016-08-05 tbIf reps and steps were omitted, while begin and end...
2016-08-05 tbIf "%%" appears in the format string, skip it properly.
2016-08-05 kettenisUnmask the timer output signal for real.
2016-08-05 tbenable dddd regression test
2016-08-05 tbInitialize reps, begin, end, steps to their defaults.
next