summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-06-06correct the depend list of a target introduced in rev 1.9Jonathan Gray
2017-06-06Regen.Kevin Lo
2017-06-06Sort 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-05Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt
2017-06-05Increase kernel size, by pushing rodata 1MB forward, from 5MB to 6MB.Theo de Raadt
2017-06-05Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt
2017-06-05include machine/param.h before machine.asm.h because uhm alpha.Theo de Raadt
2017-06-05track permissions of original fileTheo de Raadt
2017-06-05use same idiom as other MakefilesTheo de Raadt
2017-06-05Randomize the link order of .o files in the kernel on octeon.Visa Hankala
2017-06-05Avoid use of _C_LABEL, since it is not portable to all our architectures.Theo de Raadt
2017-06-05The arm* architectures edit the ld.script, creating a copy in the compileTheo de Raadt
2017-06-05use byte swapping loads and stores.David Gwynne
2017-06-04Catch up with changes made on amd64 (kettenis@):Christian Weisgerber
2017-06-04fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@Christian Weisgerber
2017-06-04Remove unused function, as pointed out by clang. ok deraadt@ kettenis@Christian Weisgerber
2017-06-04Create gap.* with umask 007 instead of 077 to make kernel builds afterTheo Buehler
2017-06-04Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager.Mark Kettenis
2017-06-04Remove comment that no longer is true. esym is not written by ourPatrick Wildt
2017-06-04Split early startup code out of locore.S into locore0.S. Adjust linkPatrick Wildt
2017-06-04Switch the TTM code over to the generic DRM VMA manager.Mark Kettenis
2017-06-04Don't need to provide a padbyte value for .bss, it will always be 0Theo de Raadt
2017-06-04Sync with current NetBSD/luna68k code.Kenji Aoyama
2017-06-04Add sizes for free for the RSN IEs. Rewrite ieee80211_save_ie() slightlyTheo Buehler
2017-06-04Re-arrange struct bus_dmamap membersStefan Fritsch
2017-06-04update link to Ken Kato's vmware backdoor protocol documentationJonathan Matthew
2017-06-04use htolem32 and lemtoh32 instead of htole32 and letoh32.David Gwynne
2017-06-03Create 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-03use .balign instead of .align, it is portable to more architecturesTheo de Raadt
2017-06-03Add a few sizes to free().Theo Buehler
2017-06-03Add missing NET_LOCK().Martin Pieuchot
2017-06-03Explicitly zero out the wepseed for TKIP and WEP.Theo Buehler
2017-06-03vioblk/virtio: Re-arrange some struct membersStefan Fritsch
2017-06-03Avoid printing garbage when aborting a program that tries to use aTheo Buehler
2017-06-02Perform grant table page allocation outside of the table mutexMike Belopuhov
2017-06-02regenMark Kettenis
2017-06-02Intel HD Graphics 510.Mark Kettenis
2017-06-02Scale the missed beacon counter threshold to the AP's beacon interval.Stefan Sperling
2017-06-02Remove a bogus run_read() call about getting MAC version.Kevin Lo
2017-06-02typo; meant to say locore0.STheo de Raadt
2017-06-02When iwm(4) firmware reports missed beacons, send a probe request onlyStefan Sperling
2017-06-02When iwn(4) firmware reports missed beacons, send a probe request onlyStefan Sperling
2017-06-02Attach the xhci(4) FDT driver to the generic-xhci compatible as well.Patrick Wildt
2017-06-02handle 64bit dva in the tx path as well as the rx path.David Gwynne
2017-06-02only update the tx descriptors high address if it changes.David Gwynne
2017-06-02be less tricky about when ifq_free is handled.David Gwynne
2017-06-01reorder ops in sk_start to avoid possibly rolling back ifq_deq.David Gwynne
2017-06-01reorder ops in sk_start to avoid possibly rolling back ifq_deq.David Gwynne