| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
s/exec/executable/ in Synopsis, and
fix the Files section.
Notes:
svn path=/stable/4/; revision=100029
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=98564
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=81850
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=81777
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80147
|
| |
|
|
|
|
|
|
|
|
|
| |
elf.h is now a compatibility header with Solaris/SVR4.
* Consumers of elf.h now use the minimalist elf header possible.
This change is motivated by Binutils 2.11 and too much clashing over
our base elf headers and the Binutils elf headers.
Notes:
svn path=/stable/4/; revision=79604
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=78168
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70198
|
| |
|
|
|
|
|
|
| |
Change our ELF binary branding to match the SCO (as USL) method in the latest
SVR4 ELF spec.
Notes:
svn path=/stable/4/; revision=62689
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=57955
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57670
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All Makefiles now use MACHINE_ARCH for the target architecture.
Unification is required for cross-building.
Tags added to:
sys/boot/Makefile
sys/boot/arc/loader/Makefile
sys/kern/Makefile
usr.bin/cpp/Makefile
usr.bin/gcore/Makefile
usr.bin/truss/Makefile
usr.bin/gcore/Makefile:
fixed typo: MACHINDE -> MACHINE_ARCH
Notes:
svn path=/head/; revision=53152
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Merge the contents (less some trivial bordering the silly comments)
of <vm/vm_prot.h> and <vm/vm_inherit.h> into <vm/vm.h>. This puts
the #defines for the vm_inherit_t and vm_prot_t types next to their
typedefs.
This paves the road for the commit to follow shortly: change
useracc() to use VM_PROT_{READ|WRITE} rather than B_{READ|WRITE}
as argument.
Notes:
svn path=/head/; revision=52635
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=48861
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
procfs map file when object IDs were eliminated in the mega-commit
that included procfs_map.c revision 1.19.
The map file is a terrible hodge-podge. The fields that are used
mainly for kernel debugging should be moved out of it into a
separate file, so that the interface presented by the map file to
applications can remain stable in the face of VM system changes.
Notes:
svn path=/head/; revision=48860
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48792
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40803
|
| |
|
|
|
|
|
| |
target process even if we are killed or die due to an error.
Notes:
svn path=/head/; revision=40562
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40525
|
| |
|
|
|
|
|
|
|
|
| |
If it is ELF, print a diagnostic saying that it is not supported yet
by this program. This is a stop-gap anti-bug-report measure because
it looks like there won't be time to implement gcore's ELF support
before 3.0 is released.
Notes:
svn path=/head/; revision=40350
|
| |
|
|
|
|
|
|
|
|
| |
specified, use /proc/<pid>/file. Document it.
PR: bin/7915
Suggested-By: Wolfram Schneider <wosch@panke.de.freebsd.org>
Notes:
svn path=/head/; revision=39164
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=38522
|
| |
|
|
|
|
|
| |
consistent.
Notes:
svn path=/head/; revision=31218
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27273
|
| |
|
|
|
|
|
| |
manpage is being viewed.
Notes:
svn path=/head/; revision=26826
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17797
|
| |
|
|
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
Notes:
svn path=/head/; revision=17142
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8874
|
| |
|
|
|
|
|
|
|
| |
automagically. -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
Notes:
svn path=/head/; revision=2375
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1626
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|