summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | - Added support for vfs_cache on unionfs. As a result, you can usedaichi2007-10-143-171/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | applications that use procfs on unionfs. - Removed unionfs internal cache mechanism because it has vfs_cache support instead. As a result, it just simplified code of unionfs. - Fixed kern/111262 issue. Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week
* | Added treatments to prevent readdir infinity loop using with Linux binarydaichi2007-10-141-29/+23
| | | | | | | | | | | | | | | | | | compatibility feature. Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week
* | Changed it frees unneeded memory ASAP.daichi2007-10-141-1/+5
| | | | | | | | | | | | | | Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week
* | Log:daichi2007-10-141-0/+6
| | | | | | | | | | | | | | | | | | Improved access permission check treatments. Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer) Reviewed by: jeff, kensmith Approved by: re (kensmith) MFC after: 1 week
* | Convert coretemp(4) to the hardware sensors framework andnetchild2007-10-142-40/+59
| | | | | | | | | | | | | | | | | | | | make sure to never call sched_bind() for uninitialised CPUs. Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith
* | Import it(4) and lm(4), supporting most popular Super I/O Hardware Monitors.netchild2007-10-1416-0/+2048
| | | | | | | | | | | | | | | | | | Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith Obtained from: OpenBSD (parts)
* | Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-1425-11/+2232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes the following core components: * sample configuration file for sensorsd * rc(8) script and glue code for sensorsd(8) * sysctl(3) doc fixes for CTL_HW tree * sysctl(3) documentation for hardware sensors * sysctl(8) documentation for hardware sensors * support for the sensor structure for sysctl(8) * rc.conf(5) documentation for starting sensorsd(8) * sensor_attach(9) et al documentation * /sys/kern/kern_sensors.c o sensor_attach(9) API for drivers to register ksensors o sensor_task_register(9) API for the update task o sysctl(3) glue code o hw.sensors shadow tree for sysctl(8) internal magic * <sys/sensors.h> * HW_SENSORS definition for <sys/sysctl.h> * sensors display for systat(1), including documentation * sensorsd(8) and all applicable documentation The userland part of the framework is entirely source-code compatible with OpenBSD 4.1, 4.2 and -current as of today. All sensor readings can be viewed with `sysctl hw.sensors`, monitored in semi-realtime with `systat -sensors` and also logged with `sensorsd`. Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith Obtained from: OpenBSD (parts)
* | Back out iswascii change from prev. commit, iswascii was right,ache2007-10-141-1/+1
| | | | | | | | some overlook from me.
* | Split ng_pppoe_rcvdata() function into three hook-specific onesmav2007-10-141-464/+465
| | | | | | | | to simplify code and reduce stack usage.
* | Remove ng_pppoe_sendpacket() function to simplify code as it is calledmav2007-10-141-79/+39
| | | | | | | | as much times as it has cases inside of it.
* | o Fix a typo in ipfw table usage example.maxim2007-10-141-1/+1
| | | | | | | | | | | | PR: docs/117172 Submitted by: novel MFC after: 1 week
* | o Pablo Picasso's birthday is October 25 not October 5.maxim2007-10-141-1/+1
| | | | | | | | | | PR: conf/116952 Submitted by: Pablo Picasso <comet@transbay.net>
* | Print the ZFS ereport to the console if vfs.zfs.debug is set to help diagnosethompsa2007-10-142-0/+2
| | | | | | | | | | | | problems with zfs-on-root since devd isnt running yet. Reviewed by: pjd
* | Document quotachecks use of the passno field.mpp2007-10-141-1/+5
| |
* | Add comment stating that UCS-4 really used here, not UTF-8ache2007-10-141-0/+3
| |
OpenPOWER on IntegriCloud