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