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