Age | Commit message (Expand) | Author |
2006-01-17 | Use the @openbsd.org email address for the copyright and add an AUTHORS | Marc Balmer |
2006-01-17 | wrap long lines (no binary change) | Reyk Floeter |
2006-01-17 | since bcopy/bzero will be assigned to these pointers, get the size_t in the c... | Theo de Raadt |
2006-01-17 | Fix malloc calculation to avoid memory bounds error. deraadt@ ok | Aaron Campbell |
2006-01-17 | Remove unused ``stride'' bus_space internal functionality; nothing needs it. | Miod Vallat |
2006-01-17 | spacing | Theo de Raadt |
2006-01-17 | no , after last element in enum | Theo de Raadt |
2006-01-16 | add support for pre-shared keys with "ike esp" using the new keyword | Reyk Floeter |
2006-01-16 | malloc fix for bpf interface array allocation (from freebsd). use | Reyk Floeter |
2006-01-16 | minimal recognition of C99 float hex constants, allows lint to parse | Marc Espie |
2006-01-16 | Sync m68k fpe code with NetBSD; but remove unimplemented opcodes stubs, so | Miod Vallat |
2006-01-16 | Correctly define extended doubles, the way the 6888x use them; from NetBSD. | Miod Vallat |
2006-01-16 | Do not register adb and pm interrupts until the related devices initialize. | Miod Vallat |
2006-01-16 | Correctly handle successfull FP emulation (doh!) | Miod Vallat |
2006-01-16 | Let the intrhand structs be softc fields, rather than static global variables. | Miod Vallat |
2006-01-16 | - in cvs_buf_free(), don't try to free() b->cb_buf if it has not been | Niall O'Higgins |
2006-01-16 | enable wbenv. best way to test new code is to enable it | Theo de Raadt |
2006-01-16 | adjust to size_t changes | Theo de Raadt |
2006-01-16 | the first ietf meeting; from kai doernemann | Michael Shalayeff |
2006-01-16 | use standard type uint32_t, instead of BSD-specific u_int32_t | Marc Espie |
2006-01-16 | add another uvm histroy for physpage alloc/free and propagate a debugging pgf... | Michael Shalayeff |
2006-01-16 | remove Xr to self from SEE ALSO; | Jason McIntyre |
2006-01-16 | delint; use size_t as stack size and ssize_t as stack pointer. | Otto Moerbeek |
2006-01-16 | Kill spurious warnings when using size_t as an index; since size_t and | Otto Moerbeek |
2006-01-16 | Cache the TX producer index instead of reading it every time ti_start is | Brad Smith |
2006-01-15 | Nit. | Alexander Yurchenko |
2006-01-15 | Commit missing bits too: | Mark Kettenis |
2006-01-15 | If we attach an lm(4) to isa(4) that is already attached to iic(4), disable | Mark Kettenis |
2006-01-15 | as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes at | Jacob Meuser |
2006-01-15 | Sync sc_memcopy and sc_memzero signatures with bcopy and bzero. | Miod Vallat |
2006-01-15 | - don't try to malloc 0 bytes of memory if an empty buffer is requested; delay | Niall O'Higgins |
2006-01-15 | delint; index is a global symbol, so rename some locals to avoid | Otto Moerbeek |
2006-01-15 | delint wrt return values, including some missing BN return | Otto Moerbeek |
2006-01-15 | cope with the int vs long changes to size_t | Theo de Raadt |
2006-01-15 | correction from deraadt | Jason McIntyre |
2006-01-15 | - add descriptions for 'pzidle' and 'kmapent' fields in vmstat display. | Niall O'Higgins |
2006-01-15 | back out previous - imaxabs is already listed; | Jason McIntyre |
2006-01-15 | If the log file is invalid/incompatible, try to rename the bad log file | Can Erkin Acar |
2006-01-15 | Print cache instructions correctly. | Miod Vallat |
2006-01-15 | sync | Theo de Raadt |
2006-01-15 | Comment alipm (and spell out power management for piixpm while I'm there). | Mark Kettenis |
2006-01-15 | Simplify SYNOPSIS. | Mark Kettenis |
2006-01-15 | wbenv(4) | Mark Kettenis |
2006-01-15 | wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor. | Mark Kettenis |
2006-01-15 | Fix typo. | Mark Kettenis |
2006-01-15 | fix dma mapping of tx ring. | Damien Bergamini |
2006-01-15 | In iic_exec don't fail immediately if bus is already busy. It might be | Alexander Yurchenko |
2006-01-15 | Sync with piixpm: allow driver to continue to work in polling mode | Alexander Yurchenko |
2006-01-15 | Simplify interrupt handler installing code. | Alexander Yurchenko |
2006-01-15 | regen | Jonathan Gray |