summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add a knob to avoid DES code when making crunched binary. This isn't a beautyabial1999-07-151-2/+11
| | | | | | | | | incarnated, it just matches other deficiencies related to crunchgen and friends... and we already have similar code in ppp/Makefile. RELEASE_CRUNCH should be axed, but for now let's be consistent. Submitted by: Patrick Powell <papowell@astart.com>
* By popular demand, ident_stream now takes arguments. Ex:green1999-07-152-45/+49
| | | | | | | | | # This enables the old, fake ident service. auth stream tcp nowait root internal # This enables the new, real ident service. auth stream tcp nowait root internal auth -r # This enables ~/.fakeid support, too. auth stream tcp nowait root internal auth -r -f
* Fix a dangling else warning from new egcs.imp1999-07-151-2/+3
|
* Don't declare `end' if we aren't compiling radius support.brian1999-07-151-2/+4
|
* This is the working internal ident service. Turn it on by settinggreen1999-07-152-19/+106
| | | | | | the make variable REAL_IDENT, and ~/.fakeid support can be added with FAKEID set. Note that the default behavior is the same as the old behavior.
* Change the wrong URL of back-issue FreeBSD newsletter.foxfair1999-07-141-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1265-2/+88
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add $Id$ to these manpages.nik1999-07-122-0/+2
| | | | Approved by: bde
* Improve Logitech MouseMan+ protocol support.yokota1999-07-121-7/+40
|
* Fix ``:''.green1999-07-111-2/+2
| | | | PR: 12589
* Fix typo ($Id: ... % --> $Id: ... $).iwasaki1999-07-101-1/+1
|
* Activate apmd.iwasaki1999-07-101-1/+2
|
* This commit was generated by cvs2svn to compensate for changes in r48730,iwasaki1999-07-108-0/+1697
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * The apmd package provides a means of handling various APM events fromiwasaki1999-07-108-0/+1697
| | | | | | | | | | | | | | | | | | userland code. Using apmd.conf, the apmd(8) configuration file, you can select the APM events to be handled from userland and specify the commands for a given event, allowing APM behaviour to be configured flexibly. Have Fun! Submitted by: iwasaki, KOIE Hidetaka <hide@koie.org> Reviewed by: -hackers, -mobile and bsd-nomads ML folks. Contributed by: Warner Losh <imp@FreeBSD.org>, Hiroshi Yamashita <bluemoon@msj.biglobe.ne.jp>, Yoshihiko SARUMARU <mistral@imasy.or.jp>, Norihiro Kumagai <kuma@nk.rim.or.jp>, NAKAGAWA Yoshihisa <nakagawa@jp.FreeBSD.org>, and Nick Hilliard <nick@foobar.org>.
* Oops - add a missing cast.brian1999-07-101-2/+2
|
* Leap through one more hoop to avoid alignment problems.brian1999-07-101-2/+2
|
* Add example of how to create a jail.phk1999-07-091-1/+18
|
* Use the proctitle to indicate that we're busy wrapping a request for asheldonh1999-07-091-1/+3
| | | | | | | | service. Inetd already uses the process title to indicate that a request for an internal service is being serviced, so this addition is fairly orthogonal. Submitted by: David Malone <dwmalone@maths.tcd.ie>
* Allow internal and external wrapping to be enabled independantly ofsheldonh1999-07-092-15/+20
| | | | | | | each other. Instead of allowing the -w option to be specified twice, we now take -w (wrap external) and -W (wrap internal). Discussed with: markm
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-092-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gigabit ethernet adapters. This includes two single port cards (single mode and multimode fiber) and two dual port cards (also single mode and multimode fiber). SysKonnect is currently the only vendor with a dual port gigabit ethernet NIC. The ports on dual port adapters are treated as separate network interfaces. Thus, if you have an SK-9844 dual port SX card, you should have both sk0 and sk1 interfaces attached. Dual port cards are implemented using two XMAC II chips connected to a single SysKonnect GEnesis controller. Hence, dual port cards are really one PCI device, as opposed to two separate PCI devices connected through a PCI to PCI bridge. Note that SysKonnect's drivers use the two ports for failover purposes rather that as two separate interfaces, plus they don't support jumbo frames. This applies to their Linux driver too. :) Support is provided for hardware multicast filtering, BPF and jumbo frames. The SysKonnect cards support TCP checksum offload however this feature is not currently enabled (hopefully it will be once we get checksum offload support). There are still a few things that need to be implemeted, like the ability to communicate with the on-board LM80 voltage/temperature monitor, but I wanted to get the driver under CVS control and into -current so people could bang on it. A big thanks for SysKonnect for making all their programming info for these cards (and for their FDDI and token ring cards) available without NDA (see www.syskonnect.com).
* Do not list a null string in a dialog box.yokota1999-07-071-2/+4
|
* invoke fvwm properlyjkh1999-07-072-6/+6
|
* update fla related entries.phk1999-07-062-6/+6
|
* Don't ask about Linux emulation on the alpha (for now).jkh1999-07-064-4/+12
|
* Use #include <pccard_conf.h> instead of -DPCCARD.hosokawa1999-07-065-17/+32
| | | | Now we don't have to make clean before make boot.flp's.
* Add an option for more fully enabling linux compatibility.jkh1999-07-069-18/+60
|
* Make the source and the man page agree about the flags accepted bynik1999-07-052-4/+9
| | | | | | | | ntpdate. PR: docs/12344 Submitted by: Gerhard Gonter <gonter@whisky.wu-wien.ac.at> Reviewed by: nik
* Added the EXAMPLE section and try to make the text slightly more informative.yokota1999-07-052-78/+251
| | | | | | | Grammar and Spelling Reviewed by: mpp While mpp kindly checked grammar and spelling, any technical errors remaining in the man pages are entirely of mine.
* configure "pccardd_flags" in /etc/rc.conf by sysinstall.hosokawa1999-07-041-3/+8
|
* Modified to configure pccard_mem in /etc/rc.conf by sysinstall.hosokawa1999-07-041-1/+5
|
* Delete special handling for 'device-driver' suffix, it's not used inpeter1999-07-032-13/+12
| | | | the kernel source now.
* wcd -> acdmharo1999-07-032-4/+4
| | | | Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* Eliminate some varargs abuse.jkh1999-07-026-44/+30
|
* Allow service alias names from /etc/services to be used when specifyingsheldonh1999-07-022-6/+26
| | | | | | | | | | | | | | | | | | | | | internal services in inetd.conf . The inetd(8) manpage used to say that the official name of a service _must_ be used, yet inetd itself was hardcoded to used a service alias for the auth service, namely ident! Rather than change inetd.conf and break existing configurations on next upgrade, we now allow service aliases as well as official names. This allows the software to work as expected and still support existing configurations. This should not breaking existing wrapped configurations either and the inetd(8) manpage already states that it is the service name specified in inetd.conf that is used for calls to hosts_access(3). PR: 11796 Reported by: Alex Charalabidis <alex@wnm.net> Approved by: des
* Clarify that the services name, as specified in inetd.conf, for ansheldonh1999-07-021-1/+9
| | | | | internal service should be used as the daemon name when constructing hosts_access(5) rules.
* Back out previous commit. Allowing `-' as a pseudonym for /dev/stdin issheldonh1999-07-022-18/+7
| | | | | | legacy behaviour inherited from systems that don't have /dev/stdin. Requested by: bde
* Fix stupid error where more bits where set than actual distributionsjkh1999-07-021-2/+2
| | | | | | used. Doh! Embarassingly-pointed-out-by: Brian Dean <brdean@unx.sas.com>
* Modify code to be -Wall'able.mks1999-07-0123-372/+384
| | | | PR: bin/11315
* Don't include trailing whitespace in ID tokens before comments. ie:peter1999-07-011-1/+2
| | | | | | | | options FOO=10 # comment would give FOO the value of "10 " and that caused unwanted touches on the opt_*.h files. I hope I've got this right..
* Detect and remove defunct or unknown options from opt_*.h files. Thispeter1999-07-011-11/+23
| | | | can happen when options are removed from the options files.
* Ommitted in previous commit message:sheldonh1999-06-302-2/+2
| | | | Submitted by: David Malone <dwmalone@maths.tcd.ie>
* Enable wrapping for dgram services and fix logging so that -l reallysheldonh1999-06-302-33/+51
| | | | does log all connections.
* Allow the use of `-' as an argument to the -w option so that standardsheldonh1999-06-302-7/+18
| | | | | | | input may be used (e.g. gunzip -c /var/log/wtmp.Jan.gz | ac -w - ). PR: 12467 Submitted by: wollman
* Grammar and spelling fixeskris1999-06-301-5/+5
| | | | Obtained from: OpenBSD
* Changed pcicmem and cardirq variables to non-dirty variables.hosokawa1999-06-301-10/+10
|
* pccard_beep parameter is not supported by rc.conf and rc.pccard of -current.hosokawa1999-06-301-3/+1
| | | | (I'll port it later...)
* Added -z and -i option.hosokawa1999-06-301-1/+8
|
* FreeBSD does supports LKM now.hosokawa1999-06-291-9/+1
| | | | | | PR: doc/10331 Reviewed by: mpp@freebsd.org Submitted by: Andreas Gustafsson <gson@araneus.fi>
* Move call to umask(0) back into pw_util(), because the latterpb1999-06-292-4/+5
| | | | function is also used by chpass(1) and passwd(1).
* Sync usage() with the manpage.sheldonh1999-06-281-2/+3
| | | | Approved by: mpp
OpenPOWER on IntegriCloud