is
11446b9b6e
TMS320AV110 (mpeg layer 2 decoder chip) and ZBUS Melody board, which uses it.
...
No optionboards yet for Melody, only audio driver.
MPEG data types for audio.c
1997-10-16 23:58:10 +00:00
christos
7a5c72bb88
Add missing cast to nlink_t
1997-10-16 23:58:05 +00:00
is
25ea46120a
TMS320AV110 (mpeg layer 2 decoder chip) and ZBUS Melody board, which uses it.
...
No optionboards yet for Melody, only audio driver.
MPEG data types for audio.c
1997-10-16 23:57:56 +00:00
christos
4071635fa6
Add missing cast to dev_t
1997-10-16 23:57:51 +00:00
christos
e6f8df1a63
Add missing casts to nlink_t and dev_t
1997-10-16 23:56:57 +00:00
christos
dc60c14ef6
Regen.
1997-10-16 23:56:40 +00:00
christos
5f2f2ac9b2
ostat -> stat43
1997-10-16 23:55:50 +00:00
christos
ec57088486
Regen.
1997-10-16 23:55:23 +00:00
christos
79acd83ca5
check for st_nlink overflow
1997-10-16 23:54:40 +00:00
christos
7e8c979fa9
ostat -> stat43
1997-10-16 23:53:07 +00:00
christos
9b775fa66f
change it to use the real stat instead of ostat and check for st_link overflow
1997-10-16 23:52:20 +00:00
christos
766ded363c
check for st_link overflow.
1997-10-16 23:52:03 +00:00
christos
537eb26ac2
add stat12 compatibility calls and rename ostat to stat43
1997-10-16 23:50:36 +00:00
christos
0585de8731
Regen.
1997-10-16 23:50:20 +00:00
christos
bb19445ec6
PR/4269: msync is missing MS_*
1997-10-16 23:49:38 +00:00
christos
1d60a72b89
ostat -> stat43
1997-10-16 23:48:18 +00:00
christos
0fdb3e720f
Rename to vm_12.c
1997-10-16 23:46:52 +00:00
lukem
409801916f
WARNSify
1997-10-16 23:46:38 +00:00
christos
801520ffac
fix chrtoblk declaration
1997-10-16 23:43:16 +00:00
christos
86f2672ac2
Regen.
1997-10-16 23:42:41 +00:00
christos
2975958ca6
fix chrtoblk declaration
1997-10-16 23:42:35 +00:00
christos
bf5e4c3957
Regen
1997-10-16 23:42:20 +00:00
christos
3259672f83
fix chrtoblk declaration
1997-10-16 23:41:55 +00:00
lukem
95dff5caaf
WARNSify
1997-10-16 23:41:32 +00:00
christos
9b763cbe70
change char *path to const char *path
...
change int to mode_t's and to dev_t's as appropriate
add new new stat syscem calls and make the old ones compatibility.
1997-10-16 23:41:31 +00:00
lukem
3fbb7cea25
WARNSify
1997-10-16 23:39:17 +00:00
christos
e42293ca28
fix chrtoblk declaration
1997-10-16 23:37:34 +00:00
christos
f950c44a69
make va_mode and va_link mode_t and link_t
1997-10-16 23:35:36 +00:00
augustss
b2004a534c
Make sure the 'input' class is used even for the 1345 mixer.
1997-10-16 23:34:57 +00:00
christos
217e609299
dev_t int32_t -> u_int32_t
...
mode_t u_int16_t -> u_int32_t
nlink_t u_int16_t -> u_int32_t
1997-10-16 23:34:40 +00:00
christos
d3f4a22f92
now that mode_t and nlink_t are 32 bits, we need a new stat syscall.
...
rename ostat to stat43 and create a stat12 for compatibility to NetBSD 1.2
1997-10-16 23:33:10 +00:00
thorpej
500a0eac87
Pull marc-pcmcia branch down from trunk.
1997-10-16 23:32:35 +00:00
christos
c36a502364
msync needs a third argument.
1997-10-16 23:32:27 +00:00
christos
e66010e32e
PR/4269: Chris Demetriou: msync now takes a third argument
1997-10-16 23:31:21 +00:00
christos
84fa30f8f0
chrtoblk returns dev_t
1997-10-16 23:30:36 +00:00
christos
b82d33e84c
PR/4269: Chris Demetriou: msync is missing the MS_* flags.
...
Also change caddr_t syscall arguments to void *
1997-10-16 23:29:26 +00:00
augustss
8bbf1c89e8
Test for valid mixer class the right way. From PR 4279.
1997-10-16 23:28:17 +00:00
thorpej
c66b8643d1
Pull marc-pcmcia branch down from trunk.
1997-10-16 23:27:16 +00:00
christos
3664382e53
move setmode and strsignal to unistd.h
1997-10-16 23:26:24 +00:00
christos
c23ea50e28
second argument is now int instead of char
1997-10-16 23:25:35 +00:00
lukem
07ed891089
- WARNsify
...
- KNFify (a bit)
- use int32_t & u_int32_t instead of long and u_long
- clean up man pages a bit
1997-10-16 23:24:50 +00:00
christos
410b3b428a
devname is (dev_t, mode_t) not (int, int)
1997-10-16 23:24:49 +00:00
lukem
b3f8f59032
- WARNsify
...
- KNFify (a bit)
- use int32_t & u_int32_t instead of long and u_long
- clean up man pages a bit
1997-10-16 23:24:18 +00:00
christos
196f36f2e9
bump up version number now that:
...
1. msync() will take a third argument.
2. remove obsolete xdr_{domainname,mapname,peername} from xdryp.c
3. make __ps_strings extern on setproctitle.c and don't set it to
a default when it is NULL.
4. make unvis() argument to an int from a char.
5. move timezone() to libcompat
6. move swapon() to libcompat
7. move getdirentries() to libcompat
8. type sanity:
mode_t: u_int16_t -> u_int32_t
nlinks_t: int16_t -> u_int32_t
dev_t: int32_t -> u_int32_t
1997-10-16 23:23:58 +00:00
thorpej
376d502a22
Pull marc-pcmcia branch down from trunk.
1997-10-16 23:23:14 +00:00
christos
f8b3cbd2c8
Remove obsolete functions
1997-10-16 23:22:31 +00:00
christos
14d765b9a0
caddr_t -> void *
...
PR/4269: Chris Demetriou: Add MS_* to msync()
1997-10-16 23:21:47 +00:00
thorpej
5345a8bef9
Pull marc-pcmcia branch down to trunk.
1997-10-16 23:21:46 +00:00
christos
b2e230c1c7
caddr_t -> void *
...
PR/4269: Chris Demetriou: Add MS_* to msync()
1997-10-16 23:21:44 +00:00
thorpej
befea59210
Pull marc-pcmcia branch down to trunk.
1997-10-16 23:21:41 +00:00