summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-09remove vaxismsTheo de Raadt
2016-03-09remove __vax__Theo de Raadt
2016-03-09We are done providing support for the vax.Theo de Raadt
2016-03-09Unmask interrupts unconditionnally before calling the generic trap handler.Martin Pieuchot
2016-03-09Correct some comments and definitions, from Michal Mazurek.Martin Pieuchot
2016-03-09Accept only character special devices rather than generating a coreKenneth R Westerback
2016-03-09Move db_show_regs() in the only file where it is used and turn it private.Martin Pieuchot
2016-03-09Convert DDB_REGS -> &ddb_regs, inputs and ok naddy@Martin Pieuchot
2016-03-09Add a comment to the vcpu state enum to remind people there is a matchingMike Larkin
2016-03-09Induce an exit in a running vcpu if an interrupt is asserted (pending).Mike Larkin
2016-03-09rework how mpw(4) interacts with vlan(4)David Gwynne
2016-03-08Actually enforce what was done on rev 1.11:mestre
2016-03-08- ranf() and franf() are prototyped on trek.h but ranf.c doesn't include it somestre
2016-03-08syncTheo de Raadt
2016-03-08Headers cleanup with and OK tb@mestre
2016-03-08Set content charset for auto index generated page.Florian Obser
2016-03-08- bridge_localbroadcast() must call pf_pkt_addr_changed()Alexandr Nedvedicky
2016-03-08Change where we note the 'last' pcpu we ran on. This is needed for upcomingMike Larkin
2016-03-08Remove an outdated comment and fix some error case printfs that wereMike Larkin
2016-03-08additional debug printfsMike Larkin
2016-03-08Fix: "authconf.users_file_path" is a char[] but is checked as a char*.YASUOKA Masahiko
2016-03-08Remove __cplusplus include guard.YASUOKA Masahiko
2016-03-08adjust for lpd(8) top spool dir permissions change, so security(8)tb
2016-03-07eliminate do_malloc() and do_free().tb
2016-03-07Use opendev() instead of a plain open().natano
2016-03-07Remove unused fields posfile and was_pos_file from FILEDESC andtb
2016-03-07For rtwn(4) and urtwn(4) inline driver-specific definitions in theirStefan Sperling
2016-03-07http -> https for IETF/IANA URLs in commentsmmcc
2016-03-07Use the full idiom for error checking with strtoul(3), astb
2016-03-07refactor canohost.c: move functions that cache results closer to theDamien Miller
2016-03-07Make cp -i behave as mv -i or rm -i, independently of whether stdintb
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