summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-19The abbreviation for .Bf -symbolic is .Bf Sy, not .Bf Sm;Ingo Schwarze
"Gah! Fixed." kristaps@
2009-07-19Include 0x4402 in the bbp id mapping table used on olderJonathan Gray
devices. http://bcm-specs.sipsolutions.net/BackPlane agrees.
2009-07-19clalloc() can't fail, so there's no need to handle failure cases.Bret Lambert
Change to void function. Also, no need to have global tty stats pointer, so just return it from clalloc, as the caller frees it immediately anyway. ok miod@
2009-07-19use addr_eq() where we can; ok krw@Kevin Steves
2009-07-18Kristaps was so happy about .Bl -hang support ("the last major missingIngo Schwarze
formatting feature") that he bumped the version from 1.7 to 1.8. We are now in sync with release 1.8.0. There is lots of work left, though, before we can use this in production...
2009-07-18sync to 1.8.0: a couple of cosmetic fixes:Ingo Schwarze
1) use \(hy instead of \- for .Bl -hyphen (renders the same in -Tascii) 2) clear bold flag after printing the -bullet or -hyphen in .Bl (actually, the flags will be reinitialized in termp_it_post, anyway) 3) do not redo the work of the parser in termp_rv_pre and termp_ex_pre (instead, just assert() validity of the parse tree) 4) do not bother assigning to the offset in termp_ss_post (it will soon be reinitialized in print_node, anyway)
2009-07-18sync to 1.8.0: support -offset [0-9]+n and -offset [0-9]+mIngo Schwarze
(not documented in mdoc.samples, but used in mdoc.samples) while here, do some cleanup in arg_offset and arg_width
2009-07-18sync to 1.8.0: lots of minor changesIngo Schwarze
2009-07-18sync to 1.8.0: support .Bl -hangIngo Schwarze
2009-07-18ps is an argumentIgor Sobrado
2009-07-18if -> in, and the sentance makes more sense.Thordur I. Bjornsson
2009-07-18use a better layout to improve readability.Igor Sobrado
ok henning@
2009-07-18sync to 1.8.0: a bad .St argument causes an error, not a warningIngo Schwarze
2009-07-18sync to 1.8.0: white space fixes, no code changeIngo Schwarze
2009-07-18sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdocIngo Schwarze
2009-07-18sync to 1.8.0: for .Fo, do not print a blank before '('Ingo Schwarze
2009-07-18sync to 1.8.0: two .Vd in SYNOPSIS get a line break in between,Ingo Schwarze
but not a blank line; as before, the last .Vd in SYNOPSIS is still followed by a blank line, and .Vd outside SYNOPSIS breaks no lines
2009-07-18sync to 1.8.0: replace macro function declarations by real ones, and sort themIngo Schwarze
2009-07-18sync to 1.8.0: cleanup: remove offset and rmargin from termpairIngo Schwarze
2009-07-18sync to 1.8.0: remove ambiguous TERMPAIR_SETFLAG macro and set flags manuallyIngo Schwarze
2009-07-18Reconfigure all onboard devices, ignoring the existing mappings set up byMiod Vallat
ARCS, except for IOC3 devices (which might be our console). This allows us to build resource accounting extents to pass the MI code (for more magic).
2009-07-18sync to 1.8.0: consolidated Bsx, Dx, Fx, Nx, Ox, Ux into one common functionIngo Schwarze
2009-07-18sync to 1.8.0: avoid duplicate warning about a malformed NAME sectionIngo Schwarze
when the next section following NAME is a custom section
2009-07-18Don't forget to read the high bits I/O range register when registeringMiod Vallat
ppb resources in the parent extent. ok kettenis@
2009-07-18sync to 1.8.0: .Nd is now a BFI, was an ELEM,Ingo Schwarze
and use \(en instead of \- for .Nd
2009-07-18Add three new session options: visual-activity, visual-bell, visual-content. IfNicholas Marriott
these are enabled (and the monitor-activity, bell-actio and monitor-content options are configurated appropriately), when activity, a bell, or content is detected, a message is shown. Also tidy up the bell/activity/content code in server.c slightly and fix a couple of errors.
2009-07-18sync to 1.8.0: <sys/types.h> needed for u_char; <uqs at spoerlein dot net>Ingo Schwarze
2009-07-18Remove redundant code for setting the maximum frame receive sizeStuart Henderson
and fix the appropriate code in gem_init_regs(). From Brad, tested by Brad (sparc64), todd@ (macppc).
2009-07-18Fixes for the NFSERR_RETERR commit.Thordur I. Bjornsson
- Make sure to set the mbuf pointers and the dpos pointer correctly in nfs_request() before returning an error. - Fix potential mbufs leaks in nfs_{read,write}rpc for v2. The reply mbuf was not being freed before the jump to nfsmout. - Reorder error handling to prevent an error case being treated as a non-error case. Fixes issues noticed by sthen@ and ajacoutot@. Tested by both of them. Reviewd by oga@ OK blambert@
2009-07-18reorder a switch block, no functional change but reduces the diffStuart Henderson
with FreeBSD. From Brad.
2009-07-18Simplify receive filter handling, from Brad.Stuart Henderson
Tested by Brad on sparc64, todd@ on macppc.
2009-07-18Don't assign NULL to an integer type, use 0 instead.Jonathan Gray
No binary change.
2009-07-18Rewrite the ioctl handling code and the receive filterStuart Henderson
handling to clean up the code and eliminate unnecessary resets. From Brad, promisc tested by Olivier Cherrier, promisc/multicast by me.
2009-07-18While detatching the device, workaround the case when a midiAlexandre Ratchov
entry is missing in cdevsw[], in which case vdevgone() is called with out of bounds argument. requested by dlg@
2009-07-18#include stdio.h for printf here also.Jonathan Gray
2009-07-18#include stdio.h for printf.Jonathan Gray
2009-07-18restore -S as toggle;Jason McIntyre
from Mark Lumsden ok oga
2009-07-17Cleaned up parsing of While loops; iterative If statementJordan Hargrave
ok marco@
2009-07-17Make it so using kill-pane to destroy the last pane in a window destroys theNicholas Marriott
window instead of being an error.
2009-07-17Proper bus_space_{read,write}_raw_[248] functions for xbridge, makes wi@pciMiod Vallat
work on systems with xbridge.
2009-07-17- New command display-message (alias display) to display a message in theNicholas Marriott
status line (bound to "i" and displays the current window and time by default). The same substitutions are applied as for status-left/right. - Add support for including the window index (#I), pane index (#P) and window name (#W) in the message, and status-left or status-right. - Bump protocol version. From Tiago Cunha, thanks!
2009-07-17When resizing a screen smaller in alternate screen mode, all the lines neededNicholas Marriott
could be consumed by deleting from the bottom, leaving none to be removed from the top. In this case, don't call grid_view_delete_lines with ny of 0 as this is incorrect and causes a bounds check to fatal error if built with -DDEBUG.
2009-07-17Update bus_dma to the better codebase found on almost all other platforms,Miod Vallat
where the common part to all bus_dmamap_load*() functions is implemented in in an internal load_buffer routine. This allows the xbridge-specific dma code to only provide this function, instead of three; and this also brings us a working bus_dmamap_load_uio() on all supported sgi machines, which in turns make crpyto(4) devices really work. Tested with hifn(4).
2009-07-17be more careful with parsing format string. we can't do multipleMartynas Venckus
widths or precisions. fixes crash reported by Maksymilian Arciemowicz, where printf(3) took more args from stack than printf(1) passed it. behavior consistent with linucses and ieee 1003.1-2001. ok millert@, otto@
2009-07-17Tidy up new-session and attach-session and change them to work from insideNicholas Marriott
tmux, switching the current client to the new or requested session. Written with Josh Elsasser.
2009-07-17revert 1.38: naddy looked closer at the output and some of the sections ↵Ted Unangst
don't make sense without the headers anymore
2009-07-17Remove a duplicate key binding, and turn off autorepeat for up/down as it isNicholas Marriott
kind of annoying by default.
2009-07-17If -u is specified or UTF-8 is otherwise detected when the server is started,Nicholas Marriott
enable the utf8 and status-utf8 optons. While here, note in the man page that the server is started with the first session and exits when none remain.
2009-07-17Initialize a variable that was previously using a mystery value inBret Lambert
some error cases ok thib@
2009-07-17Correcly mark as 'R' ripd(8) inserted routes evenMichele Marchetto
if they have been modified by ldpd(8). Spotted by Rolf Sommerhalder