| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=38740
|
| |
|
|
|
|
|
|
| |
because I moved some functions. Mr. Tidy likes them to be in
alphabetical order.
Notes:
svn path=/head/; revision=38739
|
| |
|
|
|
|
|
|
|
|
|
| |
shared object. Note, this searches _only_ that object, and not its
needed objects, in accordance with the documentation.
Also fix dlopen(NULL, ...) so that the executable's needed objects
are searched as well as the executable itself.
Notes:
svn path=/head/; revision=38737
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38702
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38632
|
| |
|
|
|
|
|
|
|
|
|
|
| |
it to sit right...
The __error() hack gave out the wrong address. It returned the address of
errno in ld.so instead of the address of errno in the main program. Oops.
The hack is now correct, just in time to be obsoleted by elf.
Notes:
svn path=/head/; revision=38480
|
| |
|
|
|
|
|
|
|
|
|
|
| |
or Elf64 based on the inclusion of the machine dependent header.
I've left the addition of the extra fields to handle the relocation
structures with addend for a separate commit after jdp has had a chance
to review what I've done. The current change is needed to compile
csu/alpha/crt1.c
Notes:
svn path=/head/; revision=38467
|
| |
|
|
|
|
|
|
| |
installworld dies at this point otherwise, leaving the system
without a dynamic linker.
Notes:
svn path=/head/; revision=38377
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38149
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38101
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38100
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38099
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38024
|
| |
|
|
|
|
|
|
|
| |
PR: 7280
Reviewed by: phk
Submitted by: Craig Leres <leres@ee.lbl.gov>
Notes:
svn path=/head/; revision=37817
|
| |
|
|
|
|
|
|
|
| |
PR: 5497
Submitted by: Jacob Bohn Lorensen <jacob@jblhome.ping.mk>
Obtained from: OpenBSD (indirectly it seems so just to be safe)
Notes:
svn path=/head/; revision=37769
|
| |
|
|
|
|
|
| |
PR: 5676
Notes:
svn path=/head/; revision=37532
|
| |
|
|
|
|
|
|
|
| |
Document dependency on current load average for starting new batch jobs.
PR: 7109
Notes:
svn path=/head/; revision=37322
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37297
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37262
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37261
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
alternative, I present .. ta! da! .. the __error() hack.
This patch to the a.out dynamic loader provides old a.out binaries
with __error() if they are linked with an older libc that lacks it,
but are also linked against a library that needs it.
There is a smaller, tricker hack that takes advantage of the fact
that ld.so has __error() too, courtesy of the new libc, but this
hack is the straightforward version.
Notes:
svn path=/head/; revision=37092
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36932
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36923
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36894
|
| |
|
|
|
|
|
|
|
| |
PR: 6903
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=36853
|
| |
|
|
|
|
|
|
|
| |
contains no ``/''s.
Elf already searches it seems.
Mostly submitted by: Mike Smith <mike@smith.net.au>
Notes:
svn path=/head/; revision=36717
|
| |
|
|
|
|
|
|
|
|
|
| |
libc and libbind.
rpc.rstatd required libkvm.
Only try to build these on i386 for the time being.
Notes:
svn path=/head/; revision=36695
|
| |
|
|
|
|
|
| |
PR: 5287
Notes:
svn path=/head/; revision=36667
|
| |
|
|
|
|
|
| |
Otherwise the length of the name is limited to 32 characters only.
Notes:
svn path=/head/; revision=36617
|
| |
|
|
|
|
|
| |
time() requires a time_t pointer, not a long.
Notes:
svn path=/head/; revision=36612
|
| |
|
|
|
|
|
|
| |
PR: 6829
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=36601
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36572
|
| |
|
|
|
|
|
|
| |
from the gpl ld code. This is part 2 of something that I began in 1996.
A repository copy has happened behind cvs's back.
Notes:
svn path=/head/; revision=36565
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move a.out libraries to /usr/lib/aout to make space for ELF libs.
Make rtld usr /usr/lib/aout as default library path.
Make ldconfig reject /usr/lib as an a.out library path.
Fix various Makefiles for LIBDIR!=/usr/lib breakage.
This will after a make world & reboot give a system that no
longer uses /usr/lib/*, infact one could remove all the old
libraries there, they are not used anymore.
We are getting close to an ELF make world, but I'll let this
all settle for a week or two...
Notes:
svn path=/head/; revision=36397
|
| |
|
|
|
|
|
|
| |
PR: 6682
Submitted by: Max Euston <meuston@jmrodgers.com>
Notes:
svn path=/head/; revision=36349
|
| |
|
|
|
|
|
|
|
|
|
| |
output for local users. FTP protocol RFC also says that 'ls' output is
not machine-readable. "always UTC" still possible with TZ= in ftpd
environment by price of having UTC in log files too.
Fix INTERNAL_LS to sense new /etc/localtime after chroot
Notes:
svn path=/head/; revision=36140
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36105
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36072
|
| |
|
|
|
|
|
| |
Fork already used for INTERNAL_LS in anycase
Notes:
svn path=/head/; revision=36070
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36068
|
| |
|
|
|
|
|
|
|
|
|
|
| |
any case.
It makes no difference for anon account (since chroot already makes it GMT),
but if you do mirror with special non-anon login, in old variant
your mirror will be wholy retransmitted twice in the year due to
time zone changes (/etc/localtime plays bad role here)
Notes:
svn path=/head/; revision=36066
|
| |
|
|
|
|
|
|
| |
this socket option. This is temporary code while the alpha still uses
NetBSD socket code in the kernel.
Notes:
svn path=/head/; revision=36045
|
| |
|
|
|
|
|
|
| |
Change pointer casts from int to long. The code that looks to index -1
of argv is still broken on alpha.
Notes:
svn path=/head/; revision=36030
|
| |
|
|
|
|
|
|
| |
Removed bogus dependencies of generated .c files on generated headers.
Sorted sources lists.
Notes:
svn path=/head/; revision=35909
|
| |
|
|
|
|
|
| |
Pointed out by: Nathan Torkington <gnat@prometheus.frii.com> PR 5585
Notes:
svn path=/head/; revision=35728
|
| |
|
|
|
|
|
| |
Pointed out by: Junji SAKAI <sakai.jp.freebsd.org> PR 5621
Notes:
svn path=/head/; revision=35727
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35700
|
| |
|
|
|
|
|
| |
Prompted by: John Hay <jhay@mikom.csir.co.za>
Notes:
svn path=/head/; revision=35673
|
| |
|
|
|
|
|
|
| |
PR: 6499
Submitted by: Doug Barton <Studded@san.rr.com>
Notes:
svn path=/head/; revision=35665
|
| |
|
|
|
|
|
|
| |
PR: part of 6492
Submitted by: Chip Norkus via Doug White <studded@san.rr.com>
Notes:
svn path=/head/; revision=35646
|