aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* Catch and report memory allocation failures.Guy Helmer2000-05-232-27/+95
| | | | Notes: svn path=/head/; revision=60825
* Return -2 when tcp_OpenConnection() fails so that ppp doesn'tBrian Somers2000-05-221-4/+4
| | | | | | | report that the device name is of an invalid format. Notes: svn path=/head/; revision=60779
* Be more verbose when a second link doesn't match the first because theBrian Somers2000-05-221-0/+6
| | | | | | | peer enddisc/authname is different. Notes: svn path=/head/; revision=60778
* I've always wanted to be able to dump out the current values ofJordan K. Hubbard2000-05-202-5/+23
| | | | | | | | | the mixer in a format suitable for saving and handing off to mixer(1) at some future date to restore the settings. Add a -s flag to do this. Notes: svn path=/head/; revision=60741
* <machine/lpt.h> does not exist anymore. use <dev/ppbus/lptio.h> now.Peter Wemm2000-05-191-1/+1
| | | | | | | Forgotten by: obrien Notes: svn path=/head/; revision=60726
* Remove duplicated ';' statement delimiters.Kris Kennaway2000-05-191-2/+2
| | | | | | | Obtained from: BSD/OS Notes: svn path=/head/; revision=60699
* Add CIS string comparison function.Mitsuru IWASAKI2000-05-171-2/+17
| | | | | | | | | | | | This should solve tentatively the pccardd core dump problem when there's no CIS (likely CardBus cards). Later, this function will have regex CIS string comparison capability too. Obtained from: PAO Notes: svn path=/head/; revision=60664
* Add an option to select the Fix-it tty. The current behavior is utterlyDavid E. O'Brien2000-05-165-18/+61
| | | | | | | *useless* on serial consoled machines. Notes: svn path=/head/; revision=60657
* Punctuation fix.Garrett Wollman2000-05-161-1/+1
| | | | Notes: svn path=/head/; revision=60648
* Add used includes.Garrett Wollman2000-05-161-0/+4
| | | | Notes: svn path=/head/; revision=60647
* Don't forget to clean y.output. Most files generated by yacc are cleanedBruce Evans2000-05-151-7/+5
| | | | | | | | | automatically, but not this one. Fixed some style bugs. Notes: svn path=/head/; revision=60601
* Typo: "ealgo" -> "aalgo"Tim Vanderhoek2000-05-151-1/+1
| | | | | | | PR: docs/18547 (OKAZAKI Tetsurou <okazaki@be.to>) Notes: svn path=/head/; revision=60595
* Remove trailing whitespace.Sheldon Hearn2000-05-152-3/+3
| | | | Notes: svn path=/head/; revision=60589
* Work around mdoc macro argument limit.Sheldon Hearn2000-05-151-2/+7
| | | | | | | | PR: 18562 Submitted by: takamune@avrl.mei.co.jp (Kazu TAKAMUNE) Notes: svn path=/head/; revision=60588
* Improve diagnostic message when device vnconfig'ing does not exist.David E. O'Brien2000-05-141-1/+1
| | | | | | | | PR: bin/6997 Submitted-by: Notes: svn path=/head/; revision=60564
* Avoid infinite loops when given a package name like 'm4-1.1/'.Steve Price2000-05-142-42/+27
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=60563
* Finally remove the restriction introduced from NetBSD in r.1.3 thatTim Vanderhoek2000-05-131-2/+12
| | | | | | | | | | pkg_delete be run as root. Now honours -f and checks ownership of ${PKG_DBDIR} before errx()'ing. Requested by: bin/5718, myself, bin/18373 (in order) Notes: svn path=/head/; revision=60499
* Add excludes.c (missed in previous commit).Garrett Wollman2000-05-131-1/+2
| | | | | | | PR: 16944 Notes: svn path=/head/; revision=60491
* Add a comment to deconfuse a few lines of code I've tripped over twoNick Hibma2000-05-121-1/+6
| | | | | | | times now. Notes: svn path=/head/; revision=60489
* Mention that each criterium can only be used once.Nick Hibma2000-05-121-0/+3
| | | | Notes: svn path=/head/; revision=60488
* Actually accept 'm' as a PAGER query response to mean 'more'.Brian S. Dean2000-05-121-1/+1
| | | | Notes: svn path=/head/; revision=60420
* Give mtree the ability to exclude files and directories from its traversal.Garrett Wollman2000-05-126-2/+141
| | | | | | | PR: 16944 Notes: svn path=/head/; revision=60418
* Add support for USB to sysinstall. This includes running usbd andJohn Baldwin2000-05-1210-6/+106
| | | | | | | | | setting 'usbd_enable' in rc.conf during nwe installs if USB is detected. Also, since usbd already handles USB mice automatically, note that the mouse setup section in sysinstall only applies to non-USB mice. Notes: svn path=/head/; revision=60417
* Fixed small bug introduced in my last commit.Murray Stokely2000-05-111-1/+4
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=60409
* Supported PC-98.Yoshihiro Takahashi2000-05-111-0/+4
| | | | Notes: svn path=/head/; revision=60374
* Allow user to specify which logs to rotateDag-Erling Smørgrav2000-05-112-10/+25
| | | | Notes: svn path=/head/; revision=60373
* Add the '-l' option which prints string attribute followed by a file name.Boris Popov2000-05-112-10/+26
| | | | | | | Reviewed by: rwatson, sheldonh Notes: svn path=/head/; revision=60372
* Fix a typoBrian Somers2000-05-111-1/+1
| | | | Notes: svn path=/head/; revision=60367
* Mention that the default is to let external traffic route toBrian Somers2000-05-113-11/+19
| | | | | | | | | the internal network when NAT is enabled. Allow ``set target MYADDR'' to stop packets at the gateway. Notes: svn path=/head/; revision=60365
* Minor mdoc markup fixes.Sheldon Hearn2000-05-103-12/+11
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=60326
* When setting up an iomem resources, remember to set the MEM_ASSIGNED bitBill Paul2000-05-091-0/+1
| | | | | | | so that pccardd actually does something to set up the memory range. Notes: svn path=/head/; revision=60291
* This appears to have been repo-copied to lpd a while ago and neverWarner Losh2000-05-091-375/+0
| | | | | | | | deleted here. Diff shows there is only one change to this file, which matches the repo histories. Notes: svn path=/head/; revision=60282
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-095-6/+9
| | | | | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60258
* Work around the mdoc argument limit in the Nd name description.Sheldon Hearn2000-05-091-1/+1
| | | | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60253
* Correct a bad bug in m_prepend()Brian Somers2000-05-071-3/+5
| | | | | | | Submitted by: luoqi Notes: svn path=/head/; revision=60135
* Update device names.Kris Kennaway2000-05-071-4/+4
| | | | Notes: svn path=/head/; revision=60133
* Zap reference to /dev/rvn*Kris Kennaway2000-05-071-1/+1
| | | | Notes: svn path=/head/; revision=60125
* Add KAME kit integration noteAlexey Zelkin2000-05-061-0/+4
| | | | Notes: svn path=/head/; revision=60098
* Fix typoAlexey Zelkin2000-05-068-8/+10
| | | | | | | Noticed by: hoek Notes: svn path=/head/; revision=60096
* . clear `.Os' macro value since this tool is not KAME-only anymoreAlexey Zelkin2000-05-061-22/+26
| | | | | | | | | | | | . correctly use .Cm macro . don't use duplicated arguments for .Nm macro . use .Er macro for error names . correctly declare paper reference in SEE ALSO section . sort Xr's in SEE ALSO section . add integration note Notes: svn path=/head/; revision=60090
* . clear `.Os' macro value since this tool is not KAME specific anymoreAlexey Zelkin2000-05-061-36/+40
| | | | | | | | | | | . compact some macros (.Oo/.Oc -> .Op, .Po/.Pc -> .Pq) . use .Tn . avoid using duplicated arguments for .Nm macro . correct KAME kit pathes (/usr/local/v6 -> /usr) . add integration note Notes: svn path=/head/; revision=60088
* Correct an xref.Mike Pritchard2000-05-051-1/+3
| | | | | | | | PR: doc/13218 Submitted by: phantom Notes: svn path=/head/; revision=60016
* mdoc(7) style cleanupAlexey Zelkin2000-05-046-37/+62
| | | | Notes: svn path=/head/; revision=59976
* . clean `.Os' macro value.Alexey Zelkin2000-05-041-10/+6
| | | | | | | | . add integration note . remove useless comments Notes: svn path=/head/; revision=59967
* Add ioctl() in read_ether() so that pccardd ensure reading its etherMitsuru IWASAKI2000-05-041-0/+2
| | | | | | | address from the attribute memory area. Notes: svn path=/head/; revision=59958
* Print files submitted at the same instant in deterministic order.Garrett Wollman2000-05-031-5/+20
| | | | | | | | PR: 18361 Submitted by: Garance A Drosehn <gad@freefour.acs.rpi.edu> Notes: svn path=/head/; revision=59920
* Field structure changed name from 'typename' -> 'type_name'.Archie Cobbs2000-05-011-1/+1
| | | | Notes: svn path=/head/; revision=59880
* . clear `.Os' macro value since this tool is not KAME only anymoreAlexey Zelkin2000-05-011-5/+4
| | | | | | | . add integration note Notes: svn path=/head/; revision=59851
* . clear `.Os' macro value since this tool is not KAME only anymoreAlexey Zelkin2000-05-011-6/+7
| | | | | | | | . add integration note . avoid `.Nm' value upper case usage Notes: svn path=/head/; revision=59849
* Add another example showing how you can use pppctl to only allowNik Clayton2000-04-301-0/+21
| | | | | | | | | dial out at certain times of the day. Approved by: brian Notes: svn path=/head/; revision=59802