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
Robert Watson
d1967c5d2c
Use AUE_NTP_ADJTIME for ntp_adjtime() instead of AUE_ADJTIME.
...
Obtained from: TrustedBSD Project
2006-09-03 13:44:21 +00:00
Christian Brueffer
10ce24c563
Document VIA 8237A support.
2006-09-03 11:33:52 +00:00
Matt Jacob
198b33587b
Restore multi-version cleanliness.
2006-09-03 01:26:55 +00:00
Matt Jacob
048963977c
Bump __FreeBSD_version by one due to newbus changes.
2006-09-03 01:12:34 +00:00
John-Mark Gurney
a890c1dd21
up the default msgbuf limit to 64k.. a verbose boot on i386 on modern
...
hardware returns almost 48k of data... to change the default per platform,
it should be done in DEFAULTS, not here...
Discussed on: -arch
2006-09-03 00:33:19 +00:00
John-Mark Gurney
d1c32d02b6
now that we have bus_get_dma_tag, document it's requirement in
...
bus_dma_tag_create
2006-09-03 00:31:21 +00:00
John-Mark Gurney
378f231e7d
add a newbus method for obtaining the bus's bus_dma_tag_t... This is
...
required by arches like sparc64 (not yet implemented) and sun4v where there
are seperate IOMMU's for each PCI bus... For all other arches, it will
end up returning NULL, which makes it a no-op...
Convert a few drivers (the ones we've been working w/ on sun4v) to the
new convection... Eventually all drivers will need to replace the parent
tag of NULL, w/ bus_get_dma_tag(dev), though dev is usually different for
each driver, and will require hand inspection...
Reviewed by: scottl (earlier version)
2006-09-03 00:27:42 +00:00
John-Mark Gurney
01646adbc8
Break out typedefs from bus_dma.h to _bus_dma.h so that we can get the
...
typedef for bus_dma_tag_t in sys/bus.h w/o poluting the namespace...
This is in preperation for adding bus_get_dma_tag to sys/bus.h...
2006-09-03 00:26:17 +00:00
David Xu
295ce693b9
Check if it is root user in do_unlock_pp.
2006-09-03 00:07:37 +00:00
Marius Strobl
647ef1a927
Add a belated entry regarding the removal of lnc(4).
2006-09-02 22:17:15 +00:00
Marcel Moolenaar
d3867f934d
Unbreak PowerPC build after addition of powermac_nvram(4powerpc).
2006-09-02 20:58:37 +00:00