| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=103548
|
| |
|
|
|
|
|
| |
Pretend to actually adhere to the GNU coding standards.
Notes:
svn path=/head/; revision=103546
|
| |
|
|
| |
Notes:
svn path=/head/; revision=103474
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
interface setbuffer(), and emulates setbuffer() on USG systems using a
#define of setbuffer() in terms of setvbuf(). The #define is correctly
ifdefed in some places but was not correctly ifdefed here -- i.e., BSD
was essentially configured as USG here. This became fatal when <stdio.h>
was de-__P(())ified without testing. This file gets included before
<stdio.h>, so the #define now affects (and breaks)
`setbuffer<left parentheses>' in <stdio.h> where it didn't affect
`setbuffer<whitespace>'.
Notes:
svn path=/head/; revision=103473
|
| |
|
|
| |
Notes:
svn path=/head/; revision=103472
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Murdered by members of: a.out.die.die.die
ELF is the 1 true path now. So make good on the src/Makefile threat that
building a.out will not be supported post 4.x. These bits should either
resurface as a port, or a new port using the latest Binutils bits. The
later will not support our SunOS-style shared a.out libs; but we shouldn't
need such support by this point in time.
Notes:
svn path=/head/; revision=103437
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
Notes:
svn path=/head/; revision=103436
|
| |
|
|
| |
Notes:
svn path=/head/; revision=103435
|
| |
|
|
| |
Notes:
svn path=/head/; revision=103372
|
| |
|
|
|
|
|
| |
to make building GCC happy.
Notes:
svn path=/head/; revision=103257
|
| |
|
|
|
|
|
| |
Submitted by: rwatson
Notes:
svn path=/head/; revision=102905
|
| |
|
|
|
|
|
|
|
| |
internal buffer management somehow (an off by one perhaps). HAVE_MMAP
wasn't detected because configure has a bogus declaration of malloc
which conflicted with stdlib.h. Sigh.
Notes:
svn path=/head/; revision=102854
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102847
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102778
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102737
|
| |
|
|
|
|
|
|
| |
PR: docs/41728
Submitted by: osgene@web.de
Notes:
svn path=/head/; revision=102661
|
| |
|
|
|
|
|
|
|
| |
PR: docs/41727
Submitted by: osgene@web.de
Reviewed by: des
Notes:
svn path=/head/; revision=102587
|
| |
|
|
|
|
|
|
| |
PR: 37662
MFC after: 5 days
Notes:
svn path=/head/; revision=102475
|
| |
|
|
|
|
|
|
| |
PR: docs/41887
Submitted by: tobez
Notes:
svn path=/head/; revision=102425
|
| |
|
|
|
|
|
| |
Inspired by: bmah's commit to www/en/releases/4.6.1R
Notes:
svn path=/head/; revision=101874
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101853
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101828
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101810
|
| |
|
|
|
|
|
|
|
| |
PR: docs/41595
Submitted by: Christian Brueffer <chris@unixpages.org>
MFC after: 3 days
Notes:
svn path=/head/; revision=101779
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=101476
|
| |
|
|
|
|
|
|
|
| |
the ``grep -Ei'' searching.
MFC after: 3 days
Notes:
svn path=/head/; revision=101475
|
| |
|
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
Notes:
svn path=/head/; revision=100872
|
| |
|
|
|
|
|
| |
Reminded by: bde
Notes:
svn path=/head/; revision=100828
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100313
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100304
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100303
|
| |
|
|
|
|
|
| |
Noticed by: sparc64 tinderbox
Notes:
svn path=/head/; revision=100177
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99970
|
| |
|
|
|
|
|
|
|
|
| |
It contains a detailed description of the =format option part.
PR: docs/36464
Submitted by: Gary W. Swearingen <swear@blarg.net>
Notes:
svn path=/head/; revision=99815
|
| |
|
|
|
|
|
|
|
|
| |
and what their equivalent grep options are.
PR: docs/35603
Submitted by: "Gary W. Swearingen" <swear@blarg.net>
Notes:
svn path=/head/; revision=99809
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99718
|
| |
|
|
|
|
|
|
|
| |
consistently on all platforms.
Submitted by: gallatin
Notes:
svn path=/head/; revision=99717
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99713
|
| |
|
|
|
|
|
| |
rev 1.5 rc/contrib/gdb/gdb/gdbserver/gdbreplay.c
Notes:
svn path=/head/; revision=99677
|
| |
|
|
|
|
|
| |
to coordinate fixes for this contrib code.
Notes:
svn path=/head/; revision=99643
|
| |
|
|
|
|
|
| |
This should resume parallel builds, among other things.
Notes:
svn path=/head/; revision=99405
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99401
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99321
|
| |
|
|
|
|
|
| |
Submitted by: Szilveszter Adam <sziszi@bsd.hu>
Notes:
svn path=/head/; revision=99204
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99114
|
| |
|
|
|
|
|
|
|
|
| |
non-i386 platforms.
I would however like to see a shared file here. If a function or two cannot
be shared we should create ${TARGET_ARCH}/kvm-fbsd-${TARGET_ARCH}.c.
Notes:
svn path=/head/; revision=99107
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99103
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99080
|