summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-04-06Add fw transition logic.Marco Peereboom
2006-04-06Add structures and defines.Marco Peereboom
2006-04-06allow lists inside lists for address specs, has been in my tree forHenning Brauer
2006-04-06release kernel lock _after_ the emulation exit hook is called to protect poss...Michael Shalayeff
2006-04-06if "/etc/rc shutdown" exits 2, attempt powerdown. it does so ifHenning Brauer
2006-04-06Fix a process datasize leak with MAP_FIXED. When zapping old mappingsKurt Miller
2006-04-06enable mmap_fixed regressKurt Miller
2006-04-06add a regress that repetitively calls mmap with MMAP_FIXED on the sameKurt Miller
2006-04-06Hook up mfi, remains disabled.Marco Peereboom
2006-04-06Add skeleton driver for MegaRAID SAS.Marco Peereboom
2006-04-06Sync.Marco Peereboom
2006-04-06Add MegaRAID SAS devicesMarco Peereboom
2006-04-06cvs_buf_copy() and cvs_buf_peek() are not used by usr.bin/rcs; OK niallo@.Xavier Santolaria
2006-04-06Adjust tbrsize to new default MTU on tun(4).Marco Pfatschbacher
2006-04-06lexicographical order, not lexigraphical order; why people don'tJason McIntyre
2006-04-06- due to the fninit() in _thread_machdep_save_float_state() all calls toKurt Miller
2006-04-06Add missing break. Now bgpctl show rib det source-as 8271 shows all announcedClaudio Jeker
2006-04-06Document show rib detail and friends. Some input by jmc@ getting dust in oneClaudio Jeker
2006-04-06rcsnum_setsize() will never return non-zero; change its return type to void.Xavier Santolaria
2006-04-06the synchronise cache path is unique in ami in that it uses two megaraidDavid Gwynne
2006-04-06-z can take no argument.Xavier Santolaria
2006-04-06small knf;Xavier Santolaria
2006-04-06Add limited support for -CC option. In particular, this does not workMarc Espie
2006-04-06Fix a bug whereby a written buffer (^X^W) would not have the correctKjell Wooding
2006-04-06kudos to djm for finding an embarrassing bug. using the same variableDavid Gwynne
2006-04-05resolve conflictsJakob Schlyter