summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-10new sch5017 driver by roman.hunt@comcast.netTheo de Raadt
2006-04-10files.i2cTheo de Raadt
2006-04-09slightly nicer sensor namesTheo de Raadt
2006-04-09- don't print out warnings about locking when they are actually wrong andNiall O'Higgins
2006-04-09new sentence, new line;Jason McIntyre
2006-04-09macro fix; from moritz grimmJason McIntyre
2006-04-09On macppc and sparc64, if allowaperture=0 only allow mmap()-ing ofMatthieu Herrb
2006-04-09On MVME188 systems with more than two CMMUs par CPU, do not honor theMiod Vallat
2006-04-09Rewrite bus_compatible() to allow one alias to expand to several drivers,Miod Vallat
2006-04-09delete breaks that are not neededTheo de Raadt
2006-04-09a few rlim_t casts, kind of ok otto and millertTheo de Raadt
2006-04-09syncTheo de Raadt
2006-04-09ftree_add arg #2 expects int not pointer.Jared Yanovich
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-04-09Change a debug interface to take const char pointers so we don't aveKenneth R Westerback
2006-04-09regenBrad Smith
2006-04-09add another ServerWorks SATA PCI id.Brad Smith
2006-04-09syncTheo de Raadt
2006-04-08Remove unused variables.David Hill
2006-04-08Add missing 'use OpenBSD::Error'.Bernd Ahlers
2006-04-08Don't panic in apic_intr_establush() if interrupt is not sharable and alreadyMark Kettenis
2006-04-08add an AUTHORS section, and make HISTORY more obsd-specific;Jason McIntyre
2006-04-08clean up includes, from thib, okay tedu@Pedro Martelletto
2006-04-08document "powerdown" in rc.shutdown;Jason McIntyre
2006-04-08tweaks;Jason McIntyre
2006-04-08various tweaks;Jason McIntyre
2006-04-08Whack some obviously dead code (double return's, code after goto).Kenneth R Westerback
2006-04-08Plug memory leak when nitems == 0.Ray Lai
2006-04-08Plug simple memory leak. ``Don't forget to free tcpopts when youRay Lai
2006-04-08Remove a little bit of dead code; minburst is set to 2 earlier, andRay Lai
2006-04-08Since moritz@ says, ``this can't happen, because no fmt stringRay Lai
2006-04-08Memory leak on fork error plus change time variable to preventRay Lai
2006-04-07Improved MIDI manpages from Alexandre Ratchov.Jonathan Gray
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
2006-04-07Replace bus_space functions with generic ones that do barriers.Marco Peereboom
2006-04-07Add memory allocator functions.Marco Peereboom
2006-04-07Print state in debug. Change return vales to 1 instead of ENXIO.Marco Peereboom
2006-04-07Use new shiny debug code.Marco Peereboom
2006-04-07Make a better debug mechanism.Marco Peereboom
2006-04-07Enable mfi_transition_fw() original code from FreeBSD.Marco Peereboom
2006-04-07Add DEVNAME.Marco Peereboom
2006-04-07Add register offsets. Borrowed from FreeBSD.Marco Peereboom
2006-04-07change rcs_set_mtime() return type to void.Xavier Santolaria
2006-04-07Add work around for mbuf leak in the tx path until weJonathan Gray
2006-04-07fsck needs to unset FS_FLAGS_UPDATED if it changes the super blockPedro Martelletto
2006-04-07Add and use ffs_validate(), a function for sanity checking super blocksPedro Martelletto
2006-04-07Add default case to prevent uninitialized variable usage, althoughRay Lai
2006-04-07Stylistic changes initially from Thordur I. Bjornsson, more cleanupRay Lai
2006-04-07Don't check for a BAR address past PCI_MAPREG_END; some devicesBrad Smith
2006-04-07implement a check whether a BAR is present at all at a givenBrad Smith