index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2016-03-07
For rtwn(4) and urtwn(4) inline driver-specific definitions in their
Stefan Sperling
2016-03-07
http -> https for IETF/IANA URLs in comments
mmcc
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
Merge rtwn(4) and urtwn(4) register definitions into a common header file.
Stefan Sperling
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
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
remove needless malloc cast
mmcc
2016-03-06
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
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
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
Remove unused amap_share_protect().
Stefan Kempf
2016-03-06
DDB_REGS -> ddb_regs
Martin Pieuchot
2016-03-06
DDB_REGS -> &ddb_regs.
Martin Pieuchot
2016-03-06
Tweak uvm assertions to avoid locking in some cases.
Stefan Kempf
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-05
ntfs populates ntfs_args, not msdosfs_args; 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
Sync no-argument function declaration and definition by adding (void).
Tobias Ulmer
2016-03-04
- putting back KASSERT(), which I've backed out on Jan 31
Alexandr Nedvedicky
2016-03-04
The FD_SET/FD_CLR/FD_ISSET macros have always multi-evaluated the fd argument.
Theo de Raadt
2016-03-04
repair documentation for inferior(); from Michal Mazurek
Theo de Raadt
2016-03-04
fix a typo; from Michal Mazurek
Theo de Raadt
2016-03-04
extra ) not needed, spotted by tiago silva
Theo de Raadt
2016-03-03
VM guest memory is allocated via an uvm anon memory range.
Stefan Kempf
2016-03-03
Re-introduce computation of memory used by a VM.
Stefan Kempf
2016-03-03
Convert uiomovei to uiomove. Fixes a few integer truncations along the
Stefan Kempf
2016-03-03
Remove WSDISPLAY_COMPAT_SYSCONS. We no longer run FreeBSD binary X11
Christian Weisgerber
2016-03-03
Kill IPv6 prefix and router renumbering ioctls.
Jeremie Courreges-Anglas
2016-03-03
Delete all traces of SIOCSIF(ADDR|DSTADDR|NETMASK)_IN6
Jeremie Courreges-Anglas
2016-03-03
Unwind the trapframe correctly when a breakpoint is set on `syscall'.
Martin Pieuchot
2016-03-03
Remove option USER_LDT and everything depending on it.
Christian Weisgerber
2016-03-03
Kill db_x86_64_regop() to unify how db_regs[] is defined between archs.
Martin Pieuchot
2016-03-03
Kill BPTTRAP() and reduce some differences betwen i386 and amd64 trap
Martin Pieuchot
2016-03-03
prototype vlan_inject()
David Gwynne
2016-03-03
Restore assignment of ic_curmode that was accidentally removed when
Gerhard Roth
2016-03-03
When a physical address is needed to flush the secondary cache use
Jonathan Gray
2016-03-03
factor out the injection of a vlan shim into an ethernet frame
David Gwynne
2016-03-03
Move fdt to a more centralized location so it can be used by arm as well. Dif...
Brandon Mercer
2016-03-03
replace the XXX next to setting link_maxhdr with an explanation
David Gwynne
2016-03-03
bump link_maxhdr up from 16 to 64
David Gwynne
2016-03-02
set armv7 callbacks for cortex a53/a52/a72
Jonathan Gray
[next]