summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-03-09remove handling of vaxTheo de Raadt
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-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-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-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-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-07Merge rtwn(4) and urtwn(4) register definitions into a common header file.Stefan Sperling
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
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-07remove needless malloc castmmcc
2016-03-06Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
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-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-06Remove unused amap_share_protect().Stefan Kempf
2016-03-06DDB_REGS -> ddb_regsMartin Pieuchot
2016-03-06DDB_REGS -> &ddb_regs.Martin Pieuchot
2016-03-06Tweak uvm assertions to avoid locking in some cases.Stefan Kempf
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-05ntfs populates ntfs_args, not msdosfs_args; 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-05Sync no-argument function declaration and definition by adding (void).Tobias Ulmer
2016-03-04- putting back KASSERT(), which I've backed out on Jan 31Alexandr Nedvedicky
2016-03-04The FD_SET/FD_CLR/FD_ISSET macros have always multi-evaluated the fd argument.Theo de Raadt
2016-03-04repair documentation for inferior(); from Michal MazurekTheo de Raadt
2016-03-04fix a typo; from Michal MazurekTheo de Raadt
2016-03-04extra ) not needed, spotted by tiago silvaTheo de Raadt
2016-03-03VM guest memory is allocated via an uvm anon memory range.Stefan Kempf
2016-03-03Re-introduce computation of memory used by a VM.Stefan Kempf
2016-03-03Convert uiomovei to uiomove. Fixes a few integer truncations along theStefan Kempf