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