summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Moved the snc driver position before the sn driver.nyan2000-12-092-2/+6
| | | | Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
* Update for new location of pcireg.h.msmith2000-12-091-1/+1
|
* Fixes to the Aironet driver to clear up some WEP issues.archie2000-12-083-52/+210
| | | | | | | "Security notes" section to the man page added by me. PR: 23097 Submitted by: Doug Ambrisko <ambrisko@whistle.com>
* mdoc(7) police: Once again, remove single-space hard sentence breaks.ru2000-12-081-69/+142
|
* mdoc(7) police: once again, remove the hard sentence breaks.ru2000-12-081-11/+23
|
* Fix bug where minimal dist selection didn't check off the rightjkh2000-12-072-2/+2
| | | | | | menu item. Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org>
* put localdir firstobrien2000-12-071-2/+1
|
* Update to improve handling of verbose PCI vendor/device information.msmith2000-12-074-4504/+240
| | | | | | | - Read the database from /usr/share/misc (or wherever else we're pointed) rather than compiling it in. - Decode the class/subclass fields if requested. - Print things in a slightly longer but more readable format.
* Enable the same path deduction as for ftp install (great for snapshot tests)jkh2000-12-062-19/+60
| | | | | | | Allow user to change proxy server Allow user to change ftp path Submitted by: pho
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-054-4/+4
| | | | generated files land. Also give precedence to generated files.
* Alphabetically reorder options in `.Op Fl' macro to be consistent with thesobomax2000-12-051-1/+1
| | | | rest of the code.
* Add a -F option to the builtin ident service, which allows .fakeid filesdwmalone2000-12-052-3/+17
| | | | | | | | | to contain the name of other valid users. PR: 22837 Submitted by: Andreas Gerstenberg <andy@andy.de> Reviewed by: green Reviewed by: sheldonh
* - Add missed `-s' option into usage printout;sobomax2000-12-051-1/+1
| | | | - sort options alphabetically.
* Wait DAD complete after ifconfig up.ume2000-12-041-1/+7
|
* Add controller number to unknown incoming call log message.hm2000-12-031-3/+3
|
* Tidy up some prototypes:dwmalone2000-12-033-7/+10
| | | | | | | make sure there is exactly one prototype for each function, use K&R style definitions everywhere to match dominant style, make flag_signal take an int to avoid problems if we have ANSI prototypes and K&R definitions.
* Make some style changes to the ident_stream() code.green2000-12-021-14/+20
| | | | | Partially submitted by: alfred Reviewed by: alfred
* Make labels mandatory for vn(4).phk2000-12-011-4/+2
|
* Properly check malloc(3) return valuesjedgar2000-12-011-3/+8
| | | | Approved by: ken
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-017-5/+9
| | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
* mdoc(7) police: fixed errors from the previous revision, keepru2000-12-011-17/+21
| | | | the synopsis in a nice form, and a few more cosmetic changes.
* Mention the MTU in ``show iface''.brian2000-12-011-2/+2
|
* Make crunchgen aware of obj directories. Formerly it hadluigi2000-11-302-31/+59
| | | | | | | | | /usr/obj hardwired in the code, now you can override it with a command line option or MAKEOBJDIRPREFIX env. variable. The above is useful to build picobsd-specific objects in some other place than /usr/obj While at it, fix documentation and change a few sprintf -> snprintf.
* Lose an extra paragraph break.dannyboy2000-11-292-8/+0
| | | | | PR: 23179 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.brian2000-11-291-1/+1
|
* Use only the bit after the ``\'' when hashing the challenge inbrian2000-11-281-1/+1
| | | | | | MSChapv2 Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* -Wall cleaningcharnier2000-11-285-7/+6
|
* Make enumerated list for flags. Spelling.charnier2000-11-283-14/+12
|
* -Wall cleaning. Use getopt(3).charnier2000-11-281-15/+29
|
* Add ``enable/disable tcpmssfixup'', defaulting to enabled.brian2000-11-2811-22/+245
| | | | | Suggested by: julian Hijacked from: ru (ports/net/tcpmssd)
* various typo and minor punctuation changes.ben2000-11-282-14/+14
| | | | | PR: 23111 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* - do not check/advertise cloned routes, nor dynamic routesume2000-11-271-5/+21
| | | | | | - cast size_t on printing (be friendly with alpha) Obtained from: KAME
* Filename of install help file is "INSTALL.TXT", not "install.hlp".hosokawa2000-11-272-12/+12
| | | | Typing [F1] did not popup install help file window on main menu, and so on.
* Constifykris2000-11-273-3/+3
|
* Fix format string warningskris2000-11-271-3/+3
|
* Change interactive mode so that a monitor thread keeps an eye on thebrian2000-11-272-72/+240
| | | | | | | | | | | | ppp descriptor and signals the terminal thread when there's something to read on that descriptor. This means that the main loop doesn't have to alarm() itself into dropping out of el_gets() frequently to check the descriptor. This dropping out was disturbing syscons (via ioctl()s from libedit) enough to reset the screensaver timeout every .5 of a second. PR: 20345
* compatability -> compatibilitydannyboy2000-11-262-2/+2
| | | | | PR: 23114 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Correct definition of MAXHOSTNAMELEN in ifdef'ed out codekris2000-11-261-1/+1
|
* Properly fix the temporary file creation in the case of multiplekris2000-11-261-1/+1
| | | | | | command-line arguments. Noticed by: dynamo <dynamo@ime.net>
* Add the "LOG_CONSOLE" facility and tell syslogd to not log it onphk2000-11-251-0/+2
| | | | console devices.
* Security fix: correctly set groups according to the user. Previously,green2000-11-251-6/+15
| | | | | | | | | root's groups' permissions were being used, so a user could read up to 16 (excluding initial whitespace) bytes of e.g. a wheel-accessible file. Also, don't allow blocking on the opening of ~/.fakeid, so replace a fopen() with open() and fdopen(). I knew I'd be going to hell for using C file streams instead of POSIX syscalls...
* Make the xxxFILES= list generation generic. This makes it easier to addpeter2000-11-252-63/+19
| | | | things like MFILES= or CONFFILES= without having to modify config code.
* Fix a layout problem (.It Li -> .Fx)ben2000-11-242-4/+8
| | | | | PR: 23055 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Eliminate groff(1) warnings.ru2000-11-231-44/+2
| | | | Obtained from: NetBSD
* Remove extra ")".kuriyama2000-11-232-2/+2
|
* Finish the job of conditionalizing the PC98 stuff.jkh2000-11-221-3/+3
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-2/+2
|
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-2222-171/+63
|
* Fix buffer overflows in filenames. If you had a path > 80 charactersimp2000-11-214-28/+31
| | | | | | | | | | for your /usr/obj/path/to/my/files path to the kernel, then weird things happened. make buildkernel would fail because config was dumping core or generating bad file names (depending on the lenght of the path). While I was here, also use strlcpy, strlcat and snprintf (or asprintf) as necessary. Minor format policing for the snprintf calls as well.
* If a user is in the database, rmuser ought to be able to remove them.dougb2000-11-211-42/+11
| | | | | | | | Address this by using getpwnam(), thus killing several birds with the same stone. My fix is slightly more aggressive than the originators. :) PR: misc/22278
OpenPOWER on IntegriCloud