OpenBSD CVS

CVS log for src/share/man/man4/options.4


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.271 / (download) - annotate - [select for diffs], Sun May 5 07:26:58 2024 UTC (4 weeks, 4 days ago) by jsg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.270: +2 -14 lines
Diff to previous 1.270 (colored)

Stop building with and documenting FFS_SOFTUPDATES.
Code that used it was removed in February.

Revision 1.270 / (download) - annotate - [select for diffs], Thu Dec 14 13:34:23 2023 UTC (5 months, 3 weeks ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5
Changes since 1.269: +2 -12 lines
Diff to previous 1.269 (colored)

There is no more option NKMEMPAGES_MAX
OK miod@

Revision 1.269 / (download) - annotate - [select for diffs], Sun Sep 11 06:38:11 2022 UTC (20 months, 3 weeks ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.268: +4 -4 lines
Diff to previous 1.268 (colored)

.Li -> .Vt where appropriate;
from josiah frentsos, tweaked by schwarze

ok schwarze

Revision 1.268 / (download) - annotate - [select for diffs], Tue Mar 1 14:39:30 2022 UTC (2 years, 3 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.267: +10 -12 lines
Diff to previous 1.267 (colored)

Tweak SCSI section to clarify that SCSIDEBUG enables probing/attachment
debug info, with any additional debug info being requested via SCSIDEBUG_*
options.

Pointed out by Scott Nicholas.

Revision 1.267 / (download) - annotate - [select for diffs], Tue Nov 5 07:53:58 2019 UTC (4 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.266: +2 -9 lines
Diff to previous 1.266 (colored)

remove some sparc references; from joe davis

Revision 1.266 / (download) - annotate - [select for diffs], Fri Sep 6 21:30:32 2019 UTC (4 years, 9 months ago) by cheloha
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.265: +2 -31 lines
Diff to previous 1.265 (colored)

options(4), config(8): drop dst/timezone knobs; ok kettenis@ deraadt@ jca@

Revision 1.265 / (download) - annotate - [select for diffs], Sun May 5 19:06:56 2019 UTC (5 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.264: +3 -4 lines
Diff to previous 1.264 (colored)

sync the description of bufcachepercent; ok deraadt

Revision 1.264 / (download) - annotate - [select for diffs], Sun Apr 21 15:33:39 2019 UTC (5 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.263: +4 -4 lines
Diff to previous 1.263 (colored)

adjust bufcachepercent default

Revision 1.263 / (download) - annotate - [select for diffs], Mon Mar 18 17:30:07 2019 UTC (5 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.262: +6 -2 lines
Diff to previous 1.262 (colored)

Add kubsan(4), a undefined behavior sanitizer for the kernel. It's
capable of detecting undefined behavior at runtime and all findings are
printed to the system console, including the offending line in the
source code.

kubsan is limited to architectures using Clang as their default compiler
and is not enabled by default.

Derived from the NetBSD implementation.

ok kettenis@ visa@

Revision 1.262 / (download) - annotate - [select for diffs], Thu Feb 7 15:11:38 2019 UTC (5 years, 3 months ago) by visa
Branch: MAIN
Changes since 1.261: +10 -2 lines
Diff to previous 1.261 (colored)

Add lock stack trace saving for witness(4).

This lets witness(4) save a stack trace on each lock acquisition.
The saved traces can be viewed in ddb(4) when showing the currently
held locks, which may help when debugging incorrect locking.

Sample output:

ddb{0}> show all locks
Process 63836 (rm) thread 0xffff8000221e52c8 (435004)
exclusive rrwlock inode r = 0 (0xfffffd8119a092c0) locked @ /usr/src/sys/ufs/ufs/ufs_vnops.c:1547
#0  witness_lock+0x419
#1  _rw_enter+0x2bb
#2  _rrw_enter+0x42
#3  VOP_LOCK+0x3f
#4  vn_lock+0x36
#5  vfs_lookup+0xa1
#6  namei+0x2b3
#7  dounlinkat+0x85
#8  syscall+0x338
#9  Xsyscall+0x128
exclusive kernel_lock &kernel_lock r = 1 (0xffffffff81e6a5f0) locked @ /usr/src/sys/arch/amd64/amd64/intr.c:525
#0  witness_lock+0x419
#1  syscall+0x2b6
#2  Xsyscall+0x128

The saving adds overhead, so it is not enabled by default. It can be
taken into use by setting sysctl kern.witness.locktrace=1 at runtime
or by defining WITNESS_LOCKTRACE in the kernel configuration.

Feedback and OK anton@

Revision 1.261 / (download) - annotate - [select for diffs], Wed Feb 6 10:59:49 2019 UTC (5 years, 4 months ago) by visa
Branch: MAIN
Changes since 1.260: +3 -3 lines
Diff to previous 1.260 (colored)

Fix a sysctl name.

Revision 1.260 / (download) - annotate - [select for diffs], Mon Jun 18 06:06:52 2018 UTC (5 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.259: +7 -7 lines
Diff to previous 1.259 (colored)

consistently spell "real-time clock";
ok deraadt bentley schwarze

Revision 1.259 / (download) - annotate - [select for diffs], Wed May 16 14:58:48 2018 UTC (6 years ago) by visa
Branch: MAIN
Changes since 1.258: +11 -2 lines
Diff to previous 1.258 (colored)

Document the kern.witnesswatch sysctl.

Revision 1.258 / (download) - annotate - [select for diffs], Thu Apr 26 20:40:54 2018 UTC (6 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.257: +40 -50 lines
Diff to previous 1.257 (colored)

add some Xr, and shorten all "See blah(4) for details." to just "See blah(4)."
from il ka

Revision 1.257 / (download) - annotate - [select for diffs], Fri Mar 16 16:58:26 2018 UTC (6 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.256: +4 -4 lines
Diff to previous 1.256 (colored)

improve markup quality in the cases found by the new "--" style message

Revision 1.256 / (download) - annotate - [select for diffs], Fri Mar 2 09:53:20 2018 UTC (6 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.255: +5 -6 lines
Diff to previous 1.255 (colored)

rework the description of encdebug to make it clear it's talking
about ipsec in general, not the kernel option;

ok markus

Revision 1.255 / (download) - annotate - [select for diffs], Fri Jan 12 04:36:44 2018 UTC (6 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.254: +5 -5 lines
Diff to previous 1.254 (colored)

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

Revision 1.254 / (download) - annotate - [select for diffs], Wed Oct 25 12:38:21 2017 UTC (6 years, 7 months ago) by job
Branch: MAIN
Changes since 1.253: +2 -7 lines
Diff to previous 1.253 (colored)

Remove the TCP_FACK option and associated #if{,n}def code.

TCP_FACK was disabled by provos@ in June 1999.
TCP_FACK is an algorithm that decides that when something is lost, all
not SACKed packets until the most forward SACK are lost. It may be a
correct estimate, if network does not reorder packets.

OK visa@ mpi@ mikeb@

Revision 1.253 / (download) - annotate - [select for diffs], Mon Oct 23 03:13:58 2017 UTC (6 years, 7 months ago) by jsg
Branch: MAIN
Changes since 1.252: +4 -9 lines
Diff to previous 1.252 (colored)

remove mention of unused MACOBIOVERBOSE and NBUF options

Revision 1.252 / (download) - annotate - [select for diffs], Sun Oct 22 16:04:53 2017 UTC (6 years, 7 months ago) by job
Branch: MAIN
Changes since 1.251: +2 -16 lines
Diff to previous 1.251 (colored)

TCP_SACK is no longer optional.

OK mikeb@

Revision 1.251 / (download) - annotate - [select for diffs], Tue Sep 12 08:27:44 2017 UTC (6 years, 8 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.250: +3 -7 lines
Diff to previous 1.250 (colored)

option DDB_STRUCT is gone, 'show struct' now work in GENERIC.

Revision 1.250 / (download) - annotate - [select for diffs], Sat May 27 08:03:29 2017 UTC (7 years ago) by claudio
Branch: MAIN
Changes since 1.249: +2 -6 lines
Diff to previous 1.249 (colored)

option KEY got tedued.

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

Remove KGDB references.

Revision 1.248 / (download) - annotate - [select for diffs], Sat Apr 22 11:05:04 2017 UTC (7 years, 1 month ago) by visa
Branch: MAIN
Changes since 1.247: +11 -2 lines
Diff to previous 1.247 (colored)

Shuffle bits into their proper files.

Prompted by jmc@

Revision 1.247 / (download) - annotate - [select for diffs], Mon Mar 20 11:04:25 2017 UTC (7 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.246: +6 -2 lines
Diff to previous 1.246 (colored)

document PPPOE_TERM_UNKNOWN_SESSIONS; ok sthen

Revision 1.246 / (download) - annotate - [select for diffs], Wed Nov 30 15:08:37 2016 UTC (7 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.245: +13 -16 lines
Diff to previous 1.245 (colored)

better text for makeoptions DEBUG; help/ok mpi

Revision 1.245 / (download) - annotate - [select for diffs], Tue Nov 29 13:57:34 2016 UTC (7 years, 6 months ago) by mpi
Branch: MAIN
Changes since 1.244: +5 -9 lines
Diff to previous 1.244 (colored)

Some tweaks reflecting that DEBUG=-g is the default for building kernels.

With jmc@

Revision 1.244 / (download) - annotate - [select for diffs], Sun Sep 18 14:28:04 2016 UTC (7 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.243: +2 -19 lines
Diff to previous 1.243 (colored)

option INSECURE is obsolete

Revision 1.243 / (download) - annotate - [select for diffs], Thu Mar 10 08:56:46 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.242: +3 -4 lines
Diff to previous 1.242 (colored)

un-vax;

Revision 1.242 / (download) - annotate - [select for diffs], Thu Mar 3 12:41:30 2016 UTC (8 years, 3 months ago) by naddy
Branch: MAIN
Changes since 1.241: +2 -13 lines
Diff to previous 1.241 (colored)

Remove option USER_LDT and everything depending on it.
Remove machdep.userldt sysctl.
Remove i386_[gs]et_ldt syscall stub from libi386.
Remove i386_[gs]et_ldt regression test.

ok mlarkin@ millert@ guenther@

Revision 1.241 / (download) - annotate - [select for diffs], Sun Feb 28 15:46:18 2016 UTC (8 years, 3 months ago) by naddy
Branch: MAIN
Changes since 1.240: +2 -13 lines
Diff to previous 1.240 (colored)

Support for running Linux binaries under emulation is going away.

Remove "option COMPAT_LINUX" and everything directly tied to it from the
kernel and the corresponding man page documentation.

ok visa@ guenther@

Revision 1.240 / (download) - annotate - [select for diffs], Thu Oct 1 20:42:58 2015 UTC (8 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.239: +2 -19 lines
Diff to previous 1.239 (colored)

no more INET option, apparently; from ilya kaliman

Revision 1.239 / (download) - annotate - [select for diffs], Wed Jan 21 02:23:14 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.238: +2 -11 lines
Diff to previous 1.238 (colored)

Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete
for a couple decades.  Keep the OSIOCGIFCONF ioctl to support COMPAT_LINUX
but move the rest of the Linux-specific ioctl() handling into linux_socket.c
This lets struct osockaddr finally move from sys/socket.h to protocols/talkd.h

ok krw@ deraadt@ mpi@

Revision 1.238 / (download) - annotate - [select for diffs], Thu Oct 9 04:41:36 2014 UTC (9 years, 8 months ago) by tedu
Branch: MAIN
Changes since 1.237: +2 -9 lines
Diff to previous 1.237 (colored)

no more lkms

Revision 1.237 / (download) - annotate - [select for diffs], Mon Sep 8 01:47:06 2014 UTC (9 years, 9 months ago) by guenther
Branch: MAIN
Changes since 1.236: +2 -13 lines
Diff to previous 1.236 (colored)

Delete procfs; it's always had races and is now unused: no one noticed for
months that I broke it before the 5.5 release.

confirmed as not being required by ports by sthen@, ajacoutot@, dcoppa@

Revision 1.236 / (download) - annotate - [select for diffs], Fri Apr 18 11:19:45 2014 UTC (10 years, 1 month ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.235: +1 -20 lines
Diff to previous 1.235 (colored)

stop mentioning altq

Revision 1.235 / (download) - annotate - [select for diffs], Tue Mar 18 22:36:31 2014 UTC (10 years, 2 months ago) by miod
Branch: MAIN
Changes since 1.234: +3 -3 lines
Diff to previous 1.234 (colored)

Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.

Noone sane will mourn these ports anyway. So long, and thanks for the fish.

Revision 1.234 / (download) - annotate - [select for diffs], Tue Feb 18 11:26:51 2014 UTC (10 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.233: +8 -4 lines
Diff to previous 1.233 (colored)

Remove another mention of linux a.out compat, spotted by jmc@. While there,
document option TMPFS.  ok pirofti@

Revision 1.233 / (download) - annotate - [select for diffs], Fri Dec 13 19:59:03 2013 UTC (10 years, 5 months ago) by naddy
Branch: MAIN
Changes since 1.232: +2 -9 lines
Diff to previous 1.232 (colored)

4.3BSD tty compatibility and the associated ioctls are gone

Revision 1.232 / (download) - annotate - [select for diffs], Thu May 23 01:47:43 2013 UTC (11 years ago) by lteo
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.231: +3 -3 lines
Diff to previous 1.231 (colored)

BUFCACHEPERCENT has been set to 20 by default for a while now.

ok dcoppa deraadt jmc

Revision 1.231 / (download) - annotate - [select for diffs], Fri Mar 22 16:40:24 2013 UTC (11 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.230: +2 -2 lines
Diff to previous 1.230 (colored)

there is no lower controllable lower bound for nkmempages

Revision 1.230 / (download) - annotate - [select for diffs], Thu Mar 21 23:06:46 2013 UTC (11 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.229: +3 -3 lines
Diff to previous 1.229 (colored)

oops, missed this in previous;

Revision 1.229 / (download) - annotate - [select for diffs], Thu Mar 21 22:04:47 2013 UTC (11 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.228: +5 -9 lines
Diff to previous 1.228 (colored)

NKMEMPAGES_MIN went away a long time ago.  wording help from jmc.

Revision 1.228 / (download) - annotate - [select for diffs], Wed Sep 19 18:30:03 2012 UTC (11 years, 8 months ago) by yasuoka
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.227: +6 -3 lines
Diff to previous 1.227 (colored)

add pipex(4) man page.

Revision 1.227 / (download) - annotate - [select for diffs], Thu Aug 23 14:36:43 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.226: +2 -9 lines
Diff to previous 1.226 (colored)

no more NNPFS;

Revision 1.226 / (download) - annotate - [select for diffs], Fri Apr 6 15:42:56 2012 UTC (12 years, 2 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.225: +0 -13 lines
Diff to previous 1.225 (colored)

Remove raidframe related references.

Revision 1.225 / (download) - annotate - [select for diffs], Wed Mar 28 07:29:17 2012 UTC (12 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.224: +3 -3 lines
Diff to previous 1.224 (colored)

the sysctl is net.inet.ip.encdebug, not net.ipsec.encap.encdebug
completes revision 1.57! from Visa Hankala

Revision 1.224 / (download) - annotate - [select for diffs], Sat Jul 9 04:01:30 2011 UTC (12 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.223: +1 -6 lines
Diff to previous 1.223 (colored)

remove more atalk bits

Revision 1.223 / (download) - annotate - [select for diffs], Fri Jul 8 23:17:33 2011 UTC (12 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.222: +1 -2 lines
Diff to previous 1.222 (colored)

do not discuss man pages which do not (yet) exist;

Revision 1.222 / (download) - annotate - [select for diffs], Fri Jul 8 19:28:26 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.221: +4 -4 lines
Diff to previous 1.221 (colored)

ext2fs is not really the most common linux filesystem.

Revision 1.221 / (download) - annotate - [select for diffs], Fri Jul 8 19:24:31 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.220: +3 -23 lines
Diff to previous 1.220 (colored)

COMPAT_43 does not do all it used to.  COMPAT_AOUT is wholly useless.

Revision 1.220 / (download) - annotate - [select for diffs], Fri Jul 8 18:30:17 2011 UTC (12 years, 11 months ago) by yasuoka
Branch: MAIN
Changes since 1.219: +5 -2 lines
Diff to previous 1.219 (colored)

Include PIPEX in kernel by default.  And add new sysctl variable
`net.pipex.enable' to enable PIPEX.   By default, pipex is disabled
and it will not process packets from wire.  Update man pages and
update HOWTO_PIPEX_NPPPD.txt for testers.

discussed with dlg@, ok deraadt@ mcbride@ claudio@

Revision 1.219 / (download) - annotate - [select for diffs], Tue Jul 5 15:36:13 2011 UTC (12 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.218: +3 -3 lines
Diff to previous 1.218 (colored)

VFSDEBUG -> VFSLCKDEBUG;

Revision 1.218 / (download) - annotate - [select for diffs], Mon Jul 4 22:59:43 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.217: +2 -12 lines
Diff to previous 1.217 (colored)

remove compat_svr4

Revision 1.217 / (download) - annotate - [select for diffs], Sun Jul 3 22:40:06 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.216: +2 -12 lines
Diff to previous 1.216 (colored)

remove mention of altq_rio

Revision 1.216 / (download) - annotate - [select for diffs], Wed Jun 29 16:23:22 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.215: +1 -10 lines
Diff to previous 1.215 (colored)

APM_NOPRINT option is no more

Revision 1.215 / (download) - annotate - [select for diffs], Mon Jun 27 04:15:14 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.214: +1 -13 lines
Diff to previous 1.214 (colored)

There is no CCDNBUF option

Revision 1.214 / (download) - annotate - [select for diffs], Mon Jun 27 03:50:04 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.213: +2 -3 lines
Diff to previous 1.213 (colored)

the NTFS experiment "worked".  it's in generic.

Revision 1.213 / (download) - annotate - [select for diffs], Mon Jun 27 03:41:13 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.212: +3 -4 lines
Diff to previous 1.212 (colored)

use of compat_43 has apparently been discouraged for 14 years, but it remains
enabled in generic.  let's just admit it's not really discouraged.

Revision 1.212 / (download) - annotate - [select for diffs], Sun Jun 26 23:53:06 2011 UTC (12 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.211: +2 -8 lines
Diff to previous 1.211 (colored)

there has not been an ALTQ_NOPCC option for some time now

Revision 1.211 / (download) - annotate - [select for diffs], Fri Apr 22 21:49:29 2011 UTC (13 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.210: +2 -2 lines
Diff to previous 1.210 (colored)

Somebody moved a line about SCSIDEBUG_LEVEL into the wrong spot.
Move it back. Make explicit the default value of SCSIDEBUG_LEVEL.

Revision 1.210 / (download) - annotate - [select for diffs], Tue Apr 5 18:51:25 2011 UTC (13 years, 2 months ago) by thib
Branch: MAIN
Changes since 1.209: +1 -11 lines
Diff to previous 1.209 (colored)

Remove portalfs.

While it is a terribly cool idea, it's just awful and since noone has stepped
up to the plate to keep it up with the current vop state, retire it to the
attic.

ok krw@, deraadt@, guenther@, miod@.
comments from jmc@

Revision 1.209 / (download) - annotate - [select for diffs], Tue Apr 5 12:50:15 2011 UTC (13 years, 2 months ago) by guenther
Branch: MAIN
Changes since 1.208: +2 -10 lines
Diff to previous 1.208 (colored)

Push COMPAT_FREEBSD in front of a whale.  Buggy, out of date, no
one has been weeding it, and it makes life harder.

Toasts of Brennivin for its passing from many; diff ok henning@

Revision 1.208 / (download) - annotate - [select for diffs], Mon Apr 4 14:46:30 2011 UTC (13 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.207: +2 -9 lines
Diff to previous 1.207 (colored)

no more COMPAT_O47;

Revision 1.207 / (download) - annotate - [select for diffs], Tue Mar 8 00:13:41 2011 UTC (13 years, 3 months ago) by bluhm
Branch: MAIN
Changes since 1.206: +6 -3 lines
Diff to previous 1.206 (colored)

Add a kernel man page sosplice(9) for the socket splicing implementation.
ok jmc@

Revision 1.206 / (download) - annotate - [select for diffs], Mon Jan 31 13:27:05 2011 UTC (13 years, 4 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.205: +7 -1 lines
Diff to previous 1.205 (colored)

Document the kernel option SOCKET_SPLICE and the socket option
SO_SPLICE for zero-copy socket splicing.
ok jmc@

Revision 1.205 / (download) - annotate - [select for diffs], Mon Sep 20 10:36:03 2010 UTC (13 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.204: +4 -5 lines
Diff to previous 1.204 (colored)

improve getpeereid docs; pointed out by jmc

Revision 1.204 / (download) - annotate - [select for diffs], Mon Sep 20 07:28:23 2010 UTC (13 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.203: +2 -13 lines
Diff to previous 1.203 (colored)

COMPAT_O43 went away a while back

Revision 1.203 / (download) - annotate - [select for diffs], Mon Sep 20 07:17:43 2010 UTC (13 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.202: +10 -2 lines
Diff to previous 1.202 (colored)

Move getpeereid(2) into COMPAT_O47.  In 4.8 and onwards it is library
code using socket options.
ok matthew

Revision 1.202 / (download) - annotate - [select for diffs], Mon Jul 5 22:26:20 2010 UTC (13 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.201: +2 -13 lines
Diff to previous 1.201 (colored)

compat_bsdos is gone

Revision 1.201 / (download) - annotate - [select for diffs], Fri Jul 2 20:00:54 2010 UTC (13 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.200: +2 -10 lines
Diff to previous 1.200 (colored)

remove userland bits of compat_sunos

Revision 1.200 / (download) - annotate - [select for diffs], Thu Jul 1 17:26:52 2010 UTC (13 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.199: +2 -10 lines
Diff to previous 1.199 (colored)

another day, another compat gets removed.  today is ibcs2's turn

Revision 1.199 / (download) - annotate - [select for diffs], Wed Jun 30 20:46:51 2010 UTC (13 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.198: +1 -11 lines
Diff to previous 1.198 (colored)

remove compat_osf1.  ok deraadt miod

Revision 1.198 / (download) - annotate - [select for diffs], Tue Jun 29 20:30:32 2010 UTC (13 years, 11 months ago) by guenther
Branch: MAIN
Changes since 1.197: +1 -9 lines
Diff to previous 1.197 (colored)

Remove COMPAT_HPUX.  No one wanted to support it and its fewmets were
blocking other cleanups
ok miod@

Revision 1.197 / (download) - annotate - [select for diffs], Tue Jun 29 18:50:23 2010 UTC (13 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.196: +2 -8 lines
Diff to previous 1.196 (colored)

remove compat_ultrix docs

Revision 1.196 / (download) - annotate - [select for diffs], Tue Jun 29 16:22:58 2010 UTC (13 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.195: +2 -8 lines
Diff to previous 1.195 (colored)

jmc reminded me that rthreads should be removed from here

Revision 1.195 / (download) - annotate - [select for diffs], Sat Apr 3 01:49:44 2010 UTC (14 years, 2 months ago) by guenther
Branch: MAIN
Changes since 1.194: +8 -2 lines
Diff to previous 1.194 (colored)

Add missing documention:
 - fork1() flags: FORK_SIGHAND, FORK_PTRACE, and FORK_THREAD
 - RTHREADS kernel option
 - rfork() RFTHREAD flag (with a BUGS entry that it's not usable from C)

ok tedu@

Revision 1.194 / (download) - annotate - [select for diffs], Thu Oct 22 09:22:46 2009 UTC (14 years, 7 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.193: +5 -3 lines
Diff to previous 1.193 (colored)

replace cross references to other manual pages with the right macros.

Revision 1.193 / (download) - annotate - [select for diffs], Sun Aug 9 23:04:47 2009 UTC (14 years, 10 months ago) by miod
Branch: MAIN
Changes since 1.192: +7 -4 lines
Diff to previous 1.192 (colored)

Introduce option DDB_STRUCT. Kernels compiled with this option (except on
a few arches where toolchain limitations apply) will embed some symbolic
information about the various structs used within the kernel, and have
new ddb commands allowing struct display and some useful information
gathering. Kernel rodata increase varies accross platforms from ~150KB to
~300KB.
This option is not enabled by default.

Revision 1.192 / (download) - annotate - [select for diffs], Thu Jun 4 13:30:07 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.191: +4 -4 lines
Diff to previous 1.191 (colored)

xfs -> nnpfs;

Revision 1.191 / (download) - annotate - [select for diffs], Sat Sep 6 14:04:48 2008 UTC (15 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.190: +4 -15 lines
Diff to previous 1.190 (colored)

more removal of text relevant to the now-removed MALLOC() and FREE(),
and some general tweaking;

help/ok miod

Revision 1.190 / (download) - annotate - [select for diffs], Fri Sep 5 13:15:34 2008 UTC (15 years, 9 months ago) by chl
Branch: MAIN
Changes since 1.189: +2 -8 lines
Diff to previous 1.189 (colored)

remove remaining MALLOC/FREE bits

spotted by jmc@

ok jmc@

Revision 1.189 / (download) - annotate - [select for diffs], Sun Jul 27 21:14:31 2008 UTC (15 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.188: +13 -2 lines
Diff to previous 1.188 (colored)

document COMPAT_O43; requested by Oleg Safiullin
text from otto

Revision 1.188 / (download) - annotate - [select for diffs], Thu Nov 29 11:29:01 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.187: +364 -417 lines
Diff to previous 1.187 (colored)

- sort the options list
- .Ss -> .Sh, since differentiating between options and sections was sore
on the eyes
- reduce SEE ALSO to something more practical
- assorted minor tweaks along the way

Revision 1.187 / (download) - annotate - [select for diffs], Wed Nov 28 12:27:48 2007 UTC (16 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.186: +2 -52 lines
Diff to previous 1.186 (colored)

COMPAT_{23,25,35} should not be used directly

Revision 1.186 / (download) - annotate - [select for diffs], Tue Nov 27 17:23:23 2007 UTC (16 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.185: +2 -24 lines
Diff to previous 1.185 (colored)

TCP_COMPAT_42 was last used in 1997.  Kill it.
ok millert

Revision 1.185 / (download) - annotate - [select for diffs], Sun Nov 25 17:11:11 2007 UTC (16 years, 6 months ago) by oga
Branch: MAIN
Changes since 1.184: +2 -12 lines
Diff to previous 1.184 (colored)

Make agp attach as a device. This means that many more agp bridges
actually get detected and attached. Also adds a kernel api for
manipulating agp.

Enable this on i386 and amd64.

"I think you should commit it" deraadt@, ok matthieu. Looked over by
several others.

Revision 1.184 / (download) - annotate - [select for diffs], Sat Jul 21 20:22:03 2007 UTC (16 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.183: +7 -2 lines
Diff to previous 1.183 (colored)

make one of the lists -compact, to avoid some yucky vertical blankspace;

Revision 1.183 / (download) - annotate - [select for diffs], Mon Jun 4 21:34:01 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.182: +1 -5 lines
Diff to previous 1.182 (colored)

no more IPX; ok henning

Revision 1.182 / (download) - annotate - [select for diffs], Fri Jun 1 05:37:14 2007 UTC (17 years ago) by deraadt
Branch: MAIN
Changes since 1.181: +1 -10 lines
Diff to previous 1.181 (colored)

remove crufty adosfs.  everytime we try to change a vfs layer interface,
adosfs has the issue and in an entirely different way.  noone uses this
code so this is hte best way to handle the problem
diff from pedro who went to sleep but we need to move ahead; ok thib

Revision 1.181 / (download) - annotate - [select for diffs], Thu May 31 19:19:51 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.180: +2 -2 lines
Diff to previous 1.180 (colored)

convert to new .Dd format;

Revision 1.180 / (download) - annotate - [select for diffs], Wed May 30 04:36:22 2007 UTC (17 years ago) by krw
Branch: MAIN
Changes since 1.179: +2 -2 lines
Diff to previous 1.179 (colored)

It's 'SCSIDEBUG_LEVEL', not 'SCSI_DEBUG_LEVEL'.

Revision 1.179 / (download) - annotate - [select for diffs], Mon May 28 23:29:59 2007 UTC (17 years ago) by beck
Branch: MAIN
Changes since 1.178: +1 -9 lines
Diff to previous 1.178 (colored)

COMPAT_NETBSD is no more. ok jmc@

Revision 1.178 / (download) - annotate - [select for diffs], Mon Apr 30 20:42:25 2007 UTC (17 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.177: +4 -1 lines
Diff to previous 1.177 (colored)

document "option FFS2"; ok pedro

Revision 1.177 / (download) - annotate - [select for diffs], Sat Jul 22 18:03:07 2006 UTC (17 years, 10 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.176: +1 -19 lines
Diff to previous 1.176 (colored)

Nuke SCSIFORCELUN* and friends. These were introduced as a safety
valve in case our duplicate LUN checks had to be circumvented. Since
no one has found a need for them, and they were just one more place
trying to shift a bit 255 places to the left could be induced, remove
them.

"i don't think any options like that are worthwhile" deraadt@

Revision 1.176 / (download) - annotate - [select for diffs], Fri Apr 14 21:57:40 2006 UTC (18 years, 1 month ago) by weingart
Branch: MAIN
Changes since 1.175: +1 -6 lines
Diff to previous 1.175 (colored)

And remove DUMMY_NOPS from here too.
Thanks ben.

Revision 1.175 / (download) - annotate - [select for diffs], Sun Mar 5 18:47:25 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.174: +3 -2 lines
Diff to previous 1.174 (colored)

better wording from weingart;

Revision 1.174 / (download) - annotate - [select for diffs], Sun Mar 5 09:19:59 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.173: +11 -1 lines
Diff to previous 1.173 (colored)

document USER_LDT;

requested by mpech
ok deraadt

Revision 1.173 / (download) - annotate - [select for diffs], Tue Dec 6 20:18:57 2005 UTC (18 years, 6 months ago) by pedro
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.172: +1 -24 lines
Diff to previous 1.172 (colored)

Remove fdescfs

Revision 1.172 / (download) - annotate - [select for diffs], Wed Nov 30 11:18:27 2005 UTC (18 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.171: +2 -2 lines
Diff to previous 1.171 (colored)

timezone -> time zone

Revision 1.171 / (download) - annotate - [select for diffs], Thu Nov 24 12:08:16 2005 UTC (18 years, 6 months ago) by pedro
Branch: MAIN
Changes since 1.170: +1 -11 lines
Diff to previous 1.170 (colored)

Remove kernfs, okay deraadt@.

Revision 1.170 / (download) - annotate - [select for diffs], Sun Nov 13 03:27:41 2005 UTC (18 years, 6 months ago) by krw
Branch: MAIN
Changes since 1.169: +6 -1 lines
Diff to previous 1.169 (colored)

Use SCSI_DELAY only once. Document it. Default to no delay.

Fixes two second system 'freeze' when umass device plugged in. Speeds
up boot by not waiting for a minimum of 2 seconds at each scsi bus.

ok jmc@ pedro@ deraadt@

Revision 1.169 / (download) - annotate - [select for diffs], Sun Nov 6 17:50:06 2005 UTC (18 years, 7 months ago) by kettenis
Branch: MAIN
Changes since 1.168: +6 -8 lines
Diff to previous 1.168 (colored)

Reflect reality with respect to gdb(1).
ok miod@, jmc@

Revision 1.168 / (download) - annotate - [select for diffs], Mon Oct 31 08:15:31 2005 UTC (18 years, 7 months ago) by fgsch
Branch: MAIN
Changes since 1.167: +2 -1 lines
Diff to previous 1.167 (colored)

aperture applies to amd64 as well.

Revision 1.167 / (download) - annotate - [select for diffs], Fri Jun 17 20:49:26 2005 UTC (18 years, 11 months ago) by drahn
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.166: +1 -8 lines
Diff to previous 1.166 (colored)

Extended Attributes was a piece to get to ACLs, however ACLs have not
been worked on, so EA is pointless to maintain.

Revision 1.166 / (download) - annotate - [select for diffs], Fri Jun 10 18:47:33 2005 UTC (19 years ago) by pedro
Branch: MAIN
Changes since 1.165: +6 -1 lines
Diff to previous 1.165 (colored)

Add option VFSDEBUG, okay jmc@

Revision 1.165 / (download) - annotate - [select for diffs], Thu Jun 9 08:40:49 2005 UTC (19 years ago) by jmc
Branch: MAIN
Changes since 1.164: +1 -2 lines
Diff to previous 1.164 (colored)

remove references to ns(4);

Revision 1.164 / (download) - annotate - [select for diffs], Wed Jun 8 04:21:22 2005 UTC (19 years ago) by henning
Branch: MAIN
Changes since 1.163: +1 -10 lines
Diff to previous 1.163 (colored)

stop talking about support for the obsolete network protocols

Revision 1.163 / (download) - annotate - [select for diffs], Sun Jun 5 19:40:22 2005 UTC (19 years ago) by jmc
Branch: MAIN
Changes since 1.162: +2 -2 lines
Diff to previous 1.162 (colored)

s/-p1003.1-2003/-p1003.1-2004/g

Revision 1.162 / (download) - annotate - [select for diffs], Tue May 31 23:05:37 2005 UTC (19 years ago) by jmc
Branch: MAIN
Changes since 1.161: +1 -4 lines
Diff to previous 1.161 (colored)

remove references to mount_{null,umap,union};

Revision 1.161 / (download) - annotate - [select for diffs], Fri May 27 11:55:46 2005 UTC (19 years ago) by miod
Branch: MAIN
Changes since 1.160: +2 -2 lines
Diff to previous 1.160 (colored)

Prune ncr(4) references.

Revision 1.160 / (download) - annotate - [select for diffs], Thu May 26 02:44:37 2005 UTC (19 years ago) by pedro
Branch: MAIN
Changes since 1.159: +1 -26 lines
Diff to previous 1.159 (colored)

options NULLFS, UNION and UMAPFS are gone, ok art@ markus@

Revision 1.159 / (download) - annotate - [select for diffs], Wed May 4 05:05:31 2005 UTC (19 years, 1 month ago) by jaredy
Branch: MAIN
Changes since 1.158: +3 -3 lines
Diff to previous 1.158 (colored)

- change XFree86 -> X.Org
- minor mdoc nits

ok matthieu, jmc

Revision 1.158 / (download) - annotate - [select for diffs], Wed Mar 30 07:45:57 2005 UTC (19 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.157: +7 -1 lines
Diff to previous 1.157 (colored)

document UDF

Revision 1.157 / (download) - annotate - [select for diffs], Sun Mar 27 06:32:06 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.156: +2 -2 lines
Diff to previous 1.156 (colored)

do not mark up punctuation;

Revision 1.156 / (download) - annotate - [select for diffs], Sat Mar 26 20:30:09 2005 UTC (19 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.155: +2 -2 lines
Diff to previous 1.155 (colored)

fix compat_hpux entry

Revision 1.155 / (download) - annotate - [select for diffs], Fri Dec 24 17:26:48 2004 UTC (19 years, 5 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.154: +5 -4 lines
Diff to previous 1.154 (colored)

Scare users so that they don't use option SMALL_KERNEL, because our
floppy kernels shrinking pressure has no limits.
ok deraadt@ krw@

Revision 1.154 / (download) - annotate - [select for diffs], Fri Dec 3 14:17:18 2004 UTC (19 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.153: +4 -2 lines
Diff to previous 1.153 (colored)

option MACOBIOVERBOSE is only useful on macppc

ok miod@

Revision 1.153 / (download) - annotate - [select for diffs], Tue Sep 21 08:36:47 2004 UTC (19 years, 8 months ago) by grange
Branch: MAIN
Changes since 1.152: +3 -1 lines
Diff to previous 1.152 (colored)

Document MULTIPROCESSOR option.

ok miod@

Revision 1.152 / (download) - annotate - [select for diffs], Fri Sep 17 11:32:53 2004 UTC (19 years, 8 months ago) by msf
Branch: MAIN
Changes since 1.151: +1 -3 lines
Diff to previous 1.151 (colored)

Remove option EON from kernel and options(4)
ok henning@

Revision 1.151 / (download) - annotate - [select for diffs], Thu Sep 2 08:23:15 2004 UTC (19 years, 9 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.150: +3 -3 lines
Diff to previous 1.150 (colored)

propolice -> ProPolice

Mentioned by: Jonathan Gray <khalek at linuxgamers dot net>

Revision 1.150 / (download) - annotate - [select for diffs], Wed Sep 1 20:54:47 2004 UTC (19 years, 9 months ago) by tom
Branch: MAIN
Changes since 1.149: +16 -4 lines
Diff to previous 1.149 (colored)

Document DST option, and fix grammar nits in TIMEZONE description.

Closes PR 3906.

ok jmc@, miod@, millert@

Revision 1.149 / (download) - annotate - [select for diffs], Sat Jul 31 21:27:31 2004 UTC (19 years, 10 months ago) by brad
Branch: MAIN
Changes since 1.148: +1 -25 lines
Diff to previous 1.148 (colored)

remove GATEWAY and IPFORWARDING option knobs, use the sysctl.

ok mcbride@ miod@ deraadt@

Revision 1.148 / (download) - annotate - [select for diffs], Fri Jul 16 00:18:29 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.147: +1 -3 lines
Diff to previous 1.147 (colored)

bit more iso removal;
ok henning@

Revision 1.147 / (download) - annotate - [select for diffs], Thu Jul 15 23:40:39 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.146: +1 -5 lines
Diff to previous 1.146 (colored)

remove references to removed pages: clnp(4), esis(4), and iso(4);

Revision 1.146 / (download) - annotate - [select for diffs], Thu Jul 15 13:48:26 2004 UTC (19 years, 10 months ago) by mpech
Branch: MAIN
Changes since 1.145: +1 -10 lines
Diff to previous 1.145 (colored)

we have no 'option PPP_FILTER'.

millert@

Revision 1.145 / (download) - annotate - [select for diffs], Thu Jul 15 08:21:47 2004 UTC (19 years, 10 months ago) by miod
Branch: MAIN
Changes since 1.144: +20 -6 lines
Diff to previous 1.144 (colored)

More burden for COMPAT_35.

Revision 1.144 / (download) - annotate - [select for diffs], Fri Jul 9 21:56:01 2004 UTC (19 years, 11 months ago) by miod
Branch: MAIN
Changes since 1.143: +71 -69 lines
Diff to previous 1.143 (colored)

Sort COMPAT_ options, also add a .Bx in COMPAT_43.

Revision 1.143 / (download) - annotate - [select for diffs], Thu May 27 21:10:24 2004 UTC (20 years ago) by tedu
Branch: MAIN
Changes since 1.142: +5 -1 lines
Diff to previous 1.142 (colored)

miod says ACCOUNTING needs a man page diff

Revision 1.142 / (download) - annotate - [select for diffs], Wed May 5 00:23:29 2004 UTC (20 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.141: +14 -1 lines
Diff to previous 1.141 (colored)

Document COMPAT_35

Revision 1.141 / (download) - annotate - [select for diffs], Mon May 3 15:18:19 2004 UTC (20 years, 1 month ago) by drahn
Branch: MAIN
Changes since 1.140: +0 -1 lines
Diff to previous 1.140 (colored)

Remove OpenBSD/pegaos, this has been announced before but delayed until
the tree was stable. No point in code supporting a company which screws
its employees being in the OpenBSD tree.

Revision 1.140 / (download) - annotate - [select for diffs], Tue Apr 27 03:01:25 2004 UTC (20 years, 1 month ago) by marco
Branch: MAIN
Changes since 1.139: +2 -2 lines
Diff to previous 1.139 (colored)

Recalculation of memory footprint of ASC/ASCQ table since I was in here anyway.  ok krw@

Revision 1.139 / (download) - annotate - [select for diffs], Tue Apr 20 06:39:04 2004 UTC (20 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.138: +1 -31 lines
Diff to previous 1.138 (colored)

GATEWAY and NMBCLUSTERS are dead.  ok beck@ deraadt@ jmc@

Revision 1.138 / (download) - annotate - [select for diffs], Sun Mar 21 19:50:44 2004 UTC (20 years, 2 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.137: +5 -4 lines
Diff to previous 1.137 (colored)

Sync hardware support with the code, and minor nits.

Revision 1.137 / (download) - annotate - [select for diffs], Wed Mar 10 02:14:09 2004 UTC (20 years, 3 months ago) by krw
Branch: MAIN
Changes since 1.136: +19 -1 lines
Diff to previous 1.136 (colored)

Document SCSIFORCELUN_* options.

ok deraadt@.

Revision 1.136 / (download) - annotate - [select for diffs], Mon Mar 8 21:03:53 2004 UTC (20 years, 3 months ago) by krw
Branch: MAIN
Changes since 1.135: +36 -2 lines
Diff to previous 1.135 (colored)

Document SCSIDEBUG_* options.

ok miod@.

Revision 1.135 / (download) - annotate - [select for diffs], Sat Feb 7 20:08:53 2004 UTC (20 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.134: +3 -2 lines
Diff to previous 1.134 (colored)

amd64/cats MI touches, as well as a few pegasos mentions forgotten.

Revision 1.134 / (download) - annotate - [select for diffs], Sun Dec 28 18:16:27 2003 UTC (20 years, 5 months ago) by tedu
Branch: MAIN
Changes since 1.133: +4 -1 lines
Diff to previous 1.133 (colored)

UFS_DIRHASH

Revision 1.133 / (download) - annotate - [select for diffs], Mon Dec 8 11:24:27 2003 UTC (20 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.132: +6 -1 lines
Diff to previous 1.132 (colored)

document DUMMY_NOPS (per Dom De Vitto on misc@);
careful crafting and ok mickey@

Revision 1.132 / (download) - annotate - [select for diffs], Thu Sep 18 09:34:45 2003 UTC (20 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.131: +3 -3 lines
Diff to previous 1.131 (colored)

new sentence, new line;

Revision 1.131 / (download) - annotate - [select for diffs], Wed Sep 17 22:32:26 2003 UTC (20 years, 8 months ago) by miod
Branch: MAIN
Changes since 1.130: +6 -5 lines
Diff to previous 1.130 (colored)

Correctly document NMBCLUSTERS value.

Revision 1.130 / (download) - annotate - [select for diffs], Fri Aug 8 09:51:53 2003 UTC (20 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.129: +3 -3 lines
Diff to previous 1.129 (colored)

refer to RFCs consistently (RFC XXXX);

Revision 1.129 / (download) - annotate - [select for diffs], Sun Jun 29 13:02:56 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.128: +2 -2 lines
Diff to previous 1.128 (colored)

tweak;
ok espie@

Revision 1.128 / (download) - annotate - [select for diffs], Sun Jun 29 10:55:52 2003 UTC (20 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.127: +9 -1 lines
Diff to previous 1.127 (colored)

Ref compat_aout

Revision 1.127 / (download) - annotate - [select for diffs], Fri Jun 6 10:29:41 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.126: +3 -3 lines
Diff to previous 1.126 (colored)

- section reorder
- some macro fixes
- kill whitespace at EOL

Revision 1.126 / (download) - annotate - [select for diffs], Tue May 20 03:13:46 2003 UTC (21 years ago) by tedu
Branch: MAIN
Changes since 1.125: +7 -1 lines
Diff to previous 1.125 (colored)

option NTFS

Revision 1.125 / (download) - annotate - [select for diffs], Fri May 16 08:55:04 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.124: +3 -3 lines
Diff to previous 1.124 (colored)

crashdump/crash-dump -> crash dump;

this fits in with the rest of our docs.

Revision 1.124 / (download) - annotate - [select for diffs], Wed May 14 22:55:06 2003 UTC (21 years ago) by tedu
Branch: MAIN
Changes since 1.123: +1 -5 lines
Diff to previous 1.123 (colored)

LONGRUN in !SMALL_KERNEL now

Revision 1.123 / (download) - annotate - [select for diffs], Wed May 14 22:08:36 2003 UTC (21 years ago) by tedu
Branch: MAIN
Changes since 1.122: +5 -1 lines
Diff to previous 1.122 (colored)

new option LONGRUN

Revision 1.122 / (download) - annotate - [select for diffs], Tue May 13 22:50:01 2003 UTC (21 years ago) by miod
Branch: MAIN
Changes since 1.121: +7 -1 lines
Diff to previous 1.121 (colored)

Document option NO_PROPOLICE.

Revision 1.121 / (download) - annotate - [select for diffs], Mon May 5 13:51:58 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.120: +12 -12 lines
Diff to previous 1.120 (colored)

corrections from Leandro Costa.

- corrections to tradenames
- updated URLs
- general typos

thanks Leandro!

Revision 1.120 / (download) - annotate - [select for diffs], Thu Apr 3 06:47:59 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.119: +2 -2 lines
Diff to previous 1.119 (colored)

HPUX, HP/UX -> HP-UX

ok mickey@

Revision 1.119 / (download) - annotate - [select for diffs], Sun Mar 30 12:14:31 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.118: +9 -7 lines
Diff to previous 1.118 (colored)

typos;

Revision 1.118 / (download) - annotate - [select for diffs], Tue Mar 18 12:53:57 2003 UTC (21 years, 2 months ago) by david
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.117: +2 -2 lines
Diff to previous 1.117 (colored)

spelling typos/errors
ok miod@ jmc@

Revision 1.117 / (download) - annotate - [select for diffs], Mon Mar 17 10:06:07 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored)

more small typos;

Revision 1.116 / (download) - annotate - [select for diffs], Mon Feb 17 22:19:30 2003 UTC (21 years, 3 months ago) by henning
Branch: MAIN
Changes since 1.115: +3 -3 lines
Diff to previous 1.115 (colored)

typos; krause

Revision 1.115 / (download) - annotate - [select for diffs], Mon Feb 17 10:10:36 2003 UTC (21 years, 3 months ago) by henning
Branch: MAIN
Changes since 1.114: +9 -39 lines
Diff to previous 1.114 (colored)

sync ALTQ part with reality. mismatch pointed out by krause.

Revision 1.114 / (download) - annotate - [select for diffs], Sat Jan 4 22:11:47 2003 UTC (21 years, 5 months ago) by miod
Branch: MAIN
Changes since 1.113: +1 -10 lines
Diff to previous 1.113 (colored)

Remove COMPAT_NOMID. It was deprecated since a long time, the man page wass
misleading, and it was never used anyways.

Revision 1.113 / (download) - annotate - [select for diffs], Mon Dec 9 11:01:02 2002 UTC (21 years, 6 months ago) by henning
Branch: MAIN
Changes since 1.112: +2 -2 lines
Diff to previous 1.112 (colored)

typo; David Krause

Revision 1.112 / (download) - annotate - [select for diffs], Sat Nov 30 15:29:41 2002 UTC (21 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.111: +8 -8 lines
Diff to previous 1.111 (colored)

dead e

Revision 1.111 / (download) - annotate - [select for diffs], Mon Nov 25 13:14:54 2002 UTC (21 years, 6 months ago) by henning
Branch: MAIN
Changes since 1.110: +4 -4 lines
Diff to previous 1.110 (colored)

altq leftovers; David Krause

Revision 1.110 / (download) - annotate - [select for diffs], Fri Nov 8 08:08:47 2002 UTC (21 years, 7 months ago) by mpech
Branch: MAIN
Changes since 1.109: +4 -3 lines
Diff to previous 1.109 (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.109 / (download) - annotate - [select for diffs], Thu Sep 26 07:55:40 2002 UTC (21 years, 8 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.108: +4 -4 lines
Diff to previous 1.108 (colored)

Incomplete section 4 mi manual page cleanup.
- make configuration lines match GENERIC files
- more Xr (hopefully usefule Xr)
- never mention intro(4) on non-physical devices (i.e. protocols), always
mention it for physical devices
- random text style and quoting fixes
- drivers ported from FreeBSD did mention rc.conf instead of hostname.if as
the place to put mediaopt
- some .Tn UNIX -> .Ox replacements
- etc, etc...

reviewd in part by deraadt@ (until he got bored of this)

Revision 1.108 / (download) - annotate - [select for diffs], Wed Sep 11 10:27:21 2002 UTC (21 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.107: +16 -1 lines
Diff to previous 1.107 (colored)

document TIMEZONE.

Revision 1.107 / (download) - annotate - [select for diffs], Sat Aug 24 17:21:44 2002 UTC (21 years, 9 months ago) by matthieu
Branch: MAIN
Changes since 1.106: +11 -4 lines
Diff to previous 1.106 (colored)

aperture driver for alpha. It works here the same as on i386
to allow access to VGA card's memory by mmapping /dev/xf86.
The macdep.allowaperture does also control /dev/pci access.
Ok miod@, deraadt@

Revision 1.106 / (download) - annotate - [select for diffs], Fri Jul 12 21:44:48 2002 UTC (21 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.105: +11 -1 lines
Diff to previous 1.105 (colored)

pciagp option description

Revision 1.105 / (download) - annotate - [select for diffs], Wed Jul 10 18:30:22 2002 UTC (21 years, 11 months ago) by danh
Branch: MAIN
Changes since 1.104: +1 -6 lines
Diff to previous 1.104 (colored)

remove option NTP

ok nordin@, fgsch@

Revision 1.104 / (download) - annotate - [select for diffs], Sun Jun 30 21:45:25 2002 UTC (21 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.103: +4 -4 lines
Diff to previous 1.103 (colored)

Xr cleanup; seb@todesplanet.de

Revision 1.103 / (download) - annotate - [select for diffs], Mon Jun 17 23:13:02 2002 UTC (21 years, 11 months ago) by matthieu
Branch: MAIN
Changes since 1.102: +1 -3 lines
Diff to previous 1.102 (colored)

option XSERVER was only needed for pccons console driver, which
has been obsoleted.
ok millert@, miod@ and deraadt@.

Revision 1.102 / (download) - annotate - [select for diffs], Mon May 27 23:39:12 2002 UTC (22 years ago) by tdeval
Branch: MAIN
Changes since 1.101: +3 -3 lines
Diff to previous 1.101 (colored)

Better sentence

Revision 1.101 / (download) - annotate - [select for diffs], Thu May 23 21:11:48 2002 UTC (22 years ago) by drahn
Branch: MAIN
Changes since 1.100: +6 -1 lines
Diff to previous 1.100 (colored)

Document option UFS_EXTATTR_AUTOSTART. ok miod@

Revision 1.100 / (download) - annotate - [select for diffs], Thu May 16 14:13:44 2002 UTC (22 years ago) by kjc
Branch: MAIN
Changes since 1.99: +10 -1 lines
Diff to previous 1.99 (colored)

add an entry for TCP_ECN.

Revision 1.99 / (download) - annotate - [select for diffs], Tue May 7 08:15:53 2002 UTC (22 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.98: +3 -4 lines
Diff to previous 1.98 (colored)

Correct COMPAT_ULTRIX description.

Revision 1.98 / (download) - annotate - [select for diffs], Fri May 3 15:49:16 2002 UTC (22 years, 1 month ago) by brad
Branch: MAIN
Changes since 1.97: +10 -8 lines
Diff to previous 1.97 (colored)

a few fix ups based on patch from PR 2539.
--
Ok'd by: millert@

Revision 1.97 / (download) - annotate - [select for diffs], Sun Apr 7 19:29:55 2002 UTC (22 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored)

SCSITERSE saves 8KB, not 8 bytes.

Revision 1.96 / (download) - annotate - [select for diffs], Sun Apr 7 00:03:29 2002 UTC (22 years, 2 months ago) by tdeval
Branch: MAIN
Changes since 1.95: +14 -1 lines
Diff to previous 1.95 (colored)

Clarify RAIDframe kernel options(4)
Closes PR#2523 (thanks Dries Schellekens)
  ok miod@

Revision 1.95 / (download) - annotate - [select for diffs], Mon Mar 18 08:47:42 2002 UTC (22 years, 2 months ago) by miod
Branch: MAIN
Changes since 1.94: +8 -1 lines
Diff to previous 1.94 (colored)

Document option PTRACE; from Brian J. Kifiak, thanks!

Revision 1.94 / (download) - annotate - [select for diffs], Fri Feb 22 21:13:18 2002 UTC (22 years, 3 months ago) by drahn
Branch: MAIN
Changes since 1.93: +3 -1 lines
Diff to previous 1.93 (colored)

Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@

Revision 1.93 / (download) - annotate - [select for diffs], Thu Feb 14 22:57:46 2002 UTC (22 years, 3 months ago) by art
Branch: MAIN
Changes since 1.92: +1 -9 lines
Diff to previous 1.92 (colored)

The RFORK_FDSHARE option is going away. It's default and safe now.

Revision 1.92 / (download) - annotate - [select for diffs], Fri Dec 7 02:35:06 2001 UTC (22 years, 6 months ago) by kjc
Branch: MAIN
Changes since 1.91: +8 -15 lines
Diff to previous 1.91 (colored)

remove ALTQ_CBQ and ALTQ_RED.  these are enabled by default in OpenBSD.
suggested by mpech@, ok deraadt@

Revision 1.91 / (download) - annotate - [select for diffs], Wed Dec 5 02:09:21 2001 UTC (22 years, 6 months ago) by provos
Branch: MAIN
Changes since 1.90: +20 -7 lines
Diff to previous 1.90 (colored)

document new options; from netbsd.

Revision 1.90 / (download) - annotate - [select for diffs], Thu Nov 29 11:28:17 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
Changes since 1.89: +3 -3 lines
Diff to previous 1.89 (colored)

o) RFORK_FDSHARE is option; Spotted by grange@grange.ru;
o) xntpd -> ntpd;

millert@ ok

Revision 1.89 / (download) - annotate - [select for diffs], Mon Nov 19 19:11:45 2001 UTC (22 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored)

more then -> more than

Revision 1.88 / (download) - annotate - [select for diffs], Tue Nov 13 13:54:25 2001 UTC (22 years, 6 months ago) by mpech
Branch: MAIN
Changes since 1.87: +4 -5 lines
Diff to previous 1.87 (colored)

o) Fix bogus .Xr usage;
o) CAVEAT -> CAVEATS;
o) AUTHOR -> AUTHORS;
o) Start new sentence on a new line;
o) For URL and path names use .Pa;
o) We don't like .Pp before .Rs;
o) Don't use .Pp before/after .Sh;
o) OpenBSD -> .Ox;

millert@ ok and help;

Revision 1.87 / (download) - annotate - [select for diffs], Tue Nov 6 03:20:34 2001 UTC (22 years, 7 months ago) by pvalchev
Branch: MAIN
Changes since 1.86: +8 -1 lines
Diff to previous 1.86 (colored)

Add option XFS. ok art, millert

Revision 1.86 / (download) - annotate - [select for diffs], Sun Nov 4 01:27:58 2001 UTC (22 years, 7 months ago) by pvalchev
Branch: MAIN
Changes since 1.85: +4 -4 lines
Diff to previous 1.85 (colored)

wording; ok art

Revision 1.85 / (download) - annotate - [select for diffs], Sun Oct 14 14:39:03 2001 UTC (22 years, 7 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.84: +9 -1 lines
Diff to previous 1.84 (colored)

Disable fd sharing for this release. Sorry.
deraadt@ ok.

Revision 1.84 / (download) - annotate - [select for diffs], Fri Oct 5 14:45:53 2001 UTC (22 years, 8 months ago) by mpech
Branch: MAIN
Changes since 1.83: +45 -38 lines
Diff to previous 1.83 (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.83 / (download) - annotate - [select for diffs], Thu Oct 4 10:28:20 2001 UTC (22 years, 8 months ago) by wilfried
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

e.g. and i.e. cleanup

Revision 1.82 / (download) - annotate - [select for diffs], Fri Aug 24 11:16:17 2001 UTC (22 years, 9 months ago) by hugh
Branch: MAIN
Changes since 1.81: +4 -4 lines
Diff to previous 1.81 (colored)

Cross reference kgdb(7) and generally reword so as to clarify that
a bsd.gdb may be useful for more than debugging coredumps.

Revision 1.81 / (download) - annotate - [select for diffs], Sun Aug 12 19:35:36 2001 UTC (22 years, 9 months ago) by heko
Branch: MAIN
Changes since 1.80: +1 -1 lines
Diff to previous 1.80 (colored)

SEMMNS *can* be greater than SEMMNI. (sheesh..)
I must have been seriously missing coffee when I wrote that.
No-one ever approved this either, I messed up patches.
millert@ ok backing this out

Revision 1.80 / (download) - annotate - [select for diffs], Sat Aug 11 23:47:19 2001 UTC (22 years, 10 months ago) by heko
Branch: MAIN
Changes since 1.79: +0 -19 lines
Diff to previous 1.79 (colored)

Remove NVNODE from options(4) because there's no point in using
it instead of sysctl(8) kern.maxvnodes.
ok art@

Revision 1.79 / (download) - annotate - [select for diffs], Wed Aug 8 15:49:41 2001 UTC (22 years, 10 months ago) by heko
Branch: MAIN
Changes since 1.78: +6 -2 lines
Diff to previous 1.78 (colored)

Reference altq(9) in addition to altqd(8) in options(4) because
it's a great manual page. :-)

ok millert@

Revision 1.78 / (download) - annotate - [select for diffs], Wed Aug 8 15:21:20 2001 UTC (22 years, 10 months ago) by jjbg
Branch: MAIN
Changes since 1.77: +1 -7 lines
Diff to previous 1.77 (colored)

remove IPCOMP. deraadt@ ok.

Revision 1.77 / (download) - annotate - [select for diffs], Wed Aug 8 10:46:22 2001 UTC (22 years, 10 months ago) by heko
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76 (colored)

The kernel message for reaching the mclpool limit has
changed; make options(4) reflect this change.

ok miod@, art@

Revision 1.76 / (download) - annotate - [select for diffs], Tue Aug 7 18:58:42 2001 UTC (22 years, 10 months ago) by heko
Branch: MAIN
Changes since 1.75: +18 -0 lines
Diff to previous 1.75 (colored)

Document SEMMNI and SEMMNS kernel options as they are
referenced in the postgresql port README file. Also
document the SEMUME and SEMMNU options (suggested
by millert@).

Ok millert@, peter@

Revision 1.75 / (download) - annotate - [select for diffs], Tue Aug 7 14:19:44 2001 UTC (22 years, 10 months ago) by heko
Branch: MAIN
Changes since 1.74: +9 -1 lines
Diff to previous 1.74 (colored)

Document ADOSFS kernel option. Note caveat: only amiga FFS
is supported.

jj@ ok

Revision 1.74 / (download) - annotate - [select for diffs], Mon Aug 6 21:45:02 2001 UTC (22 years, 10 months ago) by miod
Branch: MAIN
Changes since 1.73: +1 -16 lines
Diff to previous 1.73 (colored)

MACHINE_CONTIG doesn't exist anymore, nor do RAM_DISK_* ...

Revision 1.73 / (download) - annotate - [select for diffs], Sat Jul 28 23:25:49 2001 UTC (22 years, 10 months ago) by art
Branch: MAIN
Changes since 1.72: +1 -19 lines
Diff to previous 1.72 (colored)

SWAPPAGER and DEVPAGER are dead.

Revision 1.72 / (download) - annotate - [select for diffs], Thu Jul 12 12:17:38 2001 UTC (22 years, 11 months ago) by kjc
Branch: MAIN
Changes since 1.71: +65 -1 lines
Diff to previous 1.71 (colored)

add ALTQ related options.

Revision 1.71 / (download) - annotate - [select for diffs], Fri Jul 6 09:02:54 2001 UTC (22 years, 11 months ago) by jjbg
Branch: MAIN
Changes since 1.70: +7 -1 lines
Diff to previous 1.70 (colored)

option IPCOMP. markus@ ok.

Revision 1.70 / (download) - annotate - [select for diffs], Tue Jun 26 02:09:09 2001 UTC (22 years, 11 months ago) by pjanzen
Branch: MAIN
Changes since 1.69: +10 -8 lines
Diff to previous 1.69 (colored)

formatting nits, grammar, and trailing whitespace

Revision 1.69 / (download) - annotate - [select for diffs], Mon Jun 25 23:18:12 2001 UTC (22 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.68: +3 -1 lines
Diff to previous 1.68 (colored)

MACOBIOVERBOSE note

Revision 1.68 / (download) - annotate - [select for diffs], Sat Jun 23 15:37:39 2001 UTC (22 years, 11 months ago) by matthieu
Branch: MAIN
Changes since 1.67: +12 -1 lines
Diff to previous 1.67 (colored)

document USER_PCICONF in options(4) and xref it in pci(4)

Revision 1.67 / (download) - annotate - [select for diffs], Wed May 30 02:14:03 2001 UTC (23 years ago) by deraadt
Branch: MAIN
Changes since 1.66: +1 -14 lines
Diff to previous 1.66 (colored)

Remove ipf.  Darren Reed has interpreted his (old, new, whichever)
licence in a way that makes ipf not free according to the rules we
established over 5 years ago, at www.openbsd.org/goals.html (and those
same basic rules govern the other *BSD projects too).  Specifically,
Darren says that modified versions are not permitted.  But software
which OpenBSD uses and redistributes must be free to all (be they
people or companies), for any purpose they wish to use it, including
modification, use, peeing on, or even integration into baby mulching
machines or atomic bombs to be dropped on Australia.  Furthermore, we
know of a number of companies using ipf with modification like us, who
are now in the same situation, and we hope that some of them will work
with us to fill this gap that now exists in OpenBSD (temporarily, we
hope).

Revision 1.66 / (download) - annotate - [select for diffs], Wed May 30 01:11:22 2001 UTC (23 years ago) by millert
Branch: MAIN
Changes since 1.65: +1 -4 lines
Diff to previous 1.65 (colored)

pcvt go bye bye

Revision 1.65 / (download) - annotate - [select for diffs], Thu May 17 17:50:56 2001 UTC (23 years ago) by millert
Branch: MAIN
Changes since 1.64: +33 -3 lines
Diff to previous 1.64 (colored)

Add COMPAT_23 and COMPAT_25.  Also mention COMPAT_NETBSD (which
should really has its own compat_netbsd(8) but does not).

Revision 1.64 / (download) - annotate - [select for diffs], Wed May 16 11:35:46 2001 UTC (23 years ago) by art
Branch: MAIN
Changes since 1.63: +4 -1 lines
Diff to previous 1.63 (colored)

document SMALL_KERNEL.

Revision 1.63 / (download) - annotate - [select for diffs], Thu Apr 5 04:01:56 2001 UTC (23 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.62: +4 -5 lines
Diff to previous 1.62 (colored)

Updates and corrections from gluk@ after recent softupdates changes.

Revision 1.62 / (download) - annotate - [select for diffs], Tue Mar 6 19:56:50 2001 UTC (23 years, 3 months ago) by brad
Branch: MAIN
Changes since 1.61: +4 -2 lines
Diff to previous 1.61 (colored)

first sweep ...
OpenBSD -> .Ox
NetBSD -> .Nx
FreeBSD -> .Fx
--
Ok'd by aaron@

Revision 1.61 / (download) - annotate - [select for diffs], Thu Mar 1 16:11:18 2001 UTC (23 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was
frozen at that time.

Revision 1.60 / (download) - annotate - [select for diffs], Wed Feb 7 11:54:49 2001 UTC (23 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.59: +7 -1 lines
Diff to previous 1.59 (colored)

mention ND6_DEBUG

Revision 1.59 / (download) - annotate - [select for diffs], Fri Jan 5 03:09:08 2001 UTC (23 years, 5 months ago) by dugsong
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

typo - SHMPAXPGS -> SHMMAXPGS

Revision 1.58 / (download) - annotate - [select for diffs], Thu Dec 14 05:07:53 2000 UTC (23 years, 5 months ago) by angelos
Branch: MAIN
Changes since 1.57: +8 -1 lines
Diff to previous 1.57 (colored)

Add option CRYPTO.

Revision 1.57 / (download) - annotate - [select for diffs], Tue Dec 5 10:19:38 2000 UTC (23 years, 6 months ago) by angelos
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Correct path of sysctl variable, reported by willey@serasystems.com

Revision 1.56 / (download) - annotate - [select for diffs], Mon Nov 20 08:00:01 2000 UTC (23 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.55: +3 -5 lines
Diff to previous 1.55 (colored)

various Xr fixes; nordin@cse.ogi.edu

Revision 1.55 / (download) - annotate - [select for diffs], Sun Oct 22 15:00:11 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.54: +1 -4 lines
Diff to previous 1.54 (colored)

makeoptions DEBUG does not imply -DDEBUG; noticed by gluk@ptci.ru.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Jul 6 23:58:25 2000 UTC (23 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.53: +290 -181 lines
Diff to previous 1.53 (colored)

- Flesh this man page out substantially.
- Move full description of Soft Updates under the FFS_SOFTUPDATES option.

Revision 1.53 / (download) - annotate - [select for diffs], Thu May 25 16:58:25 2000 UTC (24 years ago) by aaron
Branch: MAIN
Changes since 1.52: +4 -1 lines
Diff to previous 1.52 (colored)

Document option BUFCACHEPERCENT; sh00p@netunlimited.net

Revision 1.52 / (download) - annotate - [select for diffs], Fri May 19 21:49:11 2000 UTC (24 years ago) by fgsch
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

NFS->NFSCLIENT

Revision 1.51 / (download) - annotate - [select for diffs], Fri May 19 17:01:41 2000 UTC (24 years ago) by mickey
Branch: MAIN
Changes since 1.50: +1 -3 lines
Diff to previous 1.50 (colored)

nfsiod bye bye

Revision 1.50 / (download) - annotate - [select for diffs], Mon Apr 3 21:19:37 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Remove trailing whitespace.

Revision 1.49 / (download) - annotate - [select for diffs], Mon Mar 6 21:46:57 2000 UTC (24 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored)

Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Mar 2 13:44:33 2000 UTC (24 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Spelling; jj@dynarc.se

Revision 1.47 / (download) - annotate - [select for diffs], Thu Mar 2 10:50:28 2000 UTC (24 years, 3 months ago) by art
Branch: MAIN
Changes since 1.46: +4 -1 lines
Diff to previous 1.46 (colored)

Add an option DDB_SAFE_CONSOLE that defaults db_console to 1.
In many cases, setting db_console in /etc/rc is too late.

Revision 1.46 / (download) - annotate - [select for diffs], Thu Feb 24 16:09:14 2000 UTC (24 years, 3 months ago) by chris
Branch: MAIN
Changes since 1.45: +2 -3 lines
Diff to previous 1.45 (colored)

Remove MFS lies!

Revision 1.45 / (download) - annotate - [select for diffs], Thu Jan 6 05:35:07 2000 UTC (24 years, 5 months ago) by itojun
Branch: MAIN
Changes since 1.44: +15 -1 lines
Diff to previous 1.44 (colored)

add INET6.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Jan 3 19:06:56 2000 UTC (24 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.43: +1 -17 lines
Diff to previous 1.43 (colored)

cannot really adjust MCLSHIFT

Revision 1.43 / (download) - annotate - [select for diffs], Fri Dec 31 19:36:12 1999 UTC (24 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored)

grammar; binkertn@umich.edu

Revision 1.42 / (download) - annotate - [select for diffs], Thu Dec 30 19:04:28 1999 UTC (24 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.41: +13 -1 lines
Diff to previous 1.41 (colored)

document UVM_SWAP_ENCRYPT

Revision 1.41 / (download) - annotate - [select for diffs], Tue Dec 21 17:57:09 1999 UTC (24 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.40: +6 -12 lines
Diff to previous 1.40 (colored)

no TCP_NEWRENO anymore

Revision 1.40 / (download) - annotate - [select for diffs], Tue Oct 5 19:41:27 1999 UTC (24 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.39: +1 -6 lines
Diff to previous 1.39 (colored)

Trash an experimental option, for now.

Revision 1.39 / (download) - annotate - [select for diffs], Tue Oct 5 19:37:09 1999 UTC (24 years, 8 months ago) by aaron
Branch: MAIN
Changes since 1.38: +30 -5 lines
Diff to previous 1.38 (colored)

more

Revision 1.38 / (download) - annotate - [select for diffs], Fri Jul 30 15:44:29 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

option -> options; deichert@wrench.com

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jul 9 13:35:47 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.36: +25 -25 lines
Diff to previous 1.36 (colored)

- remove all trailing whitespace
     * except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
  working on some scripts for fixing formatting errors in mdoc'd man pages

Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...

Revision 1.36 / (download) - annotate - [select for diffs], Wed Jul 7 10:50:10 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Jul 6 22:19:39 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.34: +6 -1 lines
Diff to previous 1.34 (colored)

document TCP_SIGNATURE; cmetz@

Revision 1.34 / (download) - annotate - [select for diffs], Fri Jun 11 19:51:55 1999 UTC (25 years ago) by pattonme
Branch: MAIN
Changes since 1.33: +10 -26 lines
Diff to previous 1.33 (colored)

removed TCPCOOKIE support. small edit to ip-filter sections. removed reference
to pfil(9) which was rather obsolete.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jun 5 04:16:06 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.32: +4 -4 lines
Diff to previous 1.32 (colored)

capitalize the acronym ID

Revision 1.32 / (download) - annotate - [select for diffs], Tue May 25 02:24:51 1999 UTC (25 years ago) by provos
Branch: MAIN
Changes since 1.31: +6 -1 lines
Diff to previous 1.31 (colored)

also explain about makeoptions PROF="-pg".

Revision 1.31 / (download) - annotate - [select for diffs], Tue May 25 02:04:02 1999 UTC (25 years ago) by provos
Branch: MAIN
Changes since 1.30: +4 -1 lines
Diff to previous 1.30 (colored)

explain about option GPROF.

Revision 1.30 / (download) - annotate - [select for diffs], Sun May 16 19:56:33 1999 UTC (25 years ago) by alex
Branch: MAIN
Changes since 1.29: +4 -4 lines
Diff to previous 1.29 (colored)

Cleanup xrefs under SEE ALSO.  Specifically:

  - Sort xrefs by section, and then alphabetically.
  - Add missing commas between xref items.
  - Remove commas from the last xref entry.
  - Remove duplicate entries.

Revision 1.29 / (download) - annotate - [select for diffs], Wed May 12 13:26:50 1999 UTC (25 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly

i.e., fully-qualified, newly-created, globally-visible, etc. are wrong

Revision 1.28 / (download) - annotate - [select for diffs], Mon Mar 15 15:38:16 1999 UTC (25 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.27: +5 -1 lines
Diff to previous 1.27 (colored)

mention option KEY; nash@mcs.net

Revision 1.27 / (download) - annotate - [select for diffs], Thu Mar 11 01:35:04 1999 UTC (25 years, 3 months ago) by pjanzen
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

fix more comma splices that involve misuse of conjunctive adverbs

Revision 1.26 / (download) - annotate - [select for diffs], Sun Nov 29 20:43:31 1998 UTC (25 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

spelling

Revision 1.25 / (download) - annotate - [select for diffs], Sun Nov 29 14:12:14 1998 UTC (25 years, 6 months ago) by angelos
Branch: MAIN
Changes since 1.24: +12 -1 lines
Diff to previous 1.24 (colored)

Document the TCPCOOKIE option.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Nov 17 23:10:13 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.23: +43 -40 lines
Diff to previous 1.23 (colored)

cleanup, explain that gdb's -k flag is obsolete

Revision 1.23 / (download) - annotate - [select for diffs], Tue Nov 17 19:56:19 1998 UTC (25 years, 6 months ago) by provos
Branch: MAIN
Changes since 1.22: +27 -1 lines
Diff to previous 1.22 (colored)

describe options TCP_NEWRENO, TCP_SACK and TCP_FACK.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Oct 30 03:39:16 1998 UTC (25 years, 7 months ago) by provos
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

correct typo in section about IPSEC debuging.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Sep 22 12:46:05 1998 UTC (25 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Typo

Revision 1.20 / (download) - annotate - [select for diffs], Thu Sep 17 20:39:38 1998 UTC (25 years, 8 months ago) by marc
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

oops. fix typo NO_AMPPRINT -> APM_NOPRINT

Revision 1.19 / (download) - annotate - [select for diffs], Thu Sep 17 20:33:54 1998 UTC (25 years, 8 months ago) by marc
Branch: MAIN
Changes since 1.18: +15 -2 lines
Diff to previous 1.18 (colored)

doc new NO_APMPRINT option

Revision 1.18 / (download) - annotate - [select for diffs], Sun Sep 6 22:23:19 1998 UTC (25 years, 9 months ago) by aaron
Branch: MAIN
Changes since 1.17: +12 -12 lines
Diff to previous 1.17 (colored)

More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jul 24 00:43:52 1998 UTC (25 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)


Man pages Xrefs.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jul 13 00:23:12 1998 UTC (25 years, 11 months ago) by marc
Branch: MAIN
Changes since 1.15: +11 -1 lines
Diff to previous 1.15 (colored)

add note about COMPAT_BSDOS

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jul 3 14:49:43 1998 UTC (25 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.14: +5 -2 lines
Diff to previous 1.14 (colored)

NTP

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jun 29 06:57:01 1998 UTC (25 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 (colored)

Make the "option APERTURE language" a bit more accurate. Add reference
to options(4) in xf86(4).

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 29 06:51:06 1998 UTC (25 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Add reference to X (1)

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jun 29 06:45:06 1998 UTC (25 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.11: +16 -18 lines
Diff to previous 1.11 (colored)

Cleanup all "you" references.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 29 06:38:15 1998 UTC (25 years, 11 months ago) by angelos
Branch: MAIN
Changes since 1.10: +104 -83 lines
Diff to previous 1.10 (colored)

Spacing, language, more options (PCIVERBOSE, XSERVER, APERTURE, IPSEC,
ENCDEBUG).

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 15 17:56:02 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.9: +12 -6 lines
Diff to previous 1.9 (colored)

use Bx macro for BSD versions

Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 16 23:28:09 1998 UTC (26 years, 2 months ago) by gene
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.8: +42 -33 lines
Diff to previous 1.8 (colored)

Next step of updating all the descriptions as they
stand in this page.  The hard part is to come hwere options are
added and deprecated and we reorganize.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 16 07:44:52 1998 UTC (26 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +88 -93 lines
Diff to previous 1.7 (colored)

cleanup more

Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 16 03:57:51 1998 UTC (26 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.6: +7 -2 lines
Diff to previous 1.6 (colored)

Add FFS_SOFTUPDATES and change an occurrence of NFS to NFS_CLIENT.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 16 01:26:00 1998 UTC (26 years, 2 months ago) by gene
Branch: MAIN
Changes since 1.5: +12 -12 lines
Diff to previous 1.5 (colored)

First pass at updates: just spelling corrections and obvious grammar.
Real meat to come.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 22 05:13:23 1997 UTC (26 years, 8 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.4: +8 -1 lines
Diff to previous 1.4 (colored)

document SCSITERSE and SCSIDEBUG

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 18 15:48:09 1997 UTC (26 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +1 -85 lines
Diff to previous 1.3 (colored)

splat

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 18 03:16:09 1997 UTC (26 years, 9 months ago) by downsj
Branch: MAIN
Changes since 1.2: +21 -56 lines
Diff to previous 1.2 (colored)

More changes, still not right...  Should probably just be rewritten from
scratch.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 18 01:52:51 1997 UTC (26 years, 9 months ago) by mickey
Branch: MAIN
Changes since 1.1: +19 -102 lines
Diff to previous 1.1 (colored)

more cleanup w/ jason

Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 18 01:27:54 1997 UTC (26 years, 9 months ago) by mickey
Branch: MAIN

add manual on kernel options, from netbsd, changed a bit ...
need more work, ppl look!

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.