| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
updated their kernels yet.
|
|
|
|
| |
variable. This one's even documented!
|
|
|
|
| |
Obtained from: 1.1.5
|
|
|
|
| |
modules lying around.
|
|
|
|
|
| |
representation. Original code by pst but ported in as part of
enhancements to BIND 4.9.2 and returned to Vixie.
|
| |
|
|
|
|
|
| |
endvfsent, vfsisloadable, vfsload.
Someday these will even be documented.
|
| |
|
|
|
|
| |
password file support done yesterday.
|
|
|
|
| |
database in order to operate.
|
|
|
|
| |
correctly handles +user entries and + entries with local overrides.
|
|
|
|
|
|
|
|
|
|
|
| |
!!!!!!!!
NB
!!!!!!!!
You MUST pwd_mkdb /etc/master.passwd before attempting to use the new
libc, or things may go wrong. (I doubt anything actually /will/ go
wrong, but the actual behavior is undefined. YOU HAVE BEEN WARNED.)
The database format is, however, backwards-compatible, so old executables
will still work.
|
|
|
|
|
|
| |
with all pgms, you can imagine results!
Change 'gethostname' -> 'ntp_gettime', I don't know what real name
must be here but try to guess.
|
| |
|
| |
|
|
|
|
|
| |
4.4. The code is almost identical to the 4.4 versions, but this organization
should make it easier to merge new versions in the future.
|
| |
|
|
|
|
| |
so we can compile zic.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
(Check in original localtime.c.)
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
| |
Obtained From: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g.tar.gz
|
|
|
|
|
|
|
|
|
|
|
| |
>From: jtk@atria.com (John T. Kohl)
in rcmd:
It calls select() with a hardcoded "number of file descriptors" argument
of 32, rather than computing it based on the sockets about which it
cares.
- Now we work out the nfds arg, and do some error checking
Submitted by: Geoff.
|
|
|
|
| |
Submitted by: Geoff
|
|
|
|
|
| |
Also be more tolerant of blank lines and comments in the file.
Submitted by: jkh
|
|
|
|
| |
Modernize bcopy -> memcpy.
|
|
|
|
|
|
| |
unsigned's; null termination was only guaranteed for the first call.
Fix lint: don't declare externs internally; they were both out of date.
|
|
|
|
| |
or depend on <stdio.h> bogusly including it.
|
| |
|
|
|
|
| |
Submitted by: Henrik Vestergaard Draboel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Don't add to POBJS or SOBJS. bsd.lib.mk does it. Some objects were
duplicated.
Don't add to CLEANFILES. bsd.lib.mk does it. Some objects were
quadruplicated.
Define variables that are only used once close to where they are
used.
The ifdefs for avoiding building of profiled/shared objects when
NOPROFILE/NOPIC are set were not actually committed. The ifdefs
belong in bsd.lib.mk anyway.
|
|
|
|
|
|
|
| |
from recvfrom()
(This bug is also present in FreeBSD 1.1.5.1.)
Bug Reported by : Thomas.Koenig@ciw.uni-karlsruhe.de
Reviewed by: geoff.
|
| |
|
|
|
|
|
|
| |
Don't build .so's if NOPIC is defined.
Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
|
| |
|
|
|
|
|
| |
call _getdnsbyaddr() instead of _getdnsbyname() ;-)
Submitted by: Geoff
|
| |
|
|
|
|
|
|
| |
<hsu@soda.berkeley.edu>.
...Moved over from 1.1.5. Other portions of this commit were done by moving
the RCS files into place directly.
|
|
|
|
|
| |
I'm confused..
Submitted by: jkh
|
|
|
|
|
|
| |
repartitions libc into something human again. I don't have that kind of
time right now myself, unfortunately.
Submitted by: jkh
|
|
|
|
|
|
|
|
| |
long long. Done by plugging both eax and edx with -1. This will clobber
edx unnecessarily when the return value is only 32bit...though probably
always an okay thing to do, it could stand a better fix.
This was the cause of gawk being broken (boy was THAT ever a subtle
bug!!!).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are running under. Here's how to bootstrap (order is important):
1) Re-compile gcc (just the driver is all you need).
2) Re-compile libc.
3) Re-compile your kernel. Reboot.
4) cd /usr/src/include; make install
You can now detect the compilation environment with the following code:
#if !defined(__FreeBSD__)
#define __FreeBSD_version 199401
#elif __FreeBSD__ == 1
#define __FreeBSD_version 199405
#else
#include <osreldate.h>
#endif
You can determine the run-time environment by calling the new C library
function getosreldate(), or by examining the MIB variable kern.osreldate.
For the time being, the release date is defined as 199409, which we have
already established as our target.
|
|
|
|
| |
fixed incipient bug wrt gid_t versus int.
|
| |
|
|
|
|
|
|
|
|
|
| |
1.1.5 support for YP, fixing a bug in 1.1.5 that prevented YP from ever
working reliably. (I'm amazed that there were no bug reports.)
IWBRNI someone could write a host.conf(5) manual page. Please look at
the code before doing so; this version is somewhat more flexible in the
format of its input.
|
|
|
|
|
| |
Reviewed by:
Submitted by: jkh
|
|
|
|
| |
compatibility.
|
|
|
|
|
| |
by Theo de Raadt.) Added a new make flag variable, NO_YP_LIBC, which
disables YP entirely. User-land programs to come later.
|
| |
|