summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2001-03-01A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sittingAaron Campbell
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time.
2001-02-28welcome to summerMichael Shalayeff
2001-02-28spelling, found by aaron@Michael Shalayeff
2001-02-26Resolve broken MLINKS found by espie's script.Aaron Campbell
2001-02-26Better vnode man pageConstantine Sapuntzakis
2001-02-25Oops. Add MLINKS for bus_space and bus_dma functions. Pointed out by espie@.Kenneth R Westerback
2001-02-25Avoid direct use of troff requests; from FreeBSD.Aaron Campbell
2001-02-25- Do not set a bad example by putting the function type within the `.Fo'.Aaron Campbell
- Avoid using direct troff requests. From FreeBSD.
2001-02-24Add a vnode man pageConstantine Sapuntzakis
2001-02-23catch up a little closer to realityJason Wright
2001-02-23Minor fixes.Aaron Campbell
2001-02-22Updates from ncurses-5.2-20010210:Todd C. Miller
o modify kterm to use acsc via SCS controls. o screen 3.9.8 allows xterm mouse controls to pass-through
2001-02-22Add bus_dma.9 and bus_space.9Kenneth R Westerback
2001-02-22First attempt at bringing in bus_space.9 from NetBSD.Kenneth R Westerback
Changes from NetBSD bus_space.9 v1.15: 1) All references to the following functions were '.\"'d out: bus_space_read_raw_multi_1 bus_space_read_raw_region_1 bus_space_read_stream_1 bus_space_read_stream_2 bus_space_read_stream_4 bus_space_read_stream_8 bus_space_vaddr bus_space_write_raw_multi_1 bus_space_write_raw_region_1 bus_space_write_stream_1 bus_space_write_stream_2 bus_space_write_stream_4 bus_space_write_stream_8 2) All references to the following defines were '.\"'d out: BUS_SPACE_MAP_PREFETCHABLE BUS_SPACE_MAP_LINEAR 3) The entire COMPATIBILITY section with its discussion of of __BUS_SPACE_COMPAT_OLDDEFS was deleted as __BUS_SPACE_COMPAT_OLDDEFS does not seem to be used at all anywhere in the tree. 4) Added the already documented bus_space_alloc() to list of functions at head of page 5) Added bus_space_set_multi_N(t,h,o,v,c) definitions and descriptions 6) Renamed bus_space_copy_region_N to bus_space_copy_N 7) Replaced *_stream_* documentation with *_raw_* documentation 8) Rename the parameter 'flags' in bus_space_map and bus_space_alloc to 'cacheable' as that's the only flag we provide. Other more descriptive parameter names were retained rather than change to terse one/two letter parameter names used in bus.h 9) Eliminated short lines, made all new sentences start on new line, deleted extraneous .Pp's, removed some excess parenthesis, trailing white space, etc. ** Issues with bus_space.9 ** vax/bus.h and mac68k/bus.h still define bus_space_copy_region_N() instead of bus_space_copy_N like other architectures, though some of the comments do refer to bus_space_copy_N. powerpc/bus.h still defines bus_space_read_raw_multi_1() bus_space_write_raw_multi_1() vax/bus.h still defines BUS_SPACE_MAP_PREFETCHABLE while vax/bus.h and mac68k/bus.h both still define BUS_SPACE_MAP_LINEAR
2001-02-22First attempt at porting bus_dma.9 from NetBSD.Kenneth R Westerback
Changes to bus_dma.9 from NetBSD v1.14: 1) Delete two parameters (3rd & 4th) from bus_dmamap_sync (offset & len) 2) Delete dm_mapsize as a 'required' member of bus_dmamap_t (only present in vax/bus.h and alpha/bus.h) 3) Usual OpenBSD style-istic changes: no trailing white space, new lines for all sentences, reparagraph to eliminate short lines ** Issues with bus_dma.9 ** vax/bus.h still defines two parameters in bus_dmamap_sync() that are removed elsewhere (offset & len)
2001-02-21Remove man pages for non-wsmouse drivers (olms, omms, opms). aaron@ ok.jbm
2001-02-21please test before commitingTheo de Raadt
2001-02-20Import of the new lms(4) and mms(4) manpages for wsmouse compatible lms and mmsjbm
drivers. Old lms(4) and mms(4) become olms(4) and omms(4). aaron@ ok.
2001-02-20Import of the new pms(4) manpage from NetBSD, corresponding to the wsmousejbm
compatible pms driver.
2001-02-20Import of the manpage of the wsmouse compatible pms and pmsi drivers from NetBSDjbm
pmsi(4) links to pms(4). old pms(4) becomes opms(4). aaron@ ok.
2001-02-20Add manpage for uftdi.Nathan Binkert
2001-02-18Correct file path; fixes PR/1695.Aaron Campbell
2001-02-18siop changes namesTheo de Raadt
2001-02-17define UVM for mvme88kMiod Vallat
2001-02-16Add function types.Marc Espie
2001-02-16Engage UVM for powerpc. It is now running fairly well (better than non UVM)Dale Rahn
on my machines as well as on brad's. This change also eliminates the need for the ld.so hack for powerpc.
2001-02-15Xr siop 4Theo de Raadt
2001-02-15Add man page for siop SCSI driverKenneth R Westerback
2001-02-15Replace 'OpenBSD' with .Ox, 'FreeBSD' with .Fx.Kenneth R Westerback
Put quotes around argument to .Cd. Reword .Nd and .Sh DESCRIPTION to focus on INIC-950 and mention Iwill 2395UW test. Add .Sh BUGS mentioning that tagged command queuing not being used.
2001-02-14Sort .Xr in alphabetical order.Federico G. Schwindt
2001-02-14Add pcscp.4.Federico G. Schwindt
2001-02-14Move BUGS section to the bottom.Federico G. Schwindt
2001-02-14Finally, pcscp manpage.Federico G. Schwindt
2001-02-14Add pcscp(4) and change -width to 10n per aaron@ suggest.Federico G. Schwindt
2001-02-13chare -> charge; Matt Bing <matt@anzen.com>Marco S Hyman
2001-02-12s/ttyE/ttyC/g; OK'd by arron@Todd C. Miller
2001-02-09o) ${PORTSDIR}/infrastructureReinhard J. Sammer
o) naddy prefers to be called Christian
2001-02-08Back out a local change that swapped the codes for application andTodd C. Miller
normal cursor keys. We needed it for pcvt but it wasn't really correct and it breaks cursor keys under wscons.
2001-02-07document more recent (last year or two) support for newer hardware; ok mickey@Todd T. Fries
2001-02-07mention ND6_DEBUGJun-ichiro itojun Hagino
2001-02-04Put KNF in the NAME field so apropos/man -k will find it.Jason Wright
2001-02-03$OpenBSD$Niklas Hallqvist
2001-02-03$OpenBSD$Niklas Hallqvist
2001-02-03$OpenBSD$Niklas Hallqvist
2001-02-03$OpenBSD$Niklas Hallqvist
2001-02-03$OpenBSD$Niklas Hallqvist
2001-02-03$OpenBSD$Niklas Hallqvist
2001-02-01Almost, but not quite, 3 years late... a man page for the led driver.Jason Wright
2001-02-01- le attaches at pci these days, tooJason Wright
- update supported models from i386.html
2001-02-01s/SuperProbe/XF86Setup/ .. oops!Todd T. Fries
s/8.0/8.3/ .. reflect update to X requirements for building.