summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* IPv6 multicast routing.shin2000-01-2893-0/+35459
| | | | | | | | | | | | | kernel IPv6 multicast routing support. pim6 dense mode daemon pim6 sparse mode daemon netstat support of IPv6 multicast routing statistics Merging to the current and testing with other existing multicast routers is done by Tatsuya Jinmei <jinmei@kame.net>, who writes and maintainances the base code in KAME distribution. Make world check and kernel build check was also successful.
* OK, I admit defeat - allow the user to override hostname and gatewayjkh2000-01-281-2/+2
| | | | values set by dhcp.
* No need to try loading ng_socket.ko, as NgMkSockNode() does thatarchie2000-01-282-11/+1
| | | | for us now if necessary.
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-274-7/+5
| | | | | | | | | | | | | | | | | string to u_long and back using two functions, flags_to_string and string_to_flags, which co-existed with 'ls'. As time has progressed more and more other tools have used these private functions to manipulate the file flags. Recently I moved these functions from /usr/src/bin/ls to libutil, but after some discussion with bde it's been decided that they really ought to go in libc. There are two already existing libc functions for manipulating file modes: setmode and getmode. In keeping with these flags_to_string has been renamed getflags and string_to_flags to setflags. The manual page could probably be improved upon ;)
* Avoid verbose error messages when ipsec initialization for sockets failedshin2000-01-271-2/+4
| | | | | usually, and print it only when debug is enabled. (This always happens when kernel is configured without IPSEC option.)
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-2710-0/+3289
| | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* If we're in callback mode, don't forget this fact when webrian2000-01-271-0/+2
| | | | | | get into datalink_Down(). Submitted by: David Hedley <david@inty.co.uk>
* Actually ignore comments at the end of lines - broken with the commitbrian2000-01-271-1/+1
| | | | that made ppp *not* treat #s in quoted arguments as comments.
* Merge from PAO; Add new keywords for pccard.conf, auto and default.iwasaki2000-01-264-7/+92
| | | | | This will help importing pccard entries (and users :) from PAO into -CURRENT.
* Argh, this is what I get for testing, making one last "harmless cosmeticjkh2000-01-251-1/+1
| | | | | tweak" and then committing. /me got what he deserved, an embarassing build failure.
* several tcp apps IPv6 updateshin2000-01-255-111/+702
| | | | | | | | | | | | -inetd -rshd -rlogind -telnetd -rsh -rlogin Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Fixed breakage of installation of zzz.8 in previous commit. MLINKSbde2000-01-251-1/+1
| | | | consists of pairs of link names.
* o Fix http proxy code for various extentions and deal with FTP archivejkh2000-01-256-110/+160
| | | | | | | | | format changes. o Make anonymous ftp setup more analy retentive. PR: 16070 Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
* Type-o, change from[...] = 0 to fromb[...] = 0. The incorrect bufferdillon2000-01-251-1/+1
| | | | | | | | | was having its last element zero'd. It turns out not to be a security hole or to have any real effect on the code because 'from' was previously pointing to a buffer of the same size as 'fromb', and the last element in fromb is already 0 anyway due to the use of sizeof(fromb)-1 in the strncpy() call. But I'm not pressing my luck so only the type-o is being fixed.
* 'start' command was not reenabling printing.dillon2000-01-241-3/+4
| | | | PR: bin/15728
* Back out previous commit minus spelling fixes. Should have asked maintainercharnier2000-01-242-37/+29
| | | | before.
* Update to keep track of next_writeable in userland.sos2000-01-241-1/+1
| | | | Recompile both kernel & burncd !!
* Merge from PAO3 -- Quick fix a bug which assign_driver() checks wrongiwasaki2000-01-241-3/+3
| | | | | | | | | | | | | | | | | member variable to find the configuration on new driver allocation. Correct condition is that card_config and driver are not in use. Both of them are cleared in card_removed() (conf->driver->card never be cleared). This fix problems `No free configuration for card' on insertion, and pccardd core dump on removal in condition of the same driver but different card. Also this might be emergency measures, complete solution would be made after Hosokawa-san come back. Consulted with: imp Waiting for: hosokawa
* Added the PnP ID for MouseSystems SmartScroll Mouse (serial mouse).yokota2000-01-241-0/+2
| | | | | | | | This mouse may be a OEM version of Genius EasyScroll Mouse. (The mouse has three buttons on top, one side button and a wheel which also acts as a button. However, I know no way to activate the wheel, and it can only be used as an ordinary 3-buttons mouse :-)
* De-K&Rify sicontrol and tidy up a few loose ends. Remove "register".peter2000-01-242-53/+38
|
* Use si.h in new location.peter2000-01-242-1/+4
|
* Spelling. Add missing .El.charnier2000-01-232-2/+3
|
* Remove invalid section name. Add missing .El.charnier2000-01-231-3/+3
|
* Remove invalid section name.charnier2000-01-232-8/+5
|
* Add a FILES section.charnier2000-01-231-2/+4
|
* Use .Xr for references.charnier2000-01-231-2/+4
|
* Add missing .El.charnier2000-01-232-2/+5
| | | | -Wall cleaning.
* Do not dot terminate list of references.charnier2000-01-231-2/+2
|
* Convert err() to errx(), reason is already provided. Complete thecharnier2000-01-232-4/+14
| | | | abort on allocation failure instead of deferencing NULL later.
* Typocharnier2000-01-231-1/+2
|
* Add section number to .Xr. Use .Pa for filenames.charnier2000-01-233-12/+15
| | | | fprintf -> warnx.
* Remove invalid section name. Add missing .El. Do not dot terminatecharnier2000-01-231-11/+20
| | | | sentences in FILES section.
* Rework use of Nm.charnier2000-01-232-31/+39
| | | | | | | Remove -? flag that was not working but documented. Make it work instead but hide it in man page and usage string as others tools do. Spelling. Abort on allocation failure (with errx()).
* Do not dot terminate sentences inside FILES section. Lowercasecharnier2000-01-232-10/+10
| | | | inside error messages.
* Use Ns and Sx. -current is 4 not 3.charnier2000-01-232-7/+8
|
* Remove the cam-specific device wiring code. This was a duplicate ofpeter2000-01-233-91/+0
| | | | the data in the resource tables, and cam is getting it directly now.
* Remove Xr to apmconf(8) since it got replaced in total by apm(8).asmodai2000-01-231-2/+1
|
* Fix fdformat to not use /dev/r* device nodes anymore, this usageasmodai2000-01-232-8/+8
| | | | | | | | | has been made obsolete by the block/char device merging. Reflect this change in the manual page and fix the usage of a backslash in ``e.g.''. Reviewed by: bright, sheldonh, phk
* Bump configvers.h as a precaution. Although existing config files willpeter2000-01-231-1/+1
| | | | work unmodified still, new config files won't work on the old ones.
* Clean up something in config(8) that has annoyed me for ages. Removepeter2000-01-232-11/+19
| | | | | | | | | | | | | | the need to specify the unit number of unwired devices. ie: instead of saying "device fxp0" we can say "device fxp" which is much closer to what it actually means. The former (fxp0) implied something about reserving the 0th unit, but it does not and never did - it was a figment of config(8)'s imagination that we had to work around.. "device fxp0" simply means "compile in the fxp device driver", so we may as well just write it as "device fxp" which is closer to what it really means. Doing this also saves us from filling up the ioconf.c tables with meaningless entries.
* Add MLINK for apmconf(8).asmodai2000-01-231-1/+1
| | | | Suggested by: msmith
* Reflect that apmconf(8) has been absorbed by apm(8).asmodai2000-01-231-0/+7
| | | | Suggested by: msmith
* Bury apmconf, apm succeeds it.asmodai2000-01-233-211/+0
| | | | Suggested by: msmith
* Stop apmconf from being build.asmodai2000-01-231-1/+0
| | | | | | green integrated apmconf into apm and we should use that instead. Suggested by: msmith
* Fix various man pages to stop abusing the .Bx macro to generatempp2000-01-237-21/+25
| | | | the string "FreeBSD". Use the .Fx macro instead.
* Handle the availability of TUNSIFHEAD. If it's there, use it.brian2000-01-234-29/+63
| | | | | For the moment this is just overhead, but it'll be used for INET6 support later.
* Fix various man pages to stop abusing the .Bx macro to generatempp2000-01-232-4/+4
| | | | | the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro instead.
* Import the apmconf function descriptions as per modified patchasmodai2000-01-221-14/+28
| | | | from green.
* Cleanups, new options, and syntax changes w.r.t. the -e fiag I had justgreen2000-01-221-39/+75
| | | | | added. This completes the addition of apmconf(8) features into apm(8), and will be followed shortly by asmodai with a manpage commit.
* Added "attr2" MAC address encoding (used by Megahertz Ethernet Card)hosokawa2000-01-213-9/+80
| | | | | | | support. Reviewed by: Warner Losh <imp@village.org> Obtained from: PAO
OpenPOWER on IntegriCloud