| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Submitted by: rdivacky
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Use socklen_t for socket functions
- Remove an unnecessary extern
- Signed/unsigned cleanups
Reviewed by: harti
|
|
|
|
|
|
|
|
| |
Correct this by pointing to the new location.
Pointy hat to: harti
Submitted by: keramida
|
| |
|
| |
|
| |
|
|
|
|
| |
we added a WARNS 7 level, it shouldn't be assumed this code will pass it.
|
|
|
|
|
|
| |
This is implemented through SNMP and requires the ilmi daemon to
run on the system. To prevent bloat in rescue the atmconfig for
rescue is compiled without this stuff.
|
| |
|
| |
|
|
|
|
| |
point to write 'Media' in the table header for the -atm option.
|
|
|
|
| |
not 'atmconfig natm list'.
|
| |
|
|
|
|
| |
each help file must start with a level 0 topic.
|
|
|
|
|
| |
Also remove the current directory from the default help file path
and add an appropriate directory in /usr/local instead.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).
There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.
Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".
Tested on: i386 sparc64
|
|
|
|
| |
Use WARNS?= instead of WARNS=.
|
|
|
|
|
|
|
|
| |
These files had tags after the copyright notice,
inside the comment block (incorrect, removed),
and outside the comment block (correct).
Approved by: rwatson (mentor)
|
|
|
|
| |
need to handle interfaces without phy specially.
|
|
|
|
|
|
|
|
|
| |
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from <sys/user.h>
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
|
| |
|
|
|
|
|
|
|
|
|
|
| |
is returned from the card to the driver. Add a counter that shows
how many times this allocation has failed. Note, that we could even
further delay the allocation of the mbuf until we know, that we need it
(there are no receive errors and the connection is open). This will be done
in a later commit.
Print the new statistics field in atmconfig.
|
|
|
|
|
|
|
| |
called this way the program just prints its help intro, so the
memory leak is not a problem.
Pointed out by: bde
|
| |
|
|
|
|
| |
Requested by: bde
|
|
|
|
|
|
| |
stuff. This utility allows inspection of the ATM characteristics,
the PHY layer, including statistics of both, the retrival of the
list of currently open channels and also allows access to utopia(4).
|
|
|
|
|
|
|
| |
Correct a comment.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
|
| |
The old firmware (3.0.1) can still be used by specifying the '-3' option
to fore_dnld.
Document the -r option that resets the adapter prior to the download.
Ther newer firmware version allows traffic shaping.
|
| |
|
|
|
|
|
| |
use the address of that int for read(2). While this happens to work on
LE, it surely is wrong on BE.
|
| |
|
|
|
|
|
|
|
|
|
| |
was unused unless sun was defined and printing of u_longs
with %x.
PR: bin/39818
Submitted by: dan@obluda.cz
MFC after: 1 week
|
|
|
|
| |
Remove a __DECONST() that was needed before this interface cleanup.
|
|
|
|
|
|
|
| |
the 'add pvc' command.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
| |
- remove some instances of __P()
- use real prototypes and un-K&R function headers
- constify where necessary (mostly strings and structures containing
strings)
- make functions and variables static that need not to be global
- tag unused function parameters as __unused
Testing: a fresh universe
|
|
|
|
|
|
|
|
| |
than at the vendor. We have three different Fore cards and only the PCA200
need the microcode. Look also at the RAM address and load the code only if
it is not zero. A zero RAM address means either a bug in the driver or
this is a interface created by harp(4) in which case fatm(4) handles the
microcode issue.
|
|
|
|
| |
Rename this for the moment. Also fix a sparc64 alignment warning.
|
|
|
|
| |
arguments and missing consts.
|
|
|
|
|
|
|
| |
in calling fprintf() with a NULL fp. Strange enough this didn't result
in cores in stable, but results in cores now.
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
| |
- Provide function prototypes.
Submitted by: trhodes
|
|
|
|
| |
Submitted by: trhodes
|
| |
|