Ruslan Ermilov
b0e014af29
- Include <sys/reboot.h> to get the RB_* defines.
...
- Make the PROBE_KEYBOARD option better resemble the -P option in
boot2, i.e., if keyboard isn't present then boot with both
RB_SERIAL and RB_MULTIPLE set.
Reviewed by: jhb
2006-09-05 19:28:03 +00:00
John Hay
80a684e083
Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decision
...
to generate icmp6 redirects. Now it is possible to switch redirects off.
MFC after: 1 week
2006-09-05 19:20:42 +00:00
Maxim Sobolev
23da540855
The FreeBSD by default "disables" hyper-threading cores, by not scheduling
...
any threads to them. However, it still counts those cores as "active but
permanently idle" when calculating system-wide CPUs statistics. It is
incorrect, since it skews statistics quite a bit and creates real problems
for certain types of applications (monitoring applications for example),
by making them believe that the system does have enough idle CPU resources,
while in fact it does not.
Correct the problem by not calling performance counting routines on "disabled"
cores. The cleaner solution would be to just disable APIC timer interrupts on
those cores completely, but ENOTIME here and it is not clear if the
additional complexity really worth minor performance gain.
Reviewed by: ssouhlal
Sponsored by: Sippy Software, Inc.
MFC after: 2 weeks
2006-09-05 17:15:24 +00:00
Eric Anholt
f031f0c03d
Include agp_i810.c in amd64 AGP builds to get support for the Intel 915 Express
...
chipsets.
PR: kern/93676
Submitted by: Jan Blaha <Jan.Blaha@unet.cz>
MFC after: 1 week
2006-09-05 16:55:13 +00:00
Ruslan Ermilov
4d6ff03d50
alloca() cannot check if the allocation is valid; mention the consequences.
...
Obtained from: OpenBSD
2006-09-05 16:30:11 +00:00
Ruslan Ermilov
3c03c7095e
GC dead code. If we want to stay polite to the foreign compilers,
...
we can find another way to issue an #error, but using a preprocessed
assembler for that purpose and clobbering libc.a with an empty .o
just for the sake of #error reporting is way too much of a burden.
2006-09-05 16:21:26 +00:00
Bruce A. Mah
7aff1feaa7
New release notes: libpcap 0.9.4, tcpdump 3.9.4.
2006-09-05 14:55:31 +00:00
David Xu
8549079365
Same as pthread_setschedparam, use sizeof(struct sched_param) instead.
2006-09-05 14:39:06 +00:00
David Xu
be0bfdd207
Pass correct parameter size.
2006-09-05 14:37:22 +00:00
Gleb Smirnoff
c3e07bf82a
Finally fix rev. 1.256
...
Pointy hat to: glebius
2006-09-05 14:00:59 +00:00
Gleb Smirnoff
23ebab416c
Remove extra parenthesis in last commit.
...
Nitpicked by: ru
2006-09-05 12:22:54 +00:00
Pawel Jakub Dawidek
03b33e9928
Document 'show vnode'.
...
Reminded by: ru
2006-09-05 12:17:53 +00:00
Gleb Smirnoff
1f1f90c3a7
- Make net.inet.tcp.maxtcptw modifiable at run time.
...
- If net.inet.tcp.maxtcptw was ever set explicitly, do
not change it if kern.ipc.maxsockets is changed.
2006-09-05 12:08:47 +00:00
David Xu
654d6b2e0b
Merge all code of do_lock_normal, do_lock_pi and do_lock_pp into
...
function do_lock_umutex.
2006-09-05 12:01:09 +00:00
Tim Kientzle
c12a9d810e
Some minor corrections:
...
* Expose functions for setting the "skip file" dev/ino information
* Expose functions for setting/querying the block size on reads
* Correctly propagate errors out of archive_read_close/archive_write_close
* Update manpage with information about new functions
2006-09-05 05:59:46 +00:00
Makoto Matsushita
473ff747a3
Add lines to remove pccardd(8) stuff (binary and manuals).
...
Found by: "make delete-old" on my 7-current box
Reviewed by: imp
MFC after: 1 week
2006-09-05 01:17:51 +00:00
Pawel Jakub Dawidek
c37789fe7e
Add 'show vnode <addr>' DDB command.
2006-09-04 22:15:44 +00:00
Sam Leffler
50bdd72083
bump version for libpcap+tcpdump imports
2006-09-04 21:49:31 +00:00
Sam Leffler
56e4b2d3cc
update for v3.9.4
...
MFC after: 1 month
2006-09-04 20:27:05 +00:00
Sam Leffler
17cb103cb1
resolve merge conflicts
...
MFC after: 1 month
2006-09-04 20:25:04 +00:00
Sam Leffler
34c97c7db9
sigh, put back buffer overflow fix of 1.1.11 that seems to have
...
not gone into the 0.9.4 release; don't put it on the vendor branch
so we won't lose it on the next import if they continue to lose it
2006-09-04 20:12:45 +00:00
Sam Leffler
d44c9004ff
This commit was generated by cvs2svn to compensate for changes in r162017,
...
which included commits to RCS files with non-trunk default branches.
2006-09-04 20:04:42 +00:00
Sam Leffler
2ebc47db5b
Import of tcpdump v3.9.4
2006-09-04 20:04:42 +00:00
Sam Leffler
73c9abba78
update instructions
2006-09-04 19:54:49 +00:00
Sam Leffler
ff252dbedb
resolve merge conflicts
...
MFC after: 1 month
2006-09-04 19:54:21 +00:00
Sam Leffler
47aafbd8f9
This commit was generated by cvs2svn to compensate for changes in r162012,
...
which included commits to RCS files with non-trunk default branches.
2006-09-04 19:43:23 +00:00
Sam Leffler
5d18909f05
Import of libpcap v0.9.4
2006-09-04 19:43:23 +00:00
Sam Leffler
85fb34beb0
add define's from config.h for pcap-int.h; this is a noop now
...
but will be required for libpcap 0.9.4
2006-09-04 19:30:44 +00:00
Sam Leffler
f09c8c4a46
more juniper dlt's
...
MFC after: 1 month
2006-09-04 19:24:34 +00:00
Marcel Moolenaar
1d860a7ee5
Add SIIG 4 port serial card based on the Oxford OX16PCI954.
2006-09-04 18:27:14 +00:00
Marius Strobl
0ab9d31cdb
- Talk about chips rather than chip sets as AMD LANCE and PCnet are
...
single-chip.
- Add some more rationale about le(4).
- Add/un-comment hardware notes for C-Bus and ISA adapters.
2006-09-04 16:45:08 +00:00
Thomas Quinot
71219ddbd1
(pw_copy): Handle the case of a malformed line in master.passwd
...
(copy it silently, do not dereference NULL pointer).
PR: bin/102848
Reviewed by: security-officer (cperciva)
MFC after: 1 week
2006-09-04 15:09:21 +00:00
Michael Reifenberger
592777f6b6
Add locking to vge_ifmedia_upd().
...
With this WD-timeouts for vge(4) got reduced signifficantly.
Testet on -stable.
Submitted by: Oleg Bulyzhin
MFC after: 1 day
2006-09-04 13:14:44 +00:00
Tom Rhodes
e6836db530
Reword previous commit, now supporting better English.
...
Discussed with: ceri
2006-09-04 10:20:53 +00:00
Thomas Quinot
d438d81581
Fix typo in comment.
2006-09-04 08:32:17 +00:00
Ruslan Ermilov
1e9defe45a
If building the module as part of the kernel build, determine
...
the "device isa" presence out of the opt_isa.h in the kernel
build directory, rather than always assuming its presence.
sparc64 is still special cased and is not affected by this
change.
Noticed by: bde
2006-09-04 07:40:53 +00:00
Robert Watson
f9b1dc578a
White space cleanup, no functional change.
2006-09-04 06:06:23 +00:00
Doug White
9aeef36608
Avoid an infinite loop in empty_both_buffers() by adding a timeout.
...
This helps systems that don't actually have atkbd controllers, such as the Intel
SBX82 blade, boot without device.hints hacks.
Hardware for this fix provided by iXsystems.
PR: 94822
Submitted by: Devon H. O'Dell <devon.odell@coyotepoint.com>
MFC After: 3 days
2006-09-04 00:19:31 +00:00
Alan Cox
e1cb7bc081
Make vm_page_release_contig() static.
2006-09-03 22:24:08 +00:00
Tom Rhodes
0f3eaf0932
Belated update for login.conf checks.
...
Bump doc date.
2006-09-03 21:31:20 +00:00
Marius Strobl
7d7ce7f24e
Do as the USII CPU manual suggests and leave interrupts enabled
...
for a bit before retrying to resend an IPI in order to avoid
deadlocks if the other CPU is also trying to send one.
OpenSolaris uses a delay of 1 microsecond here but waiting 2
microseconds with interrupts enabled like Linux does shouldn't
hurt but is a bit safer.
MFC after: 1 day
2006-09-03 21:20:21 +00:00
Ruslan Ermilov
405a44d326
Use a #define to refer to /etc/crontab.
2006-09-03 17:52:19 +00:00
Robert Watson
e482025ebd
Regenerate.
2006-09-03 16:24:36 +00:00
Robert Watson
e8a6d7e554
Set freebsd32 system call event identifiers for:
...
- old truncate, ftruncate
- old getpeername, gethostid, sethostid, getrlimit, setrlimit, killpg.
- old quota, getsockname, getdirentries.
- lgetfh
- old getdomainname, setdomainname
- sysarch, rtprio, __getcwd, jail, sigtimedwait
- extattrctl, extattr_{get,set,delete,list}_{file,fd,link}
- getresgid, getresuid, kqueue, eaccess, nmount, sendfile
- fhstatfs, kldunloadf
Right identifiers for:
- nfssvc
Remove incorrect identifier for:
- __acl_get_file
Compile tested with help of: sam
Obtained from: TrustedBSD Project
2006-09-03 16:17:49 +00:00
Robert Watson
89ede214c7
Regenerate for updated audit event identifiers.
2006-09-03 15:11:13 +00:00
Robert Watson
7f26ddda62
Assign proper audit event identifiers to a number of system calls not
...
covered in previous passes:
- sysarch, rtprio
- clock_settime
- preadv/pwritev
- __getcwd
- kqueue
- fhstatfs
- kldunloadf
Obtained from: TrustedBSD Project
2006-09-03 15:10:40 +00:00
Hajimu UMEMOTO
d45564dcfe
Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) to
...
specify temperature.
Reviewed by: njl
MFC after: 3 days
2006-09-03 15:10:04 +00:00
Robert Watson
863ccba5d5
Regenerate.
2006-09-03 13:48:48 +00:00
Robert Watson
8075da7e8b
Regenerate. Looks like someone missed doing this previously as more than
...
just the audit event change appears in the diff.
2006-09-03 13:47:52 +00:00
Robert Watson
1b25e5f3c4
Use AUE_NTP_ADJTIME instead of AUE_ADJTIME for ntp_adjtime().
...
Obtained from: TrustedBSD Project
2006-09-03 13:47:24 +00:00