Age | Commit message (Expand) | Author |
2017-06-08 | Wrap startup code with .ent and .end for proper disassembly. | Visa Hankala |
2017-06-08 | Move loongson/octeon/sgi unmap_startup() under arch/mips64. | Visa Hankala |
2017-06-08 | Split early startup code out of locore.S into locore0.S. Adjust link | Visa Hankala |
2017-06-08 | Split early startup code out of locore.S into locore0.S. Adjust link | Visa Hankala |
2017-06-08 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-06-08 | remove the _rb_color prototype in RBT, it's unused/unimplimented | David Gwynne |
2017-06-08 | make rb_n2e return a struct rb_entry *, not void * | David Gwynne |
2017-06-08 | use unsigned long instead of caddr_t to move between nodes and entries. | David Gwynne |
2017-06-08 | add RBT_SET_LEFT, RBT_SET_RIGHT, and RBT_SET_PARENT | David Gwynne |
2017-06-08 | make the gem tx path MPSAFE. | David Gwynne |
2017-06-07 | Add an acct(5) flag for pledge violations. Then lastcomm(1) shows | Alexander Bluhm |
2017-06-07 | Acquire submit queue mutex only once per xbf_complete_cmd invocation | Mike Belopuhov |
2017-06-07 | Assert that the KERNEL_LOCK() is held when messing with routing, | Martin Pieuchot |
2017-06-07 | Assert that the calling CPU is holding the KERNEL_LOCK() in malloc(9) | Martin Pieuchot |
2017-06-07 | Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals | Martin Pieuchot |
2017-06-06 | Set the weak variant of hysteresis as default. | Ulf Brosziewski |
2017-06-06 | Rewrite the driver to handle 64kb transfers | Mike Belopuhov |
2017-06-06 | Call xbf_intr for polled transfers that can't sleep | Mike Belopuhov |
2017-06-06 | Add support for tap gestures. | Ulf Brosziewski |
2017-06-06 | Provide sufficient info in error messages to identify | Kenneth R Westerback |
2017-06-06 | Remove code that is not needed right now. | Visa Hankala |
2017-06-06 | Implement startup smashing in C. The code should be moved | Visa Hankala |
2017-06-06 | Update panic strings, pipex no longer use rn_inithead0(). | Martin Pieuchot |
2017-06-06 | Do not rely on <net/rtable.h> beeing included by other headers. | Martin Pieuchot |
2017-06-06 | Fix build without PF. | Martin Pieuchot |
2017-06-06 | correct the depend list of a target introduced in rev 1.9 | Jonathan Gray |
2017-06-06 | Regen. | Kevin Lo |
2017-06-06 | Sort DLINK section and add USB device ID of D-Link DWA-131 rev E1. | Kevin Lo |
2017-06-05 | - let's add PF_LOCK() | Alexandr Nedvedicky |
2017-06-05 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-06-05 | Increase kernel size, by pushing rodata 1MB forward, from 5MB to 6MB. | Theo de Raadt |
2017-06-05 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-06-05 | include machine/param.h before machine.asm.h because uhm alpha. | Theo de Raadt |
2017-06-05 | track permissions of original file | Theo de Raadt |
2017-06-05 | use same idiom as other Makefiles | Theo de Raadt |
2017-06-05 | Randomize the link order of .o files in the kernel on octeon. | Visa Hankala |
2017-06-05 | Avoid use of _C_LABEL, since it is not portable to all our architectures. | Theo de Raadt |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-05 | use byte swapping loads and stores. | David Gwynne |
2017-06-04 | Catch up with changes made on amd64 (kettenis@): | Christian Weisgerber |
2017-06-04 | fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@ | Christian Weisgerber |
2017-06-04 | Remove unused function, as pointed out by clang. ok deraadt@ kettenis@ | Christian Weisgerber |
2017-06-04 | Create gap.* with umask 007 instead of 077 to make kernel builds after | Theo Buehler |
2017-06-04 | Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager. | Mark Kettenis |
2017-06-04 | Remove comment that no longer is true. esym is not written by our | Patrick Wildt |
2017-06-04 | Split early startup code out of locore.S into locore0.S. Adjust link | Patrick Wildt |
2017-06-04 | Switch the TTM code over to the generic DRM VMA manager. | Mark Kettenis |
2017-06-04 | Don't need to provide a padbyte value for .bss, it will always be 0 | Theo de Raadt |
2017-06-04 | Sync with current NetBSD/luna68k code. | Kenji Aoyama |
2017-06-04 | Add sizes for free for the RSN IEs. Rewrite ieee80211_save_ie() slightly | Theo Buehler |