gshapiro
ccc8f9377a
This commit was generated by cvs2svn to compensate for changes in r98841,
...
which included commits to RCS files with non-trunk default branches.
2002-06-26 02:48:44 +00:00
fenner
27ceacd9e9
Remove cruft.
2002-06-26 01:35:00 +00:00
robert
594ec288d5
Allocate and clear the correct number of bytes for a
...
struct fd_set that should be able to hold sock + 1 bits.
Before, it was apparently assumed that an fd_mask has
the same size as type char.
PR: bin/39617
Reported by: Peter N Lewis <peter@stairways.com.au>
2002-06-23 21:54:18 +00:00
obrien
29fd0bf33a
Tweaks to make these files live beside our hacked config.
2002-06-21 22:54:24 +00:00
obrien
fd6a0fada4
Tweaks for the 64-bit compiler.
2002-06-21 22:53:03 +00:00
obrien
a0b51ec56f
cc -O0 and -O1 didn't do the easy optimization of alignment for space.
...
Instead it attempted to do the easy optimization of alignment for time,
which should be to 1-byte alignment on i386's.
Submitted by: bde
2002-06-21 18:21:30 +00:00
obrien
bf953252b2
BDE prefers this organization.
...
Submitted by: bde
2002-06-21 18:11:22 +00:00
fenner
1982c98f74
Merge libpcap 0.7.1
...
MFC after: 2 weeks
2002-06-21 01:38:14 +00:00
fenner
b8f074bf7d
This commit was generated by cvs2svn to compensate for changes in r98530,
...
which included commits to RCS files with non-trunk default branches.
2002-06-21 01:36:27 +00:00
fenner
1e8ea46779
Import libpcap 0.7.1, from
...
http://www.tcpdump.org/release/libpcap-0.7.1.tar.gz
2002-06-21 01:36:27 +00:00
fenner
6d9538de20
Merge tcpdump 3.7.1
...
MFC after: 2 weeks
2002-06-21 00:49:02 +00:00
fenner
d832be42ce
This commit was generated by cvs2svn to compensate for changes in r98524,
...
which included commits to RCS files with non-trunk default branches.
2002-06-21 00:43:23 +00:00
fenner
91fc581e38
Import tcpdump 3.7.1, from
...
http://www.tcpdump.org/release/tcpdump-3.7.1.tar.gz
2002-06-21 00:43:23 +00:00
obrien
b3f1347661
Remove GAWK. I removed it from the build 2 weeks ago and the world
...
did not end. So finish the deed.
2002-06-20 20:54:54 +00:00
peter
dad4058441
Merge ncurses 5.2-20020615 changes onto mainline.
2002-06-20 19:44:40 +00:00
peter
c23eb42da9
This commit was generated by cvs2svn to compensate for changes in r98503,
...
which included commits to RCS files with non-trunk default branches.
2002-06-20 19:42:51 +00:00
peter
bbe3056185
Import ncurses 5.2-20020615 to fix a first-column display bug.
2002-06-20 19:42:51 +00:00
obrien
85a92e54f0
FreeBSD is one of the OS's that does not require the use of libio with Gcc 3.1.
2002-06-18 18:13:14 +00:00
dougb
8a805cf640
Teach mdoc about the 4.6 release
2002-06-18 00:41:47 +00:00
fenner
cd52de85f6
In TTEST2(), check to make sure the "l" argument isn't so large that
...
"snapend - l" underflows; this fixes a buffer overflow with malformed
NFS packets, and may fix other buffer overflows with malformed packets.
Obtained from: tcpdump.org CVS
2002-06-17 15:26:56 +00:00
sobomax
8c4cde6179
Our strerror_r(3) returns int, not char *. This fixes bogus error messages
...
like "Cannot stat: (null)"
Reported by: bde, kris
2002-06-16 12:35:17 +00:00
mikeh
2712fbd627
This commit was generated by cvs2svn to compensate for changes in r98247,
...
which included commits to RCS files with non-trunk default branches.
2002-06-15 09:40:37 +00:00
mikeh
500352886b
Import lukemftp-1.6-beta2.
2002-06-15 09:40:37 +00:00
gshapiro
e92f1f4694
sendmail 8.12.4 has been imported
2002-06-11 21:17:35 +00:00
gshapiro
3c674fdc70
Resolve conflicts from sendmail 8.12.4 import
2002-06-11 21:16:51 +00:00
gshapiro
faacdfb2c2
Import sendmail 8.12.4
2002-06-11 21:12:04 +00:00
gshapiro
4c57fa1987
This commit was generated by cvs2svn to compensate for changes in r98121,
...
which included commits to RCS files with non-trunk default branches.
2002-06-11 21:12:04 +00:00
obrien
b7ea29f504
cvs -j -j gave me two copies of TARGET_VERSION and I didn't notice
...
it before committing.
2002-06-10 15:48:23 +00:00
mike
c1a6b37593
Don't depend on <pwd.h> to bogusly include <sys/types.h>.
2002-06-09 19:29:55 +00:00
obrien
016feefa33
Allow one to profile FORTRAN77 programs.
2002-06-09 00:03:56 +00:00
ache
b2e7ac17af
Use easy way to sense C and POSIX locales, like in GLIBC
2002-06-08 08:16:22 +00:00
ache
13406799dd
Some upgrade instructions
2002-06-08 07:51:53 +00:00
ache
3987f3b9a6
This commit was generated by cvs2svn to compensate for changes in r98038,
...
which included commits to RCS files with non-trunk default branches.
2002-06-08 07:47:23 +00:00
ache
0ec16ad8f3
Virgin import (trimmed) of GNU Sort, textutils 2.0.21
2002-06-08 07:47:23 +00:00
darrenr
9765382011
Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28
2002-06-07 09:01:41 +00:00
darrenr
29738d8f27
Import IPFilter 3.4.28
2002-06-07 08:58:26 +00:00
darrenr
221a9f73d4
This commit was generated by cvs2svn to compensate for changes in r98008,
...
which included commits to RCS files with non-trunk default branches.
2002-06-07 08:58:26 +00:00
darrenr
18c772ae03
Import IPFilter 3.4.28
2002-06-07 08:58:22 +00:00
darrenr
05bc20a37a
This commit was generated by cvs2svn to compensate for changes in r98005,
...
which included commits to RCS files with non-trunk default branches.
2002-06-07 08:58:22 +00:00
sobomax
4d905c83a4
Disabling automatic --same-owner option when running as uid 0 along with
...
the --same-permissions was an overkill, so put it back. This is consistent
with what our old tar did.
Suggested by: dillon
2002-06-07 06:02:35 +00:00
sobomax
87323b540c
IMO it was a quite ugly idea that if we are running as uid 0 then we can
...
safely ignore current umask(2) and assume that permissions should be set
right like in the archive. Not only it violates POLA, but introduces
huge potential security vulnerability, particularly for ports, where
many popular archives come with 777 files and dirs.
2002-06-07 00:03:23 +00:00
obrien
8fe5b86833
Match the DBX_OUTPUT_MAIN_SOURCE_FILE_END definition in dbxelf.h.
...
Bug found by: bde
2002-06-06 18:00:58 +00:00
obrien
7dfe2c583e
Allow the specification of LONG_TYPE_SIZE on the command line.
...
Submitted by: bde
2002-06-06 03:39:03 +00:00
obrien
28b73f7a82
Implement "-mno-align-long-strings" which prevents pessimization of strings
...
for space. -Os could do this, but it was easy to hack an MD version.
This saves a whole 32 bytes in boot2, so I think it is worth using it.
(keep how much worse gcc 3.2 will compile boot2...)
Submitted by: bde (minus gcc 3.2 commentary)
2002-06-06 03:36:32 +00:00
obrien
4699cf5d0b
Didn't get them all in revision 1.50.
2002-06-06 03:30:40 +00:00
obrien
616a2ae30e
Fix excessive alignment for the aout case, and unbreak genassym for that case.
...
Our aout linker has alignment hacks and doesn't need gcc to do anything special.
Tested for a year by: bde :-)
2002-06-06 03:28:49 +00:00
obrien
52aeefcdd8
Tidy do-while.
...
Requested by: bde
2002-06-06 03:26:36 +00:00
obrien
8d32f3a19b
Read specs from /usr/libdata/gcc/specs if it exists.
2002-06-06 00:49:58 +00:00
obrien
6e1cb4b9ca
The brokenness in ix86_expand_clrstr is quite visible when you
...
compare the function with ix86_expand_movstr.
Submitted by: Tor Egge
2002-06-04 18:06:12 +00:00
obrien
d047bea9fd
Gcc 3.1 (-O) now generates broken inline code for memset in some cases.
...
This broke newfs (newfs left some garbage in a bitmap).
The ASM for:
#include <string.h>
int x, foo[100];
main()
{
memset(&foo[0], 0, x);
}
is (at least if you have fixed function alignment):
.file "z.c"
.text
.p2align 2,,3
.globl main
.type main,@function
main:
pushl %ebp
movl %esp, %ebp
pushl %edi
pushl %eax
movl x, %ecx
xorl %eax, %eax
shrl $2, %ecx
movl $foo, %edi
cld
rep
stosl
andl $-16, %esp
<-- the lower bits of `len' should be loaded
near here
testl $2, %edi <-- this seems to be meant to test the 2^1
bit in `len' (not alignment of the pointer
like it actually does). %edi is the wrong
register for holding the bits, since it is
still needed for the pointer.
je .L2
stosw
.L2:
testl $1, %edi <-- similarly for the 2^0 bit.
je .L3
stosb
.L3:
movl -4(%ebp), %edi
leave
ret
.Lfe1:
.size main,.Lfe1-main
.comm foo,400,32
.comm x,4,4
.ident "GCC: (GNU) 3.1 [FreeBSD] 20020509 (prerelease)"
This seems to only result in (len % 3) bytes not being cleared, since gcc
doesn't seem to use the builtin memset unless it knows that the pointer is
aligned. If %edi could be misaligned, then too many bytes would be set.
Submitted by: BDE
2002-06-04 18:04:27 +00:00
sobomax
64e4db8698
Move patches into the src/contrib/tar.
...
Requested by: ps
Reviewed by: md5(1)
2002-06-04 17:31:16 +00:00
sobomax
f93378aa52
Add importing/upgrading instructions.
2002-06-04 11:08:12 +00:00
sobomax
b6cf54e6ae
Add razor used for shaving out GNU Tar.
2002-06-04 10:40:50 +00:00
sobomax
a62cd9c5ce
This commit was generated by cvs2svn to compensate for changes in r97805,
...
which included commits to RCS files with non-trunk default branches.
2002-06-04 10:37:47 +00:00
sobomax
0f70d6636c
Virgin import (trimmed) of GNU Tar version 1.13.25.
2002-06-04 10:37:47 +00:00
obrien
c2beebb55b
Seems we are not ready for revision 1.8.
2002-05-30 06:04:14 +00:00
obrien
f3e84ff8bd
Make our default predefines ANSI clean.
2002-05-30 00:58:35 +00:00
obrien
0895e1acb6
Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repo
...
on 9-May-2002 15:57:15 EDT.
2002-05-28 16:16:03 +00:00
obrien
578c61196a
This commit was generated by cvs2svn to compensate for changes in r97403,
...
which included commits to RCS files with non-trunk default branches.
2002-05-28 16:16:03 +00:00
jmallett
afc38d0730
Don't risk catching a signal while handling a signal for a dying child, as we
...
can then end up not properly clearing wtmp/utmp entries.
PR: bin/37934
Submitted by: Sandeep Kumar <skumar@juniper.net>
Reviewed by: markm
MFC after: 2 weeks
2002-05-27 08:10:24 +00:00
obrien
c63b7df4ec
The special checks for %b and %D in rev 1.1 were done before skipping over
...
any characters between the % and the [bD], so only plain %b and %B worked.
This may un-1/2ass our -fformat-extensions support.
Submitted by: bde
2002-05-26 16:04:37 +00:00
des
658709f5bc
Vendor import of OpenPAM Cinquefoil.
2002-05-24 13:18:43 +00:00
des
86052d5cf6
This commit was generated by cvs2svn to compensate for changes in r97241,
...
which included commits to RCS files with non-trunk default branches.
2002-05-24 13:18:43 +00:00
obrien
25711d6191
1/2assed reimplementation of c-common.c revs 1.2 (-fformat-extensions)
...
and 1.3 (printf0) for GCC 3.1.
2002-05-22 16:37:09 +00:00
nectar
821e80e4ba
Repair a bug where type AAAA answer records were not displayed.
...
Reference ISC BIND issue:
``1279. [bug] nslookup: partial coversion to similar style outputs
for both -type=aaaa and -type=a.''
Reported by: ume
2002-05-22 14:27:35 +00:00
nectar
b8aa530e78
Do not attempt to free static memory.
...
Reference ISC BIND issue:
``1278. [bug] free() of non-malloced memory in nslookup.''
Reported by: phkmalloc, Mike Tancsa <mike@sentex.net>
2002-05-22 14:24:44 +00:00
peter
61222aa523
Removed in latest import
2002-05-21 06:52:47 +00:00
peter
fac83c44d2
This commit was generated by cvs2svn to compensate for changes in r97055,
...
which included commits to RCS files with non-trunk default branches.
2002-05-21 06:52:47 +00:00
peter
05c632666c
Merge ncurses-5.2-20010512 -> ncurses-5.2-20020518 changes onto mainline.
2002-05-21 05:38:04 +00:00
peter
9a7523d4b2
Import ncurses-5.2-20020518 onto the vendor branch.
...
Obtained from: ftp://dickey.his.com/ncurses/
2002-05-21 05:30:25 +00:00
peter
3af3b9c011
This commit was generated by cvs2svn to compensate for changes in r97049,
...
which included commits to RCS files with non-trunk default branches.
2002-05-21 05:30:25 +00:00
ache
6992c205d1
Fix essential typo in usage
...
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-05-19 10:40:15 +00:00
cvs2svn
efbfe7b228
This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'.
2002-05-17 19:47:49 +00:00
obrien
80b0d5d606
the processed hash file
2002-05-17 19:47:48 +00:00
ru
af2650e805
MD_EXEC_PREFIX doesn't work for the cross-arch compiler.
...
The change also makes the `cc -print-search-dirs' output
sane (the pre-3.1 way) in the non-cross case.
Draft reviewed by: obrien
2002-05-16 15:22:58 +00:00
markm
f56e05005c
Perl is no longer in base. Long live the port!
2002-05-16 10:09:28 +00:00
obrien
069c7c8d3a
Merge c-common.c rev 1.10 into GCC 3.1
...
Clarify that the "yields only last 2 digits of year in some locales" warning
does not apply to BSD.
Submitted by: ache
2002-05-14 01:53:53 +00:00
obrien
7d64ac0ab2
If you want to not warn on K&R main(); this is how it should be implemented.
2002-05-14 01:44:02 +00:00
obrien
b028831d22
Merge choose-temp.c rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 3.1.
2002-05-14 00:33:44 +00:00
obrien
1e93bf0871
Add framework for our kernel printf enhancements.
2002-05-14 00:30:25 +00:00
nectar
85aae18cf4
Resolve conflicts after import of ISC BIND 8.3.2-T1B documentation.
2002-05-13 19:35:44 +00:00
nectar
52cf506b39
Import of ISC BIND 8.3.2-T1B documentation.
2002-05-13 19:33:58 +00:00
nectar
f061e44989
This commit was generated by cvs2svn to compensate for changes in r96539,
...
which included commits to RCS files with non-trunk default branches.
2002-05-13 19:33:58 +00:00
nectar
242c4ff5b2
Resolve conflicts after import of ISC BIND 8.3.2-T1B.
2002-05-13 19:33:23 +00:00
nectar
e044c1fb92
Import of ISC BIND 8.3.2-T1B.
2002-05-13 19:31:58 +00:00
nectar
d8cffe661c
This commit was generated by cvs2svn to compensate for changes in r96536,
...
which included commits to RCS files with non-trunk default branches.
2002-05-13 19:31:58 +00:00
obrien
ed72cee726
Remove files not part of GCC 3.1.
2002-05-12 21:50:48 +00:00
obrien
532536cdd5
do-while ASM_OUTPUT_ALIGN to enable its use in more places.
2002-05-12 17:31:12 +00:00
obrien
29ad76a5ac
Fixes for building a.out bits.
...
Submitted by: bde
2002-05-12 12:01:12 +00:00
keramida
97d1ceb026
CVS_RSH defaults to 'ssh' these days, and not 'rsh'.
...
PR: docs/37429
Submitted by: Martin v. Löwis <martin@v.loewis.de>
Reviewed by: peter
2002-05-12 02:12:04 +00:00
alfred
ab796ae7fb
unbreak build:
...
commands.c, sys_bsd.c: comment out/remove junk after #endif/#else
network.c, terminal.c, utlities.c: include stdlib.h for exit(3)
2002-05-11 03:19:44 +00:00
obrien
a8e2e6d6bb
Localize the version number at the request of the GCC developers.
2002-05-11 00:25:50 +00:00
des
d5f591c3ab
Add missing include (perforce change 11137)
2002-05-10 22:03:19 +00:00
des
d0e527bb11
This commit was generated by cvs2svn to compensate for changes in r96364,
...
which included commits to RCS files with non-trunk default branches.
2002-05-10 22:03:19 +00:00
obrien
f4aad0fe00
Add tweaks needed when using as the system compiler.
2002-05-10 19:05:07 +00:00
obrien
5eb5239e7b
Change symbol values to match freebsd.h to avoid warnings.
2002-05-10 09:02:14 +00:00
obrien
4af4f4a28b
Remove files not part of GCC 3.1.
2002-05-10 05:26:57 +00:00
obrien
9465775461
Import data for 3.0.2.
2002-05-10 05:21:15 +00:00
obrien
9202658d3c
Gcc 3.1.0 pre-release's Objective C support bits from the FSF anoncvs repo
...
on 9-May-2002 15:57:15 EDT.
2002-05-09 22:50:04 +00:00
obrien
dc4e1bdffa
This commit was generated by cvs2svn to compensate for changes in r96297,
...
which included commits to RCS files with non-trunk default branches.
2002-05-09 22:50:04 +00:00
obrien
eb81e01d51
Gcc 3.1.0 pre-release's libf2c bits from the FSF anoncvs repo on
...
9-May-2002 15:57:15 EDT.
2002-05-09 22:47:59 +00:00
obrien
c4cd6f6236
This commit was generated by cvs2svn to compensate for changes in r96295,
...
which included commits to RCS files with non-trunk default branches.
2002-05-09 22:47:59 +00:00
obrien
c95b4b5523
Use the stock (3.1 pre) file.
2002-05-09 22:44:32 +00:00
obrien
e40513279f
Use the stock file for now (but leave a note behind about our OBE changes).
2002-05-09 22:42:39 +00:00
obrien
3519dd389b
Merge rev 1.2 (printf format error fixes) in its 1.8 form into Gcc 3.1 pre.
2002-05-09 22:39:46 +00:00
obrien
37ab630335
Use the stock (3.1) file.
2002-05-09 22:38:33 +00:00
obrien
5dab80497a
We use the stock (3.1) file.
2002-05-09 22:16:22 +00:00
obrien
65e2ec7693
Merge rev 1.2 (-fformat-extensions) and rev 1.7 (optimization downgrade)
...
into the Gcc 3.1 prerelease.
2002-05-09 22:15:04 +00:00
obrien
0ac4840cc7
Use the stock (3.1 pre) file.
2002-05-09 22:08:26 +00:00
obrien
7d3f59c051
Use the stock (3.1) version.
2002-05-09 22:05:33 +00:00
obrien
ec81e43ce5
Merge rev 1.2 [_exit() over exit()] into the Gcc 3.1 prerelease.
2002-05-09 22:04:44 +00:00
obrien
286b84aa7c
Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.{5,13} (ELF, and objformat support);
...
1.{16,23,25} (better cross building control); 1.21 ("GCC_OPTIONS")
into the GCC 3.1 prerelease.
2002-05-09 22:02:01 +00:00
obrien
b7d19d3348
Merge rev 1.2 (a.out support) into the GCC 3.1 prerelease.
2002-05-09 21:44:15 +00:00
obrien
603733766c
Use the stock 3.1 prerelease version of this for now.
2002-05-09 21:42:32 +00:00
obrien
65d1b51533
Use the stock 3.1 prerelease file now. Rev 1.2 (add_bb) just doesn't
...
cleanly fit in any more.
2002-05-09 21:41:12 +00:00
obrien
03d718bf25
Use the stock (3.1) file.
2002-05-09 21:24:44 +00:00
obrien
da84150b6c
We use the stock (3.1) file now.
2002-05-09 21:19:23 +00:00
obrien
67d7740f78
Use the stock (3.1) file now.
...
The choosing of TMPDIR has moved to make-temp-file.c.
2002-05-09 21:15:23 +00:00
obrien
e93c006736
Use the stock 3.1 prerelease file.
2002-05-09 21:12:10 +00:00
obrien
43f5e99714
Use the stock 3.1-prerelease file.
2002-05-09 21:11:21 +00:00
obrien
d6b5d86ff9
Use stock file.
2002-05-09 21:06:15 +00:00
obrien
c8f5fc7032
Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT.
2002-05-09 20:02:13 +00:00
obrien
98051db4df
This commit was generated by cvs2svn to compensate for changes in r96263,
...
which included commits to RCS files with non-trunk default branches.
2002-05-09 20:02:13 +00:00
obrien
d30b71c256
sys_nerr should come from standard headers -- not from a coder's guess
...
of what is right.
2002-05-09 00:41:18 +00:00
obrien
3c0c831761
Alpha MD bits for Gcc 3.1.
2002-05-07 23:28:45 +00:00
obrien
21304809df
Comment a knob.
2002-05-07 02:26:40 +00:00
obrien
9ced709070
The default ASM_OUTPUT_ADDR_DIFF_ELT will now handle our mixed a.out/ELF.
2002-05-07 02:25:52 +00:00
markm
452e85175e
Fix an external declaration that was causing telnetd to core dump.
...
MFC after: 1 week
PR: 37766
2002-05-06 09:46:29 +00:00
des
b12f600bff
Initialize other to all-zeroes before using it (perforce change 10738)
2002-05-03 12:56:29 +00:00
des
685ad19af4
This commit was generated by cvs2svn to compensate for changes in r95978,
...
which included commits to RCS files with non-trunk default branches.
2002-05-03 12:56:29 +00:00
des
3b59856f3c
Vendor import of OpenPAM Cinnamon.
2002-05-02 04:40:21 +00:00
des
2738880919
This commit was generated by cvs2svn to compensate for changes in r95908,
...
which included commits to RCS files with non-trunk default branches.
2002-05-02 04:40:21 +00:00
obrien
1e3fa59089
MI bits for Gcc 3.1.
2002-04-30 17:22:42 +00:00
obrien
9a9ba1484f
i386 MD bits for Gcc 3.1.
...
These are totally untested. Do these work? Hell if I know, I have yet to
bootstrap using these bits. But people want them, so here they are.
2002-04-30 17:15:01 +00:00
darrenr
f1f224e765
Import 3.4.27
2002-04-27 17:01:32 +00:00
darrenr
5cd1f09afc
This commit was generated by cvs2svn to compensate for changes in r95567,
...
which included commits to RCS files with non-trunk default branches.
2002-04-27 17:01:32 +00:00
darrenr
eaeeda31ab
Import 3.4.27
2002-04-27 17:01:31 +00:00
darrenr
3d314d26ef
This commit was generated by cvs2svn to compensate for changes in r95565,
...
which included commits to RCS files with non-trunk default branches.
2002-04-27 17:01:31 +00:00
mikeh
0b76460f54
Import the FreeBSD differences Luke patched in lukemftp:
...
*) Large file ASCII support
*) -4/-6 options to force IPv4/IPv6 respectively
Also, fix for buffer overflow on PASV from malicious server.
2002-04-26 16:51:03 +00:00
mikeh
7d2926215d
This commit was generated by cvs2svn to compensate for changes in r95504,
...
which included commits to RCS files with non-trunk default branches.
2002-04-26 16:51:03 +00:00
darrenr
960bcab6dc
resolve conflicts from import
2002-04-25 03:36:26 +00:00
darrenr
2cd87c1dd8
Import IPFilter 3.4.26
2002-04-25 03:34:27 +00:00
darrenr
55f03cec97
This commit was generated by cvs2svn to compensate for changes in r95421,
...
which included commits to RCS files with non-trunk default branches.
2002-04-25 03:34:27 +00:00
darrenr
49c8a23224
Import IPFilter 3.4.26
2002-04-25 03:34:26 +00:00
darrenr
e783fd269e
This commit was generated by cvs2svn to compensate for changes in r95419,
...
which included commits to RCS files with non-trunk default branches.
2002-04-25 03:34:26 +00:00
obrien
257900c741
Style changes to reduce diff to things I did in the FSF repo.
2002-04-24 04:49:34 +00:00
obrien
638b01d99e
Fix bug where we were loosing our platform-wide ASM_COMMENT_START
...
definition due to pollution in i386/unix.h.
2002-04-24 04:48:00 +00:00
sheldonh
fbe39dfcc2
Import smbfs-1.4.4.
2002-04-22 16:15:20 +00:00
sheldonh
6bdbff33ba
This commit was generated by cvs2svn to compensate for changes in r95267,
...
which included commits to RCS files with non-trunk default branches.
2002-04-22 16:15:20 +00:00
gshapiro
69b6924bee
Resolve conflicts from import of post-8.12.3 bug fixes.
2002-04-20 20:34:16 +00:00
gshapiro
e226f8e879
Import of post-8.12.3 bug fixes from vendor repository.
...
These are being imported for the upcoming FreeBSD 4.6 release.
2002-04-20 20:31:51 +00:00
gshapiro
f75ef4430b
This commit was generated by cvs2svn to compensate for changes in r95154,
...
which included commits to RCS files with non-trunk default branches.
2002-04-20 20:31:51 +00:00
gshapiro
ce3eb17302
Remove files no longer in vendor release from vendor branch.
2002-04-20 19:51:37 +00:00
gshapiro
b44172213f
Two more files to keep track of.
2002-04-20 19:34:31 +00:00
des
e99a5d43c0
Fix broken markup (perforce changes 9937, 9939)
2002-04-17 22:58:58 +00:00
des
429c046594
This commit was generated by cvs2svn to compensate for changes in r94970,
...
which included commits to RCS files with non-trunk default branches.
2002-04-17 22:58:58 +00:00
des
6a4fdf7d41
Set rsp to NULL before calling the conversation function so we can later
...
detect if it hasn't been touched (perforce change 9889)
Sponsored by: DARPA, NAI Labs
2002-04-17 22:57:09 +00:00
des
de22dd292d
This commit was generated by cvs2svn to compensate for changes in r94968,
...
which included commits to RCS files with non-trunk default branches.
2002-04-17 22:57:09 +00:00
des
e0358e9ac6
This commit was generated by cvs2svn to compensate for changes in r94889,
...
which included commits to RCS files with non-trunk default branches.
2002-04-16 22:25:21 +00:00
des
8c0e4ba23b
Vendor import of pam_passwdqc v0.5.
2002-04-16 22:25:21 +00:00
des
d1895aba33
Don't echo log messages to stderr (perforce change 9758)
2002-04-16 22:04:22 +00:00
des
23b807f69f
This commit was generated by cvs2svn to compensate for changes in r94884,
...
which included commits to RCS files with non-trunk default branches.
2002-04-16 22:04:22 +00:00
des
2b150cf6ae
Log dlopen() / dlsym() failures at the debug level (perforce change 9760)
2002-04-16 21:35:53 +00:00
des
4d82810dc3
This commit was generated by cvs2svn to compensate for changes in r94880,
...
which included commits to RCS files with non-trunk default branches.
2002-04-16 21:35:53 +00:00
des
8161706dd9
Fix braino in the openpam_log() macro that caused the arguments to be
...
expanded twice (perforce change 9853)
2002-04-16 21:34:41 +00:00
des
ea39d23058
This commit was generated by cvs2svn to compensate for changes in r94878,
...
which included commits to RCS files with non-trunk default branches.
2002-04-16 21:34:41 +00:00
des
bd0bbd9f7b
Print newline after error and info messages (perforce change 9750)
2002-04-15 06:32:54 +00:00
des
d92dca5317
This commit was generated by cvs2svn to compensate for changes in r94735,
...
which included commits to RCS files with non-trunk default branches.
2002-04-15 06:32:54 +00:00
des
c9b90a6e8f
Fix typo in pam_get_authtok(3) (perforce change 9746)
2002-04-15 01:26:36 +00:00
des
468b361c5c
This commit was generated by cvs2svn to compensate for changes in r94706,
...
which included commits to RCS files with non-trunk default branches.
2002-04-15 01:26:36 +00:00
des
6b6956a9f0
Bug & warning fixes; pretty much what will become 0.5 later this week.
...
Submitted by: Solar Designer <solar@openwall.com>
2002-04-14 22:30:54 +00:00
des
a781717dc0
This commit was generated by cvs2svn to compensate for changes in r94691,
...
which included commits to RCS files with non-trunk default branches.
2002-04-14 22:30:54 +00:00
des
3928c97d18
Vendor import of OpenPAM Cineraria.
2002-04-14 18:28:22 +00:00
des
0888dc15f6
This commit was generated by cvs2svn to compensate for changes in r94670,
...
which included commits to RCS files with non-trunk default branches.
2002-04-14 18:28:22 +00:00
des
38971df82a
Fix typo in openpam_log macro (perforce change 9634)
...
Sponsored by: DARPA, NAI Labs
2002-04-12 22:22:27 +00:00
des
cae96c769e
This commit was generated by cvs2svn to compensate for changes in r94562,
...
which included commits to RCS files with non-trunk default branches.
2002-04-12 22:22:27 +00:00
obrien
3627aaf2f7
Use the stock 2.12 snapshot version of this.
2002-04-12 19:55:38 +00:00
obrien
f171f7828d
Merge rev 1.2 (FreeBSD a.out configuration support) into the
...
Binutils 2.12_20020410 snap.
2002-04-12 19:54:53 +00:00
obrien
855b73c774
Bring the binutils_2_12_20020410 snap version of this to the HEAD branch.
2002-04-12 19:54:03 +00:00
obrien
d837c4ddf2
Merge the stock 2.12.0 snap version.
2002-04-12 19:52:34 +00:00
obrien
bda61c1746
Merge rev 1.6 (ELF_DYNAMIC_INTERPRETER) into Binutils 2.12_20020410 snap.
2002-04-12 19:51:31 +00:00
obrien
f42de708c0
Merge rev 1.8 ("ELF_DYNAMIC_INTERPRETER") into Binutils 2.12_20020410 snap.
2002-04-12 19:50:32 +00:00
obrien
0efa280d1b
Merge our ELF branding into Binutils 2.12_20020410 snapshot.
2002-04-12 19:49:24 +00:00
obrien
18ff9f4f1b
Import of Binutils from the FSF 2.12 branch.
...
(this fixes several linker problems and coredumps)
These bits are taken from the FSF anoncvs repo on 10-April-2002 13:24 Zulu
2002-04-12 19:33:52 +00:00
obrien
389e1779ff
This commit was generated by cvs2svn to compensate for changes in r94536,
...
which included commits to RCS files with non-trunk default branches.
2002-04-12 19:33:52 +00:00
des
5b1e560369
Linux-PAM compatibility improvements (perforce change 9623)
...
Sponsored by: DARPA, NAI Labs
2002-04-12 18:31:28 +00:00
des
5ad72fa86b
This commit was generated by cvs2svn to compensate for changes in r94532,
...
which included commits to RCS files with non-trunk default branches.
2002-04-12 18:31:28 +00:00
gshapiro
db38c1eef5
A couple more sendmail-related files
2002-04-10 05:16:45 +00:00
gshapiro
4391304aed
Record sendmail 8.12.3 import
2002-04-10 03:08:35 +00:00
gshapiro
578318b6be
Fix conflicts from sendmail 8.12.3 import
2002-04-10 03:06:22 +00:00
gshapiro
9e3bd35cd7
Import sendmail 8.12.3
2002-04-10 03:05:00 +00:00
gshapiro
58b10b6d32
This commit was generated by cvs2svn to compensate for changes in r94334,
...
which included commits to RCS files with non-trunk default branches.
2002-04-10 03:05:00 +00:00
gshapiro
b81b4dcf7a
Found two more files that use the sendmail infrastructure.
2002-04-09 02:09:14 +00:00
des
360a2d8d73
Vendor import of OpenPAM Cinchona.
2002-04-08 12:38:21 +00:00
des
0516f20a2e
This commit was generated by cvs2svn to compensate for changes in r94213,
...
which included commits to RCS files with non-trunk default branches.
2002-04-08 12:38:21 +00:00
des
343af1294c
Vendor import of OpenPAM Cinchona.
2002-04-08 12:30:31 +00:00
des
6ec0f3c919
This commit was generated by cvs2svn to compensate for changes in r94209,
...
which included commits to RCS files with non-trunk default branches.
2002-04-08 12:30:31 +00:00
ache
1787bef03c
Original code bugfixed. This NOT touch old sorting order a bit.
...
1) Remove \n from COPYRIGHT macro to shut up assembler warning
2) Fix struct sigaction initialization (arguments swap)
3) Fix out of bounds negative indexing for -R arg > 127
4) Remove doubled initialization of vars already initialized statically
5) Convert ctype macros char arg to u_char to prevents sign extension
2002-04-07 00:49:00 +00:00
des
1b3dab89b2
MFOpenPAM: a slew of changes, mostly related to pam_get_authtok() (perforce
...
changes 9207, 9209, 9210, 9211, 9213, 9220)
Sponsored by: DARPA, NAI Labs
2002-04-06 19:28:08 +00:00
des
7b72a8ff6c
This commit was generated by cvs2svn to compensate for changes in r93982,
...
which included commits to RCS files with non-trunk default branches.
2002-04-06 19:28:08 +00:00