summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Change my email on MAINTAINER from an RPI address to my FreeBSD address.gad2000-10-301-1/+1
|
* Add ``all'' logging.brian2000-10-304-1/+29
| | | | Submitted by: eivind
* Bump our version to reflect the recent MPPE additions (and ccp structbrian2000-10-301-1/+1
| | | | size change).
* Move the MPPE keysize display in ``show ccp''.brian2000-10-301-2/+2
|
* Various whitespace changes.brian2000-10-3012-40/+77
| | | | Make some functions static.
* staticise mbuftype()brian2000-10-301-1/+1
|
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-3015-26/+1003
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* - Sync with latest manpage of rtadvd.ume2000-10-292-55/+70
| | | | | | - Ripped MIP6 related description out. MIP6 is not merged, yet. Obtained from: KAME Project
* Link kbdmap.5 to keymap.5nik2000-10-291-0/+1
| | | | PR: docs/19995 docs/20298
* Insetad of using fileno(ftp) as stdin for tar, use a pipe and have thedes2000-10-291-17/+39
| | | | parent pass the data received from the server to the child.
* Be explicit about the fact that you can only specify one IP address/hostnamen_hibma2000-10-291-1/+1
|
* Add the ATA RAID device 'ar'.sos2000-10-292-0/+2
|
* Teach sysinstall how to restart itself on Ctrl-C (as an addition to its oldeivind2000-10-296-8/+108
| | | | | | tricks of rebooting and continuing where it was.) Reviewed by: jkh, jhb
* Update copyrightdougb2000-10-291-1/+1
|
* More changes that don't modify functionality.dougb2000-10-291-60/+76
| | | | | | | * More whitespace * Change read -p to echo -n/read to help support portability * Genericize an informational message regarding /.cshrc and /.profile for the same reason
* Whitespace only. Make the style of the contributed sections consistent withdougb2000-10-291-133/+134
| | | | the rest of the file. (Read, put it back the way I like it.)
* 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
|
OpenPOWER on IntegriCloud