summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
ok tedu@ deraadt@ krw@
2009-07-09Don't leak FILE * on malloc failure. From ivoire at users dot sourceforge ↵Nicholas Marriott
dot net.
2009-07-09Change inserting and deleting lines inside the scroll region to properly clearNicholas Marriott
lines that should be inserted/deleted but not moved. Fixes problems with mutt reported by Brian Lewis, thanks.
2009-07-09unsigned -> unsigned intBret Lambert
ok claudio@, henning@
2009-07-09Tidy by removing unused argument from grid_view_{insert,delete}_line_regionNicholas Marriott
functions (currently don't fully work, this is to make fix easier).
2009-07-08revert MCLGETI for sk(4) for now. commit requested by deraadt@Stuart Henderson
2009-07-08Detect nexthop change.Michele Marchetto
React installing the label associated with the new nexthop in the kernel routing table. ok claudio@
2009-07-08correct kvm_getfile2 error stringTodd C. Miller
2009-07-08Fix two memory leaks when assigning shell variables in configurationNicholas Marriott
file/command prompt. From Tiago Cunha.
2009-07-08Add POSIX-compliant fuser mode to fstat. Originally based onTodd C. Miller
a diff from Peter Werner but largely rewritten to use kinfo_file2. OK deraadt@ with man fixes from jmc@ and sobrado@
2009-07-08Add the same routing domain assignments and checks into the not so usedClaudio Jeker
protocols as it is currently in if_ethersubr.c. OK reyk@
2009-07-08remove redundant comment.Thordur I. Bjornsson
OK blambert@
2009-07-08Fix memory leak in sarch filter parsing code.Bret Lambert
ok pyr@
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
and some people may use shells which do not support it. Instead, make an empty default-command option mean a login shell, and fork it with a - in argv[0] which is the method used by login(1). Also fix the automatic-rename code to handle this correctly and to strip a leading - if present.
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
checking is still incomplete, but a bit better, in particular for man now in sync with 1.7.22: the only 1.7.22 diff was already in
2009-07-07Don't let ambiguous commands override an exact alias match: eg if commandsNicholas Marriott
"abc-1", "abc-2", "abc-3" exist and "abc-3" has the alias "abc", "tmux abc" should execute abc-3, not complain about the command being ambiguous. Not a problem at the moment but will be soon.
2009-07-07Forgot to commit this while adding all the RTM_VERSION checks. Reminded byClaudio Jeker
sthen@ who also tested it. OK henning@ sthen@
2009-07-07Rename the global options variables to be shorter and to make session optionsNicholas Marriott
clear. No functional change, getting this out of the way to make later options changes easier.
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
afterwards, otherwise it hangs.
2009-07-07Make ripd(8) aware of MPLS routes.Michele Marchetto
ok claudio@
2009-07-07When adding or changing a MPLS route, add RTF_MPLS flag toMichele Marchetto
routing message. We can then rely on that flag to spot out MPLS routes coming from routing socket. ok claudio@
2009-07-07..couldn't resist..Jasper Lievisse Adriaanse
2009-07-07The fix for default-path (use target session options instead of global options)Nicholas Marriott
is required here as well, doh.
2009-07-07Minor fix: look for default-path in the options for the specified session firstNicholas Marriott
rather than just the global options. From Brandon Mercer, thanks.
2009-07-07sync to 1.7.21: provide WESCAPE and MAN_IGN_ESCAPE,Ingo Schwarze
to be used soon in man_validate.c
2009-07-07The word "indent" has a special meaning in ".Bd -tag -offset indent",Ingo Schwarze
but *not* in ".Bd -tag -width indent", so in the latter case, it should not be handled specially. ok kristaps@ and jmc@ and contained in 1.7.22
2009-07-07sync to 1.7.21: kristaps@ seems to prefer British spelling...Ingo Schwarze
2009-07-07sync to 1.7.21: suboptarg is not portable to Linux;Ingo Schwarze
no functional change on OpenBSD
2009-07-07sync to 1.7.21:Ingo Schwarze
document the \fX escapes (not recommended) add some more details about escape sequences document white space handling simplify some explanations, don't talk about ontologies
2009-07-06sync to 1.7.21:Ingo Schwarze
document the \fX escapes document white space handling explain global STRUCTURE before explaining SYNTAX details point to mdoc(7) for groff COMPATIBILITY
2009-07-06sync to 1.7.21: increment offset by the value of .Bd -offsetIngo Schwarze
instead of resetting it to the value; no functional change, as currently offset is always 0 at this point, but perhaps it's safer with respect to possible future changes
2009-07-06.Bd -offset indent-two is two times 6, not two times 5 spacesIngo Schwarze
ok kristaps@ and contained in 1.7.21
2009-07-06Almost rewrite xbridge PCI resource allocation:Miod Vallat
- introduce an interface for widget drivers to ask the xbow to map arbitrary views of their address space, in addition to the low 16MB. This operation may fail or map a subset range of what the caller asked for, depending on the platform we're running on. - use this in xbridge to set up views on the direct memory and i/o spaces, to map devices resources when they don't fit in one of the devio small ranges (limited to 2MB anyway). These views are only allocated when devio can't do the job, so as not to consume too many resources on Origin family systems where such views are scarce resources (and shared accross the whole crossbow). This makes pci devices with large resource needs configure correctly. While there, fix programming of 64 bit memory BAR; this makes bge(4) work. Tested on Octane (with Bridge revision < 4 and >= 4), Origin 200 (Bridge >= 4) and Fuel (XBridge). ok deraadt@
2009-07-06remove unused WDEPCOL warning that became unused in 1.7.19Ingo Schwarze
ok kristaps@ and contained in 1.7.21
2009-07-06(1) exit with failure not success if options parsing fails;Ingo Schwarze
(2) use warn not warnx if fstat fails; (3) getsubopt modifies arg, so printing it on error will print the wrong thing: use suboptarg instead. from nicm@ ok kristaps@ and contained in 1.7.21
2009-07-06Fix handling of install info saving and fetching. May still be someKenneth R Westerback
interesting behaviour with v6 '[]' ftp syntax, but best we can do for 4.6. Testing and tweaking from halex@ and phessler@, and a host of others in various previous versions. ok halex@ deraadt@.
2009-07-06sync to 1.7.21: convert the last plain mdoc_err() in this file to verr();Ingo Schwarze
this is still not really good, but can stay like this for now
2009-07-06Add a section summarising how options work, make the distinction between windowNicholas Marriott
and session options clearer, and fix the incorrect synopses and descriptions of show-options and show-window-options.
2009-07-06default waittime is 5, not 3;Jason McIntyre
from Paul Stoeber
2009-07-06fe_towardzero not on openbsd. ok millert@Martynas Venckus
2009-07-06don't test unspecified behavior per ISO C (section F.4). this madeMartynas Venckus
machines following IEC/IEEE for fp arith fail, since they take more care of overflowed value. failure on zaurus reported by david@. ok millert@
2009-07-05take us to 4.6-currentDavid Gwynne
2009-07-05Buffer in RMD160_CTX is length RMD160_BLOCK_LENGTH not RMD160_DIGEST_LENGTH.Todd C. Miller
Userland version was already correct. From Jason Fritcher. OK deraadt@
2009-07-05only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@Kevin Steves
ok deraadt@ markus@
2009-07-05Make sure the OpenBSD bounds exclude the first cylinder, which is usedMiod Vallat
to store the bootblocks. ok deraadt@