summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-06Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-06syncTheo de Raadt
2016-03-06Improve display of unknown and KTR_START recordsPhilip Guenther
2016-03-06The range of PIDs has changed, and always included zero.Philip Guenther
2016-03-06No more compat emulations, so remove ktrace EMUL records and the baggagePhilip Guenther
2016-03-06Rename mips64's trap_frame into trapframe.Martin Pieuchot
2016-03-06Drop "rpath" promise. Now that pledge() is called after setlocale(),tb
2016-03-06Do not fetch the same block multiple times if it is already presentMartin Pieuchot
2016-03-06Merge db_elf_sym_values() into db_symbol_values().Martin Pieuchot
2016-03-06explict_bzero for some asn1 free's - ok miod@Bob Beck
2016-03-06Make sure stdio functions don't end up in the library, from miod@Bob Beck
2016-03-06Remove unused amap_share_protect().Stefan Kempf
2016-03-06my bad. thought it was setlocale "C".Marc Espie
2016-03-06tweak previous a little;Jason McIntyre
2016-03-06DDB_REGS -> ddb_regsMartin Pieuchot
2016-03-06Tighten mknod pledge().natano
2016-03-06DDB_REGS -> &ddb_regs.Martin Pieuchot
2016-03-06Make set +o conform with POSIX.natano
2016-03-06Update file(1) regress for new description of ar(1) file.Nicholas Marriott
2016-03-06Tweak uvm assertions to avoid locking in some cases.Stefan Kempf
2016-03-06Document the PT_GET_THREAD_{FIRST,NEXT} requestsPhilip Guenther
2016-03-06Localize some declarations to kern_exit.c: the last good reason to putPhilip Guenther
2016-03-06Increase PID_MAX to 99999: the compats that constrained it to SHRT_MAX-1 arePhilip Guenther
2016-03-06Sync 'archive' magic from file 5.25. Various improvements includingStuart Henderson
2016-03-05better error messages, common work with natano@Marc Espie
2016-03-05ntfs populates ntfs_args, not msdosfs_args; ok espie@natano
2016-03-05Make the fd_set* passed to FD_ISSET() non-const: the non-macro version isPhilip Guenther
2016-03-05Remove unused node type; ok espie@natano
2016-03-05One ddb interface is enough for ppc.Martin Pieuchot
2016-03-05Define db_reg_t like the other archs by typedef'ing "struct trapframe".Martin Pieuchot
2016-03-05missed 'sed -i'Robert Peichaer
2016-03-05Sync no-argument function declaration and definition by adding (void).Tobias Ulmer
2016-03-05Remove debugging code, extra whitespace and a lint annotation.tb
2016-03-05Use mknod(2) to create FIFOs by setting S_IFIFO in the mode.Todd C. Miller
2016-03-05Change default lpd spool directory to match the code; from Chris BennettAntoine Jacoutot
2016-03-05According to RFC7231, section 7.1.1.1, the HTTP date header supportsChristian Weisgerber
2016-03-05If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8Nicholas Marriott
2016-03-05update to unbound 1.5.8, ok florian@ jung@Stuart Henderson
2016-03-05safer pattern: if you're interested in one child, get THAT one, don't stealMarc Espie
2016-03-05add proper entries for pkg_add privsep, instead of piggy-backing on _pfetchMarc Espie
2016-03-05POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specialsDmitrij Czarkoff
2016-03-05Convert a hand-rolled strtonum to a call to strtonum(3). This preventstb
2015-07-16update to Unbound 1.5.4, ok florian@, looks sane deraadt@Stuart Henderson
2014-11-20update to Unbound 1.5.0, ok sthen@Brad Smith
2013-09-22update to Unbound 1.4.21, ok brad@Stuart Henderson
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2016-03-05Almost complete rewrite of mknod.Marc Espie
2016-03-05fix steps for cert creation;Jason McIntyre
2016-03-05Do not use c->cwd or s->cwd if it is NULL, found by Ben Boeckel.Nicholas Marriott
2016-03-05KNF: wrap three overly long lines. No binary change.tb