Age | Commit message (Expand) | Author |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-07 | Make __fd_isset() take a const fd_set * param, to avoid upsetting c++ | Jeremie Courreges-Anglas |
2016-03-07 | Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file. | Stefan Sperling |
2016-03-07 | sync | Theo de Raadt |
2016-03-07 | regen | tb |
2016-03-07 | There is a mknod(2) call hidden deep in the guts of cvs(1) that | tb |
2016-03-07 | fix error in documentation of `ca' keyword | Gilles Chehade |
2016-03-07 | Merge rtwn(4) and urtwn(4) register definitions into a common header file. | Stefan Sperling |
2016-03-07 | remove -u? from usage(); | Jason McIntyre |
2016-03-07 | In man page hostname.if examples showing how to configure hostap, put lines | Stefan Sperling |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-07 | - General changes: | mestre |
2016-03-07 | boolean_t/FALSE/TRUE -> int/0/1 | Martin Pieuchot |
2016-03-07 | Do not remove RTF_STATIC L2 entries from the routing table. | Martin Pieuchot |
2016-03-07 | Fix end signature check, from Patrick Wildt. | Martin Pieuchot |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-07 | simplify print formatting logic, replace exit() in main() with return | mmcc |
2016-03-07 | (type *)0 -> NULL | mmcc |
2016-03-07 | remove needless malloc cast | mmcc |
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 |