| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
top doesn't use it and it causes a linker warning.
|
|
|
|
|
| |
Taking out the evil warning fixed it one way, but didn't make the
other way any better, so replace it with printing a single \n.
|
|
|
|
|
|
| |
and unistd.h is already included.
Requested by: gshapiro
|
|
|
|
|
| |
Reported by: Tony Fleisher <takhus@takhus.mind.net>
Submitted by: Aharon Robbins <arnold@skeeve.com>
|
|
|
|
|
|
|
|
|
| |
and bump __FreeBSD_version to 500012 to mark the occasion.
setproctitle() is prototyped in unistd.h as opposed to stdlib.h
where OpenBSD and NetBSD have it.
Reviewed by: peter
|
| |
|
| |
|
|
|
|
| |
mounting directory to what we always specify in /etc/defaults/rc.conf.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| | |
will be appearing in 8.2.3
Approved by: Paul A Vixie <vixie@mibh.net>
|
| |
| |
| |
| | |
Submitted by: Kunytsa Oleksander <kunia@snark.ukma.kiev.ua>
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
FREEBSD-upgrade and remove the config.h which should never
have existed in the contrib area. That file has been moved
into gnu/usr.bin/awk where it belongs.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This addresses one known problem in the PR database.
PR: 13921
Reported by: Jin Guojun <j_guojun@lbl.gov>
|
|\ \ \
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
width.
This is a vendor-supplied patch.
Requested by: bde
Submitted by: Aharon Robbins <arnold@skeeve.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
1) Official patch - remove the whole effort to fork off a process
to run /bin/mail; we don't have a /bin/mail, but this brings our
code in line with mainstream Perl recommendation.
2) Make the "Can't do setuid" message a bit clearer; when our userbase
bumps into our suidperl-with-no-commit-bit, give them a good clue as
to what is going on.
|
| | | |
| | | |
| | | |
| | | | |
Problem noted by: Andrey A. Chernov <ache@FreeBSD.ORG>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Remove obsolete files after the 8.11.0 import
|
| | | | |
| | | | |
| | | | |
| | | | | |
PR: bin/11552 misc/18512 bin/15088
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
release tag v8_11_0.
Obtained from: ftp://ftp.sendmail.org/pub/sendmail/
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PR: 20091
Submitted by: Bruce A. Mah <bmah@cisco.com>
Approved by: nik
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Submitted by: green
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Submitted by: green
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Submitted by: green
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
and get wider testing. Too many people are having problems with the
script in its current form.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
diff output; there being no trailing newline caused it to bitch and
moan and ruin diffs. That's dumb, if I may say so myself.
Yes, this file is coming off the vendor branch. It hasn't been
updated in 6 years.
Approved by: peter
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
the buffer before it's used.
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
types did not match the prototype.
(Note: this is one bug that an Ada compiler would have found as when you
typedef a new type, the new type is not assignment compatabile with the
type used to make it up. C should only be so featureful.)
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PR: bin/20053
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PR: bin/12946
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Obtained from: OpenBSD (rev 1.5)
|