summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use TUNSIFPID when we change our PID (if it exists).brian2000-01-213-1/+12
|
* Add the PnP ID for the Logitech Cordless MouseMan Wheel (serialyokota2000-01-201-0/+2
| | | | version).
* I like base-36 better.green2000-01-201-4/+18
|
* Implement -g and -d options in my ident code. The -g flag uses a randomgreen2000-01-192-18/+67
| | | | | | | | | | garbage value for the username (hex garbage, that is), and the -d flag provides a default username for fallback purposes if the user cannot be looked up. That is very useful for the case where inetd auth is running on a NAT box. While I'm here updating the manpage, clean up an English error and a few small nits.
* It's not been possible to configure a print server running lpd,joe2000-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | with remote hosts feeding it, so that some hosts have their header pages supressed and some don't. This is because lpd doesn't know how to rewrite a print job before forwarding it to a remote lpd. In particular this causes problems with p rinters that contain their own lpd, eg. HP jet direct cards, because they can't suppress headers. It's not possible to have headers supressed by putting 'sh' in any printcap in the lpd chain, it is up to the originating lpr to have a '-h' option specified at run time. Lpr has been modified to allow _it_ to honour the 'sh' flag in the local print cap. This allows the administrator to switch off headers for a particular printer (on a particular host) irrespective of whether that printer is local to the machine or remote. This doesn't break anything, because in the case of a remote printer the 'sh' flag would have had no meaning, in the case of the local printer it would have been on anyway. Submitted by: Scott James Remnant <scott@pavilion.net>
* * add SVR4 and OSF/1 enabling in the Start Up config menuobrien2000-01-189-1/+77
| | | | | | * deals with X11 install when all we have is the Port (such as on the Alpha) Ok'ed by: JKH
* Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.dan2000-01-182-4/+8
| | | | Noticed first by: kris
* Use AUTHLEN for the length of authnamebrian2000-01-171-1/+1
|
* Fix syntax error in previous commit.jkh2000-01-171-1/+1
|
* Change the buffer size to 16 blocks, some crappy drives have troublesos2000-01-171-2/+8
| | | | | | | with bigger chunks of data at a time. Add filesize to progress printout. Submitted by: green@FreeBSD.org <Brian Fundakowski Feldman>
* Fix insecure tempfile handling.kris2000-01-161-5/+10
| | | | Reviewed by: audit@freebsd.org
* Don't overflow buffers.kris2000-01-161-2/+2
| | | | Reviewed by: audit@freebsd.org
* Fix insecure tempfile handling.kris2000-01-161-5/+18
| | | | Reviewed by: audit@freebsd.org
* Add the apm -e argument, which will toggle the "enabled" status of APM.green2000-01-162-3/+21
|
* This fixes a bug that /etc/pccard_ether did not work without DHCP.hosokawa2000-01-161-1/+12
| | | | | | | | | | | | | | | | | | For example, when /etc/pccard.conf had ed0 in config line, but kernel refused this name and said devclass_alloc_unit: ed0 already exists, using next availale unit number Kernel used ed1 as device name and it did not match with config and insert/remove lines. Fortunately, dhclient was called without args, and it works, but if we wanted to use static IP address for PC-card, it did not work. This modification makes pccardd to execute insert/remove lines with the true device name that returns from kernel. (Last change to etc/pccard.conf.sample eliminated all hardwired device name from insert/remove lines in /etc/pccard.conf)
* K&Rifybrian2000-01-156-41/+81
|
* Added sn driver to network interface menu.hosokawa2000-01-152-0/+2
|
* |Since I had suffered from partially applied CTM deltas, some time ago,phk2000-01-151-4/+10
| | | | | | | | | |I made ctm ignore deltas for files that match the "after edit" MD5. |(In one case, I had the compiler fill all temporary space while CTM |was editing files.) Submitted by: se Reviewed by: phk
* Enable the 't' option, and document it in the manpage.sos2000-01-152-1/+4
| | | | Submitted by: green@freebsd.org <Brian Fundakowski Feldman>
* This is another in Martin Blapp's N-series of mount-related cleanups :)green2000-01-153-9/+15
| | | | | | | | | | | | | Changes are: - rpc.umntall is called at the right places now in /etc/rc* - rpc.umntall timeout has been lowered from two days (too high) to one - verbose messages in rpc.umntall have been clarified - kill double entries in /var/db/mounttab when rpc.umntall is invoked - ${early_nfs_mounts} has been removed from /etc/rc - patched mount(8) -p to print different pass/dump values for ufs filesystems. (last patch recieved from dan <bugg@bugg.strangled.net>) Submitted by: Martin Blapp <mbr@imp.ch>, dan <bugg@bugg.strangled.net>
* More style fixes, both to code and man page.bp2000-01-152-60/+69
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Teach pkg_delete and pkg_info how to deal with full pathnamesdan2000-01-152-3/+46
| | | | | | (/var/db/pkg/foo-1.0, instead of just foo-1.0). Submitted by: Matthew D. Fuller <fullermd@futuresouth.com>
* Portability fixes for other bsd4.4 derivatives.davidn2000-01-156-20/+33
|
OpenPOWER on IntegriCloud