Author: joel (doc committer)
Date: Sun Apr 21 06:46:41 2013
New Revision: 249716
URL: http://svnweb.freebsd.org/changeset/base/249716
Log:
Remove cross-references to nonexistent CPU_SET(3) manpage.
Also fix cpu_getaffinity(2) document title.
PR: 176317
Submitted by: brucec
Mo
On Sat, Apr 20, 2013 at 10:16:49PM +, Joel Dahl wrote:
> Author: joel (doc committer)
> Date: Sat Apr 20 22:16:49 2013
> New Revision: 249711
> URL: http://svnweb.freebsd.org/changeset/base/249711
>
> Log:
> mdoc: end function context properly.
>
> Modified:
> head/lib/libprocstat/libproc
On Sat, Mar 23, 2013 at 08:57:54AM +, Andriy Gapon wrote:
> Author: avg
> Date: Sat Mar 23 08:57:54 2013
> New Revision: 248644
> URL: http://svnweb.freebsd.org/changeset/base/248644
>
> Log:
> dtrace: ensure that we can always catch a process (e.g. when -c is used)
>
> It is not guaran
Author: adrian
Date: Sun Apr 21 00:41:15 2013
New Revision: 249715
URL: http://svnweb.freebsd.org/changeset/base/249715
Log:
When doing BAW tracking, don't dereference a NULL pointer if the BAW
slot is actually NULL.
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: head/sys/dev/ath/if_ath_
Author: imp
Date: Sat Apr 20 23:33:51 2013
New Revision: 249714
URL: http://svnweb.freebsd.org/changeset/base/249714
Log:
Add more details about updating across the clang divide.
Add hints about having a root shell around on live updates.
Couple of additional nits.
Modified:
head/UPDATING
Author: adrian
Date: Sat Apr 20 22:46:31 2013
New Revision: 249713
URL: http://svnweb.freebsd.org/changeset/base/249713
Log:
There's some races (likely in the BAR handling, sigh) which is causing
the pause/resume code to not be called completely symmetrically.
I'll chase down the root cau
Author: joel (doc committer)
Date: Sat Apr 20 22:26:33 2013
New Revision: 249712
URL: http://svnweb.freebsd.org/changeset/base/249712
Log:
Add missing Pp. Also remove some minor whitespace.
PR: 177995
Submitted by: olgeni
Modified:
head/share/man/man4/syscons.4
Modified: hea
Author: joel (doc committer)
Date: Sat Apr 20 22:16:49 2013
New Revision: 249711
URL: http://svnweb.freebsd.org/changeset/base/249711
Log:
mdoc: end function context properly.
Modified:
head/lib/libprocstat/libprocstat.3
Modified: head/lib/libprocstat/libprocstat.3
==
Author: gjb (doc,ports committer)
Date: Sat Apr 20 19:13:56 2013
New Revision: 249710
URL: http://svnweb.freebsd.org/changeset/base/249710
Log:
- Update releng/8.4 branch to -RC2
Approved by: re (jpaetzel)
Modified:
releng/8.4/sys/conf/newvers.sh
Modified: releng/8.4/sys/conf/newvers.s
Author: trociny
Date: Sat Apr 20 15:37:33 2013
New Revision: 249704
URL: http://svnweb.freebsd.org/changeset/base/249704
Log:
Wrong cast.
MFC after:1 month
Modified:
head/usr.bin/gcore/elfcore.c
Modified: head/usr.bin/gcore/elfcore.c
=
Author: pfg
Date: Sat Apr 20 14:55:48 2013
New Revision: 249703
URL: http://svnweb.freebsd.org/changeset/base/249703
Log:
libstdc++: Revert the expl addition from r246857.
When the needed configuration update to libstdc++ was done.
we overlooked that expl hasn't been merged. This is caus
Author: ed
Date: Sat Apr 20 14:44:28 2013
New Revision: 249702
URL: http://svnweb.freebsd.org/changeset/base/249702
Log:
Enable libcompiler-rt on MIPS.
Originally we disabled libcompiler-rt on MIPS and SPARC64, because of an
issue where __clzdi2 and __ctzdi2 would cause endless recursion.
On Sat, Apr 20, 2013 at 05:45:43 -0600, Warner Losh wrote:
> Hey Ken,
>
> this change doesn't compile for me. See below
>
> Warner
>
> On Apr 19, 2013, at 2:03 PM, Kenneth D. Merry wrote:
[ ...]
> > + ces->ces_designator_length = devid->designator_length;
> > +
Author: ken
Date: Sat Apr 20 14:33:55 2013
New Revision: 249701
URL: http://svnweb.freebsd.org/changeset/base/249701
Log:
Fix compilation.
Pointy hat to:ken
Modified:
head/sys/cam/scsi/scsi_ch.c
Modified: head/sys/cam/scsi/scsi_ch.c
==
Author: uqs
Date: Sat Apr 20 12:41:05 2013
New Revision: 249698
URL: http://svnweb.freebsd.org/changeset/base/249698
Log:
bin/df: Fix unitialized use in prtstat
While here:
- use NULL in the context of pointers
- use memset instead of bzero throughout the file
- free memory to appease
Author: trasz
Date: Sat Apr 20 12:36:53 2013
New Revision: 249697
URL: http://svnweb.freebsd.org/changeset/base/249697
Log:
Make DELAY(9) reference pause(9).
Modified:
head/share/man/man9/DELAY.9
Modified: head/share/man/man9/DELAY.9
==
Author: edwin
Date: Sat Apr 20 11:46:38 2013
New Revision: 249696
URL: http://svnweb.freebsd.org/changeset/base/249696
Log:
Merge of current from 249692, tzdata2013c:
- antarctica: AusAQ and ATAQ have been removed.
- Antarctica/Macquarie has been moved to australasia file and AU.
- Asia
Author: edwin
Date: Sat Apr 20 11:46:01 2013
New Revision: 249695
URL: http://svnweb.freebsd.org/changeset/base/249695
Log:
Merge of current from 249692, tzdata2013c:
- antarctica: AusAQ and ATAQ have been removed.
- Antarctica/Macquarie has been moved to australasia file and AU.
- Asia
Hey Ken,
this change doesn't compile for me. See below
Warner
On Apr 19, 2013, at 2:03 PM, Kenneth D. Merry wrote:
> Author: ken
> Date: Fri Apr 19 20:03:51 2013
> New Revision: 249658
> URL: http://svnweb.freebsd.org/changeset/base/249658
>
> Log:
> Update chio(1) and ch(4) to support repor
Author: edwin
Date: Sat Apr 20 11:45:08 2013
New Revision: 249694
URL: http://svnweb.freebsd.org/changeset/base/249694
Log:
Merge of current from 249692, tzdata2013c:
- antarctica: AusAQ and ATAQ have been removed.
- Antarctica/Macquarie has been moved to australasia file and AU.
- Asia
Author: edwin
Date: Sat Apr 20 11:44:17 2013
New Revision: 249693
URL: http://svnweb.freebsd.org/changeset/base/249693
Log:
Merge of current from 249692, tzdata2013c:
- antarctica: AusAQ and ATAQ have been removed.
- Antarctica/Macquarie has been moved to australasia file and AU.
- Asia
Author: edwin
Date: Sat Apr 20 11:42:10 2013
New Revision: 249692
URL: http://svnweb.freebsd.org/changeset/base/249692
Log:
Merge of vendor of 249690, tzdata2013c
- antarctica: AusAQ and ATAQ have been removed.
- Antarctica/Macquarie has been moved to australasia file and AU.
- Asia/Heb
Author: edwin
Date: Sat Apr 20 11:35:25 2013
New Revision: 249691
URL: http://svnweb.freebsd.org/changeset/base/249691
Log:
Tag of tzdata2013c
Added:
vendor/tzdata/tzdata2013c/
- copied from r249690, vendor/tzdata/dist/
___
svn-src-all@freebsd.
Author: edwin
Date: Sat Apr 20 11:30:14 2013
New Revision: 249690
URL: http://svnweb.freebsd.org/changeset/base/249690
Log:
Vendor import of tzdata2013c
- antarctica: AusAQ and ATAQ have been removed.
- Antarctica/Macquarie has been moved to australasia file and AU.
- Asia/Hebron, Pales
Author: mm
Date: Sat Apr 20 09:25:25 2013
New Revision: 249689
URL: http://svnweb.freebsd.org/changeset/base/249689
Log:
MFC r249047 (avg):
spa_open_common: fix argument to zvol_create_minors
Prior to r248571 spa_open was always called with a bare pool name,
but now it is called with a
Author: trociny
Date: Sat Apr 20 08:25:14 2013
New Revision: 249688
URL: http://svnweb.freebsd.org/changeset/base/249688
Log:
Bump date.
Modified:
head/lib/libprocstat/libprocstat.3
Modified: head/lib/libprocstat/libprocstat.3
=
Author: trociny
Date: Sat Apr 20 08:23:19 2013
New Revision: 249687
URL: http://svnweb.freebsd.org/changeset/base/249687
Log:
Sync gcore(1) with the recent changes in kernel code aimed at adding
procstat notes to a process core file.
Suggested by: jhb
MFC after:1 month
Modified:
Author: trociny
Date: Sat Apr 20 08:22:09 2013
New Revision: 249686
URL: http://svnweb.freebsd.org/changeset/base/249686
Log:
Make use of newly added libprocstat(3) ability to extract procstat
info from a process core file.
So now one can run procstat(1) on a process core e.g. to get a li
Author: trociny
Date: Sat Apr 20 08:19:06 2013
New Revision: 249685
URL: http://svnweb.freebsd.org/changeset/base/249685
Log:
Use procstat_getkstack(3) for retrieving process kernel stacks
instead of direct sysctl calls.
MFC after:1 month
Modified:
head/usr.bin/procstat/procstat.c
Author: trociny
Date: Sat Apr 20 08:17:20 2013
New Revision: 249684
URL: http://svnweb.freebsd.org/changeset/base/249684
Log:
Add procstat_getkstack function to dump kernel stacks of a process.
MFC after:1 month
Modified:
head/lib/libprocstat/Symbol.map
head/lib/libprocstat/libproc
Author: trociny
Date: Sat Apr 20 08:15:43 2013
New Revision: 249683
URL: http://svnweb.freebsd.org/changeset/base/249683
Log:
Use libprocstat(3) to retrieve ELF auxiliary vector.
MFC after:1 month
Modified:
head/usr.bin/procstat/procstat.c
head/usr.bin/procstat/procstat.h
head/us
Author: trociny
Date: Sat Apr 20 08:13:35 2013
New Revision: 249682
URL: http://svnweb.freebsd.org/changeset/base/249682
Log:
This should have been committed in r249666.
MFC after:1 month
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
=
Author: trociny
Date: Sat Apr 20 08:10:47 2013
New Revision: 249681
URL: http://svnweb.freebsd.org/changeset/base/249681
Log:
Add procstat_getauxv function to retrieve a process auxiliary vector.
MFC after:1 month
Modified:
head/lib/libprocstat/Symbol.map
head/lib/libprocstat/core.
Author: trociny
Date: Sat Apr 20 08:08:29 2013
New Revision: 249680
URL: http://svnweb.freebsd.org/changeset/base/249680
Log:
Use libprocstat(3) to retrieve process command line arguments and
environment variables.
MFC after:1 month
Modified:
head/usr.bin/procstat/procstat.c
head
Author: trociny
Date: Sat Apr 20 08:07:04 2013
New Revision: 249679
URL: http://svnweb.freebsd.org/changeset/base/249679
Log:
Extend libprocstat with functions to retrieve process command line
arguments and environment variables.
Suggested by: stas
Reviewed by: jhb and stas (initial ve
Author: trociny
Date: Sat Apr 20 08:05:04 2013
New Revision: 249678
URL: http://svnweb.freebsd.org/changeset/base/249678
Log:
Use libprocstat(3) when retrieving binary information for a process.
MFC after:1 month
Modified:
head/usr.bin/procstat/procstat.c
head/usr.bin/procstat/proc
Author: trociny
Date: Sat Apr 20 08:03:56 2013
New Revision: 249677
URL: http://svnweb.freebsd.org/changeset/base/249677
Log:
Add procstat_getosrel function to retrieve a process osrel info.
MFC after:1 month
Modified:
head/lib/libprocstat/Symbol.map
head/lib/libprocstat/core.c
h
Author: trociny
Date: Sat Apr 20 08:02:43 2013
New Revision: 249676
URL: http://svnweb.freebsd.org/changeset/base/249676
Log:
Add procstat_getpathname function to retrieve a process executable.
MFC after:1 month
Modified:
head/lib/libprocstat/Symbol.map
head/lib/libprocstat/libproc
Author: trociny
Date: Sat Apr 20 08:01:00 2013
New Revision: 249675
URL: http://svnweb.freebsd.org/changeset/base/249675
Log:
Use procstat_getrlimit(3) for retrieving rlimit information instead of
direct sysctl calls.
MFC after:1 month
Modified:
head/usr.bin/procstat/procstat.c
h
Author: trociny
Date: Sat Apr 20 07:59:44 2013
New Revision: 249674
URL: http://svnweb.freebsd.org/changeset/base/249674
Log:
Add procstat_getrlimit function to retrieve a process resource limits info.
MFC after:1 month
Modified:
head/lib/libprocstat/Symbol.map
head/lib/libprocstat
Author: trociny
Date: Sat Apr 20 07:58:20 2013
New Revision: 249673
URL: http://svnweb.freebsd.org/changeset/base/249673
Log:
Use procstat_getumask(3) for retrieving umaks information instead of
direct sysctl.
MFC after:1 month
Modified:
head/usr.bin/procstat/procstat_cred.c
Modif
Author: trociny
Date: Sat Apr 20 07:57:08 2013
New Revision: 249672
URL: http://svnweb.freebsd.org/changeset/base/249672
Log:
Add procstat_getumask function to retrieve a process umask.
MFC after:1 month
Modified:
head/lib/libprocstat/Symbol.map
head/lib/libprocstat/core.c
head/l
Author: trociny
Date: Sat Apr 20 07:55:31 2013
New Revision: 249671
URL: http://svnweb.freebsd.org/changeset/base/249671
Log:
Use procstat_getgroups(3) for retrieving groups information instead of
direct sysctl.
MFC after:1 month
Modified:
head/usr.bin/procstat/procstat.c
head/us
Author: trociny
Date: Sat Apr 20 07:54:07 2013
New Revision: 249670
URL: http://svnweb.freebsd.org/changeset/base/249670
Log:
Add procstat_getgroups function to retrieve process groups.
MFC after:1 month
Modified:
head/lib/libprocstat/Symbol.map
head/lib/libprocstat/core.c
head/l
Author: trociny
Date: Sat Apr 20 07:52:23 2013
New Revision: 249669
URL: http://svnweb.freebsd.org/changeset/base/249669
Log:
Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.
MFC after:1 month
Modified:
head/usr.bin/procstat/procstat.c
head/usr.bin/procs
Author: trociny
Date: Sat Apr 20 07:50:59 2013
New Revision: 249668
URL: http://svnweb.freebsd.org/changeset/base/249668
Log:
Use procstat_getprocs(3) for retrieving thread information instead of
direct sysctl calls.
MFC after:1 month
Modified:
head/usr.bin/procstat/procstat.c
he
Author: trociny
Date: Sat Apr 20 07:49:35 2013
New Revision: 249667
URL: http://svnweb.freebsd.org/changeset/base/249667
Log:
Add procstat_getvmmap function to get VM layout of a process.
MFC after:1 month
Modified:
head/lib/libprocstat/Symbol.map
head/lib/libprocstat/libprocstat.3
Author: trociny
Date: Sat Apr 20 07:47:26 2013
New Revision: 249666
URL: http://svnweb.freebsd.org/changeset/base/249666
Log:
Make libprocstat(3) extract procstat notes from a process core file.
PR: kern/173723
Suggested by: jhb
Glanced by: kib
MFC after:1 month
Added
48 matches
Mail list logo