Age | Commit message (Expand) | Author |
2017-07-30 | Bump MAXCPUS on octeon. | Visa Hankala |
2017-07-30 | Define MAXCPUS per mips64 port. | Visa Hankala |
2017-07-30 | Use effective_proposal data to build resolv.conf contents. | Kenneth R Westerback |
2017-07-30 | Use effective_proposal data to set mtu and address. | Kenneth R Westerback |
2017-07-30 | sync | Visa Hankala |
2017-07-30 | man octcit(4) | Visa Hankala |
2017-07-30 | Add a driver for CIU3. Not quite finished yet, but good enough for now. | Visa Hankala |
2017-07-30 | Fix a double free of the TLS config in the error path. | Alexander Bluhm |
2017-07-30 | If syspatch is updating itself, exit after installing the new syspatch to | Antoine Jacoutot |
2017-07-30 | `-R' requires root privileges. | Antoine Jacoutot |
2017-07-30 | leftovers from newd | Florian Obser |
2017-07-29 | sync | Theo de Raadt |
2017-07-29 | Remove erroneous h length modifier, the argument has type 'int'. | Frederic Cambus |
2017-07-29 | Document that builtins for certain malloc(3)-like and free(3)-like | Mark Kettenis |
2017-07-29 | Document that -Waddress-of-packed-member is disabled by default. | Mark Kettenis |
2017-07-29 | Disable -Waddress-of-packed-member by default. | Mark Kettenis |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-29 | Fix off-by-one in return value of efi_device_path_depth(). | Mark Kettenis |
2017-07-29 | Remove useless conditional before free(). | ians |
2017-07-29 | Remove unused function and variable to shut up warning. Put back | Alexander Bluhm |
2017-07-29 | Add a bcmaux(4) driver that handles clocks and interrupts for the | Mark Kettenis |
2017-07-29 | Device trees for the Rasperry Pi are still in flux. Catch up with the | Mark Kettenis |
2017-07-29 | repair regress for more aggressive post fork checking in library. | Ted Unangst |
2017-07-29 | not all the world is an i386. Back out breakage. | Theo de Raadt |
2017-07-29 | Fix clang warnings in rdsetroot | mortimer |
2017-07-29 | Fix trapsleds on i386 | mortimer |
2017-07-29 | return -1 in error path of non-void function, pointed out by clang | Florian Obser |
2017-07-29 | Default routes supplied via DHO_CLASSLESS[_MS]_STATIC_ROUTES | Kenneth R Westerback |
2017-07-29 | Use linker flags that build and run the test with gcc and clang. | Alexander Bluhm |
2017-07-29 | sync | Vadim Zhukov |
2017-07-29 | Goodbye, sys/dkbad.h, you lost your last friend when sparc was removed. | Vadim Zhukov |
2017-07-29 | Use memory barriers to prevent pointer use before initialization. | Paul Irofti |
2017-07-29 | change if ((a == b)) to if (a == b); silences noisy on-by-default | Florian Obser |
2017-07-29 | There is no RTC on the E300 boards. | Visa Hankala |
2017-07-29 | Replace a complex `if' condition with a list. | Visa Hankala |
2017-07-28 | plog format string should be literal. | Frederic Cambus |
2017-07-28 | Add some sanity length checks in VFS directory scan. This protects | Alexander Bluhm |
2017-07-28 | DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts | Robert Peichaer |
2017-07-28 | Fix some warnings: p1() and p2() are only declared without arguments so | Nicholas Marriott |
2017-07-28 | On OpenBSD disable the malloc/calloc/realloc/free/str*dup builtins, since | Theo de Raadt |
2017-07-28 | sync | Visa Hankala |
2017-07-28 | man octsctl(4) | Visa Hankala |
2017-07-28 | Add a driver for the OCTEON SATA controller bridge. | Visa Hankala |
2017-07-28 | Add a workaround that allows the use of sys/dev/fdt code on octeon. | Visa Hankala |
2017-07-28 | When the mparse_alloc() prototype changed in read.c 1.151, updating | Ingo Schwarze |
2017-07-28 | use & to check if a bit is set in a flag; pointed out by clang | Florian Obser |
2017-07-28 | Always calculate the hash value of the x509 cert in ssl_load_pkey(). | Alexander Bluhm |
2017-07-28 | Make the engine id is just binary data so make it uint8_t. | Florian Obser |
2017-07-28 | Use a format string for yyerror when printing a variable string. | Florian Obser |
2017-07-28 | pass the size of the dst buffer to strlcat, not the source; pointed | Florian Obser |