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-10-07
another unused variable bites the dust. spotted by deraadt
Ted Unangst
2016-10-07
the old time delta code is no longer used. nothing reads these values.
Ted Unangst
2016-10-07
Support the Marvell Armada's System Controller to be able to reset
Patrick Wildt
2016-10-07
Use detach hook to notify switch(4) about interface removals instead of
Rafael Zalamena
2016-10-07
Extra parentheses in conditional; no binary change.
Martin Natano
2016-10-07
Don't forget to add the CVS Id tag.
Patrick Wildt
2016-10-07
Add a driver for the Marvell Armada 380 core clock. This driver
Patrick Wildt
2016-10-07
Fix vxlan_lookup() to comply the assumption of ether_input(). Put the
YASUOKA Masahiko
2016-10-07
Add an initial framebuffer driver for the RS780E chipset on loongson,
Visa Hankala
2016-10-06
On noperm mount points honor the permissions of the root directory, so
Martin Natano
2016-10-06
Remove redundant comments that say a function must be called at
Alexander Bluhm
2016-10-06
Update the list of vmm ioctls that are allowed by pledge.
Reyk Floeter
2016-10-06
Remove board IDs for the i.MX platform. The kernel doesn't need them anymore.
Mark Kettenis
2016-10-06
Fold the bus_dmamap_destroy into the loop above
Mike Belopuhov
2016-10-06
Separate splsoftnet() from variable initialization.
Alexander Bluhm
2016-10-06
Remove _ds_boundary abuse (again)
Mike Belopuhov
2016-10-06
Enable hardware VLAN tagging
Mike Belopuhov
2016-10-06
Disable RTS for long frames in ral(4) for rt2560 chips.
Stefan Sperling
2016-10-06
turn off vmm(4) debug mode
Mike Larkin
2016-10-06
add a debug function that was useful in finding the previous
Mike Larkin
2016-10-06
Remove reference to non existing font.
Frederic Cambus
2016-10-06
Fix the condition used to decide whether to automatically start the
Alexandre Ratchov
2016-10-06
In pledge_namei_wlpath() if resolvpath() errors out early it will not
Jonathan Gray
2016-10-05
Make imxdog(4) set cpuresetfn, and remove all the imx platform that is no
Mark Kettenis
2016-10-05
Hide wpi(4) fatal firmware error details inside #ifdef WPI_DEBUG.
Stefan Sperling
2016-10-05
Set the USE_RTS flag in the right place. Error introduced in if_iwm.c r1.139.
Stefan Sperling
2016-10-05
Make the sgi boot blocks read the real OpenBSD disklabel instead of
Visa Hankala
2016-10-05
rt_timer_timer() needs a process context because it messes with the
Martin Pieuchot
2016-10-05
Add a missing flush; this appears to fix the broadwell/skylake "failed to
Mike Larkin
2016-10-05
Some device trees use 64-bit intermediate virtual addresses. This
Patrick Wildt
2016-10-05
Introduce a global function pointer to reset the CPU akin to amd64 and
Patrick Wildt
2016-10-05
Display the process's PID with p->p_p->ps_pid, not p->p_pid.
Philip Guenther
2016-10-05
Display/test/use the process PID, not the thread's TID, in a few places.
Philip Guenther
2016-10-04
At acpithinkpad attach time determine the value of the mute, and defer
Theo de Raadt
2016-10-04
Don't use padding for ofp_action_header when building the table property
Rafael Zalamena
2016-10-04
Let the stack perform DMA synchronization instead of doing it (partially)
Martin Pieuchot
2016-10-04
Correct the flag checks inside rt_ifa_addlocal(9) and rt_ifa_dellocal(9).
Martin Pieuchot
2016-10-04
One more timeout_set_proc(9) conversion.
Martin Pieuchot
2016-10-04
Convert timeouts that need a process context to timeout_set_proc(9).
Martin Pieuchot
2016-10-04
Use "%s" in vm_rpc_send_rpci_tx() call. Avoids a "format string is not a
Mark Kettenis
2016-10-04
Check the actual pointer returned by km_alloc(9) instead of the array. The
Mark Kettenis
2016-10-04
The new thread's userspace v0, a3, and a4 registers are updated in
Philip Guenther
2016-10-03
Use detach hook to notify bridge(4) about span port removals.
Rafael Zalamena
2016-10-03
Fix some bus_dmamap_sync(9) calls.
Martin Pieuchot
2016-10-03
Convert some of the remaining usages of time_second to time_uptime.
Martin Pieuchot
2016-10-03
Use detach hook to notify bridge of interface removal instead of adding
Rafael Zalamena
2016-10-03
avoid holding timeout_mutex while interacting with the scheduler.
David Gwynne
2016-10-03
disable PAT and MTRR in guest VMs
Mike Larkin
2016-10-03
Disable sitaracm and add a new ompinmux driver for omap pin muxing/pad
Jonathan Gray
2016-10-02
Set IFCAP_VLAN_MTU capability in cpsw(4). Avoids
Jonathan Gray
[next]