aboutsummaryrefslogtreecommitdiff
path: root/sbin/atm
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilityPhilippe Charnier2002-07-062-3/+6
| | | | Notes: svn path=/head/; revision=99501
* Use a larger data type to prevent counters wrapping so quickly.Matthew N. Dodd2002-06-071-2/+2
| | | | | | | Silence a warning. Notes: svn path=/head/; revision=97990
* Sync this up with changes made in v1.8 of sys/netatm/atm_if.hMatthew N. Dodd2002-06-071-0/+4
| | | | Notes: svn path=/head/; revision=97989
* - Further replacing of UM_* macros with the appropriate function call. IAndrew R. Reiter2002-05-171-43/+38
| | | | | | | | | am fairly certain that this should do it and that I may now remove the UM_ macros from port.h. I will, however, wait a few days to ensure that these can be safely removed. Notes: svn path=/head/; revision=96767
* - Replace UM_* macros by replacing them with the appropriate functionAndrew R. Reiter2002-05-178-50/+50
| | | | | | | call. These changes are similar to the ones made to atmarpd and scsp. Notes: svn path=/head/; revision=96766
* Default to WARNS=2.David E. O'Brien2001-12-043-0/+3
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* The directory of the makefile that's including the file is tried first.Ruslan Ermilov2001-10-251-1/+1
| | | | | | | See section 3.2 of "PMake - A Tutorial" in /usr/share/doc/psd/12.make. Notes: svn path=/head/; revision=85473
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79754
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-263-0/+3
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-203-3/+0
| | | | Notes: svn path=/head/; revision=74531
* Correct grammar in comment.Kris Kennaway2001-03-041-3/+3
| | | | Notes: svn path=/head/; revision=73427
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-3/+3
| | | | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris Notes: svn path=/head/; revision=72089
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-222-144/+126
| | | | Notes: svn path=/head/; revision=71378
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* Remove unused #include.Jeroen Ruigrok van der Werven2000-05-011-1/+0
| | | | Notes: svn path=/head/; revision=59867
* Remove unused #include.Jeroen Ruigrok van der Werven2000-05-018-8/+0
| | | | Notes: svn path=/head/; revision=59864
* 1000000 usec -> 1 sec 0 usec; fixPhilippe Charnier2000-03-261-1/+1
| | | | Notes: svn path=/head/; revision=58631
* Make the fore_dnld program more robust and reliable.Poul-Henning Kamp2000-03-171-6/+15
| | | | | | | In particular HZ=1000 would seem to break it before. Notes: svn path=/head/; revision=58172
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-012-4/+8
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57668
* With the kind permission of Marconi Communications (Formerly "Fore ↵Poul-Henning Kamp2000-02-155-12/+1906
| | | | | | | | | | | | | | | | | | Communication" include a copy of the 3.0.1 firmware for the PCA200E card in the fore_dnld program. There are various and subtle compatibility issues between the hfa driver and the microcode, this version is belived to work best. If a file is specified on the command line it will be used instead of the embedded image. Approved by: jkh Notes: svn path=/head/; revision=57229
* Handle GetResponse errors correctly.Mike Spengler2000-01-151-5/+17
| | | | Notes: svn path=/head/; revision=56059
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2819-29/+29
| | | | Notes: svn path=/head/; revision=50476
* Modify code to be -Wall'able.Mike Spengler1999-07-0111-152/+164
| | | | | | | PR: bin/11315 Notes: svn path=/head/; revision=48419
* Getopt(3) returns -1 not EOF.Warner Losh1999-05-232-6/+6
| | | | Notes: svn path=/head/; revision=47441
* Clarify the number of network interfaces per physical interface available withMike Spengler1999-01-202-7/+10
| | | | | | | | each type of signalling manager and bring the atm command into agreement with the man page. Notes: svn path=/head/; revision=42908
* Re-write of ilmi daemon. Among the major changes, it does not use predefinedMike Spengler1999-01-201-1555/+1275
| | | | | | | PDUs and should handle multi-request OIDs on GETs. Notes: svn path=/head/; revision=42871
* Rename a function name so that it doesn't conflict with a future system call.David Greenman1998-10-301-4/+4
| | | | Notes: svn path=/head/; revision=40765
* Two patches from the HARP people:Poul-Henning Kamp1998-09-173-3/+6
| | | | | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com> Notes: svn path=/head/; revision=39412
* Remove blank after -IPoul-Henning Kamp1998-09-153-6/+6
| | | | Notes: svn path=/head/; revision=39290
* Add new files for HARP3Poul-Henning Kamp1998-09-1519-0/+11177
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA). Notes: svn path=/head/; revision=39232