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