summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-28On OpenBSD disable the malloc/calloc/realloc/free/str*dup builtins, sinceTheo de Raadt
2017-07-28syncVisa Hankala
2017-07-28man octsctl(4)Visa Hankala
2017-07-28Add a driver for the OCTEON SATA controller bridge.Visa Hankala
2017-07-28Add a workaround that allows the use of sys/dev/fdt code on octeon.Visa Hankala
2017-07-28When the mparse_alloc() prototype changed in read.c 1.151, updatingIngo Schwarze
2017-07-28use & to check if a bit is set in a flag; pointed out by clangFlorian Obser
2017-07-28Always calculate the hash value of the x509 cert in ssl_load_pkey().Alexander Bluhm
2017-07-28Make the engine id is just binary data so make it uint8_t.Florian Obser
2017-07-28Use a format string for yyerror when printing a variable string.Florian Obser
2017-07-28pass the size of the dst buffer to strlcat, not the source; pointedFlorian Obser