Mike Heffner
87e5cd7c1a
WARNS=2 cleanup.
...
PR: bin/32567
MFC after: 2 weeks
2001-12-09 07:22:26 +00:00
Mike Smith
ffb6d5ad8f
The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requires
...
the UFI command set. Even with this patch, it's incredibly slow on my
laptop, but at least now it works.
Note that the drive is reported to CAM with the vendor and device IDs from
the device itself, forcing the user to patch the da(4) quirk table
manually.
2001-12-09 06:02:46 +00:00
Matthew Dillon
66a11b9fb1
Allow maxusers to be specified as 0 in the kernel config, which will
...
cause the system to auto-size to between 32 and 512 depending on the
amount of memory.
MFC after: 1 week
2001-12-09 01:57:09 +00:00
Brian Somers
c03b8e5e60
Consider PROTO_IPV6 as compressible by CCP.
...
Spotted by: Nick Sayer <nsayer@quack.kfu.com>
2001-12-09 01:29:12 +00:00
Dag-Erling Smørgrav
157b65ae7f
Pull in more stuff from procfs now that it's been pseudofsized.
2001-12-09 00:38:59 +00:00
Dag-Erling Smørgrav
50cb89eed2
Fix various bugs in the debugging code and reenable it.
2001-12-09 00:35:30 +00:00
Dag-Erling Smørgrav
c07f9fc134
Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__.
2001-12-09 00:28:12 +00:00
Dag-Erling Smørgrav
c62319b7f2
p_trespass() has been dead for over a year.
2001-12-08 23:56:37 +00:00
Alfred Perlstein
68685eeb5b
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
Dag-Erling Smørgrav
4aac2aa96c
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
Jordan K. Hubbard
cd7377a368
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 Barcroft
3334b16966
Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.
...
PR: 30676
2001-12-08 21:22:42 +00:00
Matthew Dillon
a4233d5dc3
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
Ruslan Ermilov
edd2da71b2
Start using .St macro for POSIX.1-2001.
2001-12-08 19:06:23 +00:00
Ruslan Ermilov
d49fa169c0
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
Ruslan Ermilov
af29f9a287
mdoc(7) police: fix markup, sort xrefs, grammar nit.
2001-12-08 18:15:29 +00:00
Ruslan Ermilov
2e3a6736b2
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
Ruslan Ermilov
f16217a013
mdoc(7) police: Style style(9).
2001-12-08 17:48:18 +00:00
Ruslan Ermilov
05132b7444
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
Ruslan Ermilov
ec3feddf7a
mdoc(7) police: sort xrefs.
2001-12-08 16:43:24 +00:00
Ruslan Ermilov
c5afebadb2
mdoc(7) police: bump document date, fix markup.
2001-12-08 16:40:19 +00:00
Ruslan Ermilov
945b9f4de9
mdoc(7) police: sort xrefs.
2001-12-08 16:28:20 +00:00
Ruslan Ermilov
d3f58d4008
mdoc(7) police: markup nits.
2001-12-08 16:17:49 +00:00
Ruslan Ermilov
c9d99fb534
mdoc(7) police: fix markup in revision 1.25.
2001-12-08 16:15:44 +00:00
Ruslan Ermilov
d6b892be5c
mdoc(7) police: change xref to vfs_mountedon(9).
2001-12-08 16:06:02 +00:00
Giorgos Keramidas
bed6ccabc3
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
Chad David
995a2227c5
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
Chad David
9264a4f3f4
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
Warner Losh
bc505f7742
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
Maxim Sobolev
e10f1484e4
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
Crist J. Clark
2204f3ce42
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
Chad David
f4af1f0785
Add a man page describing the fuctions directly related to network domains.
...
Reviewed by: alfred
2001-12-07 20:58:07 +00:00
Andrew R. Reiter
14752b2a05
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
Robert Watson
eb22d616a0
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
Robert Watson
63ea1e904c
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
Robert Watson
a695793d88
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
Andrew R. Reiter
1f4bb1673d
- 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
Alexey Zelkin
a94da0a9f3
Get rid of unused anymore file! Alpha works fine with our strtod() now.
2001-12-07 17:19:09 +00:00
Robert Watson
67b86547da
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
Robert Watson
c39a614e0d
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
Andrey A. Chernov
f34b139cda
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
Ruslan Ermilov
6cbb6156c3
Fix a typo.
...
Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
2001-12-07 14:58:41 +00:00
Sheldon Hearn
be42c56328
Fix typo: 'fragement' -> 'fragment'
2001-12-07 13:18:28 +00:00
Alexey Zelkin
7ae5c6791e
* 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
Dag-Erling Smørgrav
bdd601a1e3
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
Warner Losh
eedd038914
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
Ruslan Ermilov
79731c7b1b
mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13.
2001-12-07 10:36:38 +00:00
Ruslan Ermilov
3e5ea28565
mdoc(7) police:
...
- Avoid using second person.
- Remove whitespace at EOL.
2001-12-07 10:27:43 +00:00
Wes Peters
556f162ac0
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
Coleman Kane
a28920935a
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