Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-25 | don't set malloc_options to not interfer with /etc/malloc.conf | Alexandre Ratchov | |
requested and explained by fgsch@, henning@, otto@ | |||
2009-01-25 | Add missing evtimer_set on route hold down timer. | Michele Marchetto | |
ok norby@ | |||
2009-01-25 | In hpibid(), when computing timeouts from the cpuspeed variable, account for | Miod Vallat | |
68040 systems where cpuspeed is only 3/8 of the intended value. | |||
2009-01-25 | sync | Miod Vallat | |
2009-01-25 | If hdattach() aborts early because the disk is not in good shape, always | Miod Vallat | |
fail hdopen(). | |||
2009-01-25 | Behave correctly in interrupt handlers if no tty has been allocated yet | Miod Vallat | |
(this was supposed to have been fixed in r1.25, but there was still a missing check). | |||
2009-01-25 | remove trailing whitespace; | Jason McIntyre | |
2009-01-25 | += udfu.4 | Ian Darwin | |
2009-01-25 | Man page for udfu driver, improved by jmc, 'get it in' fgsch | Ian Darwin | |
2009-01-25 | add udfu(4), a driver to put dfu capable devices in dfu-mode for later | Federico G. Schwindt | |
use with dfu-util. tested with openmoko by ian@. ok miod@ | |||
2009-01-24 | oops. forgot to remove a debug printf from the diff. | Thordur I. Bjornsson | |
(that I applied to a clean tree to commit) | |||
2009-01-24 | Use a timespec for the server write deadline and procrastination | Thordur I. Bjornsson | |
timeouts. Rrids us of the ugly cur_sec variable, and some shadows. Also helps with granularity. Diff from blambert@ who asked me to commit this since he's away for some days and we wanted to put this in with the timespec changes in the nfsnode. | |||
2009-01-24 | Use a timespec instead of a time_t for the clients nfsnode | Thordur I. Bjornsson | |
mtime, gives us better granularity, helps with cache consistency. Idea lifted from NetBSD. OK blambert@ | |||
2009-01-24 | propagate the O_EXCL flag down to the file systems, by setting | Thordur I. Bjornsson | |
VA_EXCLUSIVE. Handle this in NFS, also in NFS use arc4random() for the create verifier instead of an uninitialized long and the address of the first interface (which is likely to be lo0). Lifted from NetBSD with small tweaks; "looks good", miod@ OK blambert@ | |||
2009-01-24 | use more appropriate sensor_task_register(9) paradigm; ok mk | Constantine A. Murenin | |
2009-01-24 | * eliminate redundant initialisations of .desc and .value | Constantine A. Murenin | |
* .status should never stay at OK permanently * use .flags more sparingly ok mk | |||
2009-01-24 | sync list of preferred ciphers; ok djm@ | Christian Weisgerber | |
2009-01-24 | Fix an evil typo. | Michele Marchetto | |
ok norby@ | |||
2009-01-24 | Reflect dvmrpd changes, nbr_cnt is no more needed. | Michele Marchetto | |
ok norby@ | |||
2009-01-24 | improve indentation without wasting space on the install media; | Igor Sobrado | |
make source code fit on 80-column displays; while here, remove superfluous comment sign. ok krw@ | |||
2009-01-24 | Improve comment about resolv.conf creation. Prodded by sobrado@. | Kenneth R Westerback | |
2009-01-24 | forward user to ports(7) for the few variables that are documented there | Marc Espie | |
2009-01-24 | magic 8 -> nitems(nfs_backoff) | Thordur I. Bjornsson | |
prompted by David <dunnoseriously _att_ gmail.com> | |||
2009-01-24 | slightly better documentation for SKIPDIR | Marc Espie | |
2009-01-24 | make sure the from mbuf gets freed on error to. | Thordur I. Bjornsson | |
from David <dunnoseriously _att_ gmail.com> ok blambert@ | |||
2009-01-24 | fix a couple mistakes from rev 1.109 | Jacob Meuser | |
dmesg spam produced by the mistakes noticed by stsp@, thanks | |||
2009-01-24 | MS VX-700 works. | Michael Knudsen | |
ok mglocker | |||
2009-01-24 | sync | Todd T. Fries | |
2009-01-23 | Remove parameter names from function declarations, per style(9). | Bret Lambert | |
ok phessler@ miod@ | |||
2009-01-23 | Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providing | Michael Knudsen | |
environment sensors. These are found at least on VIA Epia SN18000G boards. Not enabled at 0x162e and 0x164e because probing these may not be safe according to kettenis (guess where my schsio is). Much help from kettenis. Input from const and fgs. ok kettenis | |||
2009-01-23 | Make write_user_windows() do what the name suggests: flush user windows instead | Mark Kettenis | |
of all windows. | |||
2009-01-23 | catch SIGHUP and SIGTERM too, to ensure that recorded files are | Alexandre Ratchov | |
properly closed and sockets are cleaned up. | |||
2009-01-23 | spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com> | Alexandre Ratchov | |
2009-01-23 | prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC | Damien Miller | |
modes; ok markus@ | |||
2009-01-22 | Make bus_mem_add_mapping() return ENOMEM if we fail to allocate kva instead | Mark Kettenis | |
of panicing. ok drahn@ | |||
2009-01-22 | Make re(4) at pci(4) detachable. | Mark Kettenis | |
ok jsg@, miod@ | |||
2009-01-22 | After the NFS server had sent a reply of size readsize or readdirsize, | Alexander Bluhm | |
the udp receive space got completely filled up. Even if the next packet from the server was a small reply, it got dropped by udp_input(). After a second the client resent the NFS request. Doubling rcvreserve reduces the chance of retransmits by having enough recv space for multiple NFS replies even if there comes a big one. found with pedro@, ok blambert@, thib@, pedro@ | |||
2009-01-22 | document regexp support | Marc Espie | |
okay millert@, jmc@ | |||
2009-01-22 | use the same spacing style as in /etc/ftpchroot and /etc/ftpusers; | Igor Sobrado | |
it is more consistent and easier to read. | |||
2009-01-22 | write ftpd(8) in a more appropriate way. | Igor Sobrado | |
2009-01-22 | The variable nfs_reqq was protected by splsoftnet() only in 3 out | Alexander Bluhm | |
of 5 cases. In the functions nfs_reconnect() and nfs_reply() put the TAILQ_FOREACH over nfs_reqq also inside splsoftnet() protection. found with pedro@, ok blambert@, pedro@, thib@ | |||
2009-01-22 | Add support for Moxa CP-104JU, 4xrs232 | Jonathan Gray | |
from/tested by Joerg Niendorf in pr 6053. | |||
2009-01-22 | regen | Jonathan Gray | |
2009-01-22 | Moxa CP-104JU another puc from | Jonathan Gray | |
Joerg Niendorf in pr 6053. | |||
2009-01-22 | another chunk of a2port() diff that got away. wtfdjm?? | Damien Miller | |
2009-01-22 | make a2port() return -1 when it encounters an invalid port number | Damien Miller | |
rather than 0, which it will now treat as valid (needed for future work) adjust current consumers of a2port() to check its return value is <= 0, which in turn required some things to be converted from u_short => int make use of int vs. u_short consistent in some other places too feedback & ok markus@ | |||
2009-01-22 | oops! I committed the wrong version of the Channel->path diff, | Damien Miller | |
it was missing some tweaks suggested by stevesk@ | |||
2009-01-22 | make Channel->path an allocated string, saving a few bytes here and | Damien Miller | |
there and fixing bz#1380 in the process; ok markus@ | |||
2009-01-22 | Call checkdisklabel() for labels built from native info. This will | Kenneth R Westerback | |
ensure 'c' always has the correct size as the rest of the kernel assumes. Thus prevent dd'ing causing a SCSI out-of-bounds error. ok miod@ | |||
2009-01-21 | sort | Miod Vallat | |