| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
|
|
|
|
| |
the kernel goes ELF.
|
|
|
|
|
|
|
| |
specified, use /proc/<pid>/file. Document it.
PR: bin/7915
Suggested-By: Wolfram Schneider <wosch@panke.de.freebsd.org>
|
|
|
|
|
|
| |
macros and document them.
Prompted by: bde
|
|
|
|
|
|
|
| |
directory scanned was printed instead of the real total)
PR: bin/7896
Submitted by: Zach Heilig <zach@gaffaneys.com>
|
|
|
|
| |
Obtained from: pstat.c
|
| |
|
|
|
|
|
|
|
|
|
|
| |
option lets make look inside archive libraries when determining if a
library is out-of-date. I don't think that make should look inside
files, so this fix effectively tells it not to. If the decision is
made (by someone else) that make _should_ be doing this, it will need
to be taught how to recognise elf archive libraries.
Problem noticed by: Joseph Koshy <jkoshy@freebsd.org>
|
|
|
|
|
| |
PR: 6790
Submitted by: nsmart <njs3@doc.ic.ac.uk>
|
|
|
|
|
| |
PR: 7841
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
|
|
|
|
| |
Submitted by: Scott Michel <scottm@cs.ucla.edu>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
the executable file, so it will work for both a.out and ELF format
files. I have split the object format specific code into separate
source files. It's cleaner than it was before, but it's still
pretty crufty.
Don't cheat on your make world for this update. A lot of things
have to be rebuilt for it to work, including the compiler and all
of the profiled libraries.
|
|
|
|
| |
GNU's, and OSF1's).
|
|
|
|
|
| |
PR: bin/7657
Submitted by: Dom Mitchell dom@phmit.demon.co.uk
|
| |
|
|
|
|
|
| |
uses the first type listed in the array as the default type. This isn't
perfect, but I thought it would be better than nothing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a port so there is nothing to be done on that side now.
Approved by: jkh
===
To: "Jordan K. Hubbard" <jkh@time.cdrom.com>
cc: Andreas Klemm <andreas@klemm.gtn.com>, current@freebsd.org
Subject: Re: Make this a relese coordinator decision (was Re: ports-current/packages-current discontinued)
From: David Greenman <dg@root.com>
Date: Sun, 03 Aug 1997 20:23:31 -0700
>decision is, I'll respect it.
Another chance to architect people's principles...I can hardly wait. Seems
quite appropriate for a Sunday - I just need to get one of those collection
plates (and money envelopes) so I can profit, too. :-)
Tcl stays in /usr/src for now, but it needs to be kept up to date; same
for perl. If Jordan doesn't have "setup" (written in tcl) ready for 3.0,
then tcl will be yanked prior to the 3.0 release (and made into a port).
As for the ports tree only supporting the last FreeBSD release, this seems
sensible to me. The "ports" have always been a moving target between releases
and the problem is only going to get worse when we expand to supporting other
processor architectures. In any case, Satoshi is and always has been in charge
of the ports tree and whatever he wants to do with it (within reason :-)) is
his decision.
Does this cover the issue completely? I admit to deleting messages in this
thread with unusual fervor (people have FAR too much time on their hands!).
There's a fair bit of reasoning behind the above, but since everyone is sick
of arguing about this, I'll spare you the analysis.
-DG
David Greenman
Core-team/Principal Architect, The FreeBSD Project
|
| |
|
| |
|
| |
|
|
|
|
|
| |
this refer to the wrong data.
Submitted by: axl@iafrica.com (Sheldon Hearn)
|
|
|
|
|
|
|
| |
linkage is needed for the NOSHARED=YES case, so it is simplest to
never depend on the automagic linkage for elf shared libraries.
Reviewed by: jdp
|
|
|
|
| |
Noticed by: bde
|
|
|
|
| |
Submitted by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
|
| |
|
|
|
|
| |
$ look miau dict1 dict2 dict3
|
| |
|
| |
|
|
|
|
| |
Suggested by: jdp
|
| |
|
|
|
|
|
|
|
|
| |
line, instead of skipping them.
Also make a few minor cleanups.
PR: bin/7783
|
|
|
|
|
| |
PR: 7784
Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
|
| |
|
|
|
|
|
| |
Change the diagnostic if there were no matching processes owned by
you.
|
| |
|
| |
|
|
|
|
| |
of vfs flags in the man page).
|
|
|
|
|
|
| |
lists.
This is needed when using a non-stock compiler.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
not equal, the command line arguments are wrong. E.g.:
$./gcore /bin/sh 1761
$ ./gcore /usr/tmp/chroot/bin/sh 1761
gcore: The executable /usr/tmp/chroot/bin/sh does not belong to process 1761!
Text segment size (in bytes): executable 303104, process 294912
|
| |
|
|
|
|
|
| |
PR: 7703
Submitted by: Yoshishige Arai <ryo2@on.rim.or.jp>
|
| |
|
|
|
|
| |
Submitted by: terry
|
|
|
|
|
|
|
|
| |
Didn't fix the alignment of the output fields on alpha where addresses
require 16 characters to print.
Added a dummy field to the pt_u union to help the alpha compiler align
the u_sa field in a suiable way.
|
| |
|