summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2002-09-02Add pmap.9 and some links; ok art@Wilbern Cobb
2002-09-02Document the pmap interface.Wilbern Cobb
art@ "it's work in progress" ok
2002-08-31Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more fromMiod Vallat
this series. Thanks to Andrey Smagin (andrey at smagin dot com) for providing a VS10 card.
2002-08-30o) start new sentence on a new line;Mike Pechkin
o) close .Bl; avsm@ ok
2002-08-29remove extra word; armihu@utu.fiTheo de Raadt
2002-08-29- replace empty lines by .Pp where appropriate.Wilbern Cobb
- no empty lines at end of file. ok mpech@
2002-08-29- use .Ft and .Fn for function prototypes.Wilbern Cobb
- remove empty lines. ok mpech@
2002-08-29add missing .El; ok mpech@Wilbern Cobb
2002-08-29-compat -> -compact in .Bl; ok mpech@Wilbern Cobb
2002-08-29indet -> indent in .Bl; ok mpech@Wilbern Cobb
2002-08-28radiotrack man updates; form jumbo@Michael Shalayeff
2002-08-28RAIDframe spelling. ok art@Thierry Deval
2002-08-27no more .Pp before/after .Sh; from mpech@Wilbern Cobb
2002-08-27- sync uvm_map(), uvm_map_pageable(), uvmspace_exec(), uvm_vnp_setsize(),Wilbern Cobb
uvm_km_suballoc(), uvm_pagealloc(), uvm_page_phsload(), uvm_pageout(), uvm_vslock() and uvm_fork() with reality. - move the descriptions of uvm_km_suballoc(), uvm_km_free() and uvm_km_free_wakeup() to the correct section. - describe uvm_map_pageable_all(). - complete sentences. - add a BUGS section. ok art@
2002-08-27Add autoconf(9) and some links; ok art@Wilbern Cobb
2002-08-27Document the device autoconfiguration framework;Wilbern Cobb
from NetBSD with some modifications. ok art@
2002-08-26add man page for bsd.regress.mk, based on bsd.port.mkAnil Madhavapeddy
art@ ok
2002-08-26Add licenses to man pages written by Costa.Artur Grabowski
Licenses sent to me from him in mail, but he can't commit right now.
2002-08-26lost xr gtp; from jumbo@Michael Shalayeff
2002-08-24aperture driver for alpha. It works here the same as on i386Matthieu Herrb
to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@
2002-08-24- Mention that MD code must register some free RAM with uvm_page_physload()Wilbern Cobb
before uvm_init() is called. - Remove some empty lines. ok art@
2002-08-24Add kern(9) and some links. ok art@Wilbern Cobb
2002-08-24document libkern functions/macros; ok art@Wilbern Cobb
2002-08-23Document the FREF done in getvnode and soon in getsock.Artur Grabowski
2002-08-23o) fix .Sh usage;Mike Pechkin
o) minor fix; art@ ok
2002-08-23o) fix .Xr usage;Mike Pechkin
o) typos; art@ ok
2002-08-23Document various file descriptor access functoins in the kernel.Artur Grabowski
2002-08-22sshd_config(5) now; ok markus@Kevin Steves
2002-08-21Recognize both VSIMM slots, and allow one cgfourteen to attach to eachMiod Vallat
of them.
2002-08-16Man page for rasops from NetBSDJason Wright
2002-08-12Manual pages update to reflect the sparc wscons changes.Miod Vallat
2002-08-11ELF_TOOLCHAIN on sparc.Artur Grabowski
Also, sparc/ELF needs -KPIC for ASPICFLAG just like sparc64.
2002-08-10move section parameters more upwards, include section quick and loggingPhilipp Buehler
as a subsection (style changes later) ok henning@, frantzen@
2002-08-09Be more explitic that extent_free on EX_NOCOALESCE extents (assumingJason Wright
otherwise valid arguments) cannot fail.
2002-08-08Remove trailing dot from SEE ALSO Xr list.Aaron Campbell
2002-08-08remove explanations of external programs (pfctl/tcpdump)Philipp Buehler
ok henning@, dhartmei@, frantzen@
2002-08-07PSEUDO_FLAVORS, from/ok espieAnil Madhavapeddy
2002-08-05Xr bwtwoJason Wright
2002-08-05man page for bwtwoJason Wright
2002-08-04.SH -> .Sh NAT EXAMPELSPhilipp Buehler
2002-08-03fix a comment: libdl no longer exists; explain ELF_TOOLCHAINPeter Valchev
2002-07-30add docs for flags to disable console accelerationJason Wright
2002-07-30BNF is now in sync with reality:Philipp Buehler
- commas are optional in lists ok henning@, dhartmei@
2002-07-30BNF catchup and consolidation of interface name handling:Philipp Buehler
ok henning@, dhartmei@
2002-07-30Merge filter and nat BNF for simplification:Philipp Buehler
- top of reduction is now 'line', better to add more keywords later on - reorder, group - remove double productions ok dhartmei@, henning@
2002-07-30BNF catchup to reality:Philipp Buehler
- set loginterface none - add "self" to hosts ok henning@
2002-07-30typo/pasto in route-to/dup-to syntaxPhilipp Buehler
ok henning@
2002-07-30.Sh GRAMMAR moves to bottom, it's a reference and not readablePhilipp Buehler
for the casual user in first place ok henning@
2002-07-3065335->65535 typoPhilipp Buehler
henning ok@
2002-07-30backout, this will go in in little piecesPhilipp Buehler
as advised by theo and henning