archie
4f3c325b7d
- Add new control message NGM_VJC_GET_CONFIG
...
- Implement control message ASCII'fication for all control messages
2000-08-10 22:48:03 +00:00
archie
91912098c3
Take advantage of the new unsigned and hex integer types.
2000-08-10 22:45:54 +00:00
archie
16765ea997
- Make statistics unsigned.
...
- Add new control message to atomically get and clear statistics.
2000-08-10 22:44:41 +00:00
archie
2b894febdd
- Add new unsigned and hex integer parse types
...
- Fix bug in commented example code
2000-08-10 22:43:38 +00:00
archie
126052eaab
- Add new unsigned and hex integer parse types; this allows simplifying
...
the bytearray parse type.
- Allocate (larger) temporary work buffer dynamically instead of on the
stack when comparing to the default value.
2000-08-10 22:42:25 +00:00
ume
cb7de0289e
Make ip6fw zero work.
...
PR: bin/20522
2000-08-10 20:41:33 +00:00
archie
36af4d0d2a
RFC 1661 requires that all LCP packets are sent with no address and
...
control field compression. The ng_ppp(4) node correctly follows this
rule. However, PPPoE is an exception: when doing PPPoE *all* frames
are sent with address and control field compression.
Alter this node's behavior so that when an outgoing frame is received,
any leading address and control field bytes are removed. This makes
this node compatible with ng_ppp(4).
2000-08-10 20:05:12 +00:00
billf
6e74136b0a
make sshd follow the pattern of enable, program, flags like every
...
other entry does.
2000-08-10 19:52:06 +00:00
billf
562b7d21d4
1000bassT -> 1000baseT
2000-08-10 19:47:32 +00:00
wollman
35e16ce62e
Merge from vendor branch. Also move FreeBSD Ids away from vendor Id
...
to make future merges easier.
2000-08-10 19:36:46 +00:00
wollman
d6d9a982f7
This commit was generated by cvs2svn to compensate for changes in r64496,
...
which included commits to RCS files with non-trunk default branches.
2000-08-10 19:20:14 +00:00
wollman
6760ce32d8
Latest timezone updates from Arthur Olson. This update reflects changes
...
in Israel, Lithuania, Mexico, and Argentina.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2000f.tar.gz
2000-08-10 19:20:14 +00:00
imp
8f29f4ff6f
Add some infrastructure support for dealing with large attribute
...
memory space needed by the raylink driver (in progress, nearing
completion).
This is a minorly cleaned up diff from Duncan to help him reduce the
diffs from stock FreeBSD.
Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk>
2000-08-10 17:35:11 +00:00
tegge
26b9855792
Don't skip IOAPIC id conflict detection when only one pci bus is present.
...
PR: 20312
Reviewed by: Steve Roome <steve@sse0691.bri.hp.com>
2000-08-10 17:33:24 +00:00
ume
d4ba157d9f
Don't retry connecting via the same medium.
...
I changed to close to original code before merging IPv6 support.
It seems having delay before another try is useless. However, I'm
not sure that delay means. So, I leave it as-is.
PR: bin/20515
2000-08-10 17:10:57 +00:00
nsayer
a8dda559a0
Document support for the Solo 1.
...
Requested by: sheldonh
2000-08-10 15:01:01 +00:00
sanpei
be1552534d
add Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)
...
PR: conf/20037
2000-08-10 13:43:17 +00:00
brian
b45901a5b4
Mention that pppoe requires netgraph(4) and without it, an external
...
pppoe program must be used (such as pppoe(8) on OpenBSD).
2000-08-10 13:26:01 +00:00
sanpei
7955ab865a
I tested Toshiba Modem/LAN card IPC5001B (as Modem) and enable it.
...
This card has `Network/LAN adapter' function ID(06 00),
not Serial port/modem.
2000-08-10 13:24:12 +00:00
brian
20b74ed074
Correct dodgy wild card expansion
...
PR: 20514
2000-08-10 10:58:44 +00:00
sheldonh
42d0bc5b0d
Remove hard sentence breaks introduced in the previous commit.
2000-08-10 09:01:10 +00:00
sheldonh
42cd26ed29
Resolve conflicts.
2000-08-10 07:54:33 +00:00
sos
937e4ba86d
Fix the ICH2 ATA100 support, and proberly downgrade the chip setup when
...
going to slower DMA modes on all Intel chips.
2000-08-10 07:34:49 +00:00
imp
e08c336a49
o Move to recommending the {build,install}kernel targets for updating from
...
older versions of FreeBSD.
o Continue to document the old way of doing it with a warning stating if that
doesn't work, to do the {build,install}kernel thing.
o minor wordsmithing on what a make world really is.
2000-08-10 05:14:31 +00:00
imp
5a448b62ba
Add a reminder note to people to disable third party modules at the
...
right place in the upgrade proceedure so that they don't get burned by
a crash on reboot.
2000-08-10 05:03:49 +00:00
kbyanc
31b5d7188b
Fix an order-of-operations bug and properly shift page_control values for
...
comparison with SMS_PAGE_CTRL_* macros.
2000-08-10 01:20:43 +00:00
brian
831e0f784b
Correct a typo
...
Spotted by: Jimmy Olgeni <olgeni@uli.it>
2000-08-10 00:26:50 +00:00
brian
21c4f73753
Allow a ppp_user specification to run ppp at startup
...
PR: 20258
2000-08-10 00:13:02 +00:00
archie
7c1fac0cb6
In a struct sockaddr, sa->sa_len can be zero if uninitialized.
...
Make sure that this doesn't cause a problem when parsing.
2000-08-09 23:57:44 +00:00
itojun
3168f0a4f8
mention getipnodeby* and get{addr,name}info are not thread-safe. (sync with kame)
...
s/.Os KAME/.Os/
comment From: Greg Thompson
2000-08-09 23:16:23 +00:00
kbyanc
4d349e97e6
Include new modepage list (-l) option in the verbose usage.
2000-08-09 21:29:22 +00:00
brian
f1a6d8fd4d
Be more careful about selecting a PAGER.
...
Improve the question asked when the PAGER is invalid.
Submitted by: Doug Barton <DougB@gorean.org>
2000-08-09 20:36:15 +00:00
nsayer
3073d41f6a
Missed a step when activating the solo driver.
2000-08-09 20:28:19 +00:00
brian
f56c93c8c2
Allow leading ``!'' characters in authkeys and chat scripts to
...
be doubled up to mean a single literaly ``!''.
2000-08-09 19:29:50 +00:00
cg
ea1ade141f
change irq handling slightly
...
add another non-ac97 256av
2000-08-09 18:51:27 +00:00
cg
02ab8f7294
MFS: module macro changes
2000-08-09 18:46:48 +00:00
obrien
6a1679ea16
Fix conflicts.
2000-08-09 18:38:26 +00:00
n_hibma
8fb22bea28
Finally got my brain around what a SIM UNIT number is and how it differs
...
from the SCSI id it has. (this avoids the confusing umass-sim32 device. It
should have been umass-sim0 all along (there is only one), and if it is
spoken to as a SCSI device the sim should be umass32.
Make the rescan actually work. We need to fill in a target and lun wildcard
and not the SCSI id of the SIM.
Add a seatbelt.
2000-08-09 17:41:11 +00:00
n_hibma
3b38e4eab5
Avoid a '"fd" is usurping ...' message.
...
PR: 20348
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2000-08-09 12:45:04 +00:00
ru
e064241011
- Do not modify Peer's Call ID in outgoing Incoming-Call-Connected
...
PPTP control messages.
- Cosmetics: replace `GRE link' with `PPTP link'.
Reviewed by: Erik Salander <erik@whistle.com>
2000-08-09 11:25:44 +00:00
brian
f77ad6d1af
If the first character of the `set title'' argument is
-',
...
put it into the format string, supporting ps's tweak to
setproctitle().
2000-08-09 10:22:48 +00:00
brian
3193d19dd6
Treat all interface aliases as local addresses.
...
The new rtiparse() function should really be in libc IMHO.... I'm
sick of writing this code :-(
PR: 20381
2000-08-09 09:24:31 +00:00
brian
f67f88e239
Improve purgedir():
...
Fix leading & trailing space handling
Suggested by: ben
Handle files beginning with - correctly
Don't follow symlinks (cd /var/spool/lock; ln -s /. horror)
2000-08-09 09:23:30 +00:00
nsayer
c1fe03bbd9
A couple of cosmetic fixes, plus a biggie: When checking the DMA
...
position, channel 1's dma position register must be quiescent. So
the driver will spl, pause the DMA, delay a bit and hold as still as
possible while snapping the picture.
I'm sure there HAS to be a better way to do this, but if there is, it's
not documented.
So far as I can tell, this fixes recording, which means the Solo is open
for business.
2000-08-09 07:14:56 +00:00
chris
ecf1cd2d1c
Use shell matching instead of sed(1) to strip comments and blank lines.
...
Since it doesn't depend on anything in /usr, it should work with a NFS-mounted
/usr partition.
Thanks to Bruce Evans to bringing this to my attention.
2000-08-09 02:03:30 +00:00
tegge
31d32eb7b1
Don't set flags on the mount structure before all permission checks have
...
been done.
Don't allow multiple mount operations with MNT_UPDATE at the same
time on the same mount point. When the first mount operation
completed, MNT_UPDATE was cleared in the mount structure, causing
the second to complete as if it was a no-update mount operation
with the following bad side effects:
- mount structure inserted multiple times onto the mountlist
- vp->v_mountedhere incorrectly set, causing next namei
operation walking into the mountpoint to crash with
a locking against myself panic.
Plug a vnode leak in case vinvalbuf fails.
2000-08-09 01:57:11 +00:00
unfurl
2eaedc55c8
Added extra paragraph to document the 'rebuild' feature.
...
Reviewed by: msmith
2000-08-09 01:54:30 +00:00
archie
7dc4fea48b
Fix bug where bundle-level receive statistics were not getting updated.
2000-08-09 01:43:21 +00:00
cg
ecc21b00b9
MFS: sync with peter's isadma fixup
2000-08-09 01:22:09 +00:00
cg
e5c56d96de
activate via82c686 audio driver
2000-08-09 01:08:59 +00:00