Age | Commit message (Expand) | Author |
2017-06-06 | Test insertion of unmatched meta sequence. | anton |
2017-06-06 | make vnetid and parent commands available in SMALL ifconfigs. | David Gwynne |
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 | Show usage of sysmerge and MAKEDEV instead of just mentioning them. | Theo Buehler |
2017-06-05 | - let's add PF_LOCK() | Alexandr Nedvedicky |
2017-06-05 | initial docs for COMPILER_WRAPPER and COMPILER_LINKS | Stuart Henderson |
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 | Temporarily disable the second call to rc_check until I figure out what | Antoine Jacoutot |
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 | Test insertion of non-ASCII characters, in particular making sure | Ingo Schwarze |
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 | Fix logic in _rc_wait to properly cope with setproctitle(3) daemons. It was a | Antoine Jacoutot |
2017-06-05 | Randomize the link order of .o files in the kernel on octeon. | Visa Hankala |
2017-06-05 | explicitly pass -w since clang -M doesn't imply it. | Marc Espie |
2017-06-05 | Add new edit regress files. | anton |
2017-06-05 | Rewrite ksh edit mode regression tests. | anton |
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 | exclude more objects from the readelf output when building syspatches (needed... | Robert Nagy |
2017-06-05 | a kernel errata requires a full build as well in case some headers | Robert Nagy |
2017-06-05 | set BUILDUSER to build by default, this can be overwritten from the environment | Robert Nagy |
2017-06-05 | do not add ./ to the path of the files in the tarball | Robert Nagy |
2017-06-05 | do not remove used files from the fakeroot | Robert Nagy |
2017-06-05 | remove vlan(4) specific output handling | David Gwynne |
2017-06-05 | use byte swapping loads and stores. | David Gwynne |
2017-06-05 | Set the group on cron's Unix domain socket _before_ making it | Todd C. Miller |
2017-06-04 | Catch up with changes made on amd64 (kettenis@): | Christian Weisgerber |
2017-06-04 | Implement the roff(7) .mc (right margin character) request. | Ingo Schwarze |
2017-06-04 | fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@ | Christian Weisgerber |
2017-06-04 | Replace ((2 << 31) - 1) with 0xffffffff, which is equivalent but doesn't | Christian Weisgerber |
2017-06-04 | Update to perl File::Path 2.13 for security fixes | Andrew Fresh |
2017-06-04 | Remove unused function, as pointed out by clang. ok deraadt@ kettenis@ | Christian Weisgerber |
2017-06-04 | Make term_flushln() simpler and more robust: | Ingo Schwarze |
2017-06-04 | Create gap.* with umask 007 instead of 077 to make kernel builds after | Theo Buehler |
2017-06-04 | Do not leak command, from David CARLIER. | Nicholas Marriott |
2017-06-04 | Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager. | Mark Kettenis |
2017-06-04 | Remove the sigprocmask stub that has long been made unused since | Patrick Wildt |
2017-06-04 | Remove comment that no longer is true. esym is not written by our | Patrick Wildt |
2017-06-04 | For the memory operand, clang passes in an address relative to the | Christian Weisgerber |
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 | Malloc the superblock buffer to make sure that it is properly aligned. | Christian Weisgerber |
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 | Use proper bool types in fortune(6). | Frederic Cambus |