Commit Graph

8830 Commits

Author SHA1 Message Date
elad
f39afe3e47 Add and document a VERIEXEC_DELETE operation for Veriexec.
We can now delete an entry from the tables using

	veriexecctl delete /path/to/file

or remove an entire table using

	veriexecctl delete /mount_point

(any directory will work for the mount point it's on)
2005-12-10 02:10:00 +00:00
ginsbach
ae50fb06a3 Add a nologin(5) man page. 2005-12-09 17:02:53 +00:00
tsutsui
c91f73110a options VNODE_OP_NOINLINE is gone. 2005-12-07 12:46:32 +00:00
tsutsui
e8946f3801 Mention options FFS_NO_SNAPSHOT. Maybe incomplete, but better than nothing... 2005-12-07 12:08:37 +00:00
wiz
0d0e7c8ea3 Mention TerraTec TValue cards. Bump date. Copyright maintenance. 2005-12-06 23:45:48 +00:00
wiz
9b410b0b20 Use more displays (.Bd) instead of lots of line breaks (.Pp). 2005-12-06 22:06:27 +00:00
wiz
519298998f Mark up functions with .Fn. 2005-12-06 21:58:49 +00:00
wiz
64d99d06ac First part of cleanup:
. replace .br (roff) with .Pp (mdoc)
. remove dot and end of some enumerations (SEE ALSO, AUTHORS)
. use standard headers
. fix tcpdump xref
. fix a typo (KENEL)
. mark up paths with .Pa, not .Ic.
2005-12-06 21:57:09 +00:00
wiz
b3826d01bf Drop trailing whitespace. 2005-12-06 21:39:13 +00:00
wiz
1eabf25320 Bump date for previous. 2005-12-06 17:23:21 +00:00
christos
34a6e05323 update to the man page for the new driver from David Boggs 2005-12-06 03:02:35 +00:00
wiz
187c950940 Comma fix. 2005-12-04 12:36:18 +00:00
wiz
bfd334e39b Remove leading zero in Dd argument. 2005-12-04 12:35:44 +00:00
xtraeme
c60f14706f Intel ICH7 and 6300ESB are supported by this driver. Bump date. 2005-12-04 12:31:27 +00:00
cube
06267a35ab ACPI_ACTIVATE_DEV is a defflag, hence doesn't take a value. Pointed out
by Nicolas Joly in misc/32235.
2005-12-04 11:25:40 +00:00
christos
48d8900cac For now, s/c99/gnu99/ for WARNS=4. This is so that alloca() is defined (and
possibly other built-in functions). Another solution would be to add:

    #ifdef __GNUC__
    #define alloca(a) __builtin_alloca(a)
    #else
    void *alloca(size_t);
    #endif

in stdlib.h, since we have assembly support for some architectures on
non-gcc environments, and we can add the rest.
2005-12-02 21:34:50 +00:00
hubertf
a7477788d0 bump date for previous (PIM) 2005-12-02 21:06:22 +00:00
hubertf
0ae416724f Add a bit more data on where to go with option PIM 2005-12-02 21:03:44 +00:00
wiz
00eff9c058 Remove superfluous quoting. Use Aq macro instead of \*[Lt]\*[Gt]. 2005-12-01 18:07:18 +00:00
yamt
288ca6911b document "show all pools". 2005-12-01 14:20:47 +00:00
yamt
0de2ab9787 reflect yamt-readahead changes. 2005-12-01 13:01:39 +00:00
kleink
51fa053644 Import tzdata2005o. 2005-12-01 08:39:58 +00:00
yamt
09073ec514 fix bread prototype. reminded by adam at albedo.art.pl 2005-11-30 16:01:26 +00:00
wiz
de29fc3303 Sort SEE ALSO. Fix typo. 2005-11-28 20:05:49 +00:00
sketch
5fee310ead Fix typo: ammount -> amount. 2005-11-27 14:11:44 +00:00
is
39a2b46a40 This year's EuroBSDCon is in Basel. 2005-11-27 09:26:35 +00:00
yamt
5ac8f2eb47 document DDB_COMMANDONENTER. 2005-11-26 12:17:08 +00:00
jdolecek
980a85a52a mention the AAC family contains SATA controllers too 2005-11-26 11:38:47 +00:00
wiz
80e8ea1ea5 Use Fa for a structure member. 2005-11-24 22:18:03 +00:00
wiz
b0e357e4fe Article improvements. 2005-11-24 19:40:16 +00:00
wiz
c460143353 Article improvements. Use more macros. Sort SEE ALSO. 2005-11-24 19:39:56 +00:00
wiz
abb7e1e8ca Grammar fix, HTML quoting, sort SEE ALSO. 2005-11-24 19:36:43 +00:00
wiz
4b2675b81a Drop trailing whitespace. 2005-11-24 19:32:35 +00:00
rpaulo
7acb962baa RFC 3879 deprecated the IPv6 site-local prefix (fec0::/10):
* remove all references to $ip6sitelocal and output a warning
    message if the variable is defined.
    * introduce $ip6uniquelocal (defaults to 'NO') that will control the
    behaviour of the system when $ip6mode is ``router'' (i.e. fc00::/7
    will not be routed if the variable is ``NO'') as per RFC 4193.

Thanks to Jonathan A. Kollasch for pointing this out in PR 32152.
2005-11-24 17:28:45 +00:00
yamt
48b26c0311 .Xr kcont and workqueue each other. 2005-11-24 08:24:01 +00:00
yamt
224db8bcf4 document workqueue. 2005-11-24 08:20:51 +00:00
yamt
2c4cbc68d8 document RUN_ONCE. 2005-11-24 08:14:13 +00:00
augustss
9aedcdc8a5 Document "flags 1" that forces the driver to attach with a high priority. 2005-11-23 08:56:08 +00:00
elad
017aa4d6ab Add information about recently added veriexec_strict and veriexec_verbose
rc.conf variables.
2005-11-19 19:59:24 +00:00
wiz
46f7c8b9d2 Bump date for previous. 2005-11-18 07:21:47 +00:00
jld
404ce674c1 Fix names of constants to match the actual header. 2005-11-17 21:30:00 +00:00
spz
1802f2d1d7 Enable build.sh -x building for the usbtablet driver new in xsrc
distrib/sets/lists/xserver/md.* to list the additional files for XFree86
using ports
share/mk/bsd.x11.mk and x11/... for the actual building

Contributes to closing PR xsrc/23964
Reviewed by tron@NetBSD.org
2005-11-12 22:57:46 +00:00
christos
de62b7b165 bump the date. 2005-11-12 18:55:19 +00:00
christos
fe8683b138 this never made it to 2.1 2005-11-12 18:53:47 +00:00
wiz
bd32aa6131 Sort sections. Uppercase BIOS. 2005-11-12 16:43:07 +00:00
dsl
391c56e7e1 Add a note that the console can be changed to a serial port by using
installboot to patch the binary.
Also note that and i386 pxeboot won't load an amd64 kernel.
2005-11-12 09:12:13 +00:00
wiz
8e56b8bf87 Bump date for previous. 2005-11-09 23:47:37 +00:00
wiz
b219b1d248 Bump date for additional supported cards. 2005-11-09 23:31:36 +00:00
pooka
19d733c7f7 one thinko: s/VOP_START/VFS_START/ 2005-11-09 20:17:55 +00:00
tsutsui
366c7b6131 dt_day in struct clock_ymdhms should be 1-31, not 0-365. 2005-11-06 17:50:37 +00:00