Alfred Perlstein
7c45a9c446
Export maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz, dflssiz, maxssiz,
...
and sgrowsiz via sysctl.
MFC after: 1 week
2007-10-16 10:40:53 +00:00
David Xu
5150e987d2
Use macro THR_CLEANUP_PUSH/POP, they are cheaper than pthread_cleanup_push/pop.
2007-10-16 07:46:15 +00:00
David Xu
286b41104d
Reverse the logic of UP and SMP.
...
Submitted by: jasone
2007-10-16 07:36:02 +00:00
Max Laier
8a35283b49
Some left over from the sensors framework.
2007-10-16 03:26:31 +00:00
Marcel Moolenaar
c7373ab346
Set PTE_ACCESSED in the PTE and before inserting it in the VHPT.
...
This avoids back-to-back faults for all TLB misses. This can be
improved further in the future by also setting PTE_DIRTY for TLB
misses for write accesses.
MFC after: 1 week
2007-10-16 03:20:32 +00:00
Marcel Moolenaar
b4431d3218
The flushrs instruction must be the first in an instruction
...
group. GNU as(1) already made sure of that, but it's better
to actually have the code right.
MFC after: 1 week
2007-10-16 03:07:56 +00:00
Marcel Moolenaar
f04c3a5908
Print instruction stops to improve analysis of dependency
...
violations.
MFC after: 1 week
2007-10-16 02:59:03 +00:00
Marcel Moolenaar
b17249b1ec
Fix disassembly of the invala, itc, itr and hint instructions
...
by fixing the opcode ordering.
MFC after: 1 week
2007-10-16 02:49:40 +00:00
Max Laier
1391b079da
Bump version for libpcap and tcpdump imports
...
MFC after: 3 days
2007-10-16 02:39:16 +00:00
Max Laier
f454dc50d8
Update for tcpdump 3.9.8
2007-10-16 02:32:44 +00:00
Max Laier
abf2519367
Resolve merge conflicts
...
Approved by: re (kensmith)
Obtained from: tcpdump.org
2007-10-16 02:31:48 +00:00
Max Laier
e57e181f09
This commit was generated by cvs2svn to compensate for changes in r172683,
...
which included commits to RCS files with non-trunk default branches.
2007-10-16 02:20:42 +00:00
Max Laier
b5bfcb5d8a
Import of tcpdump v3.9.8
2007-10-16 02:20:42 +00:00
Max Laier
3765fc7d77
Update for libpcap 0.9.8
2007-10-16 02:12:06 +00:00
Max Laier
3bc70204ae
Update for libpcap 0.9.8 import
2007-10-16 02:10:44 +00:00
Max Laier
5357e0fedb
Resolve merge conflicts
...
Approved by: re (kensmith)
Obtained from: tcpdump.org
2007-10-16 02:07:55 +00:00
Max Laier
1f372e4dae
This commit was generated by cvs2svn to compensate for changes in r172677,
...
which included commits to RCS files with non-trunk default branches.
2007-10-16 02:02:02 +00:00
Max Laier
ef96d74f8a
Import of libpcap v0.9.8
2007-10-16 02:02:02 +00:00
Stefan Eßer
8862db8d54
Make the updatedb script installed as /usr/libexec/locate.updatedb
...
inspect all local file systems, not only ufs and ext2fs. A number
of local file systems has been added over time, and at least zfs
has the potential to become a popular choice. Without this change
a ZFS root file system causes the script to ignore all file-systems
and leads to an empty locate db. (An alternative is to add all the
relevant file systems individually, which means that at least zfs,
xfs, ntfs, ntfs-3g, msdosfs should be added, probably more).
2007-10-15 22:09:19 +00:00
Alexander Kabaev
d5d78259ac
Make ukbd_getc respect non-blocking behavior if one is requested. Change
...
ukbd_poll to mark this keyboard instance as polling before calling
usbd_set_polling at USB level. usbd_set_polling runs softintr before
returning, stealing our input and making consequent polling getchar
kind of pointless.
This allows USB keyboards to coexist peacefully with serial console in DDB
and other contexts where polling is used.
MFC after: 1 week
2007-10-15 20:37:34 +00:00
Alexander Leidinger
9f05d312b3
Backout sensors framework.
...
Requested by: phk
Discussed on: cvs-all
2007-10-15 20:00:24 +00:00
Sam Leffler
b6cbf52f09
fix a bug of RX routines that can't process multi-frame transactions
...
properly due to the shortage of the RX buffer size. In a case of zyd
devices, up to 3 frames can be combined in an USB transaction. So, RX
buffer should be at least ((MCLBYTES + extra structs) * 3)
Submitted by: Weongyo Jeong <weongyo.jeong@gmail.com>
MFC after: 3 days
2007-10-15 17:39:47 +00:00
Ed Maste
7e7a458e45
Correct calculation of aac_sg_tablesize.
...
Obtained from: Adaptec, via driver b11669
2007-10-15 17:34:58 +00:00
Mark Peek
ea2138fc25
This commit was generated by cvs2svn to compensate for changes in r172668,
...
which included commits to RCS files with non-trunk default branches.
2007-10-15 16:54:07 +00:00
Mark Peek
1dd6018d3b
Import two vendor fixes from tcsh-6.15.01 for MFC to 7.0. The fixes are:
...
- Fix pty detection for autologout setting
- kill `foo` got stuck because sigchld was disabled too soon
Requested by: re
2007-10-15 16:54:07 +00:00
John Baldwin
27acd9c0f1
Oops, convert a tsleep() to a msleep() that was missed when adding locking
...
to this driver.
Reported by: Michael Butler : imb of protected-networks net
2007-10-15 16:18:20 +00:00
Mark Peek
5c3ede8519
Import two vendor fixes from tcsh-6.15.01 for MFC to 7.0. The fixes are:
...
- Fix pty detection for autologout setting
- kill `foo` got stuck because sigchld was disabled too soon
Requested by: re
2007-10-15 15:23:07 +00:00
Mark Peek
8cb4dfcabd
This commit was generated by cvs2svn to compensate for changes in r172665,
...
which included commits to RCS files with non-trunk default branches.
2007-10-15 15:23:07 +00:00
Yoshihiro Takahashi
51626c2003
Optimize for size on pc98. It enables to boot a kernel again.
...
I don't know what's wrong (loader, boot2 or others), but this change is
effective.
Tested by: NAKAJI Hiroyuki
MFC after: 3 days
2007-10-15 14:20:24 +00:00
Ed Maste
1602894ecf
If a required install tool is missing, provide a more friendly error
...
message (instead of cp's usage info).
2007-10-15 13:50:46 +00:00
Andrey A. Chernov
4932c895e7
Add comment explaining __mb_sb_limit trick here.
2007-10-15 09:51:30 +00:00
Ruslan Ermilov
0189c6c54a
Markup nit.
2007-10-15 08:29:53 +00:00
Ruslan Ermilov
8c11b23186
Sort.
2007-10-15 08:26:12 +00:00
Ruslan Ermilov
d938670233
Sort.
2007-10-15 08:17:12 +00:00
Ruslan Ermilov
82fea2a2c7
Fix markup.
2007-10-15 08:07:15 +00:00
Ruslan Ermilov
be36b09afa
Introduce FreeBSD 8.0 to mdoc(7).
2007-10-15 08:06:42 +00:00
Lars Engels
8f4435b1cb
Add myself to the FreeBSD calendar.
...
Approved by: miwi (mentor)
2007-10-14 19:55:32 +00:00
Ed Maste
2792e50946
Add PCI IDs from Adaptec's driver version b11669:
...
Adaptec RAID 3085
Adaptec RAID 31205
Adaptec RAID 31605
Adaptec RAID 5085
Adaptec RAID 51205
Adaptec RAID 51605
Adaptec RAID 5445
Adaptec RAID 5805
IBM ServeRAID 8s
ICP RAID ICP5045BL
ICP RAID ICP5085BL
ICP RAID ICP5085SL
ICP RAID ICP5125BR
ICP RAID ICP5125SL
ICP RAID ICP5165BR
ICP RAID ICP5165SL
ICP RAID ICP5445SL
ICP RAID ICP5805BL
ICP RAID ICP5805SL
ICP9067MA SATA RAID
2007-10-14 19:40:15 +00:00
Ruslan Ermilov
8f1fdc7462
Fix makrup. There are still some OpenBSD-specific things
...
in there that need tweaking.
2007-10-14 19:38:11 +00:00
Ruslan Ermilov
f4268aa2f2
style.Makefile(5) says: Do not use GCCisms (such as -g and -Wall)
...
in CFLAGS.
2007-10-14 19:23:38 +00:00
Ruslan Ermilov
f4dda8a026
Sort.
2007-10-14 19:20:59 +00:00
Ruslan Ermilov
8f96b509a2
Bump document date for the last change.
2007-10-14 19:12:36 +00:00
Ruslan Ermilov
3ec523c017
Fix mdoc.
2007-10-14 19:11:01 +00:00
Ruslan Ermilov
823b883df1
Remove trailing whitespace.
2007-10-14 19:01:28 +00:00
Ruslan Ermilov
f85070adef
Fix mdoc in last commit.
2007-10-14 18:57:32 +00:00
Andrew Thompson
1fe1be1535
ZFS_LOG adds a newline by itself.
...
Pointed out by: pjd
2007-10-14 16:14:32 +00:00
Daichi GOTO
1016626062
This changes give nullfs correctly work with latest unionfs.
...
Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer)
Reviewed by: jeff, kensmith
Approved by: re (kensmith)
MFC after: 1 week
2007-10-14 13:57:11 +00:00
Daichi GOTO
20885def58
Added whiteout behavior option. ``-o whiteout=always'' is default mode
...
(it is established practice) and ``-o whiteout=whenneeded'' is less
disk-space using mode especially for resource restricted environments
like embedded environments. (Contributed by Ed Schouten. Thanks)
Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer)
Reviewed by: jeff, kensmith
Approved by: re (kensmith)
MFC after: 1 week
2007-10-14 13:55:38 +00:00
Daichi GOTO
524f3f285d
Default copy mode has been changed from traditional-mode to transparent-mode.
...
Some folks who have reported some issues have solved with transparent mode.
We guess it is time to change the default copy mode. The transparent-mode is
the best in most situations.
Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer)
Reviewed by: jeff, kensmith
Approved by: re (kensmith)
MFC after: 1 week
2007-10-14 13:53:38 +00:00
Daichi GOTO
7d72c5e67d
Fixed un-vrele issue of upper layer root vnode of unionfs.
...
Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer)
Reviewed by: jeff, kensmith
Approved by: re (kensmith)
MFC after: 1 week
2007-10-14 13:52:01 +00:00