veego
a9f63e9e3e
Add the mediaone example.
1999-12-11 23:51:45 +00:00
veego
193a383152
Add /usr/share/examples/ipf/mkfilters and correct the .TH name: s/IPF/MKFILTERS/.
1999-12-11 23:50:46 +00:00
veego
d8fd135831
Remove dlpi(7p)
1999-12-11 23:47:56 +00:00
veego
03b4f76190
s/y.tab.h/iplang_y.h/
1999-12-11 23:47:02 +00:00
veego
0c5b046721
Resort the the manpage references and remove snoop(1m), etherfind(8c) and
...
dlpi(7p).
1999-12-11 23:44:13 +00:00
veego
c8ce5f6de5
Add /usr/share/examples/ipf
1999-12-11 23:42:10 +00:00
veego
5b8f105a7e
Remove reference to snoop(1m) and etherfind(8c)
1999-12-11 23:40:29 +00:00
veego
d4a59b90a2
Add /usr/share/examples/ipf
1999-12-11 23:39:12 +00:00
veego
87ae120ca4
s/vmunix/netbsd/
1999-12-11 23:38:43 +00:00
veego
cde8d7627b
Print quads with (long long).
1999-12-11 23:33:07 +00:00
veego
ff39c2bbab
Add RCS Ids.
1999-12-11 23:22:14 +00:00
augustss
e4729fe662
Fix some typos and xrefs.
...
Add CS4280 man page. Drier will be added shortly.
1999-12-11 23:10:15 +00:00
veego
b921579f5f
We don't need these files.
1999-12-11 22:49:33 +00:00
explorer
0d63386a4e
add __SCCSID() and __SCCSID2() macros for userland, and __KERNEL_SCCSID() for
...
the kernel. They're not used yet, but will be shortly.
1999-12-11 22:29:32 +00:00
veego
b4214f674a
Inital import of IP Filter 3.3.5 under the dist directory.
1999-12-11 22:23:57 +00:00
explorer
4313f463a0
add 3com 575CT, which Dell (at least) seems to be shipping
1999-12-11 22:22:34 +00:00
veego
ce88211af9
New script which only change the RCS Ids.
1999-12-11 22:08:02 +00:00
thorpej
2128a07943
Put an interrupt-safe mutex around PCI configuration space access.
1999-12-11 20:48:25 +00:00
tron
a0ed22ea5f
Recognize manual page sections "l" and "n" used by the package system.
...
This fixes PR bin/8977 by Thilo Manske.
1999-12-11 20:30:30 +00:00
sommerfeld
85ba879817
MP: spinlockinit actually takes 3 args, not 4.
1999-12-11 19:39:31 +00:00
msaitoh
3b476f4adb
use .Er
1999-12-11 19:35:48 +00:00
mason
75eb02cdfc
Removed someone's personal phone number, including area code, from a "if you
...
want a good time, call ###-###-####" fortune entry.
1999-12-11 19:13:05 +00:00
thorpej
9e4b4a03d7
Need <string.h> for memset prototype.
1999-12-11 18:20:27 +00:00
thorpej
bc322cb5f0
Fix printf formats; cast pointer diffs to long, and use %ld.
1999-12-11 18:19:20 +00:00
ragge
9beccd4e88
Detect "Infoserver 1000" also.
1999-12-11 17:55:13 +00:00
ragge
ae6ef93106
CL* discarding.
1999-12-11 17:54:04 +00:00
ragge
e921b99ca0
CL* discarding.
...
Move physmem setting to pmap_bootstrap().
Fix security problem in process_write_regs(), found by Klaus Klein.
1999-12-11 17:51:34 +00:00
simonb
f981fe2ed7
Don't need "extern int physmem" - <sys/systm.h> has this already.
1999-12-11 14:05:04 +00:00
simonb
3af7b06f11
Revert previous - the problem was a hard-coded KN01 dc address, not the
...
cookie value.
1999-12-11 13:49:18 +00:00
itojun
4d757da195
implement upper-layer reachability confirmation for IPv6 ND (RFC2461 7.3.1).
...
fix code to reject "tcp to IPv6 anycast".
sync with recent KAME.
1999-12-11 09:55:14 +00:00
castor
e91bafa460
Replace unused keys with IGN instead of UNK for NEC MobilePro 750c,
...
to match usage of other systems.
Also, modify ALT keys to return AltL keysym so debugger key sequence
will work.
1999-12-11 08:23:29 +00:00
thorpej
7287dd22c6
Remove a piece of code introduced in rev 1.36 that I didn't intend to
...
commit.
1999-12-11 05:38:41 +00:00
simonb
ae7a461efd
Make #endif comment consistant with #if expression.
1999-12-11 05:19:08 +00:00
takemura
a9fc09cb1a
I've took 1 for i.
1999-12-11 03:29:26 +00:00
takemura
9fb0ec1daf
Recompile to support MobilePro 750 and Mobile Gear II for DoCoMo.
1999-12-11 02:58:22 +00:00
lukem
d30bdcd79c
separate out the main `data pump' loop into two: one that supports
...
rate limiting and one that doesn't. simplifies the code, and speeds
up the latter case a bit, at the expense of duplicating a few lines...
1999-12-11 02:02:21 +00:00
mrg
2a987cd998
- use symbolic names for mode bits
...
- use _exit() where we should
- fix spelling mistake
- use vasprintf() in pstatus()
all from freebsd.
1999-12-11 02:01:18 +00:00
mrg
585454b2f2
xref setsockopt (from freebsd) and hosts.equiv.
1999-12-11 01:59:43 +00:00
lukem
3851d504a7
Fix chunked support; probably broke after rate limiting was added.
...
Problem noticed/debugging assisted by giles lean <giles@nemeton.com.au>.
XXX: rate limiting with chunked xfers might not limit correctly (i.e,
the limit may be too high or too low); fixing this is non trivial,
and will probably occur if i ever rototill fetch_url()
1999-12-11 00:56:13 +00:00
thorpej
d4bb1032cb
Handle the 21143 PMCSR, like we do in the PCI front-end.
1999-12-11 00:39:13 +00:00
thorpej
caae0e1aa1
- Don't try to run the chip in big-endian mode. Not all chips support
...
this consistently, and it doesn't always work even when the chip
supports it.
- Make sure things DMA'd to the chip that the chip interprets are in
little-endian mode.
1999-12-11 00:32:59 +00:00
thorpej
085bc011ab
Add cardbus_get_capability(), cloned from pci_get_capability().
1999-12-11 00:29:11 +00:00
mrg
2e2dfe5c71
tsk. tsk. document new features i added.
1999-12-10 23:49:03 +00:00
jlam
66250a51b4
s/MKLINKS/MLINKS/
1999-12-10 23:31:47 +00:00
jlam
c684aa3cd1
adduser, user*, group* manpages all go in man8/cat8, not man1/cat1
1999-12-10 23:31:11 +00:00
jlam
d2eb933997
powerhook_[dis]establish.9, no .0, are stored in /usr/share/man/man9
1999-12-10 23:23:01 +00:00
kleink
c88b5146dc
Add support code to have the Hardware Volume Control interact with the
...
software mixer Master Volume state in a defined way by lazily updating the
latter if input from the former was processed.
1999-12-10 19:13:00 +00:00
itojun
486d64de0f
add missing splx(). a critical bug fix from kame.
1999-12-10 17:56:13 +00:00
explorer
cda5601f3c
revert this file, the changes I made were quite unnecessary.
1999-12-10 17:27:28 +00:00
kleink
6d1d09f757
Add a symbolic name for the ES1946 rev. E in this place, too.
1999-12-10 16:50:52 +00:00