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