Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-29 | remove unused code now that reverse lookups are done through asr. | Eric Faurot | |
ok gilles@ | |||
2011-03-29 | Update an out-of-date and inaccurate comment. | Nicholas Marriott | |
2011-03-29 | document newly supported ioctls VIDIOC_S_PARM, VIDIOC_G_PARM and | Jacob Meuser | |
VIDIOC_ENUM_FRAMEINTERVALS ok jmc@ | |||
2011-03-29 | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott | |
replacements and add -c as target-client. | |||
2011-03-29 | print ipqos friendly string for sshd -T; ok markus | Kevin Steves | |
# sshd -Tf sshd_config|grep ipqos ipqos lowdelay throughput | |||
2011-03-29 | make use the cname query interface from asr for reverse lookups | Eric Faurot | |
ok gilles@ | |||
2011-03-28 | Add -a and -s options to lsp to list all panes in the server or session | Nicholas Marriott | |
respectively. Likewise add -s to lsw. From Ben Boeckel. | |||
2011-03-28 | sync from www/build/mirrors.dat | Stuart Henderson | |
2011-03-28 | Allow a start and end line to be specified for capture-pane which may be | Nicholas Marriott | |
negative to capture part of the history. Prompted by request from Victor J Orlikowski. | |||
2011-03-28 | Style: uint -> u_int and a missing else. | Nicholas Marriott | |
2011-03-28 | Documentation for mlphy(4) | Claudio Jeker | |
OK sthen | |||
2011-03-28 | Include mlphy(4) to the kernels that include tl(4). | Claudio Jeker | |
OK sthen@ | |||
2011-03-28 | Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs. | Claudio Jeker | |
The PHY is only 100Mbps capable and needs a copanion chip for 10Mbps mode. Only a few tl(4) seem to ship with it. Ported and tested by Loganaden Velvindron OK sthen@ | |||
2011-03-28 | Clean nodes until the number of cached nodes is smaller than the maximum number | Mark Kettenis | |
of nodes, otherwise we'll never actually clean any nodes. Fixes issues with clients failing too attach because the node cache is completely filled. ok damien@ | |||
2011-03-28 | tweak previous; | Jason McIntyre | |
2011-03-28 | Add a couple of examples on tcpflags and icmptype filters | giovanni | |
ok claudio@ | |||
2011-03-28 | Add icmptype and tcpflags support to the grammar | giovanni | |
ok claudio@ jsing@ | |||
2011-03-27 | Set the terminal blocking again earlier, before sending the reset | Nicholas Marriott | |
sequences. | |||
2011-03-27 | Don't include meta twice when working out the flags to output for | Nicholas Marriott | |
xterm-style keys - bit 3 is accepted on input but not on output. Also a style nit in the header. | |||
2011-03-27 | Give each pane created in a tmux server a unique id (starting from 0), | Nicholas Marriott | |
put it in the TMUX_PANE environment variable and accept it as a target. Suggested by and with testing and tweaks from Ben Boeckel. | |||
2011-03-27 | Save r4-r18. Even though the firmware specification says these registers are | Mark Kettenis | |
preserved, the c3700 firmware corrupts the upper half these registers. | |||
2011-03-27 | - remove unused variables | Jasper Lievisse Adriaanse | |
from Michael W. Bombardieri ok chl@ nicm@ | |||
2011-03-27 | - garbage collect unused buf_fappend(), which was also removed from ocvs's | Jasper Lievisse Adriaanse | |
buf.c some time ago. from Michael W. Bombardieri ok chl@ nicm@ | |||
2011-03-27 | add a function to factorize resetting of dnssession events. | Eric Faurot | |
ok gilles@ | |||
2011-03-27 | add missing CVS markers and update copyright year. | Eric Faurot | |
ok gilles@ | |||
2011-03-27 | Make sure the message buffer area is not zeroed unconditionaly, instead let | Miod Vallat | |
initmsgbuf() decide. This gives up a persistent dmesg. | |||
2011-03-27 | Get rid of some warnings, from Michael W Bombardieri. | Nicholas Marriott | |
2011-03-27 | Fix interval handling. Start at initial_interval instead of | Kenneth R Westerback | |
exponentially backed off initial_interval. Don't hallucinate that we can send ARP packets without waiting. Don't claim to be waiting for ARP packets when not doing so. Correctly detect expiry of selecting period. Speeds up negotiations. Tested on various dhcp servers by Martin Pelika, ian@, and David Coppa. And works at Starbucks and a mall for me. | |||
2011-03-27 | new sentence, new line; | Jason McIntyre | |
2011-03-26 | Correct described default for initial-interval. It is three, not | Kenneth R Westerback | |
ten, seconds. Use words not numerals consistently when naming various timing values. Tweak one clumsy sentence. | |||
2011-03-26 | umask and path checks; | Ingo Schwarze | |
heavily based on code written by Andrew Fresh; tweaked in team-work | |||
2011-03-26 | missing file in previous commit | Eric Faurot | |
ok gilles@ | |||
2011-03-26 | Fix the MX lookup process: | Eric Faurot | |
- the MX records were not always properly inserted into the sorted array, which led to some MX being silently dropped. - if an MX address could not be resolved, mail delivery would fail, even though other valid MX exist for that domain. Now only report the failure if no server address can be found at all. grrrreeat gilles@ | |||
2011-03-26 | - note that -T overrides TMPDIR, and a few other tweaks; | Jason McIntyre | |
from Michael W. Bombardieri -T stuff verified by nicm | |||
2011-03-26 | oops. the frame rate is the inverse of the frame interval. fixes | Jacob Meuser | |
setting the frame rate with luvcview. | |||
2011-03-26 | Fix to properly wrap wide characters, from Micah Cowan. | Nicholas Marriott | |
2011-03-26 | check that we actually have a stdio stream opened for the message before | Gilles Chehade | |
trying to close it in a mta session. in case of DNS errors; this pointer will remain NULL and cause a segv in MTA_DONE state. | |||
2011-03-26 | Tweak the asr API to make things a bit smoother on the user side. | Eric Faurot | |
Then asr_run() call now returns ASR_COND when a condition on a FD is expected. The exact condition (readable or writeable) is specified in the asr_result structure, along with the fd and timeout. ok gilles@ | |||
2011-03-26 | Merge a reverse lookup query implementation into asr. | Eric Faurot | |
Not used by the rest of smtpd for now. ok gilles@ | |||
2011-03-26 | have the client API receive a stdio stream rather than a fd to the message | Gilles Chehade | |
fd. this shifts responsibility for the fclose to the caller, prevents a memory leak and makes everyone happy. diff by Jared Yanovich, thanks ! | |||
2011-03-26 | use an index for iterating into the mx list. | Eric Faurot | |
ok gilles@ | |||
2011-03-26 | use 'sizeof(struct usb_video_frame_desc)' instead of a hardcoded | Jacob Meuser | |
number | |||
2011-03-26 | fill in the timestamp when copying a frame into the mmap buffer | Jacob Meuser | |
2011-03-26 | fill in support for VIDIOC_ENUM_FRAMEINTERVALS | Jacob Meuser | |
2011-03-26 | support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used for | Jacob Meuser | |
setting and and getting the frame interval. | |||
2011-03-26 | print the supported frame intervals when printing the frame descriptor | Jacob Meuser | |
2011-03-25 | * don't try to align our array of frame descriptors with the | Jacob Meuser | |
frame descriptor's bFrameIndex field. the first valid frame in the array is at index 0, not 1. * don't change the format group's default frame when configuring the device, and don't use the default frame as the current frame: these are what the format group's 'frame_cur' is for. tested by several as part of larger diff | |||
2011-03-25 | * the mjpeg and uncompressed video frame descriptor structures are | Jacob Meuser | |
equivilent. only define one structure, struct usb_video_frame_desc, and handle both types of frame descriptors in the same code. * replace hardcoded numbers with 'sizeof(struct usb_video_frame_desc)' where the numbers represent the size of a frame descriptor tested by several | |||
2011-03-25 | * empty the queue of frames in the mmap frame buffer and set the | Jacob Meuser | |
index of the current frame to -1 when the mmap frame buffer is free'd * set the index of the current frame to 0 when allocating the mmap frame buffer * paranoia: panic if a) the mmap frame buffer is already allocated when we try to allocate it, or b) the mmap frame buffer is not allocated when we try to add frames to it tested by several | |||
2011-03-25 | back out previous commit. | Bob Beck | |
"if you have checked this I am ok with it" does not mean 1) not to pay attention to breaking news after I tell you that and 2) not to get ok's from the others this had been shown to. I am absolutely not ok with thig going in with only *my* ok. There's a reason why we want more than one ok on important commits ok deraadt@ for the backout |