christos
4ddc2fb37c
add dprintf and vdprintf
2010-09-06 14:52:55 +00:00
tsutsui
1e8199a6ea
Add dumb code to select an appropriate kernel set to be installed
...
per running INSTALL kernel name taken from sysctl kern.version.
XXX: on all arm ports, sysctl hw.cpu_model returns a processor name,
XXX: not machine model as mentioned in <sys/sysctl.h>.
2010-09-04 01:23:25 +00:00
tsutsui
f2af7cc187
Build install ramdisk kernel for JORNADA720.
2010-09-04 01:16:49 +00:00
pooka
0bd39d154c
document rump_lwproc
2010-09-02 12:29:49 +00:00
pooka
fb721bf812
+tp
2010-09-01 21:19:37 +00:00
tron
afb981ca6b
Mark npf.conf(8) (moved to section 5) as obsolete instead of simply
...
removing it. The file will now properly get deleted instead of breaking
incremental builds.
2010-09-01 19:28:51 +00:00
he
6560b84116
Add entries for the ntp.conf man page, html'ized and the two text variants.
2010-09-01 16:02:40 +00:00
njoly
7beff995ba
Add missing .debug suffix.
2010-09-01 15:18:47 +00:00
kardel
f66a137dbc
adjust to new NTP 4.2.6 build
2010-08-28 16:17:32 +00:00
tron
07f188665f
Add unformatted version of psiginfo(3).
2010-08-27 16:29:13 +00:00
tron
95659d1963
The "psiginfo" manual page is in section 3, not 9.
2010-08-27 15:40:46 +00:00
pooka
964e6361a5
The incredible travels of Seth List.
2010-08-27 10:01:04 +00:00
christos
ad4a829aa6
add psiginfo
2010-08-27 08:42:23 +00:00
jmmv
66d239c147
Add entries for the libdes tests.
2010-08-25 16:46:48 +00:00
rmind
3b6fdb92e5
Move npf.conf(5-8) into the correct section, hence npf.conf(5).
2010-08-24 23:55:04 +00:00
pooka
695f38a810
yet another header
2010-08-24 15:03:18 +00:00
pooka
c9a399cbba
scsipi test
2010-08-24 11:31:48 +00:00
pooka
e0b73aff77
+rumpdev_scsitest
2010-08-24 11:26:27 +00:00
pooka
b7e34ac068
add rumpdev_scsipi
2010-08-23 20:53:41 +00:00
rmind
2e6f2099c6
Import NPF - a packet filter. Some features:
...
- Designed to be fully MP-safe and highly efficient.
- Tables/IP sets (hash or red-black tree) for high performance lookups.
- Stateful filtering and Network Address Port Translation (NAPT).
Framework for application level gateways (ALGs).
- Packet inspection engine called n-code processor - inspired by BPF -
supporting generic RISC-like and specific CISC-like instructions for
common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual.
- Convenient userland utility npfctl(8) with npf.conf(8).
NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.
Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@
2010-08-22 18:56:18 +00:00
perry
6cf2c06dc8
add 03.shell
2010-08-22 02:16:17 +00:00
pgoyette
60bf661b9d
Add a new atf test-case to check that recursive module calls actually work.
2010-08-21 13:21:48 +00:00
jruoho
f7b06c8780
Move nmi(9) to the correct category.
2010-08-21 10:32:35 +00:00
jruoho
07deeab629
Add x86_msr_xcall(9).
2010-08-21 10:11:34 +00:00
christos
913978f34a
add section 9 pages for x86
2010-08-21 06:38:59 +00:00
pooka
2a2d88d627
+10
2010-08-19 02:37:04 +00:00
sketch
5e78536699
Fix setlist for libmj with MKDEBUG.
2010-08-18 14:26:16 +00:00
pooka
708cd05329
+tp
2010-08-17 11:47:27 +00:00
he
855dfbc060
Bump size from 3500k to 3600k so that the contents fits again.
2010-08-16 13:24:54 +00:00
mrg
25c3593d4e
add new option to build/use tools/pigz for compressing sets. for now
...
USE_PIGZGZIP defaults to "no". (it depends upon local <pthread.h> and -lz.)
you can set it to "yes" on most modern platforms just fine.
2010-08-15 07:27:33 +00:00
mrg
12c4b3b795
re-enable shapestr.h and syncstr.h, from xextproto 7.1.2.
2010-08-14 08:51:32 +00:00
pgoyette
1c1548ae4e
Fix cut&paste errors
2010-08-11 18:46:32 +00:00
pgoyette
df3ebe2e31
Include new module.9 MLINKS in set lists
2010-08-11 18:20:43 +00:00
pooka
db61e8e25d
+tp
2010-08-10 21:57:44 +00:00
pooka
8ae636d82b
+tp
2010-08-09 15:10:20 +00:00
pgoyette
11ed7da809
Fix cut-&-paste error
2010-08-08 00:44:38 +00:00
joerg
2337df1ccf
+ libmj_pic.a
2010-08-08 00:23:26 +00:00
pgoyette
6241e2c44e
Add documentation for module_find_section()
2010-08-07 22:21:30 +00:00
christos
36eb8b89e2
Add bsd.ioconf.mk now that we are installing it. You must be able
...
to type 'make obj' and have it work from any directory, and if you
try from /usr/src/compat, this does not work because the build does
not automatically add -m $topdir/share/mk in that case.
2010-08-07 21:53:18 +00:00
christos
11e43416a1
Add cosmote examples.
2010-08-07 20:47:27 +00:00
wiz
16b537c3d2
Fix typo in MLINKS, from Stathis Kamperis. Adapt set lists, and run
...
them through sort while there.
2010-08-07 18:12:45 +00:00
agc
0fdb607276
merge conflicts
...
this isn't how this was planned, but needed for releases to build. will
be revisited later
2010-08-07 05:53:20 +00:00
agc
c7cc75d43f
merge conflicts
...
this isn't how this was planned, but needed for releases to build. will
be revisited later
2010-08-07 05:30:58 +00:00
jruoho
db0aba6ecf
Move fwhrng(4) and ichlpcib(4) to the right category.
2010-08-06 17:00:12 +00:00
jruoho
ee62bcfb03
Add hpet(4).
2010-08-06 16:42:31 +00:00
pooka
05ee96af0c
+tp
2010-08-06 16:17:13 +00:00
christos
ac5ff9e38e
add pthread_getattr_np
2010-08-06 05:39:43 +00:00
jruoho
a0b4611bb8
Add acpicpu(4). Describes the basic functionality (will be adjusted as the
...
functionality grows). Contains a big list of caveats as a TODO.
2010-08-05 17:31:10 +00:00
jruoho
78d8efa894
Add amdpcib(4). Ok njoly@.
2010-08-05 04:58:26 +00:00
joerg
96ee772e8c
Mark correct entries as obsolete.
2010-08-04 20:50:30 +00:00