| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
conditional. Also, use the system defined fixed sized types.
This removes a 32-bit dependency on non-32-bit architectures.
|
| |
|
|
|
|
|
| |
one man page, not section eight. This is the first round of such changes
and only fixes man pages in manual section one.
|
| |
|
| |
|
|
|
|
|
| |
class B and C networks routed would use the network number as the
netmask. This can cause some real interesting behaviour.
|
| |
|
|
|
|
| |
for lsdev -c.
|
|
|
|
|
| |
instead of making the user run a separate command for each
setting they are interested in. Closes PR#432.
|
|
|
|
| |
tokens but only one argument; fixed by putting in missing argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't do longjmp()s from inside a signal handler. Even though I got
things to work the way I wanted, it's bad karma.
- Remember to clear the sa_mask with sigemptyset() before masking signals
when using sigaction() to set up the SIGIO handler.
- Break out of the wait loop in yppush_exit() when the five minute
timeout expires instead of looping around for another pass. If ypxfr
on the other end fails somehow and never sends a response, we don't
want to wait around forever.
|
| |
|
|
|
|
|
| |
inline hdlc checksum calculation.
make big tables const.
|
| |
|
| |
|
|
|
|
|
| |
to real starting track in CD driver.
Old code assume that starting track is always 1.
|
|
|
|
|
| |
should be converted to real starting track into CD driver.
Old variant assume that starting track is always 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ppp based on these patches for about 3 weeks with no downtime.
The original submitters comments:
Two features iijppp has over kernel ppp that I like are predictor1
compression and demand dialing. Here are a few bug fixes.
I expanded the priority queueing scheme and discovered it was broken
due to the assignment at ip.c line 300. All packets were being
queued at the same priority.
Fixing priority queueing broke predictor1 compression. Packets
were compressed before being queued and predictor1 worked as long
as the packets were popped off the queue in the same order they
were pushed onto the queue.
There were a few byte order problems in IP header tests also.
There is a recursion problem in SendLqrReport(). LcpClose() is
called when "Too many echo packets are lost" which winds up in
SendLqrReport() again. I believe the original intention was to
just stop the LQR timer with the call to StopLqr() but the side
effects hurt.
Submitted by: John Capo <jc@irbs.com>
|
|
|
|
|
| |
format. A bit tricky, but i believe this to work for 98 % of the
cases.
|
| |
|
|
|
|
|
| |
to make sure they will be overwritten even in cases where the've
bogusly got more recent timestamps.
|
|
|
|
|
|
| |
themselves acting as multicast routers.
Reviewed by: Bill Fenner (quite some time ago)
|
|
|
|
|
|
| |
require kmem access. It is currently configured to call getloadavg(3),
which uses sysctl(2) to determine the load average, which is the
only reason some sendmails require kmem access.
|
|
|
|
|
|
| |
PATH_VARTMP having a somewhat saner value.
Submitted by: matthew green <mrg@eterna.com.au>
By way of: Eric Allman <eric@sendmail.org>
|
|
|
|
| |
src/share/man/man5.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| | |
worm(4) for actual work.
See the EXAMPLES section in the man page.
|
| |
| |
| |
| | |
avoid potential clash with library function of the same name.
|
| | |
|
| |
| |
| |
| | |
check for argument 'path'
|
| |
| |
| |
| |
| |
| |
| |
| | |
a boot selector in sector 0.
Closes PR # conf/963: Using the...
Submitted by: muir@idiom.com (David Muir Sharnoff)
|
| |
| |
| |
| | |
various pcvt support files are really installed. Closes PR# 740.
|
| |
| |
| |
| | |
page says it prints. Also silence a few "cc -Wall" warnings.
|
| |
| |
| |
| | |
(Patch1 only affects named and BSD/OS makefiles that we dont use)
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is a small fix, as a result of talking to Ultrix Hesiod-enabled
named's. Apparently there are some buffer overruns causing data
mangling.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
man pages.
Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Giles Lean <giles@nemeton.com.au>
<soda@sra.co.jp>
|
| | |
| | |
| | |
| | | |
of FreeBSD, and only serves to generate confusion and increase bloat.
|
| | |
| | |
| | |
| | | |
call, strdup() it.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
from args, e.g. cdplay cd0 "play 1 99" if you just want to feed the
CD a command and exit the cdplay utility. Note that if you want to use
post-play commands like `pause' and `resume', you should still use cdplay
interactively.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1) correct MAX_PID according to system definition.
2) replace fprintf(stderr,...)/perror/exit by 4.4 equivalence.
3) make strings enough larger so they can't overflow: MAXHOSTNAMELEN for
host and MAXPATHLEN for filenames.
4) call execl with correct parameters (compress -> gzip).
|
| | |
| | |
| | |
| | | |
with the +rec and -rec options.
|