summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* finish conditionalizing the PC98 specific options off the PC98jkh2000-11-202-8/+12
| | | | compilation variable.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-207-15/+15
|
* Fix broken (sectionless) cross-reference in ref 1.10.sheldonh2000-11-201-1/+1
|
* Some gratuitous whitespace changes.brian2000-11-192-16/+22
|
* Describe how to tunnel properly.brian2000-11-192-8/+152
| | | | Requested by: Greg Quinlan <greg@macquarrie.com.au>
* Accept MSCHAPv2 by default.brian2000-11-193-2/+6
| | | | Enable and accept MPPE by default.
* Format string paranoiakris2000-11-191-2/+2
|
* Format string error in warn()kris2000-11-191-2/+2
|
* mdoc(7) police: fix errors uncovered by the new feature of the Nm macro.ru2000-11-181-1/+0
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-1746-50/+50
|
* Go back to populating data_len in struct ngpppoe_init_data.brian2000-11-161-2/+2
|
* Be a bit more precise about what ``nat deny_incoming yes'' does.brian2000-11-162-10/+36
|
* mdoc(7)ify.ru2000-11-161-114/+181
|
* remove trailing periods from SEE ALSO.ben2000-11-156-6/+6
|
* more removal of trailing periods from SEE ALSO.ben2000-11-151-1/+1
|
* Add and document a new configuration command: buildopts.joe2000-11-152-3/+28
| | | | | This allows global make options to be specified within the crunch configuration file.
* Eliminate two compile-time warnings.gad2000-11-151-0/+2
|
* Fix the '-d' option (turns on socket-debugging). Improve startup msgs.gad2000-11-151-10/+17
| | | | | PR: 17178 Submitted by: Richard <satherrl@dssrg.curtin.edu.au>
* Make sure a few strings will have terminating null characters.gad2000-11-151-0/+2
| | | | | | | (most of the PR 16186 was already applied, except for these 2 lines) PR: 16186 Submitted by: Przemyslaw Frasunek <venglin@lubi.FreeBSD.lublin.pl>
* Reset the seteuid in a few obscure error situations.gad2000-11-151-1/+4
|
* Just some style-related improvements.gad2000-11-151-24/+32
|
* Minor style improvements.gad2000-11-141-5/+5
|
* Fix (style) some variable initializations.gad2000-11-141-4/+6
|
* Change 'count' to a more descriptive 'jobcount', and fix the stupidgad2000-11-141-6/+6
| | | | comments which claim this counter is counting "files", which it is not.
* Get rid of 'exit(-1)' calls. Exit codes are limited to 8 bits under mostgad2000-11-141-2/+2
| | | | | | | Unixes, so -1 becomes 0xFF for 2's complement and 0xFE (?) for 1's complement. Reviewed by: bde@FreeBSD.org
* Really turn off srcs for upgrades.jkh2000-11-141-0/+1
|
* Added the lastlogin utility.ru2000-11-144-0/+220
| | | | Obtained from: NetBSD
* Spell the des's name correctly.ru2000-11-141-1/+1
|
* Spell the sos's name correctly.ru2000-11-142-2/+2
|
* Use Fx macro wherever possible.ru2000-11-1416-27/+47
|
* Replace GNOME + Afterstep choice with GNOME + sawfish. This is a morejkh2000-11-144-8/+8
| | | | popular configuration now.
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates somewpaul2000-11-132-13/+164
| | | | | | | | | | | | | | | of the data structures to include new members that weren't defined in the manual I have. I opted to use Doug Ambrisko's WEP patches since David Cornejo's patches did not include the necessary changes to ancontrol(8) to actually enable and use WEP. NOTE: I don't currently have access to an Aironet card, so I can't test any of this. Everything compiles and close scrutiny doesn't reveal any obvious problems, but Murphy's Law applies. This means I will probably leave these changes in -current for a bit longer than usual until I'm sure they work right.
* My previous commit removed a line it wasn't supposed to. Add it back.gad2000-11-131-2/+3
|
* Add support for decoding the PCI vendor and device ID registers. Add amsmith2000-11-133-7/+4522
| | | | | | database of about 1400 vendors and 2700 devices courtesy of www.yourvote.com/pci. We still need to add some more, but this is a good start.
* Replace call to mktemp() with mkstemp. Also move where that call isgad2000-11-131-17/+43
| | | | | | | | | | done, so the correct directory is being checked. The mkstemp() call is meant to create a temp file for stderrs when running filters. This update also fixes log-file processing for remote (rm=) queues which specify an input filter (if=). Before, filter-errs were thrown away. Now they'll be copied to the queue's logfile (lf=). Reviewed by: (a little) audit@FreeBSD.ORG & freebsd-print@bostonradio.org
* Add raycontrol to the build.imp2000-11-121-0/+1
|
* Control program for raylan cards.imp2000-11-123-0/+807
| | | | | | | | This is based on wicontrol. Duncan updated it for raylan. I've updated this to the latest wicontrol. In addition, to make it kinda compatible with ifconfig, you can give the interface name w/o the -i. Submitted by: duncan barclay
* Be a little clearer about the relationship between these two.nik2000-11-122-2/+12
| | | | | PR: docs/20067 Submitted by: Takayuki Hagihara
* Add missing "delta" argument to description headline of "apm" -r optionrse2000-11-121-1/+1
| | | | to be consistent with descriptions of other options which take arguments.
* Check the return value of strdupn_hibma2000-11-121-0/+8
| | | | Submitted by: Chris Faulhaber <jedgar@fxp.org>
* Minimal distribution now gets cropto binaries.kuriyama2000-11-111-1/+3
| | | | | | This can avoid waring about "no sshd" at booting after installation. Approved by: jkh
* Increase M_MAXBUF so that it's greater than HDLCSIZEbrian2000-11-111-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-1028-158/+97
|
* Define a new special type: buildopts.joe2000-11-102-2/+30
| | | | | | | | | | | | This allows build flags to be specified for a particular program from within the crunch.conf file, eg: prog ppp special ppp buildopts -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM This adds '-DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM' to make targets related to ppp when determining which object files to build and when calculating dependencies and building the targets.
* Make numeric shortcut key behaving correctly in "Installation Media" menu.kuriyama2000-11-102-14/+14
| | | | Approved by: jkh
* Set BATCH and PACKAGE_BUILDING to environment before exec()ing pkg_addjkh2000-11-101-0/+5
| | | | | | in order to suppress onwonted package interaction. Submitted by: steve
* Move old aml interpreter code to amldb/aml/. This will be used for ouriwasaki2000-11-0916-79/+79
| | | | reference and comparison with ACPICA aml interpreter's behavior.
* Since the 'when built' phrase is talking about the 'source file' westeve2000-11-091-1/+1
| | | | should be using the word 'creates' instead.
* * Reduce diffs to RELENG_4 by specifying a full path to sysctldougb2000-11-092-4/+10
| | | | | | | | | | | | | | | * Adjust a little whitespace * Make the distrib-dirs/mtree on DESTDIR conditional on user actually specifying a DESTDIR. This seemed like a safe way to get the right directories and permissions in the installed tree since 'make installworld' does the same thing, but in practice too many people have custom hacks that we should leave unmolested. Still need to find a way to deal with 'install -d' and permissions on nonexistent directories in the middle of the path, but this is at least no worse that it was before. PR: bin/22661
* Remove dependence on old acpi driver from acpi userland tools.iwasaki2000-11-087-19/+175
| | | | | | | | | | - acpiconf Replace include files from old acpi driver to acpica driver. New sleep type `4b' had been added (S4BIOS) for `-s' option. Of course this has no effect because driver doesn't support it for now :-) - acpidump All needed structs in sys/dev/acpi/*.h had been merged into local header file. No changes on its usage.
OpenPOWER on IntegriCloud