Commit Graph

78335 Commits

Author SHA1 Message Date
toddpw
33b48c633c Add some headers and a device symlink that have recently appeared on arm32. 2001-03-30 11:29:09 +00:00
toddpw
a6a587a71e Track prototype change to isa_fillw() that avoids passing u_short as an arg. 2001-03-30 11:21:33 +00:00
itojun
92969654c0 enable FAKE_LOOPBACK_IF case by default.
now traffic on loopback interface will be presented to bpf as normal wire
format packet (without KAME scopeid in s6_addr16[1]).

fix KAME PR 250 (host mistakenly accepts packets to fe80::x%lo0).

sync with kame.
2001-03-30 11:08:56 +00:00
ur
5ba1d71d33 Don't reference nonexistent register on R96. (and maybe R94 too) 2001-03-30 09:10:48 +00:00
wdk
70a7bcb64b Remove ncr53c9x_dmaselect 2001-03-30 07:49:07 +00:00
thorpej
4576721e6c Add some glue to let us easily use Boehm-GC to track down
memory leaks.  Requires some (not yet committed) changes to
the racoon sources.
2001-03-30 06:38:25 +00:00
itojun
dbcd4b8d03 fix constness of IN6_{IS,ARE}_xx with RFC2553. sync with kame. 2001-03-30 05:53:52 +00:00
fvdl
3cb024a283 Document NAMECACHE_ENTER_REVERSE. 2001-03-29 22:42:48 +00:00
fvdl
2e64bebd3b For -o linux mounts, add some code to emulate /proc/#/maps.
Needs NAMECACHE_ENTER_REVERSE to include filenames.
2001-03-29 22:41:52 +00:00
fvdl
87d29abbf0 defopt NAMECACHE_ENTER_REVERSE 2001-03-29 22:40:06 +00:00
fvdl
2c310ee4d5 Depending on the NAMECACHE_ENTER_REVERSE option, always enter reverse
mappings (vnode -> name) in the reverse mapping hash table. Without
this option, there is no change; only directories will be entered to
speed up getcwd. This is an option because it will cause getcwd
to hit longer hash chains, and at the moment its usefulness is
still limited.
2001-03-29 22:39:23 +00:00
cgd
c5fdfac22d Fix order of arithmetic operations so that NFS file system quotas over
4GB are displayed properly.
2001-03-29 21:54:01 +00:00
kleink
a8aa96fa2d Pay lip service to old sources and provide SHM_[RW] (note that these
are not even part of the SVID4); per discussion with Thomas Klausner.
2001-03-29 21:16:06 +00:00
fredette
cce60f68dc Added. 2001-03-29 21:07:56 +00:00
kleink
b1cc53ab31 While I'm here, add a LIBRARY section.
XXX Someone should lift this to our mdoc.
2001-03-29 20:56:30 +00:00
kleink
49cc52fbf7 Declaration syntax nit. 2001-03-29 20:54:06 +00:00
bjh21
f6ec9b4ab2 On an 80C04, try not to start reads at addresses of the form xx,ea, xx,ee, or
xx,f0.  This appears to heavily alleviate, but not to eliminate entirely,
the problems I've been seeing with garbage being read from the rx buffer.
I suspect the real solution lies elsewhere.
2001-03-29 20:49:44 +00:00
kleink
8ca649a389 Sprinkle some restrict. 2001-03-29 19:06:39 +00:00
petrov
d6b50e1598 add fas configuration 2001-03-29 18:54:58 +00:00
kleink
ad8586ad2d Fix printf format used in example; from Jim Bernard in PR lib/12496. 2001-03-29 18:50:59 +00:00
bjh21
2f6fd6b040 Print a warning message when the DMA FIFO fails to fill or empty before we
time out.
2001-03-29 17:46:39 +00:00
tsubai
6386dedebe When attached, do not change brightness if the value is zero. 2001-03-29 17:44:50 +00:00
eeh
cc5ddb2b20 Make `trace' useful even w/o symbols and add /f option to dump parameters. 2001-03-29 14:58:08 +00:00
lukem
d5de074946 crank for GLOB_LIMIT fix 2001-03-29 13:15:07 +00:00
drochner
98e00988ad Don't error out if the mbr cannot be read.
This makes "disklabel cd0" working also on platforms with MBR support.
2001-03-29 12:18:32 +00:00
joda
35fd1893df set debug level via patchable variable, and fix some debug printf warnings 2001-03-29 10:51:16 +00:00
joda
46d4ad76ad mnt_stat is not a pointer 2001-03-29 10:47:44 +00:00
fvdl
879b34ea8c Don't do the ioctl call for the get hw addr case, all the work has
been done already.
2001-03-29 10:37:37 +00:00
tron
904d063d8b Update list of dynamically generated source files. 2001-03-29 09:59:09 +00:00
jdolecek
6db03feca9 Remove unneeded #includes 2001-03-29 08:56:27 +00:00
jdolecek
2a2070aec3 kill bunch of unneeded includes 2001-03-29 08:48:55 +00:00
jdolecek
40b414d7c9 fix typos (foreight --> foreign) 2001-03-29 08:47:47 +00:00
fredette
fb96b4d88c Added. 2001-03-29 04:58:52 +00:00
fredette
22a64b5a3e Added. 2001-03-29 04:35:09 +00:00
fredette
fbd8636feb Added. 2001-03-29 04:16:21 +00:00
fredette
da500dc6be Removed some sun3 references. 2001-03-29 04:07:54 +00:00
petrov
1c9cc1b092 use NCR_F_DMASELECT instead of ncr53c9x_dmaselect 2001-03-29 03:30:19 +00:00
petrov
ae964a3f9b use NCR_F_DMASELECT instead ncr53c9x_dmaselect 2001-03-29 03:26:52 +00:00
fredette
6095b6e2ff Added. 2001-03-29 03:24:19 +00:00
marcus
0640ad6ace When the endians are little, they are little. 2001-03-29 03:23:33 +00:00
petrov
b0605f71d5 fas support added 2001-03-29 02:58:38 +00:00
fredette
dffb35cf7f Add Matt Fredette to the list of developers. 2001-03-29 01:09:02 +00:00
fredette
3eb7866aaa Added support for the 68010 bus error frame. 2001-03-28 23:08:15 +00:00
christos
c5da7a4cfa try to make this compile on 1.4.x 2001-03-28 22:53:40 +00:00
christos
5bc6f3f69d deal with buffer overflows for fixed length buffers. 2001-03-28 22:13:06 +00:00
christos
6f6e7c44eb KNF. no functional differences. 2001-03-28 21:16:48 +00:00
marcus
dd90695ad2 Bugfixes. 2001-03-28 20:55:27 +00:00
ichiro
718d1ed83c add UMCT_DEBUG option 2001-03-28 19:00:39 +00:00
ichiro
f4d6e18b7a add man file of umct driver 2001-03-28 18:56:42 +00:00
ichiro
2c750ca482 add umct device name 2001-03-28 18:48:01 +00:00