Hajimu UMEMOTO
7c991abcbc
some clarification on if_getmtu()
...
- 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
2000-10-28 17:57:38 +00:00
Josef Karthauser
868ea02b2f
When an interface isn't specified use wi0 as the default.
...
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
2000-10-28 16:25:25 +00:00
Josef Karthauser
d630df9bba
When an interface isn't specified use wi0 as the default.
...
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
2000-10-28 16:18:41 +00:00
Andrew Gallatin
aa29dffdf8
cleanups of my previous, quick & dirty fix of unaligned access errors on alpha.
...
submitted by: bde
2000-10-28 14:26:23 +00:00
MIHIRA Sanpei Yoshiro
33eb563d67
add PC-Card melody beep(PC Card bus, kludge version)
...
Original idea from: PAO3
2000-10-28 13:35:34 +00:00
Brian Somers
7c0833500d
Report the type of mbuf that couldn't be allocated before
...
aborting ppp.
2000-10-27 05:34:40 +00:00
Gregory Neil Shapiro
d1ba25f456
Add a MAINTAINER= line so people know who to blame
2000-10-26 23:02:36 +00:00
Bruce A. Mah
5a817b9ba6
Sigh. It'd be nice to completely commit a bugfix. Once again:
...
Fix a bug in which pkg_version(1) was ignoring $PORTREVISION
or $PORTEPOCH from ports' Makefile definitions.
2000-10-26 21:50:41 +00:00
Bruce A. Mah
8a755120e7
Fix a bug in which pkg_version(1) was ignoring $PORTREVISION
...
or $PORTEPOCH from ports' Makefile definitions.
2000-10-26 21:38:44 +00:00
David Malone
bc367918c8
Improve some slightly confused formatting.
...
Reviewed by: sheldonh
2000-10-26 19:24:29 +00:00
Andrew Gallatin
6a66ff3cd5
fix unaligned access errors caused by bad scanf/printf format strings
...
PR: alpha/21247
tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl>
2000-10-26 17:40:14 +00:00
Andrew Gallatin
e49012e8ea
fix unaligned access errors by copying untyped data to properly aligned
...
locals
PR: alpha/13912
obtained from: NetBSD
tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl>
2000-10-26 17:35:46 +00:00
Jordan K. Hubbard
d9be478b74
More explicitly set crypto bits.
...
Partially submitted by: Jeff Kletsky <jeff@spotlife.com>
2000-10-26 13:19:02 +00:00
Jordan K. Hubbard
5b4d40c638
Shorten the labels in the keymap menu so it fits smaller screens.
...
Submitted by: pho
2000-10-26 12:32:28 +00:00
Hellmuth Michaelis
f33f907ea4
Add infrastructure for Cologne Chip HFC-S PCI driver.
2000-10-26 07:00:05 +00:00
Bill Fumerola
83ef0eba1a
Almost a year exactly from when I first imported mergemaster at freebsdcon,
...
remove myself as co-maintainer and let Doug handle all the fun.
2000-10-26 05:36:35 +00:00
Bruce A. Mah
131291ba1c
Utilize the "-o" (origin) option recently added to pkg_create(1)
...
and pkg_info(1), for more accurate determination of the
"up-to-date-ness" of installed packages.
2000-10-25 17:10:20 +00:00
Jun Kuriyama
b3530b8293
Trim right column messages to display correctly in 80-column terminal.
...
Reviewed by: jkh
2000-10-25 11:36:31 +00:00
David Malone
caf6015598
Fix two typos in comments.
...
PR: 22268
Submitted by: Daniel S. Lewart <d-lewart@uiuc.edu>
2000-10-24 18:47:57 +00:00
Gregory Neil Shapiro
85e427cc94
Fix up the build for the STARTTLS version of sendmail (again). This method
...
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
2000-10-24 16:04:56 +00:00
Maxim Sobolev
dd2b039a87
Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record
...
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
2000-10-23 07:01:31 +00:00
Jordan K. Hubbard
aed4d2d137
Cause fatal error messages to be a little more helpful to the programmer
...
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>
2000-10-22 09:53:27 +00:00
Hajimu UMEMOTO
f3581390d2
Popup IPv6 dialog, again.
2000-10-21 14:06:24 +00:00
David Malone
1051d92c68
Claim maintainership of inetd.
2000-10-21 09:44:46 +00:00
David Malone
f27a3b3e41
Don't leak a file discriptor if a service we've called accept() for
...
loops.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
2000-10-21 09:43:12 +00:00
MIHIRA Sanpei Yoshiro
2a2e255b8a
add -I option, ``Don't get and use a list of free
...
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.
2000-10-20 13:08:18 +00:00
Bruce A. Mah
69a71301db
Add -L option to limit the package status characters the user *doesn't*
...
want to see.
Submitted by: Doug Barton <DougB@gorean.org>
2000-10-20 06:16:18 +00:00
Bruce A. Mah
65ea861a3e
Make pkg_version -c -l work.
...
PR: bin/19019
Submitted by: Stijn Hoop <stijn@win.tue.nl>
2000-10-20 06:00:28 +00:00
Dag-Erling Smørgrav
c1ff8324f0
Trim index lines down to 79 characters, not 80.
...
Approved by: jkh
2000-10-18 20:16:26 +00:00
David Malone
481a19023e
Syslogd normally converts messages of facility kern to facility
...
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>
2000-10-17 10:19:42 +00:00
David Malone
bcfe1db87d
Fix spelling of comparison.
2000-10-17 10:14:51 +00:00
Brian Somers
d7dcad45d7
Include sys/types.h
2000-10-16 09:14:44 +00:00
Brian Somers
ba093e813d
Use rad_acct_open() instead of rad_auth_open().
...
Suggested by: Victor Ivanov <v0rbiz@icon.bg>
2000-10-15 01:05:57 +00:00
Brian Somers
2000bfb4cd
Don't define NOATM now that /usr/include/netnatm/ is created properly.
2000-10-15 00:46:58 +00:00
Paul Richards
30cfb24129
Since -e and -r are right next to each other prompt before clobbering
...
a crontab you were planning to edit.
2000-10-15 00:35:34 +00:00
Jordan K. Hubbard
042c61e58d
Add another security configuration profile, call it "high" and
...
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>
2000-10-14 21:02:31 +00:00
Poul-Henning Kamp
412916079c
Make it possible to specify profiling in the kernel config file.
...
Do so for LINT.
2000-10-14 08:33:22 +00:00
Gregory Neil Shapiro
1e503e9884
../Makefile.inc was clobbering BINDIR so sendmail was being installed in
...
/usr/sbin/ instead of /usr/libexec/sendmail/
Submitted by: bde
2000-10-13 16:51:05 +00:00
MIHIRA Sanpei Yoshiro
49ff3907a6
cosmetic: resource -> res
2000-10-13 15:11:48 +00:00
Bruce Evans
c34b7b8cd7
Fixed world breakage -- don't depend on <machine/soundcard.h> existing;
...
the symlink from <sys/soundcard.h> to <machine/soundcard.h> is worse
than useless since it doesn't exist in the SHARED=symlinks case.
2000-10-13 11:55:13 +00:00
MIHIRA Sanpei Yoshiro
7713ddd380
Fix bug in ``the selection of pccard IRQs fully selectable''
...
in rev.1.12.
card_irq is local variable, not global variable
(variable_set2 and variable_get)
Reviewed by: jkh
2000-10-13 09:51:18 +00:00
Gregory Neil Shapiro
cec19acfbc
Remove STARTTLS support as it breaks builds without crypto installed.
...
Waiting to hear back regarding the best way to do this.
2000-10-12 17:04:32 +00:00
Peter Wemm
0a69c17a48
With apoligies to Greg Shapiro, fix the world. The previous commit
...
lost -lutil and -lwrap by replacing $LDADD and $DPADD rather than
appending to them with +=.
2000-10-11 12:19:42 +00:00
Gregory Neil Shapiro
c6cc60252d
Style fixes
2000-10-11 05:04:21 +00:00
Gregory Neil Shapiro
79c8873163
NOCRYPT imples NO_OPENSSL.
...
Still need to solve the distribution problem.
Submitted by: kris
2000-10-11 03:35:32 +00:00
Gregory Neil Shapiro
0c2b976cf8
Build sendmail with STARTTLS support unless NO_OPENSSL is set.
2000-10-10 18:15:41 +00:00
Hellmuth Michaelis
34b9d4314c
Do not exit when no holiday file is found. Issue warning and continue.
2000-10-10 13:28:49 +00:00
MIHIRA Sanpei Yoshiro
29d26e2f27
print out error reason if it was failed in assign_io
...
Obtained from: PAO3
2000-10-10 13:01:18 +00:00
Garrett Wollman
eb2fc78027
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
...
<time.h>).
2000-10-10 01:50:26 +00:00
Archie Cobbs
f35e82dfe3
Fix bug in "read" command.
...
Submitted by: Dave Cornelius <dc@packetdesign.com>
2000-10-10 01:34:20 +00:00