| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=116903
|
| |
|
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
Notes:
svn path=/head/; revision=100872
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95716
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95124
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92922
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87769
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87299
|
| |
|
|
|
|
|
|
|
| |
had it to begin with (e.g., the Alpha).
Submitted by: bde
Notes:
svn path=/head/; revision=79112
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79009
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74848
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38899
|
| |
|
|
|
|
|
| |
elf executable..
Notes:
svn path=/head/; revision=36925
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move our old a.out utils to /usr/libexec/aout.
Enable binutils and put the utils in /usr/libexec/elf
Enable objformat, a little helper program that calls the right
utils based on /etc/objformat and $OBJFORMAT.
This will enable the ELF generating tools.
Remember that this is only step one, the system is still compiled
and run in a.out format ONLY.
Problem left to solve: The BSD manpages wins over the GNU equivalents
as the are installed last. We need to distinguish between the manpages
somehow...
Notes:
svn path=/head/; revision=36374
|
| |
|
|
| |
Notes:
svn path=/head/; revision=28098
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23012
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use MAP_FAILED instead of the constant -1 to indicate
failure (required by POSIX).
- Removed flag arguments of '0' (required by POSIX).
- Fixed code which expected an error return of 0.
- Fixed code which thought any address with the high bit set
was an error.
- Check for failure where no checks were present.
Discussed with: bde
Notes:
svn path=/head/; revision=21786
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
| |
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
Notes:
svn path=/head/; revision=17891
|
| |
|
|
|
|
|
|
| |
is defined, STRIP is undefined and causes the Makefile to blow up, so
make sure STRIP is defined if you plan on using it.
Notes:
svn path=/head/; revision=16808
|
| |
|
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@lirmm.fr>
Notes:
svn path=/head/; revision=14521
|
| |
|
|
|
|
|
| |
after a clean or cleandir.
Notes:
svn path=/head/; revision=9844
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
at install time. This will allow `install -C' to avoid replacing the
installed copy if the new copy is the same. `install -C' would actually
work right if `strip' is already installed, but the Makefile doesn't
know that and has to work for plain `install'.
Stripping should be done by default at link time, but complications
would still be required for installing `strip' in case the default is
overridden.
Notes:
svn path=/head/; revision=9693
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8874
|
| |
|
|
|
|
|
| |
Submitted by: jc@irbs.com
Notes:
svn path=/head/; revision=5140
|
| |
|
|
|
|
|
|
| |
Get rid of install: and instead add an afterinstall: so that man page
is properly installed
Notes:
svn path=/head/; revision=3212
|
| |
|
|
|
|
|
|
|
|
| |
flag to err() is useless). The following files might be much smaller
so malloc() might work for them.
Clean up formatting of the -x change.
Notes:
svn path=/head/; revision=2581
|
| |
|
|
|
|
|
|
| |
- eval -> err_val : slightly more meaningful (eval is what you do in Linda ;-))
Submitted by: Geoff.
Notes:
svn path=/head/; revision=2469
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2143
|
| |
|
|
|
|
|
| |
to just install:, sperious targets and CLEANFILES removed.
Notes:
svn path=/head/; revision=1637
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|