Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-01 | Replace broken frexp() with a working one from FreeBSD. There's | Todd 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-01 | backout 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-01 | document `cvs checkout'; ok jmc@ jfb@ Joris Vink; | Xavier Santolaria | |
2005-02-01 | Before carrying on with the mount request, make sure the process has | Pedro Martelletto | |
enough permissions to access the given device. ok millert@ | |||
2005-02-01 | sync | Peter Valchev | |
2005-02-01 | tweaks | Jared Yanovich | |
2005-01-31 | Be a bit more paranoid about leases that are currently acked. There is a | Claudio 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-31 | perform error checking on all the protocol calls | Jean-Francois Brousseau | |
2005-01-31 | don't crash if we have no valid CVSROOT string | Jean-Francois Brousseau | |
2005-01-31 | spaces | Alexander Yurchenko | |
2005-01-31 | tickadj is already declared in sys/kernel.h. | Alexander Yurchenko | |
ok pefo@ | |||
2005-01-31 | Un-__P. | Alexander Yurchenko | |
ok pefo@ | |||
2005-01-31 | Move md_clk_attach() prototype to mips64/dev/clockvar.h. | Alexander Yurchenko | |
ok pefo@ | |||
2005-01-31 | Simply use the ethernet source address of the request as new ethernet | Claudio 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-31 | Warn if the user tries to use the -u option w/o running a command. | Todd C. Miller | |
2005-01-31 | Don'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-31 | fix botched tag. | Dale Rahn | |
2005-01-31 | recognize OpenEXR images. | Marc Espie | |
okay ian Darwin. | |||
2005-01-31 | when reporting a file to remove, we must use the Entry request along | Jean-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-31 | use fflush(stdout) before system() so we won't miss any | Robert Nagy | |
wanted output; from Andreas Burmester <buster_hh@gmx.net> ok espie@ | |||
2005-01-31 | add 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-31 | Safer backup file generation using mkstemp(); henning@ OK | Todd C. Miller | |
2005-01-31 | warn(3) + _exit(2) instead of err(3) in the forked child | Henning Brauer | |
From: Andrey Matveev <andrushock@korovino.net> | |||
2005-01-31 | -Wsign-compare clean, Andrey Matveev <andrushock@korovino.net> | Henning Brauer | |
2005-01-31 | the most excellent drinkmeister dr.mendeleev | Michael Shalayeff | |
2005-01-31 | sync | Henning Brauer | |
2005-01-31 | fix ugly line split: from raymond lillard; | Jason McIntyre | |
use displays where possible - they're much tidier; | |||
2005-01-31 | Avoid dereferencing a NULL pointer | Hans-Joerg Hoexer | |
ok msf | |||
2005-01-31 | Remove unused stuff. | Hans-Joerg Hoexer | |
ok markus | |||
2005-01-31 | add some references to SEE ALSO; | Jason McIntyre | |
from alexey e. suslikov; kill a .Pp while here; | |||
2005-01-31 | Be sure to always return an error for unrecognized ioctls. Found by matthieu@ | Miod Vallat | |
2005-01-31 | regen | Martin Reindl | |
2005-01-31 | The 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-31 | Use pxa2x0_gpio_get_function() to restore alternate pin functions | Uwe Stuehler | |
correctly after writes to the backlight DAC. | |||
2005-01-31 | Make LCD brightness adjustable by wsconsctl(1), and fix the base address | Uwe Stuehler | |
of scoop1 to make it work. ok drahn@ | |||
2005-01-30 | bce attaches bmtphy now. Mention it in SYNOPSIS and SEE ALSO. | Jonathan Gray | |
Verified by fries@ and Steve Shockley. ok brad@ | |||
2005-01-30 | Hack to allow emulation of mouse buttons for now, incorrectly shares | Dale Rahn | |
global between zkbd and zts, until a better solution is found. | |||
2005-01-30 | Fix two Cirrus Logic codec IDs. | Mark Kettenis | |
ok millert@ | |||
2005-01-30 | Detect editors that move the edited file out from underneath us and warn. | Todd C. Miller | |
Based on an idea from Han Boetes. | |||
2005-01-30 | bzero s_un before use; Andrey Matveev | Todd C. Miller | |
2005-01-30 | Proper cleanup on malloc failure; Andrey Matveev | Todd C. Miller | |
2005-01-30 | fix some whitespace | Todd C. Miller | |
2005-01-30 | sync | Peter Valchev | |
2005-01-30 | document `cvs export' and add my copyright; ok jmc@ jfb@. | Xavier Santolaria | |
2005-01-30 | dl_iterate_phdr man | Mark Kettenis | |
2005-01-30 | dont redefine ETHER_ALIGN | David Gwynne | |
2005-01-30 | Avoid null pointer dereference when deleting not fully established SAs. | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-01-30 | Make code match intent; ok djm@ | Darren Tucker | |
2005-01-30 | Alphabetically sort device list. | Jonathan Gray | |
2005-01-30 | udav no longer uses ukphy. Pointed out by and ok dlg@ | Jonathan Gray | |