| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
and chap-secrets files. This allows specific users
to have pre-allocated IP numbers while others get
assigned dynamically.
Submitted by: David Nugent <davidn@unique.usn.blaze.net.au>
|
|
|
|
|
| |
once. Make -background ignore redial. Output exit value
to syslog with "PPP Terminated" message.
|
|
|
|
|
|
|
|
|
|
|
| |
list has been dialed. Alternate number dialing has no "pause".
Suggested by: joerg
Document this behaviour. Document that the number of dial attempts
applies to the number of phone calls rather than the number of times
each number is dialed. Add a missing .El. Give a decent description
of how to connect to an ISP.
|
|
|
|
| |
and quite a number of smaller fixes from 2.2 were missing as well.
|
|
|
|
|
|
|
| |
emacs-style editing (which it used to have for a long time already).
Also mention the `gdb' and `help' commands. Other commands need an
overhaul, too (like the various `show' subcommands), but i don't feel
very competent for these.
|
|
|
|
|
| |
basic cursor movements. Assumes ANSI/DEC tty, but you can still resort
to plain emacs ^p/^n etc anyway.
|
|
|
|
| |
in having two places for this.
|
| |
|
|
|
|
| |
we're not building it.
|
|
|
|
| |
refuse file), or if NOPERL is defined (eg: in /etc/make.conf)
|
|
|
|
|
| |
allow it to be disabled via NOTCL in /etc/make.conf (similar to other
stuff in src/Makefile, eg: NOGAMES)
|
|
|
|
|
|
|
|
|
|
| |
the src/contrib/tcl directory existing, and also have an /etc/make.conf
override (NOTCL) to stop building libtcl. This is in similar other
things from src/Makefile, eg: NOGAMES, NOLKM, etc.
This is so that people can put in a refuse entry in their cvsup files and
not fetch the tcl code, and have it not built automatically. I'll do
something similar for perl.
|
|
|
|
|
| |
Output filters are executed on a per-file basis as it's
necessary to supply the file size to the "other side".
|
|
|
|
| |
change was a false-start, and needs more work.
|
|
|
|
|
| |
Fixes name size limitation (was hardcoded to 8).
Closes PR#3258
|
|
|
|
| |
away the VM space of all of the other, associated threads.
|
|
|
|
|
|
|
| |
calling thread from being rescheduled based on an unspecified wakeup
time.
Bug/fix pointed out by Alexandre Fenyo <fenyo@email.enst.fr>.
|
| |
|
| |
|
|
|
|
| |
Don't quote "..." in synopsis. Quoting here is unnecessary and unusual.
|
| |
|
|
|
|
| |
wrong).
|
| |
|
| |
|
|
|
|
| |
synopsis.
|
|
|
|
|
|
|
|
| |
- don't quote function names, since quoting them is unnecessary and
unusual and confuses my synopsis checker.
- include <sys/types.h> instead of <sys/param.h>. It is normal to
(have to) include <sys/param.h> instead of <sys/types.h>, but it
is more useful for man pages to document minimal prerequisites.
|
|
|
|
|
|
|
|
| |
- don't declare nonexistent function sleep().
- don't include <sys/errno.h> explicitly.
sleep() should be nuked some more, e.g., this man page should not be
named after a nonexistent function.
|
|
|
|
|
|
|
|
|
| |
dependency on `bar' is very unlikely to be correct.
This is a quick fix for broken dependencies in gdb and many other
places. The dependencies on internal libraries are now missing
instead of wrong when `make depend' is run before the libraries
are created.
|
|
|
|
|
| |
routines as function for DDB. The inb and outb are provided as
functions in machdep.c when DDB is defined.
|
|
|
|
| |
cut-n-paste the example and have it actually lex and compile.
|
|
|
|
| |
entry accordingly.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
which mistakenly got committed.
Fix two bugs in the ahc_reset_device code:
Limit search for SCBs to process to those that are active and
are not queued for done processing.
It's okay for an SCB to not have a waiting next SCB.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Be consistant about testing for parity errors after waiting for a
REQ on the bus.
Don't ack the last byte in a transaction until after we've cleared
all target state.
aic7xxx_asm.c:
Test the return value of getopt against -1 not EOF. (Yet another
shameless victum of the style guide being wrong).
|
|
|
|
|
|
|
| |
directory. The object (= current) directory always exists, so
don't search for it.
Use ${.TARGET} instead of deprecated $@.
|
|
|
|
|
| |
directory. manpath.1 is always in the current (= object) directory,
so don't search for it.
|
|
|
|
|
| |
directory. man.1 is always in the current (= object) directory,
so don't search for it.
|
|
|
|
|
|
|
|
|
|
|
|
| |
directory. config.h is always in the current (= object) directory,
so don't search for it.
config.h is not a source for the library, so don't put it in SRCS and
don't make the library depend on it.
Don't put unused flags in CFLAGS.
Simplify using INTERNALLIB*.
|
|
|
|
| |
Now the search is as incomplete as elsewhere instead of broken.
|
|
|
|
|
|
| |
<sys/dir.h>, and use the new macro GENERIC_DIRSIZ() instead of DIRSIZ().
Removed unused #includes.
|
|
|
|
|
|
|
|
|
| |
<sys/dir.h>.
Removed unused #include.
Fixed type and order of struct members in pseudo-declaration of `struct
vop_readdir_args'.
|
|
|
|
| |
deprecated header <sys/dir.h>.
|
|
|
|
| |
and YPBINDPROC_SETDOM procedures.
|
|
|
|
|
|
|
|
|
| |
in the transfer request actually exist. Technically ypxfr can do this too,
but why waste the cycles getting ypxfr off the ground for a transfer we
already know is going to fail.
Also apply stricter access control rules; ypproc_xfr_2_svc() is in a
different class than the normal map access procedures procedures.
|
|
|
|
|
|
|
|
|
|
| |
<dirent.h> should be used instead to a warning. If this causes too
many warnings in ports then it should be changed back after checking
some ports for related configuration errors.
Moved the definition of DIRSIZ() from <sys/dir.h> to <sys/dirent.h>
so that it can be used in the kernel without including <sys/dir.h>.
Renamed it in some cases to avoid new namespace pollution.
|
|
|
|
| |
but the extra warning message could be useful.
|