| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: 7280
Reviewed by: phk
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
|
|
|
|
|
| |
PR: 5497
Submitted by: Jacob Bohn Lorensen <jacob@jblhome.ping.mk>
Obtained from: OpenBSD (indirectly it seems so just to be safe)
|
|
|
|
| |
PR: 5676
|
|
|
|
|
|
| |
Document dependency on current load average for starting new batch jobs.
PR: 7109
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 6903
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
|
|
|
|
|
|
| |
contains no ``/''s.
Elf already searches it seems.
Mostly submitted by: Mike Smith <mike@smith.net.au>
|
|
|
|
|
|
|
|
| |
libc and libbind.
rpc.rstatd required libkvm.
Only try to build these on i386 for the time being.
|
|
|
|
| |
PR: 5287
|
|
|
|
| |
Otherwise the length of the name is limited to 32 characters only.
|
|
|
|
| |
time() requires a time_t pointer, not a long.
|
|
|
|
|
| |
PR: 6829
Submitted by: Josh Gilliam <josh@quick.net>
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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...
|
|
|
|
|
| |
PR: 6682
Submitted by: Max Euston <meuston@jmrodgers.com>
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Fork already used for INTERNAL_LS in anycase
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
this socket option. This is temporary code while the alpha still uses
NetBSD socket code in the kernel.
|
|
|
|
|
| |
Change pointer casts from int to long. The code that looks to index -1
of argv is still broken on alpha.
|
|
|
|
|
| |
Removed bogus dependencies of generated .c files on generated headers.
Sorted sources lists.
|
|
|
|
| |
Pointed out by: Nathan Torkington <gnat@prometheus.frii.com> PR 5585
|
|
|
|
| |
Pointed out by: Junji SAKAI <sakai.jp.freebsd.org> PR 5621
|
| |
|
|
|
|
| |
Prompted by: John Hay <jhay@mikom.csir.co.za>
|
|
|
|
|
| |
PR: 6499
Submitted by: Doug Barton <Studded@san.rr.com>
|
|
|
|
|
| |
PR: part of 6492
Submitted by: Chip Norkus via Doug White <studded@san.rr.com>
|
| |
|
|
|
|
| |
runtime linker.
|
| |
|
|
|
|
|
| |
array would end up without the NULL pointer termination, causing the glob
code to glob whatever garbage happend to follow on the stack.
|
|
|
|
|
|
| |
PR: 6365
Reviewed by: phk
Submitted by: Jason Garman <init@risen.org>
|
|
|
|
|
| |
Submitted by: Glen Foster (gfoster@gfoster.com)
Fix missing "/" in dump file pathname.
|
|
|
|
|
|
|
|
| |
the chroot will not get sent to syslogd.
PR: 4910
Reviewed by: phk
Submitted by: Jim Mercer <jim@komodo.reptiles.org>
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
|
|
|
| |
quite a few enhancements and bug fixes. There are still some known
deficiencies, but it should be adequate to get us started with ELF.
Submitted by: John Polstra <jdp@polstra.com>
|
|
|
|
|
|
|
| |
quite a few enhancements and bug fixes. There are still some known
deficiencies, but it should be adequate to get us started with ELF.
Submitted by: John Polstra <jdp@polstra.com>
|