summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-02-01Introduce dynmaic buffers. Dynamic buffers are realloced() until max isClaudio Jeker
2005-02-01Free neighbors that have been inactive for 24hrs.Esben Norby
2005-02-01document DP83816;Jason McIntyre
2005-02-01typo; from axel andersson;Jason McIntyre
2005-02-01- accept a minus sign in front of the file's revision number toJean-Francois Brousseau
2005-02-01first round of malloc()/realloc() fixes:Jean-Francois Brousseau
2005-02-01mention mirroring here as well; whined about by henning@Michael Shalayeff
2005-02-01make fbackupfile() return FALSE when the rename(2) from theHenning Brauer
2005-02-01enable writeback, with a workaround for the xscale pte updates.Dale Rahn
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'sTodd C. Miller
2005-02-01backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54:Peter Valchev
2005-02-01document `cvs checkout'; ok jmc@ jfb@ Joris Vink;Xavier Santolaria
2005-02-01Before carrying on with the mount request, make sure the process hasPedro Martelletto
2005-02-01syncPeter Valchev
2005-02-01tweaksJared Yanovich
2005-01-31Be a bit more paranoid about leases that are currently acked. There is aClaudio Jeker
2005-01-31perform error checking on all the protocol callsJean-Francois Brousseau
2005-01-31don't crash if we have no valid CVSROOT stringJean-Francois Brousseau
2005-01-31spacesAlexander Yurchenko
2005-01-31tickadj is already declared in sys/kernel.h.Alexander Yurchenko
2005-01-31Un-__P.Alexander Yurchenko
2005-01-31Move md_clk_attach() prototype to mips64/dev/clockvar.h.Alexander Yurchenko
2005-01-31Simply use the ethernet source address of the request as new ethernetClaudio Jeker
2005-01-31Warn if the user tries to use the -u option w/o running a command.Todd C. Miller
2005-01-31Don't malloc fds each time, just realloc() as needed.Todd C. Miller
2005-01-31fix botched tag.Dale Rahn
2005-01-31recognize OpenEXR images.Marc Espie
2005-01-31when reporting a file to remove, we must use the Entry request alongJean-Francois Brousseau
2005-01-31use fflush(stdout) before system() so we won't miss anyRobert Nagy
2005-01-31add a bunch of more codecs from var srcs. this makes almost everything from t...Michael Shalayeff
2005-01-31Safer backup file generation using mkstemp(); henning@ OKTodd C. Miller
2005-01-31warn(3) + _exit(2) instead of err(3) in the forked childHenning Brauer
2005-01-31-Wsign-compare clean, Andrey Matveev <andrushock@korovino.net>Henning Brauer
2005-01-31the most excellent drinkmeister dr.mendeleevMichael Shalayeff
2005-01-31syncHenning Brauer
2005-01-31fix ugly line split: from raymond lillard;Jason McIntyre
2005-01-31Avoid dereferencing a NULL pointerHans-Joerg Hoexer
2005-01-31Remove unused stuff.Hans-Joerg Hoexer
2005-01-31add some references to SEE ALSO;Jason McIntyre
2005-01-31Be sure to always return an error for unrecognized ioctls. Found by matthieu@Miod Vallat
2005-01-31regenMartin Reindl
2005-01-31The SiS 5513 is really a own design, partially revert my previous commit here.Martin Reindl
2005-01-31Use pxa2x0_gpio_get_function() to restore alternate pin functionsUwe Stuehler
2005-01-31Make LCD brightness adjustable by wsconsctl(1), and fix the base addressUwe Stuehler
2005-01-30bce attaches bmtphy now. Mention it in SYNOPSIS and SEE ALSO.Jonathan Gray
2005-01-30Hack to allow emulation of mouse buttons for now, incorrectly sharesDale Rahn
2005-01-30Fix two Cirrus Logic codec IDs.Mark Kettenis
2005-01-30Detect editors that move the edited file out from underneath us and warn.Todd C. Miller
2005-01-30bzero s_un before use; Andrey MatveevTodd C. Miller
2005-01-30Proper cleanup on malloc failure; Andrey MatveevTodd C. Miller