Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-01 | A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting | Aaron Campbell | |
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time. | |||
2001-02-28 | welcome to summer | Michael Shalayeff | |
2001-02-28 | spelling, found by aaron@ | Michael Shalayeff | |
2001-02-26 | Resolve broken MLINKS found by espie's script. | Aaron Campbell | |
2001-02-26 | Better vnode man page | Constantine Sapuntzakis | |
2001-02-25 | Oops. Add MLINKS for bus_space and bus_dma functions. Pointed out by espie@. | Kenneth R Westerback | |
2001-02-25 | Avoid 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-24 | Add a vnode man page | Constantine Sapuntzakis | |
2001-02-23 | catch up a little closer to reality | Jason Wright | |
2001-02-23 | Minor fixes. | Aaron Campbell | |
2001-02-22 | Updates 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-22 | Add bus_dma.9 and bus_space.9 | Kenneth R Westerback | |
2001-02-22 | First 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-22 | First 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-21 | Remove man pages for non-wsmouse drivers (olms, omms, opms). aaron@ ok. | jbm | |
2001-02-21 | please test before commiting | Theo de Raadt | |
2001-02-20 | Import of the new lms(4) and mms(4) manpages for wsmouse compatible lms and mms | jbm | |
drivers. Old lms(4) and mms(4) become olms(4) and omms(4). aaron@ ok. | |||
2001-02-20 | Import of the new pms(4) manpage from NetBSD, corresponding to the wsmouse | jbm | |
compatible pms driver. | |||
2001-02-20 | Import of the manpage of the wsmouse compatible pms and pmsi drivers from NetBSD | jbm | |
pmsi(4) links to pms(4). old pms(4) becomes opms(4). aaron@ ok. | |||
2001-02-20 | Add manpage for uftdi. | Nathan Binkert | |
2001-02-18 | Correct file path; fixes PR/1695. | Aaron Campbell | |
2001-02-18 | siop changes names | Theo de Raadt | |
2001-02-17 | define UVM for mvme88k | Miod Vallat | |
2001-02-16 | Add function types. | Marc Espie | |
2001-02-16 | Engage 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-15 | Xr siop 4 | Theo de Raadt | |
2001-02-15 | Add man page for siop SCSI driver | Kenneth R Westerback | |
2001-02-15 | Replace '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-14 | Sort .Xr in alphabetical order. | Federico G. Schwindt | |
2001-02-14 | Add pcscp.4. | Federico G. Schwindt | |
2001-02-14 | Move BUGS section to the bottom. | Federico G. Schwindt | |
2001-02-14 | Finally, pcscp manpage. | Federico G. Schwindt | |
2001-02-14 | Add pcscp(4) and change -width to 10n per aaron@ suggest. | Federico G. Schwindt | |
2001-02-13 | chare -> charge; Matt Bing <matt@anzen.com> | Marco S Hyman | |
2001-02-12 | s/ttyE/ttyC/g; OK'd by arron@ | Todd C. Miller | |
2001-02-09 | o) ${PORTSDIR}/infrastructure | Reinhard J. Sammer | |
o) naddy prefers to be called Christian | |||
2001-02-08 | Back out a local change that swapped the codes for application and | Todd 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-07 | document more recent (last year or two) support for newer hardware; ok mickey@ | Todd T. Fries | |
2001-02-07 | mention ND6_DEBUG | Jun-ichiro itojun Hagino | |
2001-02-04 | Put 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-01 | Almost, but not quite, 3 years late... a man page for the led driver. | Jason Wright | |
2001-02-01 | - le attaches at pci these days, too | Jason Wright | |
- update supported models from i386.html | |||
2001-02-01 | s/SuperProbe/XF86Setup/ .. oops! | Todd T. Fries | |
s/8.0/8.3/ .. reflect update to X requirements for building. |