Age | Commit message (Expand) | Author |
2015-09-07 | append a slash immediately after a file system path that is a directory; | Igor Sobrado |
2015-09-07 | Fix a regression that was introduced with server.c r1.64: Do NOT free | Reyk Floeter |
2015-09-07 | Simplify handling of sum files. | Antoine Jacoutot |
2015-09-07 | No need to restore backup of sum files; once the new ones are installed, | Antoine Jacoutot |
2015-09-07 | Add getfsstat(2) to TAME_RPATH; OK deraadt@ | tim |
2015-09-07 | Fix the previous. The condition of loop which read GPT partitions had been | YASUOKA Masahiko |
2015-09-07 | sync | Theo de Raadt |
2015-09-07 | also install BOOTIA32.EFI | Theo de Raadt |
2015-09-07 | sync to BOOTIA32.EFI change | Theo de Raadt |
2015-09-07 | BOOTX86.EFI should be BOOTIA32.EFI. | YASUOKA Masahiko |
2015-09-07 | sizes for free(); ok jmatthew | Theo de Raadt |
2015-09-07 | cosmetic fixes | Ted Unangst |
2015-09-06 | Document the rule for keeping static and shared archs in sync | Philip Guenther |
2015-09-06 | We no longer need to grab the kernel lock for allocating and freeing pages | Mark Kettenis |
2015-09-06 | Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame | Philip Guenther |
2015-09-06 | UINT_MAX would overflow the integer calculation later on, leading to | Tobias Stoeckmann |
2015-09-06 | Avoid floating point exception when an invalid font width was specified. | Tobias Stoeckmann |
2015-09-06 | Use the new fdisk -b functionality to put an EFI system partition on the | Mark Kettenis |
2015-09-06 | spacing required before punctuation; | Jason McIntyre |
2015-09-06 | remove excessive Xr; from rob pierce | Theo de Raadt |
2015-09-06 | create uefi/msdos partition using fdisk -b, then place uefi bootloader | Theo de Raadt |
2015-09-06 | size for free() | Theo de Raadt |
2015-09-06 | Add support for QEMU PCI serial devices in puc(4) | Stefan Fritsch |
2015-09-06 | regenerate from pcidevs | Stefan Fritsch |
2015-09-06 | Add ids for Qemu PCI serial devices | Stefan Fritsch |
2015-09-06 | hex array of bytes should be printed fixed-form; from Jihyun Yu | Theo de Raadt |
2015-09-06 | sizes for free(); ok semarie | Theo de Raadt |
2015-09-06 | Remove some lies and document that passing the PR_WAITOK flag to pmap_init(9) | Mark Kettenis |
2015-09-06 | clarify malloc arguments (base + length...) | Theo de Raadt |
2015-09-06 | seperate a variable into two, so that the size of a free() is remembered. | Theo de Raadt |
2015-09-06 | qlw fits | Miod Vallat |
2015-09-06 | pretty simple size for free() | Theo de Raadt |
2015-09-06 | The pppx_if_pl pool will never be used in interrupt context, so pass the | Mark Kettenis |
2015-09-06 | We actually need an interrupt-safe allocator here, as we call pool_put() | Mark Kettenis |
2015-09-06 | PR_WAITOK for the pmap_pmap_pool here as well. | Mark Kettenis |
2015-09-06 | Use checksum to check the gpt parition. Old check was missing | YASUOKA Masahiko |
2015-09-06 | correct a mistake in my previous commit; | Jason McIntyre |
2015-09-06 | Check strdup return value for NULL. | Tobias Stoeckmann |
2015-09-06 | Remove ruby19 and rbx FLAVOR information, as support for both was removed | Jeremy Evans |
2015-09-06 | sizes for free(); ok jmatthew | Theo de Raadt |
2015-09-06 | srom size is tracked, pass to free() | Theo de Raadt |
2015-09-06 | firmware size for free() | Theo de Raadt |
2015-09-06 | sizes for free() - most are about the firmware memory | Theo de Raadt |
2015-09-05 | When rand() was made fully random, the return value of srand() was | Theo de Raadt |
2015-09-05 | Do not make ip22_{slow,fast}_mode() public anymore. | Miod Vallat |
2015-09-05 | Give up trying to map DMA descriptor in uncached memory on ECC flavours of the | Miod Vallat |
2015-09-05 | snprintf+write --> dprintf | Philip Guenther |
2015-09-05 | Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and return | Philip Guenther |
2015-09-05 | This is probably what guenther@ had in mind. | Miod Vallat |
2015-09-05 | Add DEB_WEAK(dbopen) such that we provide dbopen as well as _libc_dbopen. | Mark Kettenis |