index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
Commit message (
Expand
)
Author
Age
Files
Lines
*
use minimum length for strcoll too
ache
1999-02-14
1
-4
/
+19
*
remove collating optimization - not work with substituted characters
ache
1999-02-13
1
-37
/
+2
*
use strcoll() where it is easy to sort german ss and similar properly
ache
1999-02-13
1
-21
/
+7
*
$Id$ misspelled as $Id
wosch
1999-02-11
1
-1
/
+1
*
Added myself as maintainer.
wosch
1999-02-09
4
-2
/
+13
*
Fix white-space spamming.
obrien
1999-02-08
3
-5
/
+5
*
Add perl5 userland (actually localland) to MANPATH list.
markm
1999-02-04
1
-3
/
+2
*
Drop outdated FreeBSD version number from test script.
rnordier
1999-01-24
1
-1
/
+1
*
Fixed ifdef for libintl in previous commit (the location of libintl.a's
bde
1999-01-20
1
-7
/
+11
*
Fixed breakage of cross-compiling in previous commit. The installed
bde
1999-01-19
1
-6
/
+4
*
Back out the last commit; it broke things.
markm
1999-01-17
3
-12
/
+12
*
Remove BINFORMAT/a.out/elf default hackery, it's elf by default internally
peter
1999-01-16
1
-17
/
+1
*
Typo: s/local/locale/ in LOCALEDIR.
peter
1999-01-15
1
-2
/
+2
*
fix optimize= settings - configpm understand only =' or =" as variables
ache
1999-01-15
3
-12
/
+12
*
Fix some more turdage from the original ./configure.
markm
1999-01-14
3
-18
/
+18
*
Update this area for Texinfo-3.12.
markm
1999-01-14
8
-32
/
+62
*
MF22 - allow dates to 2069
danny
1999-01-13
1
-7
/
+9
*
Allow --newer and friends to handle dates beyond 1999/12/31
danny
1999-01-12
1
-5
/
+10
*
When doing a setuid script, the usual #!/usr/bin/perl detects it and execs
peter
1999-01-12
1
-1
/
+3
*
Switch to using ".So" as the extension for PIC object files rather
jdp
1999-01-09
5
-13
/
+13
*
Ignore return value for strip. Avoids make world going pop
n_hibma
1999-01-08
1
-2
/
+2
*
Avoid using `ld -O' (as in bsd.lib.mk). `ld -O' seems to have caused only
bde
1998-12-27
1
-7
/
+15
*
Removed rotten, unused implicit rules. The ld -O in one might have been
bde
1998-12-27
1
-14
/
+1
*
Add support for building on MIPS based systems.
imp
1998-12-16
2
-2
/
+16
*
Add a reference to man(7).
jkoshy
1998-12-03
1
-0
/
+1
*
Added reference to mdoc(7) and mdoc.samples(7) to the bottom of
dillon
1998-12-01
1
-1
/
+3
*
Use mmap for reading files. This is faster than read().
wosch
1998-11-14
1
-2
/
+2
*
Another instance where we default to elf only on alpha, but should
imp
1998-10-26
1
-2
/
+2
*
Fix paths. This sorts out the remaining p5-* port-creation hassles.
markm
1998-10-17
3
-33
/
+33
*
Split up rule for ${COMMONHDRS} so that `make -j N' doesn't create the
bde
1998-10-16
1
-12
/
+12
*
Properly install the *.h files in CORE and Config.pm where it wants to be.
markm
1998-10-15
1
-1
/
+7
*
Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.
bde
1998-10-15
3
-9
/
+7
*
Install gdb in /usr/lib/aout or /usr/lib/elf depending on format.
peter
1998-10-15
1
-1
/
+7
*
Damn - dirname(1) is not available this early. Work-around.
markm
1998-10-12
1
-5
/
+3
*
Very substantial debug/improvement of the FreeBSD/Perl5 build.
markm
1998-10-11
7
-361
/
+166
*
libg++ and libstdc++ also have internal calls to libm. Programs using the
peter
1998-10-11
2
-2
/
+10
*
Fixed searching for section "1aout" man pages. Section numbers must be
bde
1998-10-10
1
-1
/
+1
*
Replace use of non-standard ld -O with a ld -o / mv combination as used
peter
1998-10-06
2
-14
/
+26
*
Don't build the info pages for the old assembler. Instead, build
jdp
1998-10-03
6
-5005
/
+91
*
space/tab problem
ache
1998-10-02
1
-2
/
+2
*
Add documentation for tree functions.
jkh
1998-10-02
1
-5
/
+79
*
Add documentation for new tree functions.
jkh
1998-10-02
2
-8
/
+73
*
Install z*grep manpages
obrien
1998-10-02
1
-1
/
+2
*
add /usr/share/perl/man
ache
1998-10-02
1
-1
/
+2
*
Allow NOSUIDPERL to DTRT.
markm
1998-09-30
1
-2
/
+6
*
Add missing free()
jkh
1998-09-30
1
-3
/
+1
*
Add missing free().
jkh
1998-09-30
1
-1
/
+2
*
Fix the shared library configuration stuff.
markm
1998-09-29
3
-15
/
+15
*
Add examples for tree functions.
jkh
1998-09-29
6
-2
/
+346
*
Add support for saved trees.
jkh
1998-09-29
2
-4
/
+111
[next]