Age | Commit message (Expand) | Author |
2006-04-08 | Whack some obviously dead code (double return's, code after goto). | Kenneth R Westerback |
2006-04-08 | Plug memory leak when nitems == 0. | Ray Lai |
2006-04-08 | Plug simple memory leak. ``Don't forget to free tcpopts when you | Ray Lai |
2006-04-08 | Remove a little bit of dead code; minburst is set to 2 earlier, and | Ray Lai |
2006-04-08 | Since moritz@ says, ``this can't happen, because no fmt string | Ray Lai |
2006-04-08 | Memory leak on fork error plus change time variable to prevent | Ray Lai |
2006-04-07 | Improved MIDI manpages from Alexandre Ratchov. | Jonathan Gray |
2006-04-07 | Add optional flush method to MIDI hardware interface. | Jonathan Gray |
2006-04-07 | Replace bus_space functions with generic ones that do barriers. | Marco Peereboom |
2006-04-07 | Add memory allocator functions. | Marco Peereboom |
2006-04-07 | Print state in debug. Change return vales to 1 instead of ENXIO. | Marco Peereboom |
2006-04-07 | Use new shiny debug code. | Marco Peereboom |
2006-04-07 | Make a better debug mechanism. | Marco Peereboom |
2006-04-07 | Enable mfi_transition_fw() original code from FreeBSD. | Marco Peereboom |
2006-04-07 | Add DEVNAME. | Marco Peereboom |
2006-04-07 | Add register offsets. Borrowed from FreeBSD. | Marco Peereboom |
2006-04-07 | change rcs_set_mtime() return type to void. | Xavier Santolaria |
2006-04-07 | Add work around for mbuf leak in the tx path until we | Jonathan Gray |
2006-04-07 | fsck needs to unset FS_FLAGS_UPDATED if it changes the super block | Pedro Martelletto |
2006-04-07 | Add and use ffs_validate(), a function for sanity checking super blocks | Pedro Martelletto |
2006-04-07 | Add default case to prevent uninitialized variable usage, although | Ray Lai |
2006-04-07 | Stylistic changes initially from Thordur I. Bjornsson, more cleanup | Ray Lai |
2006-04-07 | Don't check for a BAR address past PCI_MAPREG_END; some devices | Brad Smith |
2006-04-07 | implement a check whether a BAR is present at all at a given | Brad Smith |
2006-04-06 | Add fw transition logic. | Marco Peereboom |
2006-04-06 | Add structures and defines. | Marco Peereboom |
2006-04-06 | allow lists inside lists for address specs, has been in my tree for | Henning Brauer |
2006-04-06 | release kernel lock _after_ the emulation exit hook is called to protect poss... | Michael Shalayeff |
2006-04-06 | if "/etc/rc shutdown" exits 2, attempt powerdown. it does so if | Henning Brauer |
2006-04-06 | Fix a process datasize leak with MAP_FIXED. When zapping old mappings | Kurt Miller |
2006-04-06 | enable mmap_fixed regress | Kurt Miller |
2006-04-06 | add a regress that repetitively calls mmap with MMAP_FIXED on the same | Kurt Miller |
2006-04-06 | Hook up mfi, remains disabled. | Marco Peereboom |
2006-04-06 | Add skeleton driver for MegaRAID SAS. | Marco Peereboom |
2006-04-06 | Sync. | Marco Peereboom |
2006-04-06 | Add MegaRAID SAS devices | Marco Peereboom |
2006-04-06 | cvs_buf_copy() and cvs_buf_peek() are not used by usr.bin/rcs; OK niallo@. | Xavier Santolaria |
2006-04-06 | Adjust tbrsize to new default MTU on tun(4). | Marco Pfatschbacher |
2006-04-06 | lexicographical order, not lexigraphical order; why people don't | Jason McIntyre |
2006-04-06 | - due to the fninit() in _thread_machdep_save_float_state() all calls to | Kurt Miller |
2006-04-06 | Add missing break. Now bgpctl show rib det source-as 8271 shows all announced | Claudio Jeker |
2006-04-06 | Document show rib detail and friends. Some input by jmc@ getting dust in one | Claudio Jeker |
2006-04-06 | rcsnum_setsize() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-04-06 | the synchronise cache path is unique in ami in that it uses two megaraid | David Gwynne |
2006-04-06 | -z can take no argument. | Xavier Santolaria |
2006-04-06 | small knf; | Xavier Santolaria |
2006-04-06 | Add limited support for -CC option. In particular, this does not work | Marc Espie |
2006-04-06 | Fix a bug whereby a written buffer (^X^W) would not have the correct | Kjell Wooding |
2006-04-06 | kudos to djm for finding an embarrassing bug. using the same variable | David Gwynne |
2006-04-05 | resolve conflicts | Jakob Schlyter |