Age | Commit message (Expand) | Author |
2011-03-31 | - use nitems(); no binary change. | Jasper Lievisse Adriaanse |
2011-03-31 | these days, newfs creates one inode per 4 fragments, rather than one per 8KB, | Stuart Henderson |
2011-03-31 | cleanup and simplification following the asr update. | Eric Faurot |
2011-03-31 | - use nitems(); no binary change | Jasper Lievisse Adriaanse |
2011-03-31 | Make sure everything run from .init and .fini sections gets a properly aligned | Mark Kettenis |
2011-03-31 | remove dead code from pppoe(8). | Igor Sobrado |
2011-03-31 | Make the top line of systat stop updating, along with the rest of the data | lum |
2011-03-30 | style cleanup: | Ingo Schwarze |
2011-03-30 | Make sure everything run from .init and .fini sections gets a properly aligned | Mark Kettenis |
2011-03-30 | Use #ifdef TRAPDEBUG and fix indentation. | Joel Sing |
2011-03-30 | Fix diagnostic by correctly initialising oldcpl. | Joel Sing |
2011-03-29 | For convenience, work out what type of option is being set by name | Nicholas Marriott |
2011-03-29 | Checking for particular options and redrawing is not necessary as we | Nicholas Marriott |
2011-03-29 | remove unused code now that reverse lookups are done through asr. | Eric Faurot |
2011-03-29 | Update an out-of-date and inaccurate comment. | Nicholas Marriott |
2011-03-29 | document newly supported ioctls VIDIOC_S_PARM, VIDIOC_G_PARM and | Jacob Meuser |
2011-03-29 | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott |
2011-03-29 | print ipqos friendly string for sshd -T; ok markus | Kevin Steves |
2011-03-29 | make use the cname query interface from asr for reverse lookups | Eric Faurot |
2011-03-28 | Add -a and -s options to lsp to list all panes in the server or session | Nicholas Marriott |
2011-03-28 | sync from www/build/mirrors.dat | Stuart Henderson |
2011-03-28 | Allow a start and end line to be specified for capture-pane which may be | Nicholas Marriott |
2011-03-28 | Style: uint -> u_int and a missing else. | Nicholas Marriott |
2011-03-28 | Documentation for mlphy(4) | Claudio Jeker |
2011-03-28 | Include mlphy(4) to the kernels that include tl(4). | Claudio Jeker |
2011-03-28 | Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs. | Claudio Jeker |
2011-03-28 | Clean nodes until the number of cached nodes is smaller than the maximum number | Mark Kettenis |
2011-03-28 | tweak previous; | Jason McIntyre |
2011-03-28 | Add a couple of examples on tcpflags and icmptype filters | giovanni |
2011-03-28 | Add icmptype and tcpflags support to the grammar | giovanni |
2011-03-27 | Set the terminal blocking again earlier, before sending the reset | Nicholas Marriott |
2011-03-27 | Don't include meta twice when working out the flags to output for | Nicholas Marriott |
2011-03-27 | Give each pane created in a tmux server a unique id (starting from 0), | Nicholas Marriott |
2011-03-27 | Save r4-r18. Even though the firmware specification says these registers are | Mark Kettenis |
2011-03-27 | - remove unused variables | Jasper Lievisse Adriaanse |
2011-03-27 | - garbage collect unused buf_fappend(), which was also removed from ocvs's | Jasper Lievisse Adriaanse |
2011-03-27 | add a function to factorize resetting of dnssession events. | Eric Faurot |
2011-03-27 | add missing CVS markers and update copyright year. | Eric Faurot |
2011-03-27 | Make sure the message buffer area is not zeroed unconditionaly, instead let | Miod Vallat |
2011-03-27 | Get rid of some warnings, from Michael W Bombardieri. | Nicholas Marriott |
2011-03-27 | Fix interval handling. Start at initial_interval instead of | Kenneth R Westerback |
2011-03-27 | new sentence, new line; | Jason McIntyre |
2011-03-26 | Correct described default for initial-interval. It is three, not | Kenneth R Westerback |
2011-03-26 | umask and path checks; | Ingo Schwarze |
2011-03-26 | missing file in previous commit | Eric Faurot |
2011-03-26 | Fix the MX lookup process: | Eric Faurot |
2011-03-26 | - note that -T overrides TMPDIR, and a few other tweaks; | Jason McIntyre |
2011-03-26 | oops. the frame rate is the inverse of the frame interval. fixes | Jacob Meuser |
2011-03-26 | Fix to properly wrap wide characters, from Micah Cowan. | Nicholas Marriott |
2011-03-26 | check that we actually have a stdio stream opened for the message before | Gilles Chehade |