Age | Commit message (Expand) | Author |
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 |
2017-06-04 | Re-arrange struct bus_dmamap members | Stefan Fritsch |
2017-06-04 | update link to Ken Kato's vmware backdoor protocol documentation | Jonathan Matthew |
2017-06-04 | use htolem32 and lemtoh32 instead of htole32 and letoh32. | David Gwynne |
2017-06-03 | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. | Theo de Raadt |
2017-06-03 | ".section .bss" is portable to more platforms than plain ".bss" | Theo de Raadt |
2017-06-03 | use .balign instead of .align, it is portable to more architectures | Theo de Raadt |
2017-06-03 | Add a few sizes to free(). | Theo Buehler |
2017-06-03 | Add missing NET_LOCK(). | Martin Pieuchot |
2017-06-03 | Explicitly zero out the wepseed for TKIP and WEP. | Theo Buehler |
2017-06-03 | vioblk/virtio: Re-arrange some struct members | Stefan Fritsch |
2017-06-03 | Avoid printing garbage when aborting a program that tries to use a | Theo Buehler |
2017-06-02 | Perform grant table page allocation outside of the table mutex | Mike Belopuhov |
2017-06-02 | regen | Mark Kettenis |
2017-06-02 | Intel HD Graphics 510. | Mark Kettenis |
2017-06-02 | Scale the missed beacon counter threshold to the AP's beacon interval. | Stefan Sperling |
2017-06-02 | Remove a bogus run_read() call about getting MAC version. | Kevin Lo |
2017-06-02 | typo; meant to say locore0.S | Theo de Raadt |
2017-06-02 | When iwm(4) firmware reports missed beacons, send a probe request only | Stefan Sperling |
2017-06-02 | When iwn(4) firmware reports missed beacons, send a probe request only | Stefan Sperling |
2017-06-02 | Attach the xhci(4) FDT driver to the generic-xhci compatible as well. | Patrick Wildt |
2017-06-02 | handle 64bit dva in the tx path as well as the rx path. | David Gwynne |
2017-06-02 | only update the tx descriptors high address if it changes. | David Gwynne |