Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-02 | use a common max. packet length, no binary change | Damien Miller | |
2006-01-01 | disable case-mapping (evil software caps-lock) by default. if you are crazy | Damien Miller | |
enough to want it, then it can be turned on in /etc/remote; "lovely" deraadt@ | |||
2006-01-01 | no trailing "\n" for debug() | Kevin Steves | |
2006-01-01 | move <net/if.h>; ok djm@ | Kevin Steves | |
2006-01-01 | more code cleanup; | Joris Vink | |
ok xsa@ i'm commiting only hours after newyear, ah the joys of being a true geek. | |||
2005-12-31 | Grok rthreads system calls before Dale yiells after me. | Miod Vallat | |
2005-12-31 | CDIOCREADTOCENTRYS adjusts lba information into host order, so there | Kenneth R Westerback | |
is no need to to ntohl() on it again. CDIOCREADSUBCHANNEL does not put lba info into host order so just change that to a betoh32(). Noted by Juha Erkkila in PR #4957. ok pedro@ | |||
2005-12-31 | no point in sending the reader to the same page 3 times; | Jason McIntyre | |
tweak HISTORY; | |||
2005-12-31 | .Nm does not require an argument; | Jason McIntyre | |
2005-12-31 | clean up ENVIRONMENT a little; | Jason McIntyre | |
2005-12-31 | minor knf; | Xavier Santolaria | |
2005-12-31 | merge the "LOGIN SESSION AND REMOTE EXECUTION" and "SERVER | Jason McIntyre | |
AUTHENTICATION" sections into "AUTHENTICATION"; some rewording done to make the text read better, plus some improvements from djm; ok djm | |||
2005-12-31 | document -MM; ok djm@ | Kevin Steves | |
2005-12-30 | knf | Reyk Floeter | |
2005-12-30 | do not suggest that interactive authentication will work | Jason McIntyre | |
with the -b flag; based on a diff from john l. scarfone; ok djm | |||
2005-12-30 | - zap unused 'rf_ref' member of RCSFILE structure. | Niall O'Higgins | |
spotted by joris@ | |||
2005-12-30 | do not use .Pp before displays; | Jason McIntyre | |
2005-12-30 | - simplify an unecessary if/else construct in rcs_open() | Niall O'Higgins | |
spotted by joris@ | |||
2005-12-30 | consistency tweak, from daniel matic; | Jason McIntyre | |
2005-12-30 | more code cleanup, ok niallo@ and xsa@ | Joris Vink | |
2005-12-30 | - realloc() -> xrealloc(), was missed in the original sweep. | Niall O'Higgins | |
2005-12-30 | minor style nits; | Xavier Santolaria | |
2005-12-30 | add channel output filter interface. | Reyk Floeter | |
ok djm@, suggested by markus@ | |||
2005-12-30 | adjust some thruth in a comment. | Joris Vink | |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink | |
makes the code a lot more readable and understandable. ok xsa@ and niallo@ | |||
2005-12-30 | spacing | Joris Vink | |
2005-12-30 | pass LP_ABORT to cvs_vlog() instead of LP_ERR. | Joris Vink | |
2005-12-29 | we were wrongly decrementing cvs_mtskt_depth when handling | Joris Vink | |
a '-' MT response. this caused checkout and update to fail remotely. caught by xfree(). | |||
2005-12-29 | correction from ray lai; | Jason McIntyre | |
ok espie | |||
2005-12-29 | add an ENVIRONMENT section, and document EDITOR and VISUAL; | Jason McIntyre | |
ok tedu | |||
2005-12-28 | use 'break-in' for consistency; ok deraadt@ ok and input jmc@ | Kevin Steves | |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto | |
No functional change, okay tedu@. | |||
2005-12-28 | don't use rf_pdata when it's not allocated. | Joris Vink | |
2005-12-28 | Pass sysctl() the buffer, not a pointer to the buffer. From mpech@ | Todd C. Miller | |
2005-12-28 | spacing | Theo de Raadt | |
2005-12-27 | fix possible overflow in the tabstops[] array. ok miod@ | Moritz Jodeit | |
2005-12-27 | enter sdiff | Theo de Raadt | |
2005-12-27 | - rlog(1) needs RCS_PARSE_FULLY too. | Niall O'Higgins | |
2005-12-27 | - optimise rcsnum_tostr(). we call this function a LOT and using multiple | Niall O'Higgins | |
snprintf()s in it is SLOW. second of a few important performance improvements. ok joris@ | |||
2005-12-27 | - implement lazy-parsing of rcs files, that is only parse as much as we | Niall O'Higgins | |
need. this can save us much work, particularly with very large rcs files. first of a few important performance improvements. ok joris@ | |||
2005-12-27 | +.Xr sdiff 1 , | Jason McIntyre | |
2005-12-27 | add a SEE ALSO section; | Jason McIntyre | |
2005-12-27 | - kill trailing whitespace | Jason McIntyre | |
- wording tweaks - put sections in the right order | |||
2005-12-27 | move the BUGS section to CAVEATS, since both the points listed | Jason McIntyre | |
are hardly bugs; prompted by j. c. roberts; ok krw millert ian | |||
2005-12-27 | remove xstrtonum | Ted Unangst | |
2005-12-27 | shorten main initialization | Theo de Raadt | |
2005-12-27 | goto labels after case statements make lint happier | Theo de Raadt | |
2005-12-27 | INT_MAX should be big enough for a width | Ted Unangst | |
2005-12-27 | remove debug mode | Ted Unangst | |
2005-12-27 | add DPADD | Theo de Raadt | |