summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-31The handling of 'add' used by bridge and switch in ifconfig does notJonathan Gray
2017-07-31Style fix and unused var/label cleanup. From Matthew Martin.mortimer
2017-07-30clang (and newer gcc at high -O) are unaware that objects placed in strangeTheo de Raadt
2017-07-30Remove outdated count of the number of available assignment operators.anton
2017-07-30disable post fork checks for now, too much turbulence in the airTed Unangst
2017-07-30mark __inline functions which are not neccessarily used, with __unused.Theo de Raadt
2017-07-30Use memcpy instead of casts to copy 8 bytes of data to avoid unalignedMark Kettenis
2017-07-30Enable mpath support in the Allotment Routing Table (ART) on the ramdisk.Florian Obser
2017-07-30Switch installer to Allotment Routing Table (ART).Florian Obser
2017-07-30Add shebangJeremie Courreges-Anglas
2017-07-30Bump VM_PHYSSEG_MAX.Visa Hankala
2017-07-30Bump MAXCPUS on octeon.Visa Hankala
2017-07-30Define MAXCPUS per mips64 port.Visa Hankala
2017-07-30Use effective_proposal data to build resolv.conf contents.Kenneth R Westerback
2017-07-30Use effective_proposal data to set mtu and address.Kenneth R Westerback
2017-07-30syncVisa Hankala
2017-07-30man octcit(4)Visa Hankala
2017-07-30Add a driver for CIU3. Not quite finished yet, but good enough for now.Visa Hankala
2017-07-30Fix a double free of the TLS config in the error path.Alexander Bluhm
2017-07-30If syspatch is updating itself, exit after installing the new syspatch toAntoine Jacoutot
2017-07-30`-R' requires root privileges.Antoine Jacoutot
2017-07-30leftovers from newdFlorian Obser
2017-07-29syncTheo de Raadt
2017-07-29Remove erroneous h length modifier, the argument has type 'int'.Frederic Cambus
2017-07-29Document that builtins for certain malloc(3)-like and free(3)-likeMark Kettenis
2017-07-29Document that -Waddress-of-packed-member is disabled by default.Mark Kettenis
2017-07-29Disable -Waddress-of-packed-member by default.Mark Kettenis
2017-07-29Fix off-by-one in return value of efi_device_path_depth().Mark Kettenis
2017-07-29Fix off-by-one in return value of efi_device_path_depth().Mark Kettenis
2017-07-29Remove useless conditional before free().ians
2017-07-29Remove unused function and variable to shut up warning. Put backAlexander Bluhm
2017-07-29Add a bcmaux(4) driver that handles clocks and interrupts for theMark Kettenis
2017-07-29Device trees for the Rasperry Pi are still in flux. Catch up with theMark Kettenis
2017-07-29repair regress for more aggressive post fork checking in library.Ted Unangst
2017-07-29not all the world is an i386. Back out breakage.Theo de Raadt
2017-07-29Fix clang warnings in rdsetrootmortimer
2017-07-29Fix trapsleds on i386mortimer
2017-07-29return -1 in error path of non-void function, pointed out by clangFlorian Obser
2017-07-29Default routes supplied via DHO_CLASSLESS[_MS]_STATIC_ROUTESKenneth R Westerback
2017-07-29Use linker flags that build and run the test with gcc and clang.Alexander Bluhm
2017-07-29syncVadim Zhukov
2017-07-29Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed.Vadim Zhukov
2017-07-29Use memory barriers to prevent pointer use before initialization.Paul Irofti
2017-07-29change if ((a == b)) to if (a == b); silences noisy on-by-defaultFlorian Obser
2017-07-29There is no RTC on the E300 boards.Visa Hankala
2017-07-29Replace a complex `if' condition with a list.Visa Hankala
2017-07-28plog format string should be literal.Frederic Cambus
2017-07-28Add some sanity length checks in VFS directory scan. This protectsAlexander Bluhm
2017-07-28DEFAULTSETS, SANESETS and THESETS are set in the install.md scriptsRobert Peichaer
2017-07-28Fix some warnings: p1() and p2() are only declared without arguments soNicholas Marriott