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
christos
a111587eb8
caddr_t -> void *
...
PR/4269: Chris Demetriou: Add MS_* to msync()
1997-10-16 23:21:39 +00:00
christos
4fede91695
Reflect current reality.
1997-10-16 23:19:50 +00:00
thorpej
b3620a0f8d
Pull marc-pcmcia branch down to trunk.
1997-10-16 23:18:18 +00:00
christos
19acefc360
Remove swapon remnants
1997-10-16 23:13:24 +00:00
christos
84abd9f33b
swapon migrated to libcompat
1997-10-16 23:12:30 +00:00
christos
1633134649
These two don't belong in string.h, but unistd.h
1997-10-16 23:09:09 +00:00
christos
446ebe5c2c
Remove _tztab() declaration now that timezone() migrated to libcompat.
1997-10-16 23:08:21 +00:00
christos
34e76ae8f8
moved to libcompat
1997-10-16 23:07:26 +00:00
christos
631a35f9ca
change second argument of unvis from char to int
1997-10-16 23:06:13 +00:00
christos
e34cf3d406
__ps_strings is now extern and not modified locally.
1997-10-16 23:05:33 +00:00
christos
051a7d3051
timezone moved to libcompat
1997-10-16 23:04:38 +00:00
christos
2e3f898c30
Add timezone, swapon, getdirentries
1997-10-16 23:02:45 +00:00
christos
58b5d748a3
Remove namespace cruft and add a prototype for tztab
1997-10-16 23:02:16 +00:00
christos
f4f1c47f83
Moved by repository magick...
...
put in their description that they are obsolete and name by what function
if appropriate.
1997-10-16 23:00:26 +00:00
enami
12e22025c4
Remove interrupt handler cookie from aic_softc.
1997-10-16 22:57:02 +00:00
enami
735b77fa73
Create new structure aic_isa_softc and hold interrupt handler in it.
1997-10-16 22:55:34 +00:00
matt
4d3bfb2510
Fix pr's port-i386/4127 kern/4190 kern/3700.
1997-10-16 22:02:27 +00:00
is
57ce3eaaf4
Move zbus attachment to the end, so that motherboard devices don't "jump"
...
if zbus devices of the same class are added.
1997-10-16 21:39:10 +00:00
augustss
24a2703246
Add libossaudio.
1997-10-16 20:28:49 +00:00
mark
d75175b393
Updated to remove local copies of the com and lpt driver now we use
...
the MI ones.
1997-10-16 18:38:55 +00:00
mark
0f1f684082
Updated to use the MI dev/ic/com.c driver.
1997-10-16 18:37:38 +00:00
mark
189bd69e2b
Updated to use the MI dev/ic/lpt.c driver.
1997-10-16 18:35:53 +00:00