brian
2d4ab797ed
Consider PROTO_IPV6 as compressible by CCP.
...
Spotted by: Nick Sayer <nsayer@quack.kfu.com>
2001-12-09 01:29:12 +00:00
des
6dec2d1dfe
Pull in more stuff from procfs now that it's been pseudofsized.
2001-12-09 00:38:59 +00:00
des
2a99d8ecba
Fix various bugs in the debugging code and reenable it.
2001-12-09 00:35:30 +00:00
des
b2e2ac1d06
Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__.
2001-12-09 00:28:12 +00:00
des
61cf8e0723
p_trespass() has been dead for over a year.
2001-12-08 23:56:37 +00:00
alfred
8b52554b3a
Replace %i formatting characters with %d since printf(9) doesn't support %i.
...
Someone forgot the long flamefest I lost to add %i to kernel printf.
2001-12-08 23:46:38 +00:00
des
21823ec3f8
Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the target process,
...
not the calling process. While we're here, also unstaticize procfs_doprocfile() and
procfs_docurproc() so linprocfs can call them directly instead of duplicating them.
Submitted by: Dominic Mitchell <dom@semantico.com>
2001-12-08 22:34:14 +00:00
jkh
8496a60c31
Don't assume that the number of fds to select on is known quantity (in
...
this case 16). Use dynamic FD_SETs and calculated high-water marks
throughout.
Obtained from: OpenBSD and Apple's Radar database
MFC after: 2 days
2001-12-08 21:51:34 +00:00
mike
d43f783040
Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.
...
PR: 30676
2001-12-08 21:22:42 +00:00
dillon
6e9238ff3f
The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which is
...
bogus. The calculation has been adjusted to use units of kilobytes.
Noticed by: Chad David <davidc@acns.ab.ca>
MFC after: 1 week
2001-12-08 20:37:08 +00:00
ru
7d7100de9d
Start using .St macro for POSIX.1-2001.
2001-12-08 19:06:23 +00:00
ru
b049e9eff8
December 6th -- the IEEE Standards Board approves the Austin Group
...
Specification as IEEE Std 1003.1-2001. Yay!
2001-12-08 19:02:36 +00:00
ru
8a5a2b0893
mdoc(7) police: fix markup, sort xrefs, grammar nit.
2001-12-08 18:15:29 +00:00
ru
92d4480418
mdoc(7) police:
...
- kill empty lines
- kill whitespace at EOL
- kill hard sentence breaks
- fix document date
- fix markup
- sort xrefs
- first appeared in 5.0, not 4.4
2001-12-08 18:07:29 +00:00
ru
ae0b599cf9
mdoc(7) police: Style style(9).
2001-12-08 17:48:18 +00:00
ru
0fc2bbdd69
mdoc(7) police:
...
- bump document date
- add -n to SYNOPSIS
- remove whitespace at EOL
- remove hard sentence break
- be a bit verbose about "vcd" operation
2001-12-08 16:58:48 +00:00
ru
0b7a68fdf8
mdoc(7) police: sort xrefs.
2001-12-08 16:43:24 +00:00
ru
21799bad6c
mdoc(7) police: bump document date, fix markup.
2001-12-08 16:40:19 +00:00
ru
fe50e52a4a
mdoc(7) police: sort xrefs.
2001-12-08 16:28:20 +00:00
ru
d991472c31
mdoc(7) police: markup nits.
2001-12-08 16:17:49 +00:00
ru
2cc18c1514
mdoc(7) police: fix markup in revision 1.25.
2001-12-08 16:15:44 +00:00
ru
06ce49c83f
mdoc(7) police: change xref to vfs_mountedon(9).
2001-12-08 16:06:02 +00:00
keramida
dc92c1b9ca
Be more specific in an example of fortune's -e option.
...
PR: 32085
Submitted by: setantae@submonkey.net <setantae@submonkey.net>
2001-12-08 04:54:55 +00:00
davidc
1d1054c88d
Update the comment about System initialization to reflect the use of
...
DOMAIN_SET(9) instead of SYSINIT for adding domains at startup.
Reviewed by: alfred
2001-12-08 04:20:54 +00:00
davidc
2c5c5d5abe
buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.
...
Because of this apropos notes a BUF(9) page that does not exist.
Reviewed by: alfred
2001-12-08 04:15:37 +00:00
imp
8f226dc222
Only use __FBSDID if it is defined. This fixes the 4.4-release (but
...
not stable) -> current upgrade path.
Reviewed by: markm
2001-12-08 02:28:16 +00:00
sobomax
c1953cedc9
Prevent infinite loop, when kevent(2) is called wihout eventlist (i.e.
...
eventlist == NULL or nevents == 0).
2001-12-08 00:53:37 +00:00
cjc
ba1e7b8577
Long ago, there was just /etc/daily. Then /etc/security was split out
...
of /etc/daily. Some time later, /etc/daily became a set of periodic(8)
scripts. Now, this evolution continues, and /etc/security has been
broken into periodic(8) scripts to make local customization easier and
more maintainable.
Reviewed by: ru
Approved by: ru
2001-12-07 23:57:39 +00:00
davidc
be29456bc4
Add a man page describing the fuctions directly related to network domains.
...
Reviewed by: alfred
2001-12-07 20:58:07 +00:00
arr
f65d804610
The previous commit log message should have said:
...
- Fix a bunch of malloc calls that are passing M_WAIT instead of the
correct flag, M_WAITOK.
2001-12-07 19:34:03 +00:00
rwatson
14d19db3b5
When rfc1323 is mentioned in the context of buffer sizes, not that it
...
is enabled by default in FreeBSD.
2001-12-07 18:17:37 +00:00
rwatson
03b1add9d3
o Expand list of tunables documented in loader.8 to include kern.maxusers,
...
since other related tunables were also documented here. Add a cross
reference to tuning(7) for information on setting this value
appropriately.
2001-12-07 18:05:24 +00:00
rwatson
73c70b7363
o Add a mention of kern.openfiles to the description of kern.maxfiles,
...
and suggest using this value to get a sense of the needs of the system.
2001-12-07 18:02:16 +00:00
arr
34eecfd781
- Fix a bunch of malloc calls where the M_FLAG is incorrectly used; it
...
should be M_WAITOK.
Spotted by: des
2001-12-07 17:59:15 +00:00
phantom
3e66048c32
Get rid of unused anymore file! Alpha works fine with our strtod() now.
2001-12-07 17:19:09 +00:00
rwatson
892dcf7c92
o Update rc.network to reflect the recent change of default in the
...
kernel TCP timer code: rather than checking for tcp_keepalive being
set to "YES", check for "NO" and turn off keepalives if the variable
is set in that manner.
o Note: eventually, it would make sense to remove this variable from
rc.conf management, and instead rely on sysctl.conf. In fact, this
is probably true of a number of rc.conf variables whose sole aim
is to drive the setting of sysctls at boot time.
2001-12-07 17:03:14 +00:00
rwatson
02fc34fde9
o Our currenty userland boot code (due to rc.conf and rc.network) always
...
enables TCP keepalives using the net.inet.tcp.always_keepalive by default.
Synchronize the kernel default with the userland default.
2001-12-07 17:01:28 +00:00
ache
153ef07a49
Return 'c' back to signed due to potential comparison problems
...
Use simpler test for valid ranges
Submitted by: bde
2001-12-07 16:33:47 +00:00
ru
a0c0edca18
Fix a typo.
...
Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
2001-12-07 14:58:41 +00:00
sheldonh
1ed953f625
Fix typo: 'fragement' -> 'fragment'
2001-12-07 13:18:28 +00:00
phantom
390c42cd50
* localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag
...
addition) so move locale.h inclusion out of FLOATING_POINT ifdef's.
* add more comments
2001-12-07 12:38:47 +00:00
des
2625a82abe
Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include.
...
Sponsored by: DARPA, NAI Labs
2001-12-07 11:51:47 +00:00
imp
2e8b6b0508
Be exsplicit about the parentheses around return statements. It is
...
documented by example. Since most of this file is documented by
example, it is confusing. Make things a little less confusing.
2001-12-07 11:40:22 +00:00
ru
15d141bb58
mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13.
2001-12-07 10:36:38 +00:00
ru
6acfeace49
mdoc(7) police:
...
- Avoid using second person.
- Remove whitespace at EOL.
2001-12-07 10:27:43 +00:00
wes
fc6e3f4328
Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Be
...
more careful about reporting truncation with ERANGE in strerror_r.
Set errno to EINVAL for "unknown" errnum in strerror as required
by P1003.1-200x Draft June 14, 2001.
More carefully document the handling of strerrbuf when errors
(ERANGE, EINVAL) are encountered in strerror_r.
Reviewed by: bde (ongoing discussion)
2001-12-07 06:28:58 +00:00
cokane
9aa8f2242a
This patch will fix the lockups associated with AMD 751,761,762 based AGP
...
controllers. There still seems to be some issues with the DRI copying code
for some adapters, at least it doesn't hang the system now. Input would be
appreciated.
PR: 32301
Obtained from: Eric Anhlot <eanholt@gladstone.uoregon.edu>, Joe <joeo@nks.net>
2001-12-07 05:41:26 +00:00
fenner
b476f9be02
Remove blank line.
2001-12-07 03:25:26 +00:00
archie
a1965daf2e
Document the 'enableAlwaysAck' field in the config structure.
2001-12-07 02:50:39 +00:00
imp
bacdbb04c9
Back out my "joy" change. It was really the for some uncommitted ata
...
code I have.
2001-12-07 01:52:40 +00:00