summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'sTodd C. Miller
no need to have a copy for each platform with ieee floating point, only vax needs a special version (which probably has similar bugs). OK and with help from otto@
2005-02-01backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54:Peter Valchev
fix preposterous time warnings in the nfs client; caused by false hits in the attribute cache too close to release, save for immediately after unlock
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
enough permissions to access the given device. ok millert@
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
small window where it is possible that a lease is acked and simultaniously removed and so the state is not removed. This may be a cause for the "already acking" issue. OK millert@
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
ok pefo@
2005-01-31Un-__P.Alexander Yurchenko
ok pefo@
2005-01-31Move md_clk_attach() prototype to mips64/dev/clockvar.h.Alexander Yurchenko
ok pefo@
2005-01-31Simply use the ethernet source address of the request as new ethernetClaudio Jeker
destination instead of the one included in the dhcp packet. Especially because there are to many cases where the supplied address is wrong. This hopefully solves all problems with gateways involved, like the one reported by Dylan Martin. OK krw@ henning@ millert@
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
There's no need to clear revents -- poll() does that for us. Move setting of cur_time to the top of the loop for better accuracy. When poll returns 0, don't check revents since we know none were set.
2005-01-31fix botched tag.Dale Rahn
2005-01-31recognize OpenEXR images.Marc Espie
okay ian Darwin.
2005-01-31when reporting a file to remove, we must use the Entry request alongJean-Francois Brousseau
with the file's information, and not the remove request, which is only sent at the end of the command. partially unbreaks remove until we support the '-' symbol in Entries file
2005-01-31use fflush(stdout) before system() so we won't miss anyRobert Nagy
wanted output; from Andreas Burmester <buster_hh@gmx.net> ok espie@
2005-01-31add a bunch of more codecs from var srcs. this makes almost everything from ↵Michael Shalayeff
the dmesglog to be resolved proper. most unresolvants are bit-errors on the ac link anyway
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
From: Andrey Matveev <andrushock@korovino.net>
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
use displays where possible - they're much tidier;
2005-01-31Avoid dereferencing a NULL pointerHans-Joerg Hoexer
ok msf
2005-01-31Remove unused stuff.Hans-Joerg Hoexer
ok markus
2005-01-31add some references to SEE ALSO;Jason McIntyre
from alexey e. suslikov; kill a .Pp while here;
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
pointed out by Chris Cappucio <chris at nmedia.net>; ok brad@
2005-01-31Use pxa2x0_gpio_get_function() to restore alternate pin functionsUwe Stuehler
correctly after writes to the backlight DAC.
2005-01-31Make LCD brightness adjustable by wsconsctl(1), and fix the base addressUwe Stuehler
of scoop1 to make it work. ok drahn@
2005-01-30bce attaches bmtphy now. Mention it in SYNOPSIS and SEE ALSO.Jonathan Gray
Verified by fries@ and Steve Shockley. ok brad@
2005-01-30Hack to allow emulation of mouse buttons for now, incorrectly sharesDale Rahn
global between zkbd and zts, until a better solution is found.
2005-01-30Fix two Cirrus Logic codec IDs.Mark Kettenis
ok millert@
2005-01-30Detect editors that move the edited file out from underneath us and warn.Todd C. Miller
Based on an idea from Han Boetes.
2005-01-30bzero s_un before use; Andrey MatveevTodd C. Miller
2005-01-30Proper cleanup on malloc failure; Andrey MatveevTodd C. Miller
2005-01-30fix some whitespaceTodd C. Miller
2005-01-30syncPeter Valchev
2005-01-30document `cvs export' and add my copyright; ok jmc@ jfb@.Xavier Santolaria
2005-01-30dl_iterate_phdr manMark Kettenis
2005-01-30dont redefine ETHER_ALIGNDavid Gwynne
2005-01-30Avoid null pointer dereference when deleting not fully established SAs.Hans-Joerg Hoexer
ok ho@
2005-01-30Make code match intent; ok djm@Darren Tucker
2005-01-30Alphabetically sort device list.Jonathan Gray
2005-01-30udav no longer uses ukphy. Pointed out by and ok dlg@Jonathan Gray