ru
c93d494562
Make partially specified permanent links without `dst_addr'
...
but with `dst_port' work for outgoing packets.
This case was not handled properly when I first fixed this
in revision 1.17.
This change is also required for the upcoming improved PPTP
support patches -- that is how I found the problem.
Before this change:
# natd -v -a aliasIP \
-redirect_port tcp localIP:localPORT publicIP:publicPORT 0:remotePORT
Out [TCP] [TCP] localIP:localPORT -> remoteIP:remotePORT aliased to
[TCP] aliasIP:localPORT -> remoteIP:remotePORT
After this change:
# natd -v -a aliasIP \
-redirect_port tcp localIP:localPORT publicIP:publicPORT 0:remotePORT
Out [TCP] [TCP] localIP:localPORT -> remoteIP:remotePORT aliased to
[TCP] publicIP:publicPORT -> remoteIP:remotePORT
2000-04-12 18:44:50 +00:00
ache
c3fb688657
Add comment after locales
...
Use .Li for type
Suggested-by: sheldonh
2000-04-12 18:38:30 +00:00
archie
cdd2982e88
Fix uninitialized variable.
...
PR: kern/17911
Submitted by: Tom Pavel <pavel@alum.mit.edu>
2000-04-12 17:29:33 +00:00
kato
79df56f489
Include pc98.h instead of isareg.h.
...
Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
Reminded by: nyan
2000-04-12 14:08:02 +00:00
asmodai
e486fe2ee6
Fix typo, reported by George Cox.
...
Fix hard sentence breaks.
Submitted by: George Cox <gjvc@sophos.com>
2000-04-12 13:38:26 +00:00
brian
0f8e1924fb
Change -v so that variences in units of days or less are sensitive to
...
DST. Explain in more detail what date -v does when mixed with DST.
Previous code suggested broken by: wollman
2000-04-12 13:35:17 +00:00
kato
989ac2d698
- Fixed counter number (timer2 -> timer1).
...
- Fixed operator in pcaintr (andb -> orb).
Pointed out by: nyan
2000-04-12 13:19:44 +00:00
nyan
da28ab7c7a
The nss driver is compatible mode.
...
Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
2000-04-12 13:02:54 +00:00
nyan
874ce6c260
- Release allocated resources on error.
...
Reported by YAMAMOTO Shigeru <shigeru@iij.ad.jp>
- Clean up some code.
- Set the value of rid variable to PCI_BASEADR0(== 0x10) (adv_pci.c).
2000-04-12 11:32:13 +00:00
kato
3ceb651180
Merged from sys/i386/isa/isa_compat.c revisions 1.19 and 1.20.
2000-04-12 11:23:16 +00:00
nyan
a4679ba776
Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)
...
to PCI_BASE_ADDR0 (== 0x10).
Tested by: Brian Somers <brian@Awfulhak.org>
2000-04-12 11:21:55 +00:00
kato
db226c3640
Merged from sys/conf/Makefile.i386 rev 1.182.
2000-04-12 11:19:56 +00:00
kato
da90280d53
Merged from sys/boot/i386/loader/main.c rev 1.19.
2000-04-12 11:17:08 +00:00
sheldonh
0875731adb
Use an MD5 checksum to test for file changes; the previous method
...
of using file mtimes could result in chpasss(1) erroneously
detecting that no changes were made for non-interactive edits.
PR: 4238
Reported by: Jens Schweikhardt <schweikh@noc.dfn.de>
Submitted by: Daniel Hagan <dhagan@cs.vt.edu>
2000-04-12 08:49:14 +00:00
sheldonh
a365f1d25a
Do proper byte swapping in 64bit routines.
...
PR: 17681
Submitted by: "David E. Cross" <crossd@cs.rpi.edu>
Obtained from: NetBSD
2000-04-12 08:41:16 +00:00
semenu
fea3e0ecac
Driver is now using miibus, and newbus.
...
PR: kern/17601
2000-04-12 06:51:43 +00:00
obrien
ba68a82065
Slight cleaner code that may be more palatable to the Binutils maintainers.
2000-04-12 03:43:09 +00:00
obrien
3139dfa2c2
Slightly cleaner branding code that may be more palatable to the Binutils
...
maintainers.
2000-04-12 03:42:40 +00:00
msmith
d4a38fd205
Unhook headers from development tree and point to the actual system headers.
2000-04-11 23:04:17 +00:00
ache
8147b5ec95
Add Bulgarian keyboards
...
Submitted by: Boris Stoev <borko_stoev@yahoo.com>
2000-04-11 22:09:19 +00:00
ache
0628bcb084
Add Codepage 1251 fonts
...
Submitted by: Boris Stoev <borko_stoev@yahoo.com>
2000-04-11 21:55:44 +00:00
wosch
c5f7788417
The latest patchlevel of 2.11BSD is 430
...
Submitted by: Victor.Langeveld@mbfys.kun.nl
2000-04-11 21:02:24 +00:00
semenu
0a4d16d37e
Premier version of Makefile to build tx driver as KLD
2000-04-11 18:40:30 +00:00
semenu
274c38fa9e
As tx driver was patched for newbus, we can now build it as module!
...
Add it to Makefile.
2000-04-11 18:39:52 +00:00
semenu
34f7378d69
Added code to handle QS6612 PHY as standard NS PHY
...
for support of tx driver.
2000-04-11 18:39:00 +00:00
brian
86b5ff6a88
Show an example of not letting NetBIOS traffic keep the link up
...
PR: 17865
Submitted by: Glenn Johnson <glennpj@bayouhome.net>
2000-04-11 17:17:28 +00:00
archie
f4c542edf0
Turn off build of ng_mppc KLD until I can figure out how to have the
...
Makefile correctly handle all the possible permutations (including
missing crypto sources). Suggestions welcome.
2000-04-11 17:14:48 +00:00
jhb
2ac8d6674b
Add a missing dependency: boot2 depends on the BTX kernel.
2000-04-11 14:49:13 +00:00
ache
3a0797d2a4
Better wording according to multibyte(3)
...
Better man formatting
Add reference to multibyte(3)
2000-04-11 14:41:37 +00:00
roberto
575ea395ba
Set the right default timeout to 200ms as per the manpage.
...
PR: bin/17879
Submitted by: Samuel Tardieu <sam@ada.eu.org>
2000-04-11 11:09:39 +00:00
obrien
bbbb5181e6
* Fix dependancies so that ``make depend'' is not required.
...
* Some style fixes
Approved by: kris
2000-04-11 09:27:24 +00:00
obrien
e872f9007a
* Fix dependancies so that ``make depend'' is not required.
...
* Some style fixes
Approved by: kris
2000-04-11 08:28:47 +00:00
wes
6944dfb6ec
PR: kern/17872
...
Submitted by: csg@waterspout.com (C. Stephen Gunn)
2000-04-11 06:55:09 +00:00
chris
c0e0cff43c
- Use .Ar properly at the end of a sentence:
...
``.Ar command.'' -> ``.Ar command .''
- Remove a useless empty line.
2000-04-11 05:01:09 +00:00
msmith
01b742ff32
Add mlxcontrol.
2000-04-11 03:02:37 +00:00
msmith
d0cd6ad1df
This commit was generated by cvs2svn to compensate for changes in r59138,
...
which included commits to RCS files with non-trunk default branches.
2000-04-11 03:01:45 +00:00
msmith
e9115d2df1
This is a command-line management tool for RAID controllers managed by the
...
mlx(4) driver.
2000-04-11 03:01:45 +00:00
msmith
65df8843ed
Flesh this manpage out; add a more complete list of supported controllers
...
and add a list of controller diagnostic messages.
2000-04-11 02:53:45 +00:00
msmith
612fc8c515
Add features required for basic userland management utility:
...
- implement user-initiated background drive rebuild
- implement user-initiated background consistency check
- log controller-initiated background rebuild/check operations
Try to fix the elusive "invalid log operation" bug, and panic if we do
hit this one in the hopes of getting better information.
Tidy up diagnostic messages.
Try to use disk_create/disk_destroy correctly. This isn't working
properly yet, but it's not clear whose fault that is.
2000-04-11 02:52:46 +00:00
archie
1f9a3b6ffe
Turn off MPPE encryption if NOCRYPT is defined. If neither compression
...
nor encryption is enabled, don't build or install anything.
2000-04-10 22:22:18 +00:00
murray
1c9e14061b
Installing via an HTTP proxy should not attempt to resolve the
...
hostname of the FTP server; that is the proxy's job. This temporarily
deletes the nameserver variable before calling mediaSetFTP.
PR: 17371
Approved by: jkh
2000-04-10 19:39:01 +00:00
asmodai
6a912f1bed
Document NO_BIND toggle flag.
...
PR: 17710
Submitted by: Mark Huizer <xaa+sendpr@dohd.cx>
2000-04-10 18:51:41 +00:00
asmodai
9242ab6d5a
The ASUSCOM_IPAC isn't broken according to submitter.
...
PR: 17840
Submitted by: Ari Suutari <ari@suutari.iki.fi>
2000-04-10 18:33:23 +00:00
kris
7833f1a4d2
Resolve conflicts
2000-04-10 11:18:54 +00:00
kris
73aab67427
This commit was generated by cvs2svn to compensate for changes in r59118,
...
which included commits to RCS files with non-trunk default branches.
2000-04-10 11:09:42 +00:00
kris
aee7d5e2d9
Upgrade to OPIE 2.32, from http://www.inner.net/pub/opie/
2000-04-10 11:09:42 +00:00
phk
296f8c148a
Add a missing THREAD_UNLOCK() found missing by Valentin Nechayev
...
<netch@segfault.kiev.ua>
Remove allocation failure check from 'A' option, the 'X' option does
this as a standalone check now.
2000-04-10 09:24:44 +00:00
dfr
8031b933e7
Use the existing Fx macros for rendering "FreeBSD ver".
...
Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
2000-04-10 08:21:16 +00:00
obrien
9fe5b6aa8f
Don't prepend "r" for the raw device anymore.
2000-04-10 05:54:47 +00:00
archie
581b771a42
Clarification to previous commit: this code implements the algorithm
...
which is commonly referred to under the trademarked name 'RC4'.
However, this is not the actual 'RC4' implementation.
(Forced commit)
2000-04-09 22:48:12 +00:00