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
2013-10-30
add a comment describing why do we call pf_map_addr again if port
Mike Belopuhov
2013-10-30
Replace workqs with tasks.
Martin Pieuchot
2013-10-30
Add "handling" for dock/undock events for non-ACPI docks to acpithinkpad.
Mike Larkin
2013-10-30
replace the workq bits to supply new tx pkt descriptors with a task.
David Gwynne
2013-10-30
remove #include <sys/workq.h> cos this driver doesnt use it.
David Gwynne
2013-10-30
Use local variables for ap->a_p where appropriate.
Philip Guenther
2013-10-30
replace workqs with tasks.
David Gwynne
2013-10-30
replace workq_add_task with the task api.
David Gwynne
2013-10-30
deprecate taskq_systq() and replace it with extern struct taskq
David Gwynne
2013-10-30
Stop using cpp -tradition for fcode; handle the inclusion of a
Philip Guenther
2013-10-29
since taskq_create is only callable from autoconf or process context, it
David Gwynne
2013-10-29
fpa went away
Theo de Raadt
2013-10-29
bye bye fea / fpa
Theo de Raadt
2013-10-29
Get boot device and partition from NVRAM. Boot filename still defaults to
Miod Vallat
2013-10-29
Don't add sectors to blocks. Use DL_SECTOBLK() to change DL_GETPOFFSET()
Kenneth R Westerback
2013-10-29
More cleanups:
Miod Vallat
2013-10-29
unbreak glxsb(4) by properly allocating it's key schedule;
Mike Belopuhov
2013-10-29
remove left over bits of omrt6msg, and cleanup the yucky
Theo de Raadt
2013-10-29
More cleanup and unused code or data removal.
Miod Vallat
2013-10-29
pty(4), not pty(7);
Jason McIntyre
2013-10-29
sync
Theo de Raadt
2013-10-29
Fix a potential file descriptor overlap in exec_cgi() by making sure
Florian Obser
2013-10-29
add missing heloname field for relayhost.
Eric Faurot
2013-10-29
emit an extra "config" convenience target that allows one
Marc Espie
2013-10-29
use "/etc/mail/mailname" instead of "/etc/mailname" and make it a define.
Eric Faurot
2013-10-29
randomize counter part of generated uids
Eric Faurot
2013-10-29
Make gcc call collect2 on powerpc (instead of directly calling ld).
Jeremie Courreges-Anglas
2013-10-29
Revert previous, wrong M ...
Jeremie Courreges-Anglas
2013-10-29
The cache mask for ARMv7 is a little bit different from the one inited by
Patrick Wildt
2013-10-29
Report mta sessions errors on the route rather than on the MX.
Eric Faurot
2013-10-29
sort includes
Eric Faurot
2013-10-29
Make gcc call collect2 on powerpc (instead of directly calling ld).
Jeremie Courreges-Anglas
2013-10-29
Kill sc_attached, attach and detach events for USB devices are triggered
Martin Pieuchot
2013-10-29
shd_config PermitTTY to disallow TTY allocation, mirroring the
Damien Miller
2013-10-29
fix potential stack exhaustion caused by nested certificates;
Damien Miller
2013-10-29
task_add tweaks; ok dlg
Jason McIntyre
2013-10-29
Move most of the uses of workqs in drm to the new task/taskq api.
Jonathan Gray
2013-10-29
implementing handling of the msg ring if its available. this lets us get
David Gwynne
2013-10-29
wire task_add.9 in
David Gwynne
2013-10-29
u_int -> unsigned int
David Gwynne
2013-10-29
document the kernel task api
David Gwynne
2013-10-29
sys/task.h includes sys/queue.h, so kern/kern_task.c doesnt need
David Gwynne
2013-10-29
use unsigned int instead of u_int to reduce the depend on types.h.
David Gwynne
2013-10-29
introduce tasks and taskqs as an alternative to workqs.
David Gwynne
2013-10-29
Unlock the vnode while calling a device's d_close routine, except when
Philip Guenther
2013-10-29
ino_t is 64 bit now
Jonathan Gray
2013-10-29
use lld format string and a cast for time_t
Jonathan Gray
2013-10-29
__fd_mask should be unsigned, and let's shift an unsigned bit. Why
Theo de Raadt
2013-10-28
This is the cleaned up version I had intended to commit.
Miod Vallat
2013-10-28
Recognize kernel symbols when booted from the standalone bootloader.
Miod Vallat
[prev]
[next]