cvs commit: src/sys/kern subr_stack.c

2008-08-15 Thread Antoine Brodin
antoine 2008-08-15 16:42:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern subr_stack.c Log: SVN rev 181758 on 2008-08-15 16:42:07Z by antoine MFC r180495 to stable/7: Staticize M_STACK. Approved by:rwatson (mentor)

cvs commit: src/sys/kern subr_stack.c

2008-07-13 Thread Subversion owner
svn 2008-07-13 17:15:19 UTC FreeBSD src repository Modified files: sys/kern subr_stack.c Log: SVN rev 180495 on 2008-07-13 17:15:19Z by svn Staticize M_STACK. Approved by:rwatson (mentor) MFC after: 1 month Revision ChangesPath

cvs commit: src/sys/kern subr_stack.c

2008-04-10 Thread Robert Watson
rwatson 2008-04-10 22:57:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern subr_stack.c Log: Merge subr_stack.c:1.6 from HEAD to RELENG_7: When a symbol name can't be resolved, return ?? as the name, rather than Unknown func,

cvs commit: src/sys/kern subr_stack.c

2007-12-03 Thread Robert Watson
rwatson 2007-12-03 14:44:35 UTC FreeBSD src repository Modified files: sys/kern subr_stack.c Log: When a symbol name can't be resolved, return ?? as the name, rather than Unknown func, in order to avoid putting spaces in what ideally is a string separated by

cvs commit: src/sys/kern subr_stack.c

2006-10-15 Thread Kris Kennaway
kris2006-10-15 18:23:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern subr_stack.c Log: MFC: Correct bogous typos Approved by:re (hrs) Revision ChangesPath 1.2.2.2 +3 -3 src/sys/kern/subr_stack.c

cvs commit: src/sys/kern subr_stack.c

2006-05-28 Thread Kris Kennaway
kris2006-05-28 22:15:28 UTC FreeBSD src repository Modified files: sys/kern subr_stack.c Log: Correct typos MFC after: 2 weeks Revision ChangesPath 1.3 +3 -3 src/sys/kern/subr_stack.c

cvs commit: src/sys/kern subr_stack.c

2006-03-12 Thread Jeff Roberson
jeff2006-03-13 03:05:58 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/kern subr_stack.c Log: VFS SMP fixes, stack api, softupdates fixes. Sponsored by: Isilon Systems, Inc. Approved by:re (scottl) Revision Changes