summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Ignore ``#'' properly when told tobrian2000-10-281-1/+1
|
* Make '-i iface' optional. Assume an0 if it's not otherwise specified.joe2000-10-282-5/+15
|
* some clarification on if_getmtu()ume2000-10-281-25/+35
| | | | | | | | - avoid to use freed (by freeifaddrs) data - 1st try getifaddrs, then try SIOCGIFMTU as the last resort Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp> Obtained from: KAME Project
* When an interface isn't specified use wi0 as the default.joe2000-10-281-3/+12
| | | | | | | This gets around a segmentation fault that occurs when the interface isn't specified first before any of the options. Inspired by PR: bin/22241
* When an interface isn't specified use wi0 as the default.joe2000-10-281-1/+2
| | | | | | | This gets around a segmentation fault that occurs when the interface isn't specified first before any of the options. Inspired by PR: bin/22241
* cleanups of my previous, quick & dirty fix of unaligned access errors on alpha.gallatin2000-10-281-20/+26
| | | | submitted by: bde
* add PC-Card melody beep(PC Card bus, kludge version)sanpei2000-10-282-1/+3
| | | | Original idea from: PAO3
* Report the type of mbuf that couldn't be allocated beforebrian2000-10-271-13/+21
| | | | aborting ppp.
* Add a MAINTAINER= line so people know who to blamegshapiro2000-10-264-0/+8
|
* Sigh. It'd be nice to completely commit a bugfix. Once again:bmah2000-10-261-6/+6
| | | | | Fix a bug in which pkg_version(1) was ignoring $PORTREVISION or $PORTEPOCH from ports' Makefile definitions.
* Fix a bug in which pkg_version(1) was ignoring $PORTREVISIONbmah2000-10-261-5/+8
| | | | or $PORTEPOCH from ports' Makefile definitions.
* Improve some slightly confused formatting.dwmalone2000-10-261-3/+3
| | | | Reviewed by: sheldonh
* fix unaligned access errors caused by bad scanf/printf format stringsgallatin2000-10-261-4/+4
| | | | | PR: alpha/21247 tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl>
* fix unaligned access errors by copying untyped data to properly alignedgallatin2000-10-262-48/+48
| | | | | | | locals PR: alpha/13912 obtained from: NetBSD tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl>
* More explicitly set crypto bits.jkh2000-10-262-9/+18
| | | | Partially submitted by: Jeff Kletsky <jeff@spotlife.com>
* Shorten the labels in the keymap menu so it fits smaller screens.jkh2000-10-262-18/+18
| | | | Submitted by: pho
* Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-262-20/+22
|
* Almost a year exactly from when I first imported mergemaster at freebsdcon,billf2000-10-261-2/+1
| | | | remove myself as co-maintainer and let Doug handle all the fun.
* Utilize the "-o" (origin) option recently added to pkg_create(1)bmah2000-10-252-51/+149
| | | | | and pkg_info(1), for more accurate determination of the "up-to-date-ness" of installed packages.
* Trim right column messages to display correctly in 80-column terminal.kuriyama2000-10-252-10/+10
| | | | Reviewed by: jkh
* Fix two typos in comments.dwmalone2000-10-242-2/+2
| | | | | PR: 22268 Submitted by: Daniel S. Lewart <d-lewart@uiuc.edu>
* Fix up the build for the STARTTLS version of sendmail (again). This methodgshapiro2000-10-241-0/+9
| | | | | | | | | | mimics that of tcpdump in that for normal builds, sendmail will only be built once. For 'make release', it is built once for the bin dist and once for the crypto dist. This method also removes the need for two separate Makefiles (which could become out of sync). Suggested by: bde Assisted by: kris
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-239-7/+55
| | | | | | | | a path of the port from which package has been created within FreeBSD Ports Collection and will be used to improve pkg_version(1) and similar tools. Reviewed by: ports@FreeBSD.org, jkh Approved by: jkh
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-2212-58/+58
| | | | | | | | | concerning where they're taking place. Switch from [r]index() to str[r]chr() functions, which are more ISO compliant. Prompted by: Edward Welbourne <eddy@vortigen.demon.co.uk>
* Popup IPv6 dialog, again.ume2000-10-211-1/+1
|
* Claim maintainership of inetd.dwmalone2000-10-211-0/+2
|
* Don't leak a file discriptor if a service we've called accept() fordwmalone2000-10-211-0/+3
| | | | | | loops. Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
* add -I option, ``Don't get and use a list of freesanpei2000-10-204-2/+11
| | | | | | | | | IRQs from kernel.''.. With IBM ThinkPad600. ``sio1'' was disabled in BIOS and irq 3 was free (also not listed in dmesg), I think. But I could not use irq 3 for PC-Card with new(PIOCSRESOURCE ioctl enabled) pccardd.
* Add -L option to limit the package status characters the user *doesn't*bmah2000-10-202-6/+33
| | | | | | want to see. Submitted by: Doug Barton <DougB@gorean.org>
* Make pkg_version -c -l work.bmah2000-10-201-2/+3
| | | | | PR: bin/19019 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Trim index lines down to 79 characters, not 80.des2000-10-181-1/+1
| | | | Approved by: jkh
* Syslogd normally converts messages of facility kern to facilitydwmalone2000-10-173-3/+30
| | | | | | | | | | user unless they come directly from the kernel. Document this and add a flag to syslogd which prevents this conversion. Sort getopt args while I'm at it. PR: 21788 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* Fix spelling of comparison.dwmalone2000-10-171-2/+2
|
* Include sys/types.hbrian2000-10-161-0/+1
|
* Use rad_acct_open() instead of rad_auth_open().brian2000-10-151-1/+1
| | | | Suggested by: Victor Ivanov <v0rbiz@icon.bg>
* Don't define NOATM now that /usr/include/netnatm/ is created properly.brian2000-10-151-1/+0
|
* Since -e and -r are right next to each other prompt before clobberingpaul2000-10-151-0/+10
| | | | a crontab you were planning to edit.
* Add another security configuration profile, call it "high" andjkh2000-10-146-2/+56
| | | | | | | rename the previous one to indicate that it's not just high, it's extreme (everything off, secure level raised). Submitted mostly by: Tony Finch <dot@dotat.at>
* Make it possible to specify profiling in the kernel config file.phk2000-10-143-1/+5
| | | | Do so for LINT.
* ../Makefile.inc was clobbering BINDIR so sendmail was being installed ingshapiro2000-10-131-1/+1
| | | | | | /usr/sbin/ instead of /usr/libexec/sendmail/ Submitted by: bde
* cosmetic: resource -> ressanpei2000-10-131-14/+14
|
* Fixed world breakage -- don't depend on <machine/soundcard.h> existing;bde2000-10-131-1/+1
| | | | | the symlink from <sys/soundcard.h> to <machine/soundcard.h> is worse than useless since it doesn't exist in the SHARED=symlinks case.
* Fix bug in ``the selection of pccard IRQs fully selectable''sanpei2000-10-131-2/+2
| | | | | | | | in rev.1.12. card_irq is local variable, not global variable (variable_set2 and variable_get) Reviewed by: jkh
* Remove STARTTLS support as it breaks builds without crypto installed.gshapiro2000-10-121-7/+0
| | | | Waiting to hear back regarding the best way to do this.
* With apoligies to Greg Shapiro, fix the world. The previous commitpeter2000-10-111-2/+2
| | | | | lost -lutil and -lwrap by replacing $LDADD and $DPADD rather than appending to them with +=.
* Style fixesgshapiro2000-10-114-16/+16
|
* NOCRYPT imples NO_OPENSSL.gshapiro2000-10-111-1/+1
| | | | | | Still need to solve the distribution problem. Submitted by: kris
* Build sendmail with STARTTLS support unless NO_OPENSSL is set.gshapiro2000-10-101-0/+7
|
* Do not exit when no holiday file is found. Issue warning and continue.hm2000-10-101-3/+3
|
* print out error reason if it was failed in assign_iosanpei2000-10-101-3/+23
| | | | Obtained from: PAO3
OpenPOWER on IntegriCloud