Jacques Vidrine
9629a4e92d
Build with -DUSE_INET6 so that we can actually use the IPv6 support in
...
IPFilter 3.4.x.
Approved by: darrenr, guido
2000-10-31 22:29:27 +00:00
Garance A Drosehn
be794da76a
Make the standard 'lpq' output a little more informative when listing jobs
...
which have long names. Instead of just listing '...', try to list some
reasonable subset of the name (with a "..." to indicate something missing).
Reviewed by: freebsd-print@bostonradio.org (only a little review)
2000-10-31 20:11:30 +00:00
Garance A Drosehn
ec6b8da5b0
Fix 'lpq' so it can correctly display jobs which come from hosts using
...
'lprNG' (which writes control-lines in a different order than our lpr).
Reviewed by: freebsd-print@bostonradio.org
2000-10-31 19:57:07 +00:00
Hellmuth Michaelis
11d402ab1d
Don't issue a warning if isdncontroller is set to -1
2000-10-31 09:59:04 +00:00
Tatsumi Hosokawa
b98c5f70ff
Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.
...
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
2000-10-31 07:39:07 +00:00
Tatsumi Hosokawa
85c2b43f35
Forgotten RELEASE_CRUNCH hack for mppe.c.
...
This fix is for "make release" and "make boot.flp".
2000-10-31 05:00:25 +00:00
Brian Somers
fbf0385368
Use the new-style ngpppoe_init_data structure.
...
Approved by: archie
2000-10-31 02:46:12 +00:00
Brian Somers
58b1e45d5d
Mention that ``nat deny_incoming'' drops unrecognised IP packets.
...
Requested by: kris
2000-10-31 02:25:54 +00:00
Robert Watson
98965adac8
o Document various sysctl's available for managing services available
...
within jail()
2000-10-31 01:47:59 +00:00
Jordan K. Hubbard
a911f71629
Changes have been made to support a concept of VAR_FIXIT_TTY being
...
standard or serial. This change needs to be done to the entire system that
depends on this. This way we don't have some code using OnVTY checks
and other doing
strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0
checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on
a serial console.
Also fixed a dialog problem in that dialog was used when dialog was
disabled causing some troubles such as not letting the cursor keys
work when exiting the fixit mode on media (ie. not the fixit shell but
for example fixit on a floppy).
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
PR: 22352
2000-10-30 23:46:12 +00:00
Brian Somers
cf881f54ca
Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.
...
Approved by: rwatson, ru
2000-10-30 18:02:01 +00:00
Doug Barton
d5a5b144b6
Add several new features, reorder some code, and continue with the
...
process of making the script more cross platform friendly.
* Add -i option to automatically install files that do not exist
on the system already.
* Add the ability to specify DESTDIR.
* Allow the user to specify scripts to run right before the
comparison starts, and when mm is done. This will
allow the user to specify customized local behavior, and
implement features such as automatically deleting files.
* Document the above changes in the man page.
* Switch to using 'ident' for the CVS Id comparison, which
should help with portability, and makes it faster.
* Reorder, and in one case fix some code by doing things in
ways that make more sense.
* Check to see if the file exists on the system before doing
the comparisons. This saves CPU cycles, and streamlines
the auto-install process.
I used bits and pieces of suggestions and patches from various
people, ultimately too numerous to name. Which is not to say
that they were not both appreciated, and helpful in achieving
the ultimate result.
2000-10-30 10:33:51 +00:00
Garance A Drosehn
18b85defa1
Change my email on MAINTAINER from an RPI address to my FreeBSD address.
2000-10-30 01:09:32 +00:00
Brian Somers
7f03ca53aa
Add ``all'' logging.
...
Submitted by: eivind
2000-10-30 00:15:35 +00:00
Brian Somers
2388e045c4
Bump our version to reflect the recent MPPE additions (and ccp struct
...
size change).
2000-10-30 00:15:34 +00:00
Brian Somers
ba6fcad9cf
Move the MPPE keysize display in ``show ccp''.
2000-10-30 00:15:33 +00:00
Brian Somers
9b9967924b
Various whitespace changes.
...
Make some functions static.
2000-10-30 00:15:29 +00:00
Brian Somers
46c20a0ec0
staticise mbuftype()
2000-10-30 00:15:27 +00:00
Brian Somers
a8d604ab74
Add MPPE and MSChap v2 support (denied and disabled by default)
...
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
2000-10-30 00:15:04 +00:00
Hajimu UMEMOTO
e70bc6a4a3
- Sync with latest manpage of rtadvd.
...
- Ripped MIP6 related description out. MIP6 is not merged, yet.
Obtained from: KAME Project
2000-10-29 16:44:10 +00:00
Nik Clayton
5aeeaeba90
Link kbdmap.5 to keymap.5
...
PR: docs/19995 docs/20298
2000-10-29 15:49:03 +00:00
Dag-Erling Smørgrav
badea70002
Insetad of using fileno(ftp) as stdin for tar, use a pipe and have the
...
parent pass the data received from the server to the child.
2000-10-29 15:39:51 +00:00
Nick Hibma
b8a4b6cd44
Be explicit about the fact that you can only specify one IP address/hostname
2000-10-29 13:49:18 +00:00
Søren Schmidt
18993f4eb3
Add the ATA RAID device 'ar'.
2000-10-29 13:04:04 +00:00
Eivind Eklund
dd92980bbd
Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old
...
tricks of rebooting and continuing where it was.)
Reviewed by: jkh, jhb
2000-10-29 09:57:50 +00:00
Doug Barton
74972d42db
Update copyright
2000-10-29 09:41:06 +00:00
Doug Barton
0006169a06
More changes that don't modify functionality.
...
* 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
2000-10-29 09:40:22 +00:00
Doug Barton
3bc374238a
Whitespace only. Make the style of the contributed sections consistent with
...
the rest of the file. (Read, put it back the way I like it.)
2000-10-29 07:47:51 +00:00
Brian Somers
2661ef38a2
Ignore ``#'' properly when told to
2000-10-28 23:56:03 +00:00
Josef Karthauser
59038c5722
Make '-i iface' optional. Assume an0 if it's not otherwise specified.
2000-10-28 23:33:28 +00:00
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