summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some left over from the sensors framework.mlaier2007-10-162-645/+0
|
* Set PTE_ACCESSED in the PTE and before inserting it in the VHPT.marcel2007-10-161-2/+12
| | | | | | | | 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
* The flushrs instruction must be the first in an instructionmarcel2007-10-161-0/+1
| | | | | | | group. GNU as(1) already made sure of that, but it's better to actually have the code right. MFC after: 1 week
* Print instruction stops to improve analysis of dependencymarcel2007-10-161-0/+2
| | | | | | violations. MFC after: 1 week
* Fix disassembly of the invala, itc, itr and hint instructionsmarcel2007-10-161-1/+1
| | | | | | by fixing the opcode ordering. MFC after: 1 week
* Bump version for libpcap and tcpdump importsmlaier2007-10-161-1/+1
| | | | MFC after: 3 days
* Update for tcpdump 3.9.8mlaier2007-10-162-45/+76
|
* Resolve merge conflictsmlaier2007-10-1627-557/+1130
| | | | | Approved by: re (kensmith) Obtained from: tcpdump.org
* This commit was generated by cvs2svn to compensate for changes in r172683,mlaier2007-10-1649-4971/+7341
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of tcpdump v3.9.8mlaier2007-10-1676-5450/+8487
| |
* | Update for libpcap 0.9.8mlaier2007-10-162-6/+10
| |
* | Update for libpcap 0.9.8 importmlaier2007-10-162-3/+28
| |
* | Resolve merge conflictsmlaier2007-10-1612-893/+965
| | | | | | | | | | Approved by: re (kensmith) Obtained from: tcpdump.org
* | This commit was generated by cvs2svn to compensate for changes in r172677,mlaier2007-10-1624-3037/+4903
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of libpcap v0.9.8mlaier2007-10-1634-3478/+5892
| | |
* | | Make the updatedb script installed as /usr/libexec/locate.updatedbse2007-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | | Make ukbd_getc respect non-blocking behavior if one is requested. Changekan2007-10-151-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Backout sensors framework.netchild2007-10-1540-3720/+53
| | | | | | | | | | | | | | | Requested by: phk Discussed on: cvs-all
* | | fix a bug of RX routines that can't process multi-frame transactionssam2007-10-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Correct calculation of aac_sg_tablesize.emaste2007-10-151-6/+4
| | | | | | | | | | | | Obtained from: Adaptec, via driver b11669
* | | This commit was generated by cvs2svn to compensate for changes in r172668,mp2007-10-151-2/+1
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import two vendor fixes from tcsh-6.15.01 for MFC to 7.0. The fixes are:mp2007-10-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix pty detection for autologout setting - kill `foo` got stuck because sigchld was disabled too soon Requested by: re
* | | | Oops, convert a tsleep() to a msleep() that was missed when adding lockingjhb2007-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | to this driver. Reported by: Michael Butler : imb of protected-networks net
* | | | This commit was generated by cvs2svn to compensate for changes in r172665,mp2007-10-153-10/+9
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import two vendor fixes from tcsh-6.15.01 for MFC to 7.0. The fixes are:mp2007-10-153-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix pty detection for autologout setting - kill `foo` got stuck because sigchld was disabled too soon Requested by: re
* | | | Optimize for size on pc98. It enables to boot a kernel again.nyan2007-10-153-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't know what's wrong (loader, boot2 or others), but this change is effective. Tested by: NAKAJI Hiroyuki MFC after: 3 days
* | | | If a required install tool is missing, provide a more friendly erroremaste2007-10-151-1/+6
| | | | | | | | | | | | | | | | message (instead of cp's usage info).
* | | | Add comment explaining __mb_sb_limit trick here.ache2007-10-151-0/+5
| | | |
* | | | Markup nit.ru2007-10-151-1/+1
| | | |
* | | | Sort.ru2007-10-151-10/+10
| | | |
* | | | Sort.ru2007-10-151-6/+6
| | | |
* | | | Fix markup.ru2007-10-152-11/+13
| | | |
* | | | Introduce FreeBSD 8.0 to mdoc(7).ru2007-10-151-0/+1
| | | |
* | | | Add myself to the FreeBSD calendar.lme2007-10-141-0/+1
| | | | | | | | | | | | | | | | Approved by: miwi (mentor)
* | | | Add PCI IDs from Adaptec's driver version b11669:emaste2007-10-141-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Fix makrup. There are still some OpenBSD-specific thingsru2007-10-142-29/+40
| | | | | | | | | | | | | | | | in there that need tweaking.
* | | | style.Makefile(5) says: Do not use GCCisms (such as -g and -Wall)ru2007-10-141-3/+1
| | | | | | | | | | | | | | | | in CFLAGS.
* | | | Sort.ru2007-10-141-1/+1
| | | |
* | | | Bump document date for the last change.ru2007-10-141-1/+1
| | | |
* | | | Fix mdoc.ru2007-10-141-11/+22
| | | |
* | | | Remove trailing whitespace.ru2007-10-141-2/+2
| | | |
* | | | Fix mdoc in last commit.ru2007-10-141-13/+15
| | | |
* | | | ZFS_LOG adds a newline by itself.thompsa2007-10-142-2/+2
| | | | | | | | | | | | | | | | Pointed out by: pjd
* | | | This changes give nullfs correctly work with latest unionfs.daichi2007-10-142-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week
* | | | Added whiteout behavior option. ``-o whiteout=always'' is default modedaichi2007-10-144-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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
* | | | Default copy mode has been changed from traditional-mode to transparent-mode.daichi2007-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Fixed un-vrele issue of upper layer root vnode of unionfs.daichi2007-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week
* | | | Added NULL check code pointed out by Coverity. (via Stanislavdaichi2007-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sedov. Thanks) Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week
* | | | - It has been become MPSAFE.daichi2007-10-142-22/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed lock panic issue under MPSAFE. - Fixed panic issue whenever it locks vnode with reclaim. - Fixed lock implementations not conforming to vnode_if.src style. Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week
* | | | Fixed vnode unlock/vrele untreated issues whenever errors havedaichi2007-10-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | occurred during some treatments. Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week
OpenPOWER on IntegriCloud