Commit Graph

6283 Commits

Author SHA1 Message Date
uwe c18a5386dc Typo in comment. 2003-02-22 04:46:08 +00:00
jhawk 1d79603c81 Use $diff_options when running diff in /etc/security.
Default diff_options to -u, for unified-format context diffs,
because context is essential to a useful evaluation of differences.
This represents a behavior change.

Implements change-request PR security/17247 from
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.
2003-02-21 22:47:51 +00:00
jhawk 3b390ffb5f Suppress emailing the daily security report if it is empty, unless
send_empty_security=YES. Implements change-request PR security/17249
from Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.
2003-02-21 22:35:46 +00:00
atatat df0a9badc6 Introduce "top down" memory management for mmap()ed allocations. This
means that the dynamic linker gets mapped in at the top of available
user virtual memory (typically just below the stack), shared libraries
get mapped downwards from that point, and calls to mmap() that don't
specify a preferred address will get mapped in below those.

This means that the heap and the mmap()ed allocations will grow
towards each other, allowing one or the other to grow larger than
before.  Previously, the heap was limited to MAXDSIZ by the placement
of the dynamic linker (and the process's rlimits) and the space
available to mmap was hobbled by this reservation.

This is currently only enabled via an *option* for the i386 platform
(though other platforms are expected to follow).  Add "options
USE_TOPDOWN_VM" to your kernel config file, rerun config, and rebuild
your kernel to take advantage of this.

Note that the pmap_prefer() interface has not yet been modified to
play nicely with this, so those platforms require a bit more work
(most notably the sparc) before they can use this new memory
arrangement.

This change also introduces a VM_DEFAULT_ADDRESS() macro that picks
the appropriate default address based on the size of the allocation or
the size of the process's text segment accordingly.  Several drivers
and the SYSV SHM address assignment were changed to use this instead
of each one picking their own "default".
2003-02-20 22:16:05 +00:00
matt f65e1190f5 When making a LKM for powerpc, add function trampolines to undefined
functions.  This makes LKMs functional for powerpc.
2003-02-19 19:03:41 +00:00
drochner f7320016a9 add copyright notice 2003-02-19 10:48:00 +00:00
bjh21 97bd403086 Add a copyright notice for me, too. 2003-02-19 00:36:24 +00:00
drochner 2b294580b8 add copyright notices 2003-02-17 20:07:06 +00:00
simonb 1fba8c7990 Add ROA (Roanoke, VA). 2003-02-17 12:19:27 +00:00
wiz fc2b9a57fc Add setuid(7), from Henry Spencer, converted to mdoc by me.
XXX: Improvements are welcome, in parts a bit out of date.
2003-02-17 10:30:34 +00:00
wiz 60dacdf710 Fix some typos reported by Hiten Pandya in PR 20366. 2003-02-16 16:06:19 +00:00
augustss 6a7347f080 Add uax(4) man page. 2003-02-16 14:10:39 +00:00
grant 7dc9239d40 The correct capitalisation of 'NetBSD.org' is (you
guessed it) 'NetBSD.org'.

some mdoc fixes.
2003-02-14 15:20:17 +00:00
sommerfeld 0e75a48f8a Add TNF copyright notice accidentally omitted from initial commit. 2003-02-14 14:52:29 +00:00
perry 996ded7b6d Note that cngetc returns 0 if there is no console input device. 2003-02-14 01:05:22 +00:00
jmc 1ed82b5b2c Add a synonym for trace - 'bt' and document it 2003-02-13 23:50:33 +00:00
jhawk a296dc308f Document check_mtree_follow_symlinks. 2003-02-13 02:42:37 +00:00
jhawk e6eebcadf1 Document check_passwd_nowarn_shells, check_passwd_nowarn_users, and
check_passwd_permit_star; really the HISTORY section is kind of long in
the tooth.
2003-02-13 02:12:07 +00:00
wiz caeedd08a7 New sentence, new line; use .Ev to mark up environment variables;
use .Dq for double-quoted words; drop trailing white space.
2003-02-12 18:48:14 +00:00
wiz 23eb5cf15d New sentence, new line. Document it as policy.
[Compare the output of this man page before and after this change to see the
effects.]
2003-02-12 18:37:15 +00:00
gmcgarry 53034721e6 Some NLS discussion. 2003-02-12 02:42:44 +00:00
wiz e835b21fe1 Quote minus. 2003-02-11 14:58:12 +00:00
tron d919d0ef65 Synchronize documentation of MSS clamping feature with what's available
under "http://www.netbsd.org/Documentation/network/pppoe/".
2003-02-11 08:18:35 +00:00
thorpej 4c275f2081 Improve the wording regarding the relationship between bus_dmamap_sync()
and memory barriers.
2003-02-11 07:02:26 +00:00
wiz b810a5c518 Bump date for kern.dump_on_panic addition. 2003-02-10 15:30:52 +00:00
grant 6914344087 new sentence, new line. add Xr to installboot(8). 2003-02-10 13:36:00 +00:00
drochner 25d3c2e03b remove leftover pre-UVM manpages 2003-02-10 13:08:00 +00:00
atatat a8481319cb Add a kern.dump_on_panic sysctl variable (and documentation, and a
kernel config option) that controls whether the kernel dumps to the
dump device on panic.  Dumps can still be forced via the ``sync''
command from ddb.  Defaults to ``on''.
2003-02-10 00:35:15 +00:00
wiz b2b00a0b31 Fix last. 2003-02-09 15:19:14 +00:00
tron c289ed4650 Remove obsolete comments. 2003-02-09 15:15:38 +00:00
tron 21fedc54a1 Fix typo in comment. 2003-02-09 15:14:45 +00:00
wiz d7a98f6604 Fix name, typo in a comment, and use .Fx and .Nx instead of FreeBSD and NetBSD. 2003-02-09 14:33:34 +00:00
wiz 56481e1f16 regen (+wskbd, hi thomas!). 2003-02-09 14:30:57 +00:00
tron 1677386f89 Correct typo in an e-mail address. 2003-02-09 10:06:16 +00:00
tron c9fe87550b Add manual page for Broadcom BCM570x family Gigabit Ethernet driver. 2003-02-09 09:56:49 +00:00
rafal d08b4f2d41 Once again fix the `pk' entry in iris-ansi (it appears to have been fixed
once in response to PR misc/3250 a while back and then re-appeared in the
broken form again!), and add `@8' and `k9' entries to irix-ansi-ap.

Fix prompted by Thomas Dickey, who originally spotted the issue in the
stripped-down termcap used by the sgimips install media.

PR: misc/17620.
2003-02-06 04:25:03 +00:00
mason 49c1f750ff IMAO == 'In my arrogant opinion.' 2003-02-05 20:11:04 +00:00
briggs fbbeb504a9 Update example to match current code. 2003-02-05 03:00:39 +00:00
perry 1f4ad37fe3 "Utilize" has exactly the same meaning as "use," but it is more
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-05 00:02:24 +00:00
perry b8c616269f utilizing->particular 2003-02-04 23:47:52 +00:00
perry 43e0efbdeb "Utilize" has exactly the same meaning as "use," but it is more
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-04 22:38:15 +00:00
wiz f25847f8ef Fix two grammar errors reported by Damon Brodie in PR 20192. 2003-02-04 21:56:34 +00:00
thorpej d14fe20bec Oops, forgot to remove links for callout_active and callout_deactivate. 2003-02-04 16:22:47 +00:00
thorpej c6d7641749 Update for new callout(9) implemenatation. 2003-02-04 01:22:36 +00:00
jmmv bb8f35d1fa Remove references to the pccons(4) manpage (which does not exist), using
the pccons word by itself.
Rename *_KEYBOARD options to be *_KBD, as the former are not recognized in
the kernel.
Add missing wscons(4) reference in SEE ALSO, as suggested by kleink.
2003-02-02 22:53:57 +00:00
jdc 8f396eb979 Add termcap entry for window(1).
Fixes PR 20111 (from Richard Rauch).
2003-02-02 17:34:19 +00:00
wiz 6c3d6d7f8f Typo fix. 2003-02-01 12:52:49 +00:00
jdolecek 16ebe50674 slightly adjust to clarify handling of zero time (tv_sec == tv_usec == 0)
- itimerfix() leaves the time as zero in this case, doesn't adjust to one tick

also use 'one tick' rather than mere 'tick' in first paragraph
2003-02-01 10:43:20 +00:00
thorpej 09d0041ce2 Update for extensibe malloc types. 2003-02-01 06:27:23 +00:00
mjl 153fa7e195 Remove "freen" and "freend", the first is no word, the second archaic
for friend -- both probably a typo in the first import.
Also "corelate" is preferred as "correlate" nowadays.
2003-01-29 12:46:22 +00:00