| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
aliases of the "official" names as well, because now that getportbyname()
does a yp match, it no longer found the entries under the alias.
This broke rsh(1), because it looks up "shell/tcp" while the official
name in /etc/services is "cmd/tcp".
|
|
|
|
| |
Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
|
|
|
|
|
|
|
|
| |
of line.
Also, fix existing bug in ethers.byname, it was passing an unknown option
to yppush. This appears to have been a cut/paste slip intended for a
$(DBLOAD) command above it.
|
|
|
|
|
|
|
|
| |
the FreeBSD Makefile.yp structure by me. This allows you to have a single
amd map for all machines in a cluster.
In /etc/sysconfig, it would look something like:
amdflags="-p -a /net -c 1800 -l syslog /host amd.host"
|
|
|
|
| |
There is a new routed.h which wil be imported separately.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
with theirs (change the -I option to -s (but leave -I in for backwards compat.)
Also eliminate an make sane some magic numbers, and fix a small bug where we'd
send to an unopened socket.
Reviewed by: wollman
Obtained from: NetBSD
|
| |
|
|
|
|
|
| |
perhaps it can be removed altogether.
corrected typos
|
|
|
|
| |
Pointed out by: Thomas Graichen <graichen@axp5.physik.fu-berlin.de>
|
|
|
|
| |
implementation.
|
|
|
|
| |
respect to the ADO timezone code.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| | |
a number of bug fixes to the compiler (which bugs would previously
have caused undesirable behavior during transition times).
|
| | |
|
| |
| |
| |
| | |
Obtained from: NetBSD
|
| |
| |
| |
| |
| |
| | |
Closes PR # bin/1386: lpf Text Filter does not w...
Submitted by: andreas@marvin.RoBIN.de
|
| | |
|
| |
| |
| |
| | |
2. Add some code for dealing with a ports collection on the second CD now.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
I usually test, so... :-( Guess we'll have to slide the tag forward on
these two files - Peter, could you do the honors? I've been up for the last
30 hours or so and I just *know* that any attempt on my part to do this would
probably end up deleting the entire repository somehow. :-)
|
| | |
|
| |
| |
| |
| |
| | |
chunk rather than distribution - it's just caused the numbers to fluctuate
too wildly, sorry Peter! ;-(
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
of some confusing messages from newfs (just judging by the number of people
who point them out, anyway).
|
| |
| |
| |
| | |
right thing...
|
| |
| |
| |
| | |
test CD would turn at least one bug up :-).
|
| |
| |
| |
| | |
Reformatted some of recent changes to KNF.
|
| |
| |
| |
| | |
Make a menu more self-explanatory at user request.
|
| |
| |
| |
| |
| |
| | |
forcing them to use '00', and/or '0x0'.
Submitted by: Johann Tonsing <jtonsing@mikom.csir.co.za>
|
| | |
|
| |
| |
| |
| | |
Tart up some of the output a little.
|
| | |
|
| |
| |
| |
| | |
this.
|
| |
| |
| |
| |
| | |
but they are VERY rare to tracking down this bug. I hope core
helps to track it down.
|
| | |
|
| |
| |
| |
| | |
than good, actually, and those who actually need them can select them.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
option for installing distributions and/or packages to somewhere other than /,
say for a case where you're installing to an external disk on some other
machine's behalf. More miscellaneous fixes to various problems I stumbled
across while adding this stuff.
|
| |
| |
| |
| | |
and simply adding another disk.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
possible minute? :-)
|
| |
| |
| |
| |
| | |
make sure that /tmp is there first! :-) While I'm at it, clean up the
somewhat inexplicably bogus Mkdir() function.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
it with the CIRCLEQ macros. This simplifies the code a little, makes
it somewhat easier to read, and may be a little faster. (Actually I think
the performace is about the same.)
Also, in the non DB_CACHE case, save copies of data returned from
the database library in a static buffer, just in case we decide to use
it after the database has been closed. Technically, the memory that the
data pointers refer to belongs to the DB package and we can't count on
it being there after the database has been closed -- the DB package
frees its buffers. (With DB_CACHE #defined the databases are held
open so the buffers remain valid.) I don't think any of the utilities
that use the dblookup module have had any problems with this yet, but
there's no sense in taking any chances.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add a few strategic screen clears.
Do a lot less wasted screen I/O in restoring screen contents that don't need
restoring.
Use tar instead of cp to back up /etc in installUpdate.
Don't panic when upgrade shell exits.
|