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