The NetBSD Project

CVS log for src/share/man/man7/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / share / man / man7

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.36.6.1: download - view: text, markup, annotated - select for diffs
Sat Dec 9 13:13:49 2023 UTC (13 months, 2 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +30 -7 lines
Pull up following revision(s) (requested by riastradh in ticket #486):

	distrib/sets/lists/man/mi: revision 1.1767
	share/man/man7/Makefile: revision 1.38
	share/man/man7/Makefile: revision 1.39
	share/man/man7/stack.7: revision 1.1
	share/man/man7/stack.7: revision 1.2
	share/man/man7/stack.7: revision 1.3
	share/man/man7/stack.7: revision 1.4
	share/man/man7/stack.7: revision 1.5
	share/man/man7/stack.7: revision 1.6

share/man/man7/Makefile: Split MAN on separate lines, and sort.
Makes sorting and merging changes easier.
No functional change intended.

Preparing for a new stack(7) in the service of PR pkg/57708.

stack(7): New man page.
Should help with PR pkg/57708.

stack(7): Clarify thread stack guard vs program stack guard.
Just in case this confuses anyone dealing with PR pkg/57708.

stack(7): Clarify some wording and diagrams.
PR pkg/57708

stack(7): Consistently say `(in)accessible pages', not `... stack'.
PR pkg/57708

share/man/man7/Makefile: Hook stack.7
stack(7): Minor clarifications and wording tweaks.
Suggested by pgoyette@ and uwe@.
PR pkg/57708

stack(7): Fix diagram of non-main thread stacks.
Had stackaddr (pthread_attr_setstack parameter, lowest-numbered
virtual address of stack region) confused with stack base (where the
stack grows from, which is the highest-numbered virtual address on
machines where stack grows down).
PR pkg/57708

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Nov 23 23:29:42 2023 UTC (14 months ago) by rin
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
share/man/man7/Makefile: Hook stack.7

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Nov 23 21:16:13 2023 UTC (14 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +29 -7 lines
share/man/man7/Makefile: Split MAN on separate lines, and sort.

Makes sorting and merging changes easier.

No functional change intended.

Preparing for a new stack(7) in the service of PR pkg/57708.

XXX pullup-10

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Aug 27 15:50:47 2023 UTC (17 months ago) by rillig
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
c.7: mention that C11 and C17 have been published

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Jan 10 23:24:26 2021 UTC (4 years ago) by riastradh
Branches: MAIN
CVS tags: netbsd-10-base, netbsd-10-0-RC1, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: netbsd-10
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -3 lines
Various entropy integration improvements.

- New /etc/security check for entropy in daily security report.

- New /etc/rc.d/entropy script runs (after random_seed and rndctl) to
  check for entropy at boot -- in rc.conf, you can:

  . set `entropy=check' to halt multiuser boot and enter single-user
    mode if not enough entropy

  . set `entropy=wait' to make multiuser boot wait until enough entropy

  Default is to always boot without waiting -- and rely on other
  channels like security report to alert the operator if there's a
  problem.

- New man page entropy(7) discussing the higher-level concepts and
  system integration with cross-references.

- New paragraph in afterboot(8) about entropy citing entropy(7) for
  more details.

This change addresses many of the issues discussed in security/55659.
This is a first draft; happy to take improvements to the man pages and
scripted messages to improve clarity.

I considered changing motd to include an entropy warning with a
reference to the entropy(7) man page, but it's a little trickier:
- Not sure it's appropriate for all users to see at login rather than
  users who have power to affect the entropy estimate (maybe it is,
  just haven't decided).
- We only have a mechanism for changing once at boot; the message would
  remain until next boot even if an operator adds enough entropy.
- The mechanism isn't really conducive to making a message appear
  conditionally from boot to boot.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 23 16:08:46 2020 UTC (4 years, 7 months ago) by maxv
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -2 lines
kernel_sanitizers.7

Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:22 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +5 -5 lines
Merge changes from current as of 20200406

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Feb 26 07:31:51 2020 UTC (4 years, 11 months ago) by riastradh
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -5 lines
Draft man pages for the standard users and groups.

These are currently listed in order of uid because I went through
src/etc/group and src/etc/master.passwd line by line, and sorting any
other way after the fact -- like lexicographically, how it should be
-- was kinda inconvenient.

Feel free to sort, add information, add historical references,
correct any mistakes, &c., so that these remain living documents
describing NetBSD's standard users and groups and practices around
them.

Revision 1.31.14.2: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:36 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.31.14.1: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.14.1: +5 -5 lines
Sync with HEAD

Revision 1.31.8.2: download - view: text, markup, annotated - select for diffs
Thu Jun 7 18:24:16 2018 UTC (6 years, 7 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2
Diff to: previous 1.31.8.1: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.8.1: +5 -5 lines
Pull up following revision(s) (requested by nat in ticket #848):

	share/man/man9/Makefile: revision 1.422
	distrib/sets/lists/comp/mi: revision 1.2198
	share/man/man7/Makefile: revision 1.33
	share/man/man9/audio.9: revision 1.47
	share/man/man7/audio.7: file removal
	sys/dev/audio.c: revision 1.456
	sys/dev/audio.c: revision 1.457
	distrib/sets/lists/man/mi: revision 1.1591
	share/man/man9/intro.9: revision 1.20
	share/man/man7/audio.7: revision 1.3
	share/man/man9/audio_system.9: revision 1.1
	share/man/man7/intro.7: revision 1.26
	share/man/man4/audio.4: revision 1.86

Fix a typo with sc_out/inports when setting the hardware recording gain on the
mix ring.  Found by mrg@
XXX pullup-8

Using audioctl without the -p switch defaults to the mix ring.  This allows
setting the hardware gain etc.

Update the audio spec in audio.7 to reflect these changes.
Addresses PR kern/52781.

Move the audio specification to section 9 under audio_system.
Ok wiz@

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon May 28 00:18:06 2018 UTC (6 years, 8 months ago) by nat
Branches: MAIN
CVS tags: phil-wifi-base, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Branch point for: phil-wifi
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4 lines
Move the audio specification to section 9 under audio_system.

Ok wiz@

Revision 1.31.14.1: download - view: text, markup, annotated - select for diffs
Mon May 21 04:35:56 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -5 lines
Sync with HEAD

Revision 1.31.8.1: download - view: text, markup, annotated - select for diffs
Tue May 15 13:42:49 2018 UTC (6 years, 8 months ago) by martin
Branches: netbsd-8
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -5 lines
Pull up following revision(s) (requested by nat in ticket #825):

	share/man/man7/Makefile: revision 1.32
	share/man/man9/audio.9: revision 1.46
	sys/dev/audio.c: revision 1.453
	sys/dev/audio.c: revision 1.454
	sys/dev/audio.c: revision 1.455
	share/man/man7/audio.7: revision 1.1
	share/man/man7/audio.7: revision 1.2
	share/man/man7/intro.7: revision 1.24
	share/man/man4/audio.4: revision 1.85
	distrib/sets/lists/man/mi: revision 1.1586

Fix numbering of vchan mixer controls to correspond to the vchan number in
use.

This makes the numbering of vchans consistient for audioctl and mixerctl.
Expose the audio_info structure of vchan zero(0) the mix ring to allow
setting the hardware gain and balance via audioctl(1) using the -p 0
switch.

It is not possible to influence the hardware gain/blance from the
audio_info structure of vchans 1 onwards.  It is now possible to return
the audio mixers audio format from the audio_info structure of vchan 0 to
ease applications configuring for mmapped play back.

This is conformant to the audio specification posted on tech-kern see:

        "NetBSD Audio Specification 2018"

or audio.7 manual page to be added in a follow up commit.
Add the audio mixer specification to section 7 of the manual.
See posting on tech-kern - "NetBSD Audio Specification 2018."
Update the introduction page to section 7 of the manual noting the audio
spec.

Various improvements, more markup, typo fixes.

Fix over cautious compiler error - setmode may not be initialized.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue May 15 00:54:01 2018 UTC (6 years, 8 months ago) by nat
Branches: MAIN
CVS tags: pgoyette-compat-0521
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -5 lines
Add the audio mixer specification to section 7 of the manual.
See posting on tech-kern - "NetBSD Audio Specification 2018."

Revision 1.30.4.1: download - view: text, markup, annotated - select for diffs
Fri Dec 12 16:38:48 2014 UTC (10 years, 1 month ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Diff to: previous 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30: +3 -3 lines
Pull up following revision(s) (requested by msaitoh in ticket #309):
	share/man/man7/Makefile: revision 1.31
	distrib/sets/lists/man/mi: revision 1.1491
Add missing src(7) reported by Patrick Welche.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Dec 2 03:51:48 2014 UTC (10 years, 1 month ago) by msaitoh
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: pgoyette-compat, netbsd-8
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Add missing src(7) reported by Patrick Welche.

Revision 1.28.8.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:36 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.28.8.1: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.8.1: +2 -2 lines
Rebase to HEAD as of a few days ago.

Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Thu May 22 11:37:51 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +12 -1 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jul 31 11:57:24 2013 UTC (11 years, 5 months ago) by gdt
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
Remove tests.7 in objdir before copying to it.

If one's source tree has non-writable files (because of CVSREAD=t, or
someone else owns it, or it's on some read-only filesystems, some
other reason), recently-added makefile code would cp tests.foo.7 in
the sources to tests.7 in objdir, preserving permissions, but not
forcing the copy.  A subsequent copy would result in an error, failing
the build.  Therefore, rm -f the target file before doing the copy.

(Arguably there should some standard support for this, but copying
files from the source directory to objdir is quite unusual.)

Revision 1.28.8.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:28:54 2013 UTC (11 years, 7 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +12 -1 lines
resync from head

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Feb 25 02:02:41 2013 UTC (11 years, 11 months ago) by jmmv
Branches: MAIN
CVS tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, agc-symver-base, agc-symver
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +12 -1 lines
Provide Kyua instructions in tests(7) when MKKYUA!=no.

I was first going to do this by doing automatic replacements of special
macros within the tests.7 file, but that turned out to be too complex
and confusing.

Instead, just rename the previous tests.7 to tests.atf.7 and add a new
tests.kyua.7 file.  Choose which one to install as tests(7) depending on
the MKKYUA knob.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Sep 24 17:04:38 2011 UTC (13 years, 4 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: yamt-pagecache, tls-maxphys
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
add new rfc6056.7, from vlad

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Mar 18 15:21:57 2011 UTC (13 years, 10 months ago) by jruoho
Branches: MAIN
CVS tags: cherry-xenmp-base, cherry-xenmp
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Move security(8) to the section 7. Discussed on source-changes a while back.
Should address PR # 35718 at least partially.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Dec 14 16:18:15 2010 UTC (14 years, 1 month ago) by jruoho
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
By majority vote, move module(4) to the section 7.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Nov 30 20:59:10 2010 UTC (14 years, 1 month ago) by jruoho
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Add glob(7).

From OpenBSD. Written by Todd C. Miller.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 30 20:50:28 2010 UTC (14 years, 1 month ago) by jruoho
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -2 lines
Add c(7).

Pillaged from FreeBSD. Written by Gabor Kovesdan.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Nov 30 20:19:31 2010 UTC (14 years, 1 month ago) by jruoho
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Add orders(7) as a miscellaneous manual page.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jun 26 11:15:27 2010 UTC (14 years, 7 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
Add the tests(7) manual page, which describes why and how to run the
test suite and how to configure it.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Mar 2 11:28:16 2007 UTC (17 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -4 lines
Add simple pkgsrc(7) man page linking to pkg_add, pkg_delete, pkg_info
and the pkgsrc guide. Requested by Alan Barrett.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Mar 2 09:45:32 2007 UTC (17 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
packages(7) has (finally!) completely been integrated in the pkgsrc guide,
remove it.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Dec 4 08:59:13 2006 UTC (18 years, 1 month ago) by pavel
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Move the description of sysctl MIBs from sysctl.3 to a new manual page
sysctl.7. Remove the list of MIBs from sysctl.8 so we don't have to
maintain duplicate information, as proposed by YAMAMOTO Takashi on
tech-userlevel. Also remove references to header files from sysctl.8.

The numeric constants remain documented, they are still needed in some
cases. See the discussion on tech-userlevel. ("mib list in sysctl.8")

OK by YAMAMOTO Takashi.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Oct 7 22:36:57 2006 UTC (18 years, 3 months ago) by elad
Branches: MAIN
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
PR/32641: David Maxwell: No 'pkgsrc' manpage

Link pkgsrc(7) -> packages(7).

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat May 7 02:21:09 2005 UTC (19 years, 8 months ago) by perry
Branches: MAIN
CVS tags: chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
add script.7

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 30 15:27:07 2004 UTC (21 years ago) by christos
Branches: MAIN
CVS tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Add the sticky file in the proper section and add a history section for it
explaining what sticky means and meant on plain files.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jun 30 18:51:55 2003 UTC (21 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -3 lines
Do not install mdoc.7 -- we use mdoc.7 from the groff distribution now.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 17 10:30:34 2003 UTC (21 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Add setuid(7), from Henry Spencer, converted to mdoc by me.
XXX: Improvements are welcome, in parts a bit out of date.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 12 02:42:44 2003 UTC (21 years, 11 months ago) by gmcgarry
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Some NLS discussion.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Apr 17 17:03:37 2000 UTC (24 years, 9 months ago) by augustss
Branches: MAIN
CVS tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl, fvdl_fs64_base
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Make mandoc point to mdoc.

Revision 1.9.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:31:03 1999 UTC (25 years, 1 month ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +3 -2 lines
Pull up to last week's -current.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Oct 6 17:05:42 1999 UTC (25 years, 3 months ago) by jdolecek
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, comdex-fall-1999-base, comdex-fall-1999
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Add signal(7) manpage, with list of signals available under NetBSD.
For now, it includes just the list with basic information about
each signal, some more general signal-related staff might be
added in the future.

Thanks to Soren S. Jorvang <soren@NetBSD.org> for his help.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Sep 27 17:44:49 1999 UTC (25 years, 4 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -2 lines
Move symlink.7 to share/man/man7/, where it belongs

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 5 12:29:03 1998 UTC (26 years, 7 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Branch point for: wrstuden-devbsize
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
add a packages(7) man page, cobbled from bsd.pkg.mk

Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 05:29:15 1997 UTC (27 years, 2 months ago) by thorpej
Branches: netbsd-1-3
CVS tags: netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +2 -2 lines
Pull up from trunk: document describing a NetBSD release.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Nov 25 05:27:41 1997 UTC (27 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Add a document describing the layout of a NetBSD release.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 11 08:22:32 1997 UTC (27 years, 3 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Use bsd.man.mk and bsd.subdir.mk as appropriate.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Dec 22 10:50:05 1994 UTC (30 years, 1 month ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
specify man pages the new way.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Nov 30 19:07:03 1994 UTC (30 years, 2 months ago) by jtc
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -5 lines
Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id conventions.

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Nov 30 18:52:57 1994 UTC (30 years, 2 months ago) by jtc
Branches: WFJ-920714, CSRG
CVS tags: lite-2, lite-1
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +3 -3 lines
imported from 4.4lite

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jul 31 15:28:23 1993 UTC (31 years, 6 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Add RCS indentifiers.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 26 03:49:59 1993 UTC (31 years, 9 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -9 lines
Once more, don't make `all' depend on man page; bsd.prog.mk does this.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 9 09:43:20 1993 UTC (31 years, 9 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-alpha-1, netbsd-0-8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
term manpage is missing

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: WFJ-920714, CSRG
CVS tags: patchkit-0-2-2, WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
initial import of 386bsd-0.1 sources

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>