OpenBSD CVS

CVS log for src/share/man/man9/Attic/uvm.9


[BACK] Up to [local] / src / share / man / man9

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.73, Thu Dec 5 15:14:28 2019 UTC (4 years, 5 months ago) by mpi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.72: +2 -2 lines
FILE REMOVED

Split uvm(9) into smaller manuals.

ok jmc@, deraadt@, schwarze@

Revision 1.72 / (download) - annotate - [select for diffs], Thu Dec 5 12:46:54 2019 UTC (4 years, 5 months ago) by mpi
Branch: MAIN
Changes since 1.71: +2 -4 lines
Diff to previous 1.71 (colored)

Remove clause #3 from mrg@NetBSD license.

In May 29 2008, Matthew R. Green removed it in NetBSD:
  github.com/IIJ-NetBSD/netbsd-src/commit/7ea20401d535da9996394136ef

ok deraadt@

Revision 1.71 / (download) - annotate - [select for diffs], Tue Nov 5 08:18:47 2019 UTC (4 years, 6 months ago) by mpi
Branch: MAIN
Changes since 1.70: +2 -14 lines
Diff to previous 1.70 (colored)

Kill uvm_deallocate(9) and use uvm_unmap() directly.

ok kettenis@, semarie@, deraadt@

Revision 1.70 / (download) - annotate - [select for diffs], Fri Jun 21 09:39:48 2019 UTC (4 years, 11 months ago) by visa
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.69: +4 -4 lines
Diff to previous 1.69 (colored)

Make resource limit access MP-safe. So far, the copy-on-write sharing
of resource limit structs has been done between processes. By applying
copy-on-write also between threads, threads can read rlimits in
a nearly lock-free manner.

Inspired by code in DragonFly BSD and FreeBSD.

OK mpi@, agreement from jmatthew@ and anton@

Revision 1.69 / (download) - annotate - [select for diffs], Tue Jun 19 22:35:07 2018 UTC (5 years, 11 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.68: +18 -18 lines
Diff to previous 1.68 (colored)

Rename some unused fields in struct uvmexp to
unusedNN.

Missing man page bits pointed out by
jmc@. Ports source scan by sthen@.

ok deraadt@ guenther@

Revision 1.68 / (download) - annotate - [select for diffs], Tue May 1 12:55:04 2018 UTC (6 years, 1 month ago) by stefan
Branch: MAIN
Changes since 1.67: +13 -9 lines
Diff to previous 1.67 (colored)

Update documentation of UVM_FLAG_* values

ok schwarze

Revision 1.67 / (download) - annotate - [select for diffs], Mon Apr 23 10:38:00 2018 UTC (6 years, 1 month ago) by dlg
Branch: MAIN
Changes since 1.66: +3 -3 lines
Diff to previous 1.66 (colored)

fix order in SEE ALSO

Revision 1.66 / (download) - annotate - [select for diffs], Fri Jan 12 04:36:45 2018 UTC (6 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.65: +4 -4 lines
Diff to previous 1.65 (colored)

Adjust references for sysctl(3) to sysctl(2)

Revision 1.65 / (download) - annotate - [select for diffs], Sun Apr 30 20:09:28 2017 UTC (7 years, 1 month ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.64: +2 -14 lines
Diff to previous 1.64 (colored)

Remove KGDB references.

Revision 1.64 / (download) - annotate - [select for diffs], Wed Nov 25 16:20:36 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.63: +4 -2 lines
Diff to previous 1.63 (colored)

add uvm_uarea_{alloc,free} to NAME and MLINKS;
found by schwarze;

ok schwarze guenther

Revision 1.63 / (download) - annotate - [select for diffs], Mon Nov 23 17:53:57 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.62: +53 -4 lines
Diff to previous 1.62 (colored)

add missing NAME entries;
feedback/ok schwarze

Revision 1.62 / (download) - annotate - [select for diffs], Wed Nov 11 15:59:33 2015 UTC (8 years, 6 months ago) by mmcc
Branch: MAIN
Changes since 1.61: +4 -4 lines
Diff to previous 1.61 (colored)

Remove the superfluous typedef uvm_flag_t (unsigned int). Also, fix an
associated mistake in the uvm manpage.

Suggested by and ok tedu@

Revision 1.61 / (download) - annotate - [select for diffs], Fri Oct 30 04:21:42 2015 UTC (8 years, 7 months ago) by mmcc
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60 (colored)

uvm_deallocate()'s return type is void, not int. This has apparently
been out of sync for 13 years.

ok daniel@, millert@

Revision 1.60 / (download) - annotate - [select for diffs], Thu Jan 15 21:19:22 2015 UTC (9 years, 4 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.59: +11 -11 lines
Diff to previous 1.59 (colored)

UVM_INH_* and UVM_ADV_* are gone; use MAP_INHERIT_* and MADV_*

Revision 1.59 / (download) - annotate - [select for diffs], Sun Nov 16 12:31:01 2014 UTC (9 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.58: +8 -20 lines
Diff to previous 1.58 (colored)

Replace a plethora of historical protection options with just
PROT_NONE, PROT_READ, PROT_WRITE, and PROT_EXEC from mman.h.
PROT_MASK is introduced as the one true way of extracting those bits.
Remove UVM_ADV_* wrapper, using the standard names.
ok doug guenther kettenis

Revision 1.58 / (download) - annotate - [select for diffs], Thu Jul 3 06:55:59 2014 UTC (9 years, 11 months ago) by matthew
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.57: +6 -6 lines
Diff to previous 1.57 (colored)

Move failure case text from uvm_pagerealloc() to uvm_pagealloc()

uvm_pagerealloc() is a void function and it doesn't attempt to find
any pages, so it doesn't make sense that it might "return NULL when no
page can be found".

Revision 1.57 / (download) - annotate - [select for diffs], Wed Jul 2 23:46:52 2014 UTC (9 years, 11 months ago) by matthew
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored)

Sync uvm_page_physload()'s parameter types with reality

uvm_page.c r1.19 (July 25, 2001) changed them from vaddr_t to paddr_t

Revision 1.56 / (download) - annotate - [select for diffs], Wed Jul 2 06:09:49 2014 UTC (9 years, 11 months ago) by matthew
Branch: MAIN
Changes since 1.55: +3 -3 lines
Diff to previous 1.55 (colored)

Use real parameter types for u{dv,vn}_attach() instead of void *

ok guenther

Revision 1.55 / (download) - annotate - [select for diffs], Mon Jun 30 21:48:09 2014 UTC (9 years, 11 months ago) by matthew
Branch: MAIN
Changes since 1.54: +2 -49 lines
Diff to previous 1.54 (colored)

Remove some dead functions from uvm.9:

uvm_fork() was removed by uvm_glue.c r1.65 (2014-05-15)

uvm_scheduler() was removed by uvm_glue.c r1.50 (2009-08-11)

uvm_swapin() was removed by uvm_glue.c r1.45 (2006-11-29)

RIP

Revision 1.54 / (download) - annotate - [select for diffs], Mon Jun 30 17:57:15 2014 UTC (9 years, 11 months ago) by matthew
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

Update to reflect that UVM_INH_ZERO has replaced UVM_INH_DONATE.

Revision 1.53 / (download) - annotate - [select for diffs], Thu May 29 07:25:49 2014 UTC (10 years ago) by jmc
Branch: MAIN
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored)

zap double word;

Revision 1.52 / (download) - annotate - [select for diffs], Thu May 29 06:17:08 2014 UTC (10 years ago) by guenther
Branch: MAIN
Changes since 1.51: +27 -11 lines
Diff to previous 1.51 (colored)

Update to match recent changes

Revision 1.51 / (download) - annotate - [select for diffs], Tue Jan 21 03:15:46 2014 UTC (10 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored)

obvious .Pa fixes; found with mandocdb(8)

Revision 1.50 / (download) - annotate - [select for diffs], Sat Jul 20 06:25:33 2013 UTC (10 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.49: +15 -8 lines
Diff to previous 1.49 (colored)

- remove redundant sentence about misc functions
- note that pmap(9) is the MD portion of UVM.
- Convert reference to Chuck's dissertation to .Rs/.Re section
- uvm is no longer "new".
- Remove "(Missouri)". St. Louis should be enough to remove any confusion
  between wustl.edu and washington.edu.

From: Daniel Dickman

Revision 1.49 / (download) - annotate - [select for diffs], Wed Jul 17 20:21:55 2013 UTC (10 years, 10 months ago) by schwarze
Branch: MAIN
Changes since 1.48: +6 -6 lines
Diff to previous 1.48 (colored)

use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@

Revision 1.48 / (download) - annotate - [select for diffs], Tue Jun 4 19:27:15 2013 UTC (10 years, 11 months ago) by schwarze
Branch: MAIN
Changes since 1.47: +4 -4 lines
Diff to previous 1.47 (colored)

Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@.
No objection from jmc@ against this type of change.

Revision 1.47 / (download) - annotate - [select for diffs], Thu May 30 16:53:22 2013 UTC (11 years ago) by tedu
Branch: MAIN
Changes since 1.46: +5 -10 lines
Diff to previous 1.46 (colored)

correct some lies

Revision 1.46 / (download) - annotate - [select for diffs], Wed May 22 06:44:58 2013 UTC (11 years ago) by jmc
Branch: MAIN
Changes since 1.45: +4 -2 lines
Diff to previous 1.45 (colored)

fix formatting here too; from ingo

Revision 1.45 / (download) - annotate - [select for diffs], Mon May 20 19:42:14 2013 UTC (11 years ago) by kettenis
Branch: MAIN
Changes since 1.44: +4 -2 lines
Diff to previous 1.44 (colored)

Wrap list of prototypes in a .nr nS 1/0 pair just like all the others.  No
cluse what this is supposed to do, but it is consistent with what happens
elsewhere in this man page and fixes the obvious formatting problems.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jan 17 21:54:18 2013 UTC (11 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.43: +2 -8 lines
Diff to previous 1.43 (colored)

various macro fixes;

Revision 1.43 / (download) - annotate - [select for diffs], Fri Dec 24 14:12:51 2010 UTC (13 years, 5 months ago) by grange
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.42: +6 -4 lines
Diff to previous 1.42 (colored)

Sync uvm_km_alloc1() prototype with reality.

ok miod@

Revision 1.42 / (download) - annotate - [select for diffs], Tue Nov 9 16:03:38 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.41: +84 -59 lines
Diff to previous 1.41 (colored)

update struct uvmexp, and fix some spacing issues while here;
ok tedu

Revision 1.41 / (download) - annotate - [select for diffs], Tue Dec 15 07:34:58 2009 UTC (14 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored)

spelling fixes, from Brad Tilley;

Revision 1.40 / (download) - annotate - [select for diffs], Mon Apr 20 00:44:48 2009 UTC (15 years, 1 month ago) by oga
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.39: +6 -2 lines
Diff to previous 1.39 (colored)

Man bits for UVM_PLA_ZERO.

Revision 1.39 / (download) - annotate - [select for diffs], Tue Apr 14 17:07:08 2009 UTC (15 years, 1 month ago) by oga
Branch: MAIN
Changes since 1.38: +19 -6 lines
Diff to previous 1.38 (colored)

manpage bits for uvm_pglistalloc() changes.

Couple of tweaks from jmc@

Revision 1.38 / (download) - annotate - [select for diffs], Thu Mar 19 20:09:00 2009 UTC (15 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.37: +2 -3 lines
Diff to previous 1.37 (colored)

no .Pp before or after sections;

Revision 1.37 / (download) - annotate - [select for diffs], Tue Nov 4 21:37:07 2008 UTC (15 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.36: +2 -11 lines
Diff to previous 1.36 (colored)

uvmspace_unshare() is never used; ok miod

Revision 1.36 / (download) - annotate - [select for diffs], Thu Oct 16 16:22:10 2008 UTC (15 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.35: +5 -5 lines
Diff to previous 1.35 (colored)

sub-system -> subsystem, for consistency withour other pages;

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jun 9 20:30:22 2008 UTC (15 years, 11 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.34: +3 -2 lines
Diff to previous 1.34 (colored)

Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of
a new etype, UVM_ET_HOLE, meaning it has no backend.

UVM_ET_HOLE entries (which should be created as UVM_PROT_NONE and with
UVM_FLAG_NOMERGE and UVM_FLAG_HOLE) are skipped in uvm_unmap_remove(), so
that pmap_{k,}remove() is not called on the entry.

This is intended to save time, and behave better, on pmaps with MMU holes
at process exit time.

ok art@, kettenis@ provided feedback as well.

Revision 1.34 / (download) - annotate - [select for diffs], Tue May 6 16:26:07 2008 UTC (16 years ago) by jmc
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

typo fix; from tanner
ok art

Revision 1.33 / (download) - annotate - [select for diffs], Mon Sep 10 18:49:42 2007 UTC (16 years, 8 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.32: +9 -3 lines
Diff to previous 1.32 (colored)

Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark
the holes a MMU may have from a given vm_map. This will be automagically
invoked for newly created vmspaces.

On platforms with MMU holes (e.g. sun4, sun4c and vax), this prevents
mmap(2) hints which would end up being in the hole to be accepted as valid,
causing unexpected signals when the process tries to access the hole
(since pmap can not fill the hole anyway).

Unfortunately, the logic mmap() uses to pick a valid address for anonymous
mappings needs work, as it will only try to find an address higher than the
hint, which causes all mmap() with a hint in the hole to fail on vax. This
will be improved later.

Revision 1.32 / (download) - annotate - [select for diffs], Thu May 31 19:20:01 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

convert to new .Dd format;

Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 26 16:03:20 2007 UTC (17 years, 2 months ago) by art
Branch: MAIN
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored)

Change some return value descriptions from "standard UVM return value"
to "standard errno", since that is what it is now.
noted by jmc@

Revision 1.30 / (download) - annotate - [select for diffs], Mon Mar 26 08:28:09 2007 UTC (17 years, 2 months ago) by art
Branch: MAIN
Changes since 1.29: +2 -24 lines
Diff to previous 1.29 (colored)

Rip out all the KERN_ return values, since they will go
away sooner than later.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Mar 25 13:14:41 2007 UTC (17 years, 2 months ago) by pedro
Branch: MAIN
Changes since 1.28: +1 -2 lines
Diff to previous 1.28 (colored)

Remove references to KERN_SUCCESS, okay miod@

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jan 16 13:36:38 2007 UTC (17 years, 4 months ago) by dim
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.27: +7 -4 lines
Diff to previous 1.27 (colored)

Implement multiple segment allocation for uvm_pglistalloc, which fixes
most agp_generic_bind_memory failures when memory is limited and very
fragmented.

In effect, this should fix a lot of X startup crashes after
activities that exercise memory a lot (e.g. make builds, building big
ports, etc).

ok mickey, miod

Revision 1.27 / (download) - annotate - [select for diffs], Fri Sep 30 20:34:25 2005 UTC (18 years, 8 months ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

deploy .An -nosplit; ok jmc

Revision 1.26 / (download) - annotate - [select for diffs], Thu Sep 22 14:33:08 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

remove one `file-system' example, and make another at least consistent
with section 9;

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 24 06:45:58 2004 UTC (20 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

typo from Jared Yanovich;

Revision 1.24 / (download) - annotate - [select for diffs], Sat Aug 30 21:54:06 2003 UTC (20 years, 9 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.23: +3 -8 lines
Diff to previous 1.23 (colored)

Remove uvm_useracc() description here as well.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jun 6 20:56:32 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.22: +10 -12 lines
Diff to previous 1.22 (colored)

- section reorder
- macro fixes
- kill whitespace at EOL
- use .Ox for OpenBSD, .Fx for FreeBSD

Revision 1.22 / (download) - annotate - [select for diffs], Sat May 10 21:57:25 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

typo;

Revision 1.21 / (download) - annotate - [select for diffs], Sat May 3 19:59:40 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

removed typo introduced by myself;
spotted by wiz@netbsd.

Revision 1.20 / (download) - annotate - [select for diffs], Thu May 1 09:29:02 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.19: +12 -12 lines
Diff to previous 1.19 (colored)

typos;
ok art@

Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 28 10:16:29 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

zero'd -> zeroed;

ok art@, miod@

Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 10 19:56:29 2003 UTC (21 years, 2 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored)

filesystem -> file system for section 9

ok jmc@

Revision 1.17 / (download) - annotate - [select for diffs], Fri Dec 20 19:27:07 2002 UTC (21 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

fix two typos; Dave Steinberg

Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 19 01:20:30 2002 UTC (21 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

"papers by published" -> "papers published by"; Dave Steinberg

Revision 1.15 / (download) - annotate - [select for diffs], Fri Nov 8 08:08:47 2002 UTC (21 years, 6 months ago) by mpech
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

Time to cleanup:
o) start new sentence on a new line;
o) wrap long lines;
o) don't use .Pp before/after .Sh, .Ss;
o) OpenBSD -> .Ox;
o) typos;
o) close .Rs;
o) use space between arguments in tag, for example:
   .Xr blabla ) .

miod@ ok

Revision 1.14 / (download) - annotate - [select for diffs], Mon Sep 2 04:12:04 2002 UTC (21 years, 9 months ago) by wcobb
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.13: +3 -5 lines
Diff to previous 1.13 (colored)

xrefs to pmap(9); ok art@

Revision 1.13 / (download) - annotate - [select for diffs], Tue Aug 27 23:56:44 2002 UTC (21 years, 9 months ago) by wcobb
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

no more .Pp before/after .Sh; from mpech@

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 27 16:24:26 2002 UTC (21 years, 9 months ago) by wcobb
Branch: MAIN
Changes since 1.11: +242 -116 lines
Diff to previous 1.11 (colored)

- sync uvm_map(), uvm_map_pageable(), uvmspace_exec(), uvm_vnp_setsize(),
  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@

Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 24 03:36:30 2002 UTC (21 years, 9 months ago) by wcobb
Branch: MAIN
Changes since 1.10: +6 -6 lines
Diff to previous 1.10 (colored)

- Mention that MD code must register some free RAM with uvm_page_physload()
  before uvm_init() is called.
- Remove some empty lines.
ok art@

Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 29 17:36:41 2001 UTC (22 years, 5 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

missd one pair of angles

Revision 1.9 / (download) - annotate - [select for diffs], Sat Dec 29 17:33:45 2001 UTC (22 years, 5 months ago) by mickey
Branch: MAIN
Changes since 1.8: +13 -8 lines
Diff to previous 1.8 (colored)

fix the history and tag the names proper

Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 5 14:45:54 2001 UTC (22 years, 8 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.7: +89 -61 lines
Diff to previous 1.7 (colored)

Powered by @mantoya:
o) start new sentence on a new line;
o) minor mdoc fixes;
millert@ ok

Tip of the day:   www.mpechismazohist.com

Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 3 15:21:17 2001 UTC (22 years, 10 months ago) by mpech
Branch: MAIN
Changes since 1.6: +1 -8 lines
Diff to previous 1.6 (colored)

o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;

millert@ ok

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 28 22:14:23 2001 UTC (22 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

speling; jsyn@nthought.com

Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 22 00:13:34 2000 UTC (23 years, 5 months ago) by avsm
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

more typo fixes; aaron@ ok

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 10 20:02:20 2000 UTC (23 years, 6 months ago) by todd
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

.Sh AUTHOR -> AUTHORS, ok aaron@

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 9 16:17:00 2000 UTC (23 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.2: +27 -105 lines
Diff to previous 1.2 (colored)

add uvm(9) from netbsd; as a side effect increase art's guilt factor ;)

Revision 1.2, Wed Sep 22 09:54:38 1999 UTC (24 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.1: +1 -1 lines
FILE REMOVED

REVERT TO PREVIOUS STATE OF AFFAIR.

If those pages are different from the NetBSD version, maybe there's a
reason ?

Like, possibly, I just read our source code, which just happens to do
things in DIFFERENT ways than NetBSD does ?

As far as the added pages go, they obviously haven't been checked against
actual code as well, hence they're worse than useless, since a large part
of the information is definitely misleading.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 22 03:16:47 1999 UTC (24 years, 8 months ago) by csapuntz
Branch: MAIN



Add/update some man9 pages from NetBSD

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.