index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-04-05
Add vma offset manager code.
Mark Kettenis
2016-04-05
Add atomic_add_unless(), another strange linux interface.
Mark Kettenis
2016-04-05
Add a linux-compatible rbtree interface on top of our implementation in
Mark Kettenis
2016-04-05
Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific
Philip Guenther
2016-04-05
Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() now
Philip Guenther
2016-04-05
Remove the iterator for control connections unfinished and unused.
YASUOKA Masahiko
2016-04-04
get* can change *lineptr on failure
Philip Guenther
2016-04-04
Remove caveat about only supporting 512-byte sectors.
Kenneth R Westerback
2016-04-04
Enable creation of softraid volumes using disks with non-512 byte
Kenneth R Westerback
2016-04-04
Fix memory leak. Call proto_free() always to free proto.
YASUOKA Masahiko
2016-04-04
Directly use physical addresses from ELF header for kernel loading.
Stefan Kempf
2016-04-04
Deallocate guest vm_map when the guest gets terminated.
Stefan Kempf
2016-04-04
UVM_FLAG_AMAPPAD has no effect anymore, nuke it.
Stefan Kempf
2016-04-04
Add sys/queue.h where it's needed. Unbreak userland following recent
Stuart Henderson
2016-04-04
fatalx() not fatal().
Nicholas Marriott
2016-04-04
In udpsockmode codepath dhcpd.c had the promise route for pledge(2) but it was
Ricardo Mestre
2016-04-04
mbuf.h doenst need queue.h.
David Gwynne
2016-04-04
Hook up ndp -f.
Jeremie Courreges-Anglas
2016-04-04
Store curcpu pointer in TPIDRPRW.
Patrick Wildt
2016-04-04
Read cache line sizes from CP15 Cache Type Register.
Patrick Wildt
2016-04-04
Reverse search optimization makes no sense (and doesn't work) if
Otto Moerbeek
2016-04-04
use fixed size unsigned variables for reading/writing the control register
Jonathan Gray
2016-04-04
turns out EVL_ENCAPLEN is 4, not 18 or sizeof(*evl).
David Gwynne
2016-04-04
Set the SMP/coherency bit in ACTLR on Cortex A models it is documented
Jonathan Gray
2016-04-03
Don't call savectx() from cpu_fork(): the registers saved are overwritten
Philip Guenther
2016-04-03
Move the setting of pcb_fsbase out of reset_segs() into its callers
Philip Guenther
2016-04-03
Teach ddb's disassembler about {rd,wr}[fg]sbase
Philip Guenther
2016-04-03
Don't call savectx() from cpu_fork(): the registers saved are overwritten
Philip Guenther
2016-04-03
Remove sparc special-casing from ufsdirhash_init(). This is not required
Martin Natano
2016-04-03
Add cpu_auxcontrol() to clear and set bits in the implementation/model
Jonathan Gray
2016-04-03
Remove erroneous whitespace added in previous change.
Patrick Wildt
2016-04-03
Map the bootconfig/FDT area passed by u-boot and try to init FDT on it.
Patrick Wildt
2016-04-03
Implement a way to extract memory information from a node. This can be
Patrick Wildt
2016-04-03
Remove XSCALE preprocessor checks from a file which is only for ARMv7.
Patrick Wildt
2016-04-03
The callers of fdt_next_node() expect it to return NULL if a next node
Patrick Wildt
2016-04-03
Remove __lockbarrier() defines, unused since cpu_lock removal a few
Jonathan Gray
2016-04-03
remove unused cpu_lock code
Jonathan Gray
2016-04-03
Remove tests for "processing" which was never set. It attempted to
Jonathan Gray
2016-04-03
Document ``use after free'' error message
Otto Moerbeek
2016-04-03
double word;
Jason McIntyre
2016-04-03
sync
Jonathan Gray
2016-04-03
Long overdue updates for timecounter changes.
Jonathan Gray
2016-04-03
ath(4) 11g support code is broken and not enabled. Document this limitation.
Stefan Sperling
2016-04-03
mark the packet buffer in bpf_filter as bounded by the pktlen arg
David Gwynne
2016-04-02
Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal
Philip Guenther
2016-04-02
Eliminate superfluous 3rd params in fcntl(F_GETFL) calls.
Kenneth R Westerback
2016-04-02
Eliminate the need to explicitly invoke syscalls via their _thread_sys_*
Philip Guenther
2016-04-02
Use open(tty, O_WRONLY) + fdopen() instead of fopen(tty, "w") to
Todd C. Miller
2016-04-02
Another use for fcntl() and thus of the superfluous 3rd parameter
Kenneth R Westerback
2016-04-02
Reduce dmesg spam by knocking out some acpi hardware IDs that don't need a
Mark Kettenis
[next]