cvs commit: src/sys/vm vm_page.c vm_page.h

2008-09-26 Thread Ed Maste
emaste 2008-09-26 18:44:40 UTC FreeBSD src repository Modified files: sys/vm vm_page.c vm_page.h Log: SVN rev 183389 on 2008-09-26 18:44:40Z by emaste Move CTASSERT from header file to source file, per implementation note now in the CTASSERT man page. R

cvs commit: src/sys/netinet ip.h ip_input.c

2008-09-26 Thread Ed Maste
emaste 2008-09-26 18:30:11 UTC FreeBSD src repository Modified files: sys/netinet ip.h ip_input.c Log: SVN rev 183388 on 2008-09-26 18:30:11Z by emaste Move CTASSERT from header file to source file, per implementation note now in the CTASSERT man page. Submi

cvs commit: src/sys/dev/aac aac_pci.c

2008-09-12 Thread Ed Maste
emaste 2008-09-12 18:15:12 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: SVN rev 182967 on 2008-09-12 18:15:12Z by emaste Whitespace cleanup. Revision ChangesPath 1.69 +5 -5 src/sys/dev/aac/aac_pci.c ___

cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-09-05 Thread Ed Maste
emaste 2008-09-05 17:03:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern link_elf.c link_elf_obj.c Log: SVN rev 182794 on 2008-09-05 17:03:10Z by emaste MFC r177228: Fix panic on e.g. "kldload /dev/null". PR:

cvs commit: src/share/man/man9 CTASSERT.9

2008-09-05 Thread Ed Maste
emaste 2008-09-05 15:24:54 UTC FreeBSD src repository Modified files: share/man/man9 CTASSERT.9 Log: SVN rev 182791 on 2008-09-05 15:24:54Z by emaste Add a note that CTASSERT() should not be used in header files. Revision ChangesPath 1.3 +9 -1 s

cvs commit: src/share/man/man9 Makefile redzone.9

2008-08-29 Thread Ed Maste
emaste 2008-08-29 13:09:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man9 Makefile Added files: (Branch: RELENG_6) share/man/man9 redzone.9 Log: SVN rev 182443 on 2008-08-29 13:09:20Z by emaste MFC r155086 by

cvs commit: src/sys/conf NOTES files options src/sys/kern kern_malloc.c src/sys/vm redzone.c redzone.h

2008-08-28 Thread Ed Maste
emaste 2008-08-28 20:29:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf NOTES files options sys/kern kern_malloc.c Added files: (Branch: RELENG_6) sys/vm redzone.c redzone.h Log: SVN rev

cvs commit: src/sys/net ethernet.h if_ethersubr.c

2008-08-27 Thread Ed Maste
emaste 2008-08-27 17:10:37 UTC FreeBSD src repository Modified files: sys/net ethernet.h if_ethersubr.c Log: SVN rev 182285 on 2008-08-27 17:10:37Z by emaste Move CTASSERT of ether header sizes out of the header file and into if_ethersubr.c. CTASSERT is impl

cvs commit: src/share/man/man9 locking.9

2008-08-19 Thread Ed Maste
emaste 2008-08-19 19:31:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man9 locking.9 Log: SVN rev 181873 on 2008-08-19 19:31:58Z by emaste Update locking table, based on changes in r173444: - Have SPIN / want SPIN adds the "Recur

cvs commit: src/sys/vm redzone.c

2008-08-13 Thread Ed Maste
emaste 2008-08-13 17:32:48 UTC FreeBSD src repository Modified files: sys/vm redzone.c Log: SVN rev 181693 on 2008-08-13 17:32:48Z by emaste Fix REDZONE(9) on amd64 and perhaps other 64 bit targets -- ensure the space that redzone adds to the allocation for

cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h src/sys/vm memguard.c memguard.h

2008-08-06 Thread Ed Maste
emaste 2008-08-06 19:44:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_malloc.c sys/sys malloc.h sys/vm memguard.c memguard.h Log: SVN rev 181350 on 2008-08-06 19:44:40Z by emaste MFC r1

cvs commit: src/sys/cam cam_periph.c cam_xpt.c src/sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_sa.c

2008-08-01 Thread Ed Maste
emaste 2008-08-01 18:25:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/cam cam_periph.c cam_xpt.c sys/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_sa.c Log: SVN rev 181127 on 2008-08-01 18:25:28Z by emaste MFC r169562:

cvs commit: src/sys/cam cam_xpt.c

2008-08-01 Thread Ed Maste
emaste 2008-08-01 15:13:56 UTC FreeBSD src repository Modified files: sys/cam cam_xpt.c Log: SVN rev 181126 on 2008-08-01 15:13:56Z by emaste Fix whitespace. Revision ChangesPath 1.198 +2 -2 src/sys/cam/cam_xpt.c ___

cvs commit: src/sys/kern kern_timeout.c

2008-07-30 Thread Ed Maste
emaste 2008-07-30 20:22:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_timeout.c Log: SVN rev 181012 on 2008-07-30 20:22:21Z by emaste MFC improved and simplified callout_drain logic and improved ktr(4) logging. r155

Re: cvs commit: src/sys/kern uipc_usrreq.c

2008-07-07 Thread Ed Maste
On Mon, Jul 07, 2008 at 12:52:09PM -0700, Alfred Perlstein wrote: > * Ed Maste <[EMAIL PROTECTED]> [080703 16:26] wrote: > > emaste 2008-07-03 23:26:10 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern u

cvs commit: src/sys/kern uipc_usrreq.c

2008-07-03 Thread Ed Maste
emaste 2008-07-03 23:26:10 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: SVN rev 180238 on 2008-07-03 23:26:10Z by emaste Use bcopy instead of strlcpy in uipc_bind and unp_connect, since soun->sun_path isn't a null-terminated string.

cvs commit: src/sys/dev/aac aac_disk.c

2008-07-02 Thread Ed Maste
emaste 2008-07-02 14:44:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac_disk.c Log: SVN rev 180183 on 2008-07-02 14:44:09Z by emaste MFC r177899: Allow crashdumps on machines with >4GB of RAM as long as the adapter can

cvs commit: src/sys/dev/aac aac_disk.c

2008-07-02 Thread Ed Maste
emaste 2008-07-02 14:17:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac_disk.c Log: SVN rev 180181 on 2008-07-02 14:17:49Z by emaste MFC r177899: Allow crashdumps on machines with >4GB of RAM as long as the adapter can

cvs commit: src/sys/dev/aac aac.c

2008-07-01 Thread Ed Maste
emaste 2008-07-01 22:16:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c Log: SVN rev 180160 on 2008-07-01 22:16:33Z by emaste MFC r179969: Fix test for waiting AIFs in aac_poll(). This seems to solve the problem wh

cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_debug.c aac_disk.c aac_pci.c aacreg.h aacvar.h src/sys/sys aac_ioctl.h

2008-06-30 Thread Ed Maste
emaste 2008-06-30 21:22:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c aac_cam.c aac_debug.c aac_disk.c aac_pci.c aacreg.h aacvar.h sys/sys aac_ioctl.h Log: SVN rev 180133 on 2008-06-

cvs commit: src/share/man/man4 aac.4 src/sys/dev/aac aac_pci.c

2008-06-27 Thread Ed Maste
emaste 2008-06-27 19:34:47 UTC FreeBSD src repository Modified files: share/man/man4 aac.4 sys/dev/aac aac_pci.c Log: SVN rev 180072 on 2008-06-27 19:34:47Z by emaste Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters: Adaptec R

cvs commit: src/usr.sbin/config main.c

2008-06-27 Thread Ed Maste
emaste 2008-06-27 15:20:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/config main.c Log: SVN rev 180068 on 2008-06-27 15:20:18Z by emaste MFC r175163: Honour the logical current working directory ($PWD) when using config's -d

cvs commit: src/usr.sbin/config main.c

2008-06-27 Thread Ed Maste
emaste 2008-06-27 14:37:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/config main.c Log: SVN rev 180066 on 2008-06-27 14:37:32Z by emaste MFC r175163: Honour the logical current working directory ($PWD) when using config's -d

cvs commit: src/sys/dev/aac aac.c

2008-06-23 Thread Ed Maste
emaste 2008-06-24 03:26:41 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: SVN rev 179969 on 2008-06-24 03:26:41Z by emaste Fix test for waiting AIFs in aac_poll(). This seems to solve the problem where Adaptec's arcconf monitoring tool hangs a

cvs commit: src/sys/dev/aac aac.c

2008-04-07 Thread Ed Maste
emaste 2008-04-07 14:19:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c Log: MFC aac.c 1.137: Calling RequestSupplementAdapterInfo before RequestAdapterInfo appears to trip a bug causing the latter to return a zeroed str

cvs commit: src/sys/dev/aac aac.c

2008-04-07 Thread Ed Maste
emaste 2008-04-07 14:16:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c 1.137: Calling RequestSupplementAdapterInfo before RequestAdapterInfo appears to trip a bug causing the latter to return a zeroed str

Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.c

2008-04-05 Thread Ed Maste
On Sat, Apr 05, 2008 at 01:50:20PM -0400, John Baldwin wrote: > On Saturday 05 April 2008 10:21:01 am Takanori Watanabe wrote: > > takawata2008-04-05 14:21:01 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/acpica/Osd OsdSynch.c > > Log: > > GPE lock may

cvs commit: src/sys/dev/aac aac_disk.c

2008-04-03 Thread Ed Maste
emaste 2008-04-03 23:29:31 UTC FreeBSD src repository Modified files: sys/dev/aac aac_disk.c Log: Allow crashdumps on machines with >4GB of RAM as long as the adapter can do 64-bit S/G. Submitted by: Alex Bencz Reviewed by:scottl Revision Changes

cvs commit: src/sys/dev/aac aac.c

2008-04-01 Thread Ed Maste
emaste 2008-04-01 20:53:32 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Calling RequestSupplementAdapterInfo before RequestAdapterInfo appears to trip a bug causing the latter to return a zeroed struct aac_adapter_info. This causes two issues.

cvs commit: src/sys/dev/aac aac_cam.c

2008-03-31 Thread Ed Maste
emaste 2008-04-01 00:09:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac_cam.c Log: Acquire Giant in aac_cam_event for xpt_release_simq. Not necessary with MPSAFE CAM so not an MFC. Revision ChangesPath 1.20.2.6 +4

cvs commit: src/sys/dev/aac aac.c

2008-03-31 Thread Ed Maste
emaste 2008-03-31 23:16:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c r1.126: Do not recursively acquire aac_io_lock in aac_ioctl_event. RevisionChangesPath 1.109.2.16 +1 -3 src/sys/d

cvs commit: src/sys/dev/aac aac_cam.c

2008-03-31 Thread Ed Maste
emaste 2008-03-31 20:11:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac_cam.c Log: MFC aac_cam.c 1.30: Merge from Adaptec a 64 bit fix and a workaround for luns != 0 returning CAM_SEL_TIMEOUT on SAS controllers, which p

cvs commit: src/sys/dev/aac aac.c aac_pci.c aacreg.h

2008-03-31 Thread Ed Maste
emaste 2008-03-31 20:03:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c aac_pci.c aacreg.h Log: MFC aac.c 1.125, aac_pci.c 1.66, aacreg.h:1.24: Add family support to allow the driver to attach to new devices that shar

cvs commit: src/sys/dev/aac aac.c

2008-03-31 Thread Ed Maste
emaste 2008-03-31 19:50:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c 1.130: Restore creation of passthrough devices with newer controller firmware by putting the correct size in the fib header. Presuma

cvs commit: src/sys/sys aac_ioctl.h src/sys/dev/aac aac.c aac_disk.c aacreg.h aacvar.h

2008-03-31 Thread Ed Maste
emaste 2008-03-31 19:21:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sys aac_ioctl.h sys/dev/aac aac.c aac_disk.c aacreg.h aacvar.h Log: MFC >2TB support aac.c 1.134, aac_disk.c 1.45, aacreg.h 1.25, aacvar.h 1.51:

cvs commit: src/sys/dev/aac aac.c

2008-03-31 Thread Ed Maste
emaste 2008-03-31 17:04:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c 1.131: Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling): - Resource allocation in aac_alloc (moved f

cvs commit: src/sys/dev/aac aac.c

2008-03-31 Thread Ed Maste
emaste 2008-03-31 14:44:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c 1.121: Correct calculation of aac_sg_tablesize. Obtained from: Adaptec, via driver b11669 RevisionChangesPath 1.10

cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_debug.c aac_disk.c aac_pci.c aacvar.h

2008-03-31 Thread Ed Maste
emaste 2008-03-31 14:32:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c aac_cam.c aac_debug.c aac_disk.c aac_pci.c aacvar.h Log: MFC - diff reduction w/ HEAD aac.c 1.131: Diff reduction to Ada

cvs commit: src/sys/sys aac_ioctl.h src/sys/dev/aac aac.c

2008-03-28 Thread Ed Maste
emaste 2008-03-28 19:07:25 UTC FreeBSD src repository Modified files: sys/sys aac_ioctl.h sys/dev/aac aac.c Log: Implement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATURES ioctls. RAID tools (e.g. arcconf) need this to be able to create arrays larger

cvs commit: src/sys/dev/aac aac.c

2008-03-28 Thread Ed Maste
emaste 2008-03-28 18:13:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c r1.133: Correct data direction flags in aac_bio_command() in the !AAC_FLAGS_RAW_IO && AAC_FLAGS_SG_64BIT case. Submitted by:

cvs commit: src/sys/dev/aac aac.c

2008-03-28 Thread Ed Maste
emaste 2008-03-28 18:13:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c Log: MFC aac.c r1.133: Correct data direction flags in aac_bio_command() in the !AAC_FLAGS_RAW_IO && AAC_FLAGS_SG_64BIT case. Submitted by:

cvs commit: src/sys/i386/i386 busdma_machdep.c

2008-03-28 Thread Ed Maste
emaste 2008-03-28 15:28:20 UTC FreeBSD src repository Modified files: sys/i386/i386busdma_machdep.c Log: If we're returning successfully from bus_dmamem_alloc, don't record a KTR of error = ENOMEM. Revision ChangesPath 1.92 +1 -1 src/sys/i386/i386

cvs commit: src/sys/dev/aac aac.c

2008-03-27 Thread Ed Maste
emaste 2008-03-27 20:47:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c r1.127 Avoid holding the aac_io_lock over copyout. Submitted by: Achim Leubner @ Adaptec. RevisionChangesPath 1.

cvs commit: src/sys/sys aac_ioctl.h src/sys/dev/aac aac.c

2008-03-27 Thread Ed Maste
emaste 2008-03-27 17:11:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/sys aac_ioctl.h sys/dev/aac aac.c Log: MFC aac.c r1.129 aac_ioctl.h r1.12: Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB, FSACTL_L

cvs commit: src/sys/dev/aac aac.c

2008-03-26 Thread Ed Maste
emaste 2008-03-26 16:53:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c Log: MFC aac.c r1.127 Avoid holding the aac_io_lock over copyout. Submitted by: Achim Leubner @ Adaptec. Revision ChangesPath 1.1

cvs commit: src/sys/dev/aac aac.c

2008-03-26 Thread Ed Maste
emaste 2008-03-26 15:28:56 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Add \n to the end of a printf string and remove it from panic strings. Revision ChangesPath 1.135 +6 -6 src/sys/dev/aac/aac.c __

cvs commit: src/sys/dev/aac aac.c

2008-03-26 Thread Ed Maste
emaste 2008-03-26 15:09:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c Log: MFC aac.c r1.126: Do not recursively acquire aac_io_lock in aac_ioctl_event. Revision ChangesPath 1.120.2.5 +1 -3 src/sys/dev

cvs commit: src/sys/dev/aac aac.c

2008-03-26 Thread Ed Maste
emaste 2008-03-26 14:46:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c r1.123: Dequeue all events in aac_release_command (instead of just one) so that there's no risk of them getting stranded. Revisi

cvs commit: src/sys/dev/aac aac.c

2008-03-26 Thread Ed Maste
emaste 2008-03-26 14:22:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c Log: MFC aac.c r1.128: Change spelling and eliminate a typo in comments to reduce diffs with Adaptec's vendor driver. Revision ChangesPat

cvs commit: src/sys/dev/aac aac.c

2008-03-26 Thread Ed Maste
emaste 2008-03-26 14:19:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c r1.128: Change spelling and eliminate a typo in comments to reduce diffs with Adaptec's vendor driver. Revision ChangesPat

cvs commit: src/sys/dev/aac aac.c aac_disk.c aacreg.h aacvar.h

2008-03-25 Thread Ed Maste
emaste 2008-03-25 21:39:06 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c aac_disk.c aacreg.h aacvar.h Log: Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptec driver build 15317. Tested on: Adaptec 2230S, Firmware 4.2-0 (8205

cvs commit: src/sys/dev/aac aac.c

2008-03-25 Thread Ed Maste
emaste 2008-03-25 18:34:04 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Correct data direction flags in aac_bio_command() in the !AAC_FLAGS_RAW_IO && AAC_FLAGS_SG_64BIT case. Submitted by: Adaptec Revision ChangesPath 1.133

cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_debug.c aac_disk.c aac_pci.c aacvar.h

2008-03-24 Thread Ed Maste
emaste 2008-03-24 19:23:34 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c aac_cam.c aac_debug.c aac_disk.c aac_pci.c aacvar.h Log: Diff reduction to Adaptec's driver (around build 15317): catch up with a change in debugging rout

cvs commit: src/sys/dev/aac aac.c

2008-03-24 Thread Ed Maste
emaste 2008-03-24 16:38:47 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling): - Resource allocation in aac_alloc (moved from from aac_init) - Interrupt setup in aac_setu

cvs commit: src/sys/dev/aac aac.c

2008-03-20 Thread Ed Maste
emaste 2008-03-20 20:33:48 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Restore creation of passthrough devices with newer controller firmware by putting the correct size in the fib header. Presumably the older firmware silently ignored a bad s

cvs commit: src/sys/sys aac_ioctl.h src/sys/dev/aac aac.c

2008-03-20 Thread Ed Maste
emaste 2008-03-20 17:59:19 UTC FreeBSD src repository Modified files: sys/sys aac_ioctl.h sys/dev/aac aac.c Log: Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB, FSACTL_LNX_SEND_LARGE_FIB, and FSACTL_LNX_SEND_RAW_SRB, and correct size checks

cvs commit: src/sys/dev/aac aac.c

2008-03-14 Thread Ed Maste
emaste 2008-03-14 21:59:11 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Change spelling and eliminate a typo in comments to reduce diffs with Adaptec's vendor driver. I have some fixes to bring in and this makes ongoing review of the FreeBSD-Ad

cvs commit: src/sys/ufs/ffs ffs_softdep.c

2008-03-14 Thread Ed Maste
emaste 2008-03-14 15:25:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: Honour mpsafe_vfs=0 in softdep_flush. This is basically a MFC of revision 1.206, except that Giant remains unconditionally acquired in the #

cvs commit: src/sys/ufs/ffs ffs_softdep.c

2008-03-11 Thread Ed Maste
emaste 2008-03-11 15:14:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: MFC minor cleanups: ffs_softdep.c 1.210 Add a newline to the printf message. ffs_softdep.c 1.214 (part) Update comment to mat

cvs commit: src/sys/ufs/ffs ffs_softdep.c

2008-03-10 Thread Ed Maste
emaste 2008-03-10 18:44:07 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: Remove include of opt_quota.h; as of revision 1.205 there is no longer any #ifdef QUOTA conditional code. Revision ChangesPath 1.218 +0 -1 src/sys

cvs commit: src/sys/net if_ethersubr.c

2008-02-12 Thread Ed Maste
emaste 2008-02-12 22:27:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net if_ethersubr.c Log: MFC revisions 1.232 and 1.236: Remove DIAG code that discards oversized packets. There has been general consensus that this was a b

cvs commit: src/sys/dev/usb uark.c

2008-01-25 Thread Ed Maste
emaste 2008-01-26 04:30:48 UTC FreeBSD src repository Modified files: sys/dev/usb uark.c Log: Allow arbitrary baud rates, not just the standard ones. Revision ChangesPath 1.8 +13 -21src/sys/dev/usb/uark.c ___

cvs commit: src/sys/dev/usb uftdi.c uftdireg.h

2008-01-24 Thread Ed Maste
emaste 2008-01-25 02:41:44 UTC FreeBSD src repository Modified files: sys/dev/usb uftdi.c uftdireg.h Log: Calculate baud rate divisor instead of allowing only a fixed set of standard rates. Obtained from OpenBSD src/sys/dev/usb/uftdi.c 1.29 src/sys/dev/us

cvs commit: src/gnu/usr.bin/gdb/kgdb kthr.c

2008-01-18 Thread Ed Maste
emaste 2008-01-18 18:57:27 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb kthr.c Log: Include the thread name (in addition to the proc name) in "info threads." Revision ChangesPath 1.9 +13 -3 src/gnu/usr.bin/gdb/kgdb/kthr.c

cvs commit: src/tools/tools/aac aac_checkq.c

2008-01-17 Thread Ed Maste
emaste 2008-01-17 18:59:59 UTC FreeBSD src repository Modified files: tools/tools/aac aac_checkq.c Log: Eliminate warnings by adding headers. Revision ChangesPath 1.4 +2 -0 src/tools/tools/aac/aac_checkq.c _

cvs commit: src/usr.sbin/config main.c

2008-01-08 Thread Ed Maste
emaste 2008-01-08 21:10:13 UTC FreeBSD src repository Modified files: usr.sbin/config main.c Log: Honour the logical current working directory ($PWD) when using config's -d destdir option. For an automounted src tree using the logical cwd in the Makefile keeps amd(8)'s

cvs commit: src/sys/dev/aac aac.c

2007-12-20 Thread Ed Maste
emaste 2007-12-20 21:13:58 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Avoid holding the aac_io_lock over copyout. Submitted by: Achim Leubner @ Adaptec. Revision ChangesPath 1.127 +6 -5 src/sys/dev/aac/aac.c _

cvs commit: src/sys/dev/aac aac.c

2007-12-19 Thread Ed Maste
emaste 2007-12-19 14:33:40 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Do not recursively acquire aac_io_lock in aac_ioctl_event. MFC After: 3 days Revision ChangesPath 1.126 +1 -3 src/sys/dev/aac/aac.c ___

cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_pci.c aacreg.h aacvar.h

2007-12-10 Thread Ed Maste
emaste 2007-12-10 20:18:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c aac_cam.c aac_pci.c aacreg.h aacvar.h Log: MFC to RELENG_7: aac.c:1.124 aacvar.h:1.49 Allow simultaneous opens of the d

cvs commit: src/sys/dev/aac aac_pci.c src/share/man/man4 aac.4

2007-12-10 Thread Ed Maste
emaste 2007-12-10 19:35:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/dev/aac aac_pci.c share/man/man4 aac.4 Log: MFC to RELENG_6_3 aac_pci.c:1.63-1.65 aac.4 1.37-1.39 Add PCI IDs for controllers obtained from Adapte

cvs commit: src/sys/dev/aac aac_pci.c src/share/man/man4 aac.4

2007-12-10 Thread Ed Maste
emaste 2007-12-10 19:33:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac_pci.c share/man/man4 aac.4 Log: MFC to RELENG_6 aac_pci.c:1.63-1.65 aac.4 1.37-1.39 Add PCI IDs for controllers obtained from Adaptec's

cvs commit: src/sys/dev/aac aac_debug.c

2007-12-10 Thread Ed Maste
emaste 2007-12-10 19:30:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/dev/aac aac_debug.c Log: MFC to RELENG_6_3 aac_debug.c:1.23 Respell 'Conatainer' as 'Container'. Approved by:re (kensmith) Revision Changes

cvs commit: src/sys/dev/aac aac_debug.c

2007-12-10 Thread Ed Maste
emaste 2007-12-10 19:17:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac_debug.c Log: MFC to RELENG_6 aac_debug.c:1.23 Respell 'Conatainer' as 'Container'. Approved by:re (kensmith) Revision ChangesPath

cvs commit: src/sys/dev/aac aac_debug.c

2007-12-10 Thread Ed Maste
emaste 2007-12-10 18:16:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/dev/aac aac_debug.c Log: Merge aac_debug.c:1.23 from HEAD to RELENG_6: Respell 'Conatainer' as 'Container'. Reported by:Toomas Aas Revision Chang

cvs commit: src/share/man/man4 aac.4 src/sys/dev/aac aac_pci.c

2007-12-10 Thread Ed Maste
emaste 2007-12-10 15:29:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man4 aac.4 sys/dev/aac aac_pci.c Log: MFC to RELENG_7 new PCI IDs aac_pci.c 1.64, 1.65 aac.4 1.39 Adaptec RAID 51245 Adaptec RAID 5164

cvs commit: src/sys/dev/aac aac_cam.c

2007-12-07 Thread Ed Maste
emaste 2007-12-07 20:37:12 UTC FreeBSD src repository Modified files: sys/dev/aac aac_cam.c Log: Merge from Adaptec a 64 bit fix and a workaround for luns != 0 returning CAM_SEL_TIMEOUT on SAS controllers, which prevented passthrough devices from being created.

cvs commit: src/sys/dev/aac aac.c aac_pci.c aacreg.h

2007-12-07 Thread Ed Maste
emaste 2007-12-07 18:05:41 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c aac_pci.c aacreg.h Log: Add family support to allow the driver to attach to new devices that share the same interface. Submitted by: Achim Leubner at Adaptec Revision

cvs commit: src/sys/dev/aac aac.c aacvar.h

2007-12-06 Thread Ed Maste
emaste 2007-12-07 00:22:24 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c aacvar.h Log: Allow simultaneous opens of the device for issuing commands to the controller. This is merged from Adaptec driver build 11669. Revision ChangesPath 1.124

cvs commit: src/share/man/man4 aac.4

2007-12-06 Thread Ed Maste
emaste 2007-12-06 18:31:57 UTC FreeBSD src repository Modified files: share/man/man4 aac.4 Log: Add new controllers supported by rev 1.64 and 1.65 of aac_pci.c Revision ChangesPath 1.39 +28 -0 src/share/man/man4/aac.4 __

cvs commit: src/sys/dev/aac aac_pci.c

2007-12-06 Thread Ed Maste
emaste 2007-12-06 18:25:29 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Add more PCI ID's from Adaptec's driver, including two requested by Daniel Kamm. Adaptec RAID 51245 Adaptec RAID 51645 Adaptec RAID 52445 Adaptec RAID 5

cvs commit: src/sys/dev/aac aac_pci.c

2007-12-05 Thread Ed Maste
emaste 2007-12-06 02:10:07 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Add PCI IDs for additional cards: AOC-USAS-S4i AOC-USAS-S8i AOC-USAS-S4iR AOC-USAS-S8iR AOC-USAS-S8i-LP AOC-USAS-S8iR-LP Revision ChangesPath 1.64

cvs commit: src/sys/dev/aac aac_pci.c src/share/man/man4 aac.4

2007-11-30 Thread Ed Maste
emaste 2007-11-30 15:55:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac_pci.c share/man/man4 aac.4 Log: Merge from HEAD to RELENG_7 src/sys/dev/aac/aac_pci.c 1.63 src/share/man/man4/aac.4 1.37, 1.38 Add PCI I

cvs commit: src/share/man/man4 aac.4

2007-11-29 Thread Ed Maste
emaste 2007-11-29 18:53:12 UTC FreeBSD src repository Modified files: share/man/man4 aac.4 Log: Bump .Dd for my last commit adding PCI IDs. Revision ChangesPath 1.38 +1 -1 src/share/man/man4/aac.4 ___ cvs-al

cvs commit: src/sys/dev/aac aac.c

2007-11-29 Thread Ed Maste
emaste 2007-11-29 18:38:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c Log: MFC aac.c v1.121: Correct calculation of aac_sg_tablesize. Obtained from: Adaptec, via driver b11669 Approved by:re (kensmith)

cvs commit: src/share/man/man4 aac.4

2007-11-29 Thread Ed Maste
emaste 2007-11-29 17:56:55 UTC FreeBSD src repository Modified files: share/man/man4 aac.4 Log: Document PCI IDs of controllers added in aac_pci.c v1.63 Revision ChangesPath 1.37 +40 -0 src/share/man/man4/aac.4 _

cvs commit: src/sys/dev/aac aac.c aac_cam.c

2007-11-08 Thread Ed Maste
emaste 2007-11-08 21:12:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/aac aac.c aac_cam.c Log: MFC to RELENG_7 Revision ChangesPath 1.123 +5 -2 src/sys/dev/aac/aac.c 1.29 +17 -17src/sys/dev/aac/aac_cam.c

cvs commit: src/sys/dev/aac aac.c aac_cam.c

2007-11-01 Thread Ed Maste
emaste 2007-11-01 20:45:29 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c aac_cam.c Log: Rework aac locking for MPSAFE CAM. This fixes a Giant mutex assertion reported on freebsd-current [1]. Also dequeue all events in aac_release_command (instead

cvs commit: src/sbin/dhclient clparse.c dhclient-script dhclient.c dhclient.conf dhcp.h tables.c

2007-10-31 Thread Ed Maste
emaste 2007-10-31 14:30:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/dhclientclparse.c dhclient-script dhclient.c dhclient.conf dhcp.h tables.c Log: MFC to RELENG_6 dhclient RFC3442 support (the classless static r

cvs commit: src/sys/kern kern_intr.c

2007-10-29 Thread Ed Maste
emaste 2007-10-29 21:10:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_intr.c Log: MFC to RELENG_6 part of kern_intr.c revision 1.142: - Don't do the interrupt storm protection stuff for software interrupt handlers.

cvs commit: src/sys/kern syscalls.master

2007-10-19 Thread Ed Maste
emaste 2007-10-19 19:17:53 UTC FreeBSD src repository Modified files: sys/kern syscalls.master Log: Put comments about syscalls by the correct ones, and use the correct syscall number in the comment. Revision ChangesPath 1.234 +2 -2 src/sys/ker

cvs commit: src/sys/dev/aac aac.c

2007-10-15 Thread Ed Maste
emaste 2007-10-15 17:34:58 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c Log: Correct calculation of aac_sg_tablesize. Obtained from: Adaptec, via driver b11669 Revision ChangesPath 1.121 +4 -6 src/sys/dev/aac/aac.c

cvs commit: src Makefile.inc1

2007-10-15 Thread Ed Maste
emaste 2007-10-15 13:50:46 UTC FreeBSD src repository Modified files: .Makefile.inc1 Log: If a required install tool is missing, provide a more friendly error message (instead of cp's usage info). Revision ChangesPath 1.589 +6 -1 src/Ma

cvs commit: src/sys/dev/aac aac_pci.c

2007-10-14 Thread Ed Maste
emaste 2007-10-14 19:40:15 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: 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 51

cvs commit: src/share/man/man4 aac.4

2007-09-07 Thread Ed Maste
emaste 2007-09-07 13:40:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 aac.4 Log: MFC aac.4 1.36: Add PCI IDs for two cards: - Adaptec RAID 3405 - Adaptec RAID 3805 Revision ChangesPath 1.31.2.3 +5 -1 sr

cvs commit: src/sys/dev/aac aac_pci.c

2007-09-07 Thread Ed Maste
emaste 2007-09-07 13:37:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac_pci.c Log: MFC 1.62: Add PCI IDs for two cards: - Adaptec RAID 3405 - Adaptec RAID 3805 Submitted by: John Marra jmarra at nmu dot edu

cvs commit: src/sys/dev/aac aac_pci.c src/share/man/man4 aac.4

2007-08-23 Thread Ed Maste
emaste 2007-08-23 20:12:40 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c share/man/man4 aac.4 Log: Add PCI IDs for two cards: - Adaptec RAID 3405 - Adaptec RAID 3805 Approved by:re (bmah) Submitted by: John Marra jmarra at

cvs commit: src/sys/crypto/sha2 sha2.c

2007-08-22 Thread Ed Maste
emaste 2007-08-22 21:17:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/crypto/sha2 sha2.c Log: MFC sha2.c 1.9: Initialize T1 to silent gcc warning. Revision ChangesPath 1.7.10.2 +1 -1 src/sys/crypto/sha2/sha2.c

cvs commit: src/sys/crypto/sha2 sha2.c

2007-08-22 Thread Ed Maste
emaste 2007-08-22 21:08:30 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/crypto/sha2 sha2.c Log: MFC elimination of compiler warnings: sha2.c 1.8: GCC 3.4.6 gets confused on this file and produces bogus warning. Shut it up. sha2.

cvs commit: src/sys/dev/aac aac_cam.c

2007-08-22 Thread Ed Maste
emaste 2007-08-22 14:46:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac_cam.c Log: MFC aac_cam.c 1.26: Add a missing mutex unlock to an error path. Submitted by: Yuxiang Luo PR: 107943 Revision ChangesPath

cvs commit: src/sys/dev/aac aac.c

2007-08-21 Thread Ed Maste
emaste 2007-08-21 20:31:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/aac aac.c Log: MFC aac.c 1.118: Rearrange locking in the alloc_commands and ioctl paths to avoid problems. Revision ChangesPath 1.109.2.7 +9 -5

  1   2   >