Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-02 | Add pmap.9 and some links; ok art@ | Wilbern Cobb | |
2002-09-02 | Document the pmap interface. | Wilbern Cobb | |
art@ "it's work in progress" ok | |||
2002-08-31 | Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more from | Miod Vallat | |
this series. Thanks to Andrey Smagin (andrey at smagin dot com) for providing a VS10 card. | |||
2002-08-30 | o) start new sentence on a new line; | Mike Pechkin | |
o) close .Bl; avsm@ ok | |||
2002-08-29 | remove extra word; armihu@utu.fi | Theo 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-29 | add missing .El; ok mpech@ | Wilbern Cobb | |
2002-08-29 | -compat -> -compact in .Bl; ok mpech@ | Wilbern Cobb | |
2002-08-29 | indet -> indent in .Bl; ok mpech@ | Wilbern Cobb | |
2002-08-28 | radiotrack man updates; form jumbo@ | Michael Shalayeff | |
2002-08-28 | RAIDframe spelling. ok art@ | Thierry Deval | |
2002-08-27 | no 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-27 | Add autoconf(9) and some links; ok art@ | Wilbern Cobb | |
2002-08-27 | Document the device autoconfiguration framework; | Wilbern Cobb | |
from NetBSD with some modifications. ok art@ | |||
2002-08-26 | add man page for bsd.regress.mk, based on bsd.port.mk | Anil Madhavapeddy | |
art@ ok | |||
2002-08-26 | Add 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-26 | lost xr gtp; from jumbo@ | Michael Shalayeff | |
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu 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-24 | Add kern(9) and some links. ok art@ | Wilbern Cobb | |
2002-08-24 | document libkern functions/macros; ok art@ | Wilbern Cobb | |
2002-08-23 | Document the FREF done in getvnode and soon in getsock. | Artur Grabowski | |
2002-08-23 | o) fix .Sh usage; | Mike Pechkin | |
o) minor fix; art@ ok | |||
2002-08-23 | o) fix .Xr usage; | Mike Pechkin | |
o) typos; art@ ok | |||
2002-08-23 | Document various file descriptor access functoins in the kernel. | Artur Grabowski | |
2002-08-22 | sshd_config(5) now; ok markus@ | Kevin Steves | |
2002-08-21 | Recognize both VSIMM slots, and allow one cgfourteen to attach to each | Miod Vallat | |
of them. | |||
2002-08-16 | Man page for rasops from NetBSD | Jason Wright | |
2002-08-12 | Manual pages update to reflect the sparc wscons changes. | Miod Vallat | |
2002-08-11 | ELF_TOOLCHAIN on sparc. | Artur Grabowski | |
Also, sparc/ELF needs -KPIC for ASPICFLAG just like sparc64. | |||
2002-08-10 | move section parameters more upwards, include section quick and logging | Philipp Buehler | |
as a subsection (style changes later) ok henning@, frantzen@ | |||
2002-08-09 | Be more explitic that extent_free on EX_NOCOALESCE extents (assuming | Jason Wright | |
otherwise valid arguments) cannot fail. | |||
2002-08-08 | Remove trailing dot from SEE ALSO Xr list. | Aaron Campbell | |
2002-08-08 | remove explanations of external programs (pfctl/tcpdump) | Philipp Buehler | |
ok henning@, dhartmei@, frantzen@ | |||
2002-08-07 | PSEUDO_FLAVORS, from/ok espie | Anil Madhavapeddy | |
2002-08-05 | Xr bwtwo | Jason Wright | |
2002-08-05 | man page for bwtwo | Jason Wright | |
2002-08-04 | .SH -> .Sh NAT EXAMPELS | Philipp Buehler | |
2002-08-03 | fix a comment: libdl no longer exists; explain ELF_TOOLCHAIN | Peter Valchev | |
2002-07-30 | add docs for flags to disable console acceleration | Jason Wright | |
2002-07-30 | BNF is now in sync with reality: | Philipp Buehler | |
- commas are optional in lists ok henning@, dhartmei@ | |||
2002-07-30 | BNF catchup and consolidation of interface name handling: | Philipp Buehler | |
ok henning@, dhartmei@ | |||
2002-07-30 | Merge 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-30 | BNF catchup to reality: | Philipp Buehler | |
- set loginterface none - add "self" to hosts ok henning@ | |||
2002-07-30 | typo/pasto in route-to/dup-to syntax | Philipp Buehler | |
ok henning@ | |||
2002-07-30 | .Sh GRAMMAR moves to bottom, it's a reference and not readable | Philipp Buehler | |
for the casual user in first place ok henning@ | |||
2002-07-30 | 65335->65535 typo | Philipp Buehler | |
henning ok@ | |||
2002-07-30 | backout, this will go in in little pieces | Philipp Buehler | |
as advised by theo and henning |