cvs commit: src/sys/sys queue.h

2005-11-18 Thread Ed Maste
emaste 2005-11-18 19:41:55 UTC FreeBSD src repository Modified files: sys/sys queue.h Log: Add sanity checking for QUEUE(3) lists under INVARIANTS. Races may lead to list corruption, which can be difficult to unravel in a post-mortem analysis. These checks ver

cvs commit: src/sys/sys queue.h

2005-11-22 Thread Ed Maste
emaste 2005-11-23 04:02:27 UTC FreeBSD src repository Modified files: sys/sys queue.h Log: Userland applications may include queue.h and define INVARIANTS but not provide a panic(9) implementation. Thus, enable the sanity checks under INVARIANTS only if _KERNEL

cvs commit: src/sys/kern uipc_mbuf.c

2005-12-14 Thread Ed Maste
emaste 2005-12-14 23:34:26 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c Log: When using m_dup(9) to copy more than MHLEN bytes of data, don't create an mbuf chain that starts with a cluster containing just MHLEN bytes. This happened because m_

cvs commit: src/sys/netinet if_ether.c

2005-12-16 Thread Ed Maste
emaste 2005-12-16 15:01:45 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Add descriptions for sysctl -d. Approved by:glebius Silence from: rwatson (mentor) Revision ChangesPath 1.146 +5 -5 src/sys/netinet/if_eth

cvs commit: src/sys/kern uipc_mbuf.c

2005-12-21 Thread Ed Maste
emaste 2005-12-22 04:23:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern uipc_mbuf.c Log: MFC r1.160: When using m_dup(9) to copy more than MHLEN bytes of data, don't create an mbuf chain that starts with a cluster containing j

cvs commit: src/sys/kern uipc_mbuf.c

2005-12-21 Thread Ed Maste
emaste 2005-12-22 04:29:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/kern uipc_mbuf.c Log: MFC r1.160: When using m_dup(9) to copy more than MHLEN bytes of data, don't create an mbuf chain that starts with a cluster containing j

cvs commit: src/sys/net if.c

2005-12-21 Thread Ed Maste
emaste 2005-12-22 05:05:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net if.c Log: MFC r1.235, r1.237, r1.238: (1.235) - Introduce a helper function if_setflag() containing the code common to ifpromisc() and if_allmult

cvs commit: src/sys/net if_arcsubr.c if_ethersubr.c if_fddisubr.c if_iso88025subr.c

2005-12-22 Thread Ed Maste
emaste 2005-12-22 16:23:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net if_arcsubr.c if_ethersubr.c if_fddisubr.c if_iso88025subr.c Log: Merge if_arcsubr.c:1.26, if_ethersubr.c:1.195, if_fddisubr.c:1.99, if

cvs commit: src/sys/netinet in.c

2005-12-22 Thread Ed Maste
emaste 2005-12-22 16:31:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netinet in.c Log: MFC r1.84: ifma_protospec is a pointer. Use NULL when assigning or comparing it. Approved by:scottl Silence from: rwatson (mentor)

cvs commit: src/sys/kern kern_clock.c

2006-01-03 Thread Ed Maste
emaste 2006-01-03 16:34:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/kern kern_clock.c Log: MFC kern_clock.c:1.181 In watchdog_config enable the software watchdog iff the WD_ACTIVE flag is set. When watchdogd(1) is terminated i

cvs commit: src/sys/kern kern_clock.c

2006-01-03 Thread Ed Maste
emaste 2006-01-03 16:43:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_clock.c Log: MFC kern_clock.c:1.181 In watchdog_config enable the software watchdog iff the WD_ACTIVE flag is set. When watchdogd(1) is terminated i

cvs commit: src/sys/net if.c if_var.h

2006-01-03 Thread Ed Maste
emaste 2006-01-03 22:42:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net if.c if_var.h Log: Merge link layer mutlicast address list locking from HEAD to RELENG_5, with a few changes to preserve ABI compatibility. if_var.h:1.100:

cvs commit: src/sys/net rtsock.c

2006-01-11 Thread Ed Maste
emaste 2006-01-11 18:12:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net rtsock.c Log: MFC rtsock.c:1.129: Protect interface and address lists using the appropriate mutex. These locks were not aquired because the user buffers w

cvs commit: src/sys/net rtsock.c

2006-01-11 Thread Ed Maste
emaste 2006-01-11 21:45:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net rtsock.c Log: Merge rtsock.c:1.127 from HEAD to RELENG_5: De-spl parts of the routing socket code now generally protected through locking; leave some s

cvs commit: src/sys/vm device_pager.c

2006-01-12 Thread Ed Maste
emaste 2006-01-12 19:56:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/vm device_pager.c Log: Merge device_pager.c:1.69 from HEAD to RELENG_4: The addition of a locking assertion to vm_page_zero_invalid() has revealed a long-tim

cvs commit: src/sys/netinet ip_fw2.c

2006-01-14 Thread Ed Maste
emaste 2006-01-14 15:18:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netinet ip_fw2.c Log: MFC r1.121: Don't send an ICMP response for IP fragments. Approved by:rwatson (mentor) Revision ChangesPath 1.70.2.15 +1 -1

cvs commit: src/sys/kern subr_witness.c src/sys/netinet igmp.c in.c in_var.h ip_input.c ip_output.c src/sys/netinet6 in6_var.h mld6.c

2006-01-18 Thread Ed Maste
emaste 2006-01-18 23:36:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/kern subr_witness.c sys/netinet igmp.c in.c in_var.h ip_input.c ip_output.c sys/netinet6 in6_var.h mld6.c Log: Mer

cvs commit: src/sys/boot/common loader.8 src/sys/boot/forth loader.conf loader.conf.5 src/sys/boot/i386/libi386 comconsole.c

2006-01-25 Thread Ed Maste
emaste 2006-01-25 19:01:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/boot/common loader.8 sys/boot/forth loader.conf loader.conf.5 sys/boot/i386/libi386 comconsole.c Log: MFC loader.8:1.83 loader.conf:1.99 loader.conf.5:1.24 co

cvs commit: src/sys/boot/common loader.8 src/sys/boot/forth loader.conf loader.conf.5 src/sys/boot/i386/libi386 comconsole.c

2006-01-26 Thread Ed Maste
emaste 2006-01-27 01:36:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/boot/common loader.8 sys/boot/forth loader.conf loader.conf.5 sys/boot/i386/libi386 comconsole.c Log: MFC loader.8:1.83 loader.conf:1.99 loader.conf.5:1.24 co

cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/awi awi.c src/sys/dev/bfe if_bfe.c src/sys/dev/bge if_bge.c src/sys/dev/ed if_ed.c src/sys/dev/em if_em.c src/sys/dev/ex if_ex.c src/sys/dev/fe if_fe.c

2006-01-29 Thread Ed Maste
emaste 2006-01-29 15:39:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/dev/ath if_ath.c sys/dev/awi awi.c sys/dev/bfe if_bfe.c sys/dev/bge if_bge.c sys/dev/ed if_ed.c sys/dev/em

Re: cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/awi awi.c src/sys/dev/bfe if_bfe.c src/sys/dev/bge if_bge.c src/sys/dev/ed if_ed.c src/sys/dev/em if_em.c src/sys/dev/ex if_ex.c src/sys/dev/fe if_

2006-01-29 Thread Ed Maste
On Sun, Jan 29, 2006 at 12:28:05PM -0800, Julian Elischer wrote: > Ed Maste wrote: > > >emaste 2006-01-29 15:39:09 UTC > > Note that with these changes, these drivers now depend on locking the > > global > > if_addr_mtx, so binary modules of these d

cvs commit: src/sys/net if_vlan.c

2006-02-09 Thread Ed Maste
emaste 2006-02-09 22:11:58 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: Add a MODULE_VERSION so that other modules (perhaps third-party) can depend on this one. Approved by:rwatson (mentor) Revision ChangesPath 1.97 +

cvs commit: src/sys/net if_vlan.c

2006-02-10 Thread Ed Maste
emaste 2006-02-10 18:38:33 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: Bump the MODULE_VERSION for HEAD, as the vlan(4) API is different in RELENG_6, and would require a lower version number. Requested by: glebius Approved by:rwa

Re: cvs commit: src/sys/dev/em if_em.c

2006-02-15 Thread Ed Maste
On Wed, Feb 15, 2006 at 05:15:09PM +0200, Ruslan Ermilov wrote: > On Wed, Feb 15, 2006 at 01:45:02PM +, Gleb Smirnoff wrote: > > glebius 2006-02-15 13:45:02 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/em if_em.c > > Log: > > em_hardware_i

cvs commit: ports/astro/xearth/files freebsd.committers.markers

2006-02-17 Thread Ed Maste
emaste 2006-02-17 21:36:35 UTC FreeBSD ports repository (src committer) Modified files: astro/xearth/files freebsd.committers.markers Log: Add my location. Revision ChangesPath 1.284 +1 -0 ports/astro/xearth/files/freebsd.committers.markers ___

cvs commit: src/sys/netinet ip_fw2.c

2006-02-23 Thread Ed Maste
emaste 2006-02-23 23:06:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netinet ip_fw2.c Log: MFC 1.110: clear lock on error in O_LIMIT case of install_state Approved by:re (mux) Revision ChangesPath 1.70.2.17 +1 -0

cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/boot2 boot2.c lib.h sio.S

2006-02-26 Thread Ed Maste
emaste 2006-02-26 17:34:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sbin/reboot boot_i386.8 sys/boot/i386/boot2 boot2.c lib.h sio.S Log: MFC boot2.c r1.74 lib.h r1.3 sio.S r1.10 boot_i386.8 r1.54 r1.55 r1.58 to RELENG_5: Add th

cvs commit: src/sys/kern kern_kse.c sys_process.c

2006-02-28 Thread Ed Maste
emaste 2006-02-28 14:58:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/kern kern_kse.c sys_process.c Log: MFC kern_kse.c 1.215 sys_process.c 1.132 to RELENG_5: Fix a LOR between sched_lock and sleep queue lock. kern_kse.c 1.21

cvs commit: src/sys/kern kern_sig.c sys_process.c

2006-02-28 Thread Ed Maste
emaste 2006-02-28 15:02:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/kern kern_sig.c sys_process.c Log: MFC kern_sig.c 1.319 sys_process.c 1.134 to RELENG_5: Avoid kernel panic when attaching a process which may not be stopped

cvs commit: src UPDATING

2006-02-28 Thread Ed Maste
emaste 2006-02-28 19:12:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .UPDATING Log: Belatedly add a note about the i386 loader defaulting to the serial rate set by the previous boot stage, if the console is already set to the co

cvs commit: src UPDATING

2006-02-28 Thread Ed Maste
emaste 2006-02-28 19:15:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) .UPDATING Log: Belatedly add a note about the i386 loader defaulting to the serial rate set by the previous boot stage, if the console is already set to the co

cvs commit: src/sys/kern link_elf.c

2006-03-11 Thread Ed Maste
emaste 2006-03-11 14:19:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/kern link_elf.c Log: MFC link_elf.c:1.86 to RELENG_5: Check to see if the hash table is present in link_elf_lookup_symbol() before dereferencing it. Certai

cvs commit: src/share/man/man3 queue.3

2006-03-25 Thread Ed Maste
emaste 2006-03-25 23:11:10 UTC FreeBSD src repository Modified files: share/man/man3 queue.3 Log: The removal of CIRCLEQ left four queue macros. One sentence was missed in the man page update. PR: docs/94938 Submitted by: Ed Schouten <[EMAIL PROTECT

cvs commit: src/share/man/man3 queue.3

2006-05-01 Thread Ed Maste
emaste 2006-05-02 03:59:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) share/man/man3 queue.3 Log: MFC queue.3 1.39 to RELENG_5: The removal of CIRCLEQ left four queue macro families, but one sentence in the man page wasn't updated. PR

cvs commit: src/share/man/man3 queue.3

2006-05-01 Thread Ed Maste
emaste 2006-05-02 04:02:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man3 queue.3 Log: MFC queue.3 1.39 to RELENG_6: The removal of CIRCLEQ left four queue macro families, but one sentence in the man page wasn't updated. PR

cvs commit: src/share/man/man3 queue.3

2006-05-01 Thread Ed Maste
emaste 2006-05-02 04:04:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) share/man/man3 queue.3 Log: MFC queue.3 1.39 to RELENG_6_1: The removal of CIRCLEQ left four queue macro families, but one sentence in the man page wasn't updated.

cvs commit: src/sys/sys queue.h

2006-05-25 Thread Ed Maste
emaste 2006-05-26 02:26:53 UTC FreeBSD src repository Modified files: sys/sys queue.h Log: QUEUE_MACRO_DEBUG is intended for userland code, so don't include checks that call panic under it. Revision ChangesPath 1.65 +2 -2 src/sys/sys/queue.h

cvs commit: src/sys/sys queue.h

2006-05-26 Thread Ed Maste
emaste 2006-05-26 18:17:53 UTC FreeBSD src repository Modified files: sys/sys queue.h Log: Add sanity checking for QUEUE(3) TAILQs under INVARIANTS (similar to the LIST checks). Races may lead to list corruption, which can be difficult to unravel in a post-mort

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

2006-06-05 Thread Ed Maste
emaste 2006-06-05 18:21:29 UTC FreeBSD src repository Modified files: sys/i386/i386minidump_machdep.c Log: Fix cut-n-pasteo: use the i386 version #define for i386 dumps, not the amd64 one. Revision ChangesPath 1.2 +1 -1 src/sys/i386/i386/minidump_

cvs commit: src/lib/libpthread/thread thr_rtld.c

2006-08-21 Thread Ed Maste
emaste 2006-08-21 14:33:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) lib/libpthread/thread thr_rtld.c Log: MFC r1.6 to RELENG_5: Don't attempt to initialize the rtld lock if it can't be malloc()'d. PR: 83452 Revision ChangesPath

cvs commit: src/lib/libpthread/thread thr_kern.c

2006-08-21 Thread Ed Maste
emaste 2006-08-21 14:35:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) lib/libpthread/thread thr_kern.c Log: MFC to RELENG_5 r1.117: Handle failure to malloc() part of the thread structure. PR: 83457 r1.118: Allocate a thread's tcb

cvs commit: src/lib/libpthread/thread thr_cond.c thr_mutex.c thr_nanosleep.c

2006-08-21 Thread Ed Maste
emaste 2006-08-21 14:51:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) lib/libpthread/thread thr_cond.c thr_mutex.c thr_nanosleep.c Log: MFC thr_cond.c r1.53, thr_mutex.c r1.49, thr_nanosleep.c r1.25 to RELENG_5: Eliminate a race condition in timed w

Re: cvs commit: src/share/zoneinfo africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica southamerica systemv yearistype.sh zone.tab

2006-10-16 Thread Ed Maste
On Fri, Oct 13, 2006 at 03:19:44PM -0700, Doug Barton wrote: > John Baldwin wrote: > > >>Part of the reason I didn't want to do it is that on RELENG_4 > >>it also requires more changes (like a makefile and etc/mtree). > >>I think you just broke the install on RELENG_4 with this > >>commit. > > I

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

2006-10-22 Thread Ed Maste
emaste 2006-10-22 21:33:57 UTC FreeBSD src repository Modified files: share/man/man4 ng_source.4 Log: Clarify that the input hook requires binary packet data. Instead of referencing an omitted example, include a short (Perl) example that queues an ICMP Echo message.

cvs commit: src/sys/net if_ethersubr.c

2006-06-12 Thread Ed Maste
emaste 2006-06-13 01:51:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net if_ethersubr.c Log: MFC r1.184: Check for non-NULL ac_netgraph field in interface arpcom, instead of checking global presence of ng_ether(4). Revie

cvs commit: src/sys/kern subr_kdb.c

2006-06-16 Thread Ed Maste
emaste 2006-06-17 02:58:18 UTC FreeBSD src repository Modified files: sys/kern subr_kdb.c Log: Add a description for sysctl -d. Revision ChangesPath 1.22 +1 -1 src/sys/kern/subr_kdb.c ___ cvs-all@freeb

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/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/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/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/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/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_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_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/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.

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/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

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 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.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/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/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/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/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/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/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

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 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_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/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/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-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/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/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-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/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 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-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_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-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

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: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 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 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 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/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-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/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-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/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/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 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/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

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/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 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/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_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

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

  1   2   >