summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-10Advance the pointer past the message on the routing socket whereStuart Henderson
2009-07-10rework link state handling a bit. this reports missing link correctly. theDavid Gwynne
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-10Don't send initialisation strings is1/2/3 (barely anything else does) and moveNicholas Marriott
2009-07-10billenium was in september, apparently;Jason McIntyre
2009-07-10Add a default-terminal option to set the starting value of $TERM in newNicholas Marriott
2009-07-10Document display-time option which seems to have been missed.Nicholas Marriott
2009-07-10We should be using the $SERVERLISTALL (not the url-only $SERVERLIST) toTheo de Raadt
2009-07-10support onsemi's cat34ts02 and cat6095; ok deraadtConstantine A. Murenin
2009-07-10the temperature value is really a 13-bit 2's complement; ok deraadtConstantine A. Murenin
2009-07-10fix the mask for the sign bit and some comment; ok deraadtConstantine A. Murenin
2009-07-09repair -xHenning Brauer
2009-07-09The cd install method is called cd, not cdrom. This gets told to theTheo de Raadt
2009-07-09When the terminal size is reduced horizontally, don't truncate lines to the newNicholas Marriott
2009-07-09Remove the VREF() macro and replaces all instances with a call to verf(),Thordur I. Bjornsson
2009-07-09regenJonathan Gray
2009-07-09Intel 55[02]0 and Matrox G200eWJonathan Gray
2009-07-09Be sure we don't hit a NULL deref. Pointed out byMarcus Glocker
2009-07-09Cursor up and down should be limited by the scroll region (cuu should stop atNicholas Marriott
2009-07-09disable the 3c990 firmware because the media is just slightly over-full,Theo de Raadt
2009-07-09New command, if-shell (alias if). Executes the tmux command in the secondNicholas Marriott
2009-07-09Stop in the right place so all the lines selected are copied. Reported by KalleNicholas Marriott
2009-07-09Use MAXTTL instead of the hardcoded value.Michele Marchetto
2009-07-09Remove commented variable.Michele Marchetto
2009-07-09promote correct style for error checkingEric Faurot
2009-07-09Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge dot...Nicholas Marriott
2009-07-09Change inserting and deleting lines inside the scroll region to properly clearNicholas Marriott
2009-07-09unsigned -> unsigned intBret Lambert
2009-07-09Tidy by removing unused argument from grid_view_{insert,delete}_line_regionNicholas Marriott
2009-07-08revert MCLGETI for sk(4) for now. commit requested by deraadt@Stuart Henderson
2009-07-08Detect nexthop change.Michele Marchetto
2009-07-08correct kvm_getfile2 error stringTodd C. Miller
2009-07-08Fix two memory leaks when assigning shell variables in configurationNicholas Marriott
2009-07-08Add POSIX-compliant fuser mode to fstat. Originally based onTodd C. Miller
2009-07-08Add the same routing domain assignments and checks into the not so usedClaudio Jeker
2009-07-08remove redundant comment.Thordur I. Bjornsson
2009-07-08Fix memory leak in sarch filter parsing code.Bret Lambert
2009-07-08When reinitialising the screen, do not omit to clear the last line.Nicholas Marriott
2009-07-08Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX,Nicholas Marriott
2009-07-08sync to 1.7.23: fixed const-nessesIngo Schwarze
2009-07-08sync to 1.7.21: unified escape sequence validation for mdoc and manIngo Schwarze
2009-07-07Don't let ambiguous commands override an exact alias match: eg if commandsNicholas Marriott
2009-07-07Forgot to commit this while adding all the RTM_VERSION checks. Reminded byClaudio Jeker
2009-07-07Rename the global options variables to be shorter and to make session optionsNicholas Marriott
2009-07-07Handle empty or unset TERM correctly; also fix a fatal() message while here.Nicholas Marriott
2009-07-07When sending a "protocol mismatch" error message, tell the client to exitNicholas Marriott
2009-07-07Make ripd(8) aware of MPLS routes.Michele Marchetto