| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
misfeature caused troubles when a program attempted to access a shlib
where one with a higher minor number has been hashed. Ldconfig does
only include the highest-numbered shlib anyway, so this is in no way a
limitation of generality.
Caution: after installing the new programs, your /var/run/ld.so.hints
needs to be rebuiult; run ldconfig again as it's done from /etc/rc.
|
|
|
|
|
| |
#define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/X11R6/lib", "/usr/local/lib"
Like in 2.0R, except without /usr/X386.
|
|
|
|
|
| |
will change if I have more time to look at it. Keep at least 5 segments
cleaned if possible (instead of 2 which is a bare minimum for FS operation).
|
|
|
|
|
|
|
|
|
|
| |
warning handling and allows for link-time warnings with a modified
version of gas.
Note: Not all of the newer bits were updated such as some of the non-x86
machine-dependant code is relevant to FreeBSD right now.
Obtained from: NetBSD
|
|
|
|
| |
Submitted by: cstruble@singularity.bevc.blacksburg.va.us
|
|
|
|
| |
Write LOGNAME in addition to USER as sun uucpd does.
|
| |
|
|
|
|
| |
Submitted by: Gene Stark
|
| |
|
|
|
|
|
| |
vanishing. As far as i know rpc.rusersd is single_threaded, so
this shouldn't be a problem.
|
|
|
|
|
| |
Add an initialization of the len parameter for the getsockname call.
Now rpc.rwalld can run under inetd.
|
|
|
|
|
| |
Add an initialization of the len parameter for the getsockname call.
Now rpc.rusersd can run under inetd.
|
|
|
|
|
| |
Add an initialization of the len parameter for the getsockname call.
Now rpc.rstatd can run under inetd.
|
| |
|
|
|
|
|
|
| |
I know that many of these entries are bogus and need to be revisited,
but let's get the tree working again for now and then do a pass through
looking at all the __FreeBSD__ entries, shall we?
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(as is printing out a version number at the telnet login banner).
Don't print out /etc/motd when people login, instead if present,
print out /etc/ftpmotd. It looks like 4.4lite2 has done something similar
(perhaps for different reasons) because /etc/motd no longer shows up
on vangogh.
Folks who like the old behavior can create a symbolic link to motd.
|
| |
|
|
|
|
| |
Submitted by: dima@demos.su (Dima Ruban)
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Obtained from: FreeBSD 1.x
|
| |
| |
| |
| | |
"pageins/outs" now refers to vnode paging.
|
| | |
|
| | |
|
| | |
|
| | | |
| \ | |
|\ \ \
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
|
| / / |
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile,
and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions,
and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY
DEFINE ONE OF THESE.
- Make Makefiles kerberos-aware.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Rexecd is a crock, it never should have been written, however make it so
that people who have a need to run it don't hurt themselves so badly.
Obtained from: Ideas obtained from logdaemon 4.3 from Wietse Venema
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
rpc files and other cruft. It's not important enough to have it in the
source distribution and I don't feel comfortable with this, as it's below
the standards of CSRG.
Disable & remove pcnfsd. Either I'll rewrite this so it can all be
generated with rpcgen or stuff it in ports and let it rot there.
|
| | | |
|
| | |
| | |
| | |
| | | |
pointer being passed to strcmp(). Bug noticed by Matthew Green.
|
| | |
| | |
| | |
| | | |
Add -I${DESTDIR}/usr/include to cpp command.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
/usr/libexec/getty doesn't properly interpret the '%d' escape. It tries
to use %P to get AM or PM, but instead all it gets is "P".
Submitted by: John Kohl
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
completely when ldconfig unlinks it. If init is shared, then the
referenced unlinked copy of the hints file created by running
ldconfig in /etc/rc caused the file system to be unclean after
every reboot.
|
| | | |
|
| | |
| | |
| | |
| | | |
Submitted by: Paul Richards
|
| | |
| | |
| | |
| | |
| | |
| | | |
(If you do, you will have problems trying to telnet into a FreeBSD-2.0
box from a Sun, and I WANT TO DO THAT.)
Submitted by: Geoff
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
automagically. -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
|
| | |
| | |
| | |
| | | |
Submitted by: Geoff.
|