Age | Commit message (Expand) | Author |
2005-07-27 | check == -1 not != 0 for stat() return value, for consistency sake! | Xavier Santolaria |
2005-07-27 | use LP_NOTICE here too; | Xavier Santolaria |
2005-07-27 | more use of LP_NOTICE instead of LP_INFO; | Xavier Santolaria |
2005-07-27 | use LP_NOTICE instead of LP_INFO where appropriate; | Xavier Santolaria |
2005-07-27 | rather make LP_NOTICE send to stderr not LP_INFO, pointed out by jfb@. | Xavier Santolaria |
2005-07-27 | delete the timeout on detach to avoid ticking after everything has been | David Gwynne |
2005-07-27 | Restore recent changes except for the actual one that causes the problem. | Todd C. Miller |
2005-07-27 | add trace message in cvs_connect(); ok jfb@ joris@. | Xavier Santolaria |
2005-07-27 | backout gethostent changes for now -- there is fallout, discovered by otto | Jared Yanovich |
2005-07-27 | make LP_INFO send to stderr; ok joris@. | Xavier Santolaria |
2005-07-27 | Silence bogus -Wuninitialized warnings; ok djm@ | Darren Tucker |
2005-07-27 | make cvs_rmdir() handle global -n and -t options; ok joris@. | Xavier Santolaria |
2005-07-27 | rename cvs_remove_dir() to cvs_rmdir() because it might be confusing | Xavier Santolaria |
2005-07-27 | Back out 1.16. There are cases where we can recover from OF_mapintr | Artur Grabowski |
2005-07-26 | CELCIUS to CELSIUS in macros as pointed out by jolan and jmc. jmc also says | David Gwynne |
2005-07-26 | slight shrinking | David Gwynne |
2005-07-26 | - fix SIZE_LEFT macro for the cb_cur > cb_buf case. | Moritz Jodeit |
2005-07-26 | add missing argument for -k. ok xsa@ | Moritz Jodeit |
2005-07-26 | Handle new signal trampoline on i386. | Mark Kettenis |
2005-07-26 | setup(n.) is one word; set up(v.) is two; | Jason McIntyre |
2005-07-26 | Fix buffer overflows in dhcpd and dhclient. Closes PR#4306. | Kenneth R Westerback |
2005-07-26 | Fan tachometers improvements from form@pdp-11.org.ru: | Alexander Yurchenko |
2005-07-26 | ${PKGDIR}/COMMENT has been moved long ago to the COMMENT variable. espie@ ok. | Federico G. Schwindt |
2005-07-26 | dlg cant make fun of me for having to use the imperial system anymore | Jolan Luff |
2005-07-26 | move trace message before calling cvs_connect(); | Xavier Santolaria |
2005-07-26 | remove the (errno != ENOENT) check now that it is included in cvs_unlink(); | Xavier Santolaria |
2005-07-26 | no need to complain that we cannot remove the file in cvs_unlink() | Joris Vink |
2005-07-26 | from tamas tevesz: | Jason McIntyre |
2005-07-26 | remove details of PATH_INFO handling for historic versions of apache, | Jason McIntyre |
2005-07-26 | first of a series of commits from tamas tevesz to clean up these docs: | Jason McIntyre |
2005-07-26 | kill errant blank line; | Jason McIntyre |
2005-07-26 | Read/write from/to I-space instead of D-space. | Mark Kettenis |
2005-07-26 | switch .libs stubs package over to new COMMENT format. | Marc Espie |
2005-07-26 | Instead of juggling around with cr4 and enabling parts of it sometimes, | Artur Grabowski |
2005-07-26 | Microoptimizations. | Artur Grabowski |
2005-07-26 | In splraise, change an: | Artur Grabowski |
2005-07-26 | Add _PROF_PROLOGUE to Xspllower since it's so common in kernel profiles. | Artur Grabowski |
2005-07-26 | - Make a UVM_OBJ_IS_DEVICE macro. | Artur Grabowski |
2005-07-26 | - setup -> set up | Jason McIntyre |
2005-07-26 | Add missing newline to error message. | Christopher Pascoe |
2005-07-26 | - typos, punctuation, layout, macro tweaks | Jared Yanovich |
2005-07-26 | - typos, grammar, punctuation, layout tweaks | Jared Yanovich |
2005-07-26 | provide a description of the EXAMPLE; ok jmc | Jared Yanovich |
2005-07-26 | note when these first appeared; ok jmc | Jared Yanovich |
2005-07-26 | - typos, punctuation, spacing, macro, layout, etc. fixes | Jared Yanovich |
2005-07-26 | clarify description of 'c' conversion; ok millert, jmc | Jared Yanovich |
2005-07-26 | no need to typecast NULL; ok millert, jmc | Jared Yanovich |
2005-07-26 | remove note about long double not being supported by vax. | Jared Yanovich |
2005-07-26 | note error return of mkstemps; ok millert, jmc | Jared Yanovich |
2005-07-26 | - simplify descriptions of stream positioning in various open modes | Jared Yanovich |