Commit Graph

5409 Commits

Author SHA1 Message Date
dyoung
d3057cdd9e Add nmi(9), a manual page for the x86-only
nmi_establish(9)/nmi_disestablish(9) routines.
2010-02-12 00:45:37 +00:00
haad
1527fc9caf Hook kmem_asprintf and vrele_async manpages to the build. 2010-02-11 23:28:53 +00:00
roy
0adc6cef21 Remove terminfo.db as it's now embedded in libterminfo. 2010-02-11 09:06:47 +00:00
macallan
808aedb26d add entries for the suncg14 driver
This driver isn't actually useful yet - our kernel cgfourteen driver pretends
to be a cg8, I'll change that next.
2010-02-11 04:09:10 +00:00
pooka
c6f1a0115f add new rump components to setlists 2010-02-11 02:29:23 +00:00
cnst
1c23afa3cb New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitor
with limit support.

        http://thread.gmane.org/gmane.os.netbsd.devel.kernel/35654

Reviewed by <pgoyette>, <jruoho> and <tech-kern>.
2010-02-09 03:19:50 +00:00
dyoung
31c659dfea Move MD spllower(9) and splraise(9) doco from the MI spl(9) to an i386
manual page.
2010-02-06 22:32:07 +00:00
pgoyette
572b649d58 Add man page for acpismbus(4) 2010-02-06 20:15:54 +00:00
tonio
9e0a061a49 Add uthum(4) man page 2010-02-06 11:26:56 +00:00
pooka
6467c64e95 add rumpnet_net80211 to lists 2010-02-05 22:07:14 +00:00
plunky
16898b5422 add PCC commands and manpages [pcc(1), pcpp(1) and ccom(1)] and libpcc 2010-02-05 19:08:25 +00:00
njoly
3b322df2c0 +infocmp.debug +tic.debug 2010-02-05 12:46:33 +00:00
roy
89d790bdbe Move the emergancy terminfo database from /root to /rescue. 2010-02-05 09:44:23 +00:00
roy
4d083fa19a Note .terminfo and .terminfo.db in /root. 2010-02-04 21:01:45 +00:00
roy
346b4bb3a1 Don't remove termcap.db from existing systems. 2010-02-04 14:04:59 +00:00
plunky
097453b233 add note of "pcc" and "pcccmds" attributes 2010-02-04 13:07:55 +00:00
pooka
2f22471206 lib_g is debuglib 2010-02-03 23:13:28 +00:00
roy
98eb889579 Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
2010-02-03 15:34:37 +00:00
tls
529d2eb4cb Plug liblzf into build. Liblzf is a small (3504 byte shared library on i386),
very very fast, 2-clause BSD-licensed compressor.  We provide the LZF_STATE
version of the API, which is not the default for generic liblzf.
2010-02-03 06:25:54 +00:00
phx
3196bb8213 Make ./build release work with new amigappc port. 2010-02-02 14:13:16 +00:00
pooka
ce0b07ef94 Add rump sysmon component to devlists. 2010-01-31 03:09:26 +00:00
drochner
7033707525 retire pw_policy(3) -- it is not found useful, there are other
(more common) ways to enforce a password strength policy
approved by elad
2010-01-27 19:10:30 +00:00
wiz
ad9684dee2 Install mom macro sets again, per request from Petar Bogdanovic.
Don't install generated PostScript files that were part of the reason
for the removal.

Based on a patch by him with slight changes.
2010-01-26 15:11:56 +00:00
wiz
0add532ac7 libmagic compat lib is installed again, remove obsolete marker. 2010-01-26 15:08:52 +00:00
jruoho
964a8c555f Add sysmon_pswitch(9). 2010-01-26 14:06:35 +00:00
njoly
1dc2262518 Convert remaining base-obsolete to comp-obsolete. 2010-01-26 12:45:46 +00:00
jruoho
b1433fc056 Include all references from sysmon_taskq(9). 2010-01-26 08:30:20 +00:00
pooka
27d2b45e99 add bpf kmod 2010-01-25 22:21:28 +00:00
jruoho
dd88b90491 Add sysmon_taskq(9). 2010-01-25 16:17:10 +00:00
jruoho
8e22780dd6 Add CTASSERT(9). 2010-01-25 07:57:05 +00:00
joerg
0fa8619ec0 Fix some POD errors in the OpenSSL man pages. Regen them. Install some
missing man pages.
2010-01-24 21:19:53 +00:00
joerg
1ca41e3237 Add a regression test for the SHA2 family that also checks for unaligned
accesses.
2010-01-24 21:12:17 +00:00
jruoho
cc376dc80f Add timeradd(3). 2010-01-24 21:05:45 +00:00
wiz
bfff06930e Add obsolete entries for percpu_init{,_cpu}(9).
As the comment on top says, entries shouldn't be removed, but marked
as obsolete instead. Hi rmind!
2010-01-23 10:40:58 +00:00
rmind
48290c7a18 Remove xc_init_cpu(), percpu_init(), percpu_init_cpu() - they are part
of implementation, not public API.  OK dyoung@.
2010-01-23 00:17:07 +00:00
rmind
ea2aef81a8 Rename xc(9) to xcall(9). OK dyoung@. 2010-01-23 00:03:38 +00:00
dyoung
e54b20a385 Install manual pages for cross-calls and per-CPU storage. 2010-01-22 23:14:28 +00:00
pooka
01080eaeac add bpf.9 manpage 2010-01-20 12:14:00 +00:00
wiz
af38b12d6c Like the comment at the top says: don't remove entries here, mark them
obsolete.

Do so for pmf_device_resume_subtree.9.
2010-01-20 07:27:09 +00:00
dyoung
b042b809d6 Update PMF documentation: rename pmf_device_resume_subtree to
pmf_device_subtree_resume.  Briefly describe pmf_qual_t and add it to
the PMF function signatures.

There's still a lot left to document.
2010-01-20 00:39:30 +00:00
pooka
93750266f6 add rumpdev_bpf to setlists 2010-01-19 22:46:33 +00:00
ahoka
a764af8493 Add the new latin2 fonts for wscons to the file list. 2010-01-18 16:57:39 +00:00
roy
094674957f Typo 2010-01-16 16:12:01 +00:00
roy
8dafc5727f Remove tn3270 from base system.
If anyone really needs it then it can be put into pkgsrc.
Importing c3270 into pkgsrc is probably a better option though.
2010-01-16 15:34:22 +00:00
pooka
101ba40c37 add mount_puffs 2010-01-14 21:35:57 +00:00
wiz
8fd2d7ce4d More consistency with obsolete tag:
it should be only be accompanied by gcc={3,4} or {xorg,x11}, and only
if they are necessary, i.e. if the same line exists for the other setting
of gcc or xorg/x11.
Make it so.
2010-01-14 13:47:41 +00:00
he
677bd46137 In addition to setting module=no if ${MKKMOD} is "no", also
set kmod=no.  This should get evbppc building correctly again.
2010-01-14 13:45:51 +00:00
wiz
d016495350 Consistency: set for obsolete files should be "foo-obsolete". 2010-01-14 12:01:58 +00:00
wiz
37276ee71d Consistency: set for obsolete files should be "foo-obsolete",
tags only "obsolete".
2010-01-14 10:04:18 +00:00
dyoung
a0fa2e365c ./usr/libdata/ldscripts/kmodule will not be installed if MKKMOD=no, so
add 'kmod' to its keywords.
2010-01-13 01:23:06 +00:00