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