leo
a22b0cbf4d
Optimize bswap16() and bswap32() functions to inline assembly.
2001-03-30 20:00:05 +00:00
jdolecek
9f531a91bb
regen - use linux_sys_nosys() instead sys_nosys()
2001-03-30 18:33:22 +00:00
jdolecek
bbe1ee69af
Use linux_sys_nosys() instead sys_nosys() here too.
2001-03-30 18:31:28 +00:00
jdolecek
02281ec1f5
regen
2001-03-30 18:02:28 +00:00
jdolecek
c51fe2a452
use UNIMPL instead of NODEF for the dummy syscalls 218, 219
2001-03-30 18:01:20 +00:00
jdolecek
36a42f0ce8
Add new syscalls from Linux 2.4.3 to the lists. Not implemented ATM.
2001-03-30 17:59:46 +00:00
mycroft
59771e308b
Globbing should match broken symlinks. stat()->lstat() to fix this.
2001-03-30 17:45:00 +00:00
christos
95fda43dd5
make all debugging messages conditional on sc->sc_debug.
2001-03-30 17:30:18 +00:00
jdolecek
e07a93ab5a
regen
2001-03-30 17:18:47 +00:00
jdolecek
890850dddf
Implement linux_sys_nosys() and use it instead of sys_nosys() for
...
unimplemented syscalls. Difference is that linux_sys_nosys() doesn't
post SIGSYS to the process. Linux doesn't do that and thus glibc (and
probably other Linux code) doesn't deal with SIGSYS, even through it
generally contains fallback code for ENOSYS case.
This also addresses port-i386/12503, though the issue was already discussed
earlier.
2001-03-30 17:16:33 +00:00
jdolecek
466a79b36b
Make it possible to use different function for unimplemented syscalls
...
than sys_nosys().
2001-03-30 16:56:36 +00:00
ad
30b7c151f0
AEN 0x000c appears to mean `init started'. From lukem.
2001-03-30 16:48:57 +00:00
tsutsui
7cd0069dfc
Make this compile without com.
2001-03-30 16:32:02 +00:00
agc
6b3108e0aa
Revert previous overzealous change, committed in error.
2001-03-30 16:12:44 +00:00
uch
c5496871db
fix comment.
2001-03-30 15:59:17 +00:00
minoura
28f83415ad
Update TODO list.
2001-03-30 15:53:25 +00:00
minoura
6a18583c73
Add yds.
2001-03-30 15:23:44 +00:00
agc
ab498e3d7f
Put back prototype of yyparse(), since the function name is modified
...
by the Makefile
YPREFIX+=__libyy
setting, and we thus get an unprototyped function.
2001-03-30 15:17:47 +00:00
minoura
a9a5dcd043
Add yds at pci and children.
...
Alpha and i386 are the only tested ports.
2001-03-30 14:47:48 +00:00
minoura
4b0b823fa4
Add yds(4).
2001-03-30 14:35:45 +00:00
minoura
c5f4c05d10
Manual page for Yamaha YMF724/740/744/754 PCI audio driver.
2001-03-30 14:34:27 +00:00
minoura
537038859e
Yamaha YMF724/740/744/754 (DS-1) PCI audio driver.
2001-03-30 14:32:08 +00:00
kleink
cb971b2951
Add hme(4).
2001-03-30 13:58:43 +00:00
kleink
eeab7c27f7
Xref hme(4).
2001-03-30 13:57:07 +00:00
kleink
070bbaf9a2
Add a strawman hme(4) manual page; with input from Matthew Green.
2001-03-30 13:55:38 +00:00
tsutsui
42e44c1408
Make Sony's fonts ISO8859-1 compliant.
2001-03-30 13:06:45 +00:00
toddpw
8b733f7126
Our INCSDIR has been pruned from distrib/sets, so don't make it any more.
2001-03-30 12:42:30 +00:00
mycroft
355086c412
The `speed' statistic from the RNG was brought to you by the letter `B' and
...
the letter `S'. I don't think anyone will miss it.
2001-03-30 12:05:02 +00:00
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