Age | Commit message (Expand) | Author |
2010-01-03 | This is not intended to document just the mandoc(1) program, but rather | Ingo Schwarze |
2010-01-03 | Make SO_RCVTIMEO and SO_SNDTIMEO work with pthreads. Fixes at least some of | Federico G. Schwindt |
2010-01-03 | Use CHECKx macro and enable setsockopt tests. | Federico G. Schwindt |
2010-01-03 | Make lazy binding work on hppa. | Mark Kettenis |
2010-01-03 | Install mandoc_char(7), a comprehensive overview of mandoc(1) special | Ingo Schwarze |
2010-01-03 | not a fatal error, keep going | Marc Espie |
2010-01-03 | Implement pmap_proc_iflush() such that the instruction cache is synchronized | Mark Kettenis |
2010-01-03 | Use atomic operations to access the per-cpu scheduler flags. | Mark Kettenis |
2010-01-03 | delete unused variable | Theo de Raadt |
2010-01-03 | enable aibs | Theo de Raadt |
2010-01-03 | unused prototype | Theo de Raadt |
2010-01-03 | Another tricky case of .Bl -column lacking .It. | Ingo Schwarze |
2010-01-03 | Fix selection behaviour when the cursor is moved backwards (ie so the selection | Nicholas Marriott |
2010-01-03 | Neither .Pp nor unqualified text are allowed at the top level of .Bl; | Ingo Schwarze |
2010-01-03 | change M_WAITOK --> M_WAITOK|M_CANFAIL | Charles Longeau |
2010-01-03 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Charles Longeau |
2010-01-03 | .Bl always requires .It, even in .Bl -column; | Ingo Schwarze |
2010-01-03 | Use a split genassym.cf scheme on mips64 ports. Don't forget to rerun config(8). | Miod Vallat |
2010-01-03 | below .Rs, unqualified text is not allowed, each line needs ".%?" markup; | Ingo Schwarze |
2010-01-03 | blank lines not allowed outside literal context; | Ingo Schwarze |
2010-01-03 | Options to set the colour of the pane borders, with different colours for the | Nicholas Marriott |
2010-01-03 | disk cache mode page | David Gwynne |
2010-01-03 | -F tally | Marc Espie |
2010-01-03 | separate code into two classes, cleaner. | Marc Espie |
2010-01-03 | oops, get the order of args right for the header request in | David Gwynne |
2010-01-03 | mpi_bio_get_pg0_raid is only called from a process context. let the cfg | David Gwynne |
2010-01-03 | oops, forgot to set the ccb_cookie in mpi_wait. mpi_wait_done would fault | David Gwynne |
2010-01-03 | get rid of the last internal user of splbio. waiting for the completion of | David Gwynne |
2010-01-03 | rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a | David Gwynne |
2010-01-03 | dont leak a ccb if we fail to get a reply in portenable | David Gwynne |
2010-01-03 | when getting a reply from the hw, only sync the dmamem for that one reply | David Gwynne |
2010-01-03 | switch mpi from using splbio to protect itself over to mutexes. | David Gwynne |
2010-01-03 | Since we can now recognize new disks as they appear, loop waiting | Kenneth R Westerback |
2010-01-03 | Nuke some unused variables, ok marco | Nicholas Marriott |
2010-01-03 | scsi_done sets ITSDONE, we dont have to do it. | David Gwynne |
2010-01-03 | much better (avoid calling df all the time, oops) | Marc Espie |
2010-01-02 | move the buf handling from using scsi_scsi_cmd over to scsi_xs_exec. i | David Gwynne |
2010-01-02 | Use the target print function for copy-mode, spotted by Tiago Cunha. | Nicholas Marriott |
2010-01-02 | sort SEE ALSO; | Jason McIntyre |
2010-01-02 | Various syntax errors in list headers, found by mandoc(1), | Ingo Schwarze |
2010-01-02 | Igor Sobrado found out that roff regards '\!' as the "transparent line | Ingo Schwarze |
2010-01-02 | Comment lines must start with '.\"', not '.\' or '..\"'. | Ingo Schwarze |
2010-01-02 | The .Os macro is not optional. Even with groff(1), | Ingo Schwarze |
2010-01-02 | The .Rs macro must be followed by .Re, and empty .Rs is useless anyway. | Ingo Schwarze |
2010-01-02 | uninitalized protocol version for ipv6; from mickey; ok claudio | Markus Friedl |
2010-01-02 | keep going after collisions | Marc Espie |
2010-01-02 | Replace 3 struct smtp_client members (ssl_handshake, rcptokay, dying) with a | Jacek Masiulaniec |
2010-01-02 | In the "ldpctl show lib" output print every known label and make clear if it | Michele Marchetto |
2010-01-02 | stacked vfs entries. I should be able to recover from overflows and | Marc Espie |
2010-01-02 | things are simpler: I don't need to stack used size stuff. | Marc Espie |