| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
where possible for easier future imports.
|
|
|
|
| |
files.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to where it actually belongs.
Submitted by: phantom
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
| | | | |
| | | | |
| | | | | |
bug if LOCAL_RELAY and/or MAIL_HUB are used in an mc file.
|
| | | | |
| | | | |
| | | | |
| | | | | |
1.8 printf format error fixes.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1.10 -mno-align-long-strings.
1.11 Allow the specification of LONG_TYPE_SIZE on the command line.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1.11 -mno-align-long-strings.
Note the change 1.15 is not needed anymore.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1.{2,15} FREEBSD_NATIVE.
1.21 "GCC_OPTIONS".
1.{16,25,27} Cross-compiling issues.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1.2 -fformat-extensions.
1.3 -printf0
1.6 Teach GCC about %y for DDB and implement
support for the C99 %z format modifier.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1.2 kernel printf enhancements framework.
1.3 suppress prototype warnings on K&R main.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1.2 framework for our kernel printf enhancements.
1.3 suppress prototype warnings on K&R main.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | |
|
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
uses that if there is an error writing to the mailbox. Note this bug
is only in the FreeBSD code, not the vendor code (which doesn't offer
nobiff).
PR: misc/43392
MFC after: 3 days
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
are improvements to openpam_{borrow,restore}_cred() (#24779 and #24780).
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This includes the DoS fix of rev 1.133 libexec/ftpd/ftpd.c.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
long time. Go ahead and commit the patch since a co-worker has been
working up a code patch in this area and wondered why it hasn't been
committed yet.
PR: 35800
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When libdes was replaced with OpenSSL's libcrypto, there were a few
interfaces that the former implemented but the latter did not. Because
some software in the base system still depended upon these interfaces,
we simply included them in our libcrypto (rnd_keys.c).
Now, finally get around to removing the dependencies on these
interfaces. There were basically two cases:
des_new_random_key -- This is just a wrapper for des_random_key, and
these calls were replaced.
des_init_random_number_generator et. al. -- A few functions were used
by the application to seed libdes's PRNG. These are not necessary
when using libcrypto, as OpenSSL internally seeds the PRNG from
/dev/random. These calls were simply removed.
Again, some of the Kerberos 4 files have been taken off the vendor
branch. I do not expect there to be future imports of KTH Kerberos 4.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | | | |
|
| | | | | | | | |
|