pk
14b924800a
Can't include libkern.h twice which is what happens if _KERNEL is on.
...
For now, protect here with _STANDALONE.
XXX - must probably fix sys/systm.h
1999-02-11 15:39:31 +00:00
mycroft
2a304686e6
Minor cleanup.
...
Make the initializer for BAUDLO depend on PCLK directly; it was incorrect on
some ports where PCLK is not 4.9152MHz.
XXX Is the default value actually used?
1999-02-11 15:28:03 +00:00
pk
ac01ce3a75
sprintf() now produces a return value, like the standard counterpart does.
...
Also, implement vsprintf(), snprintf() and vsnprintf().
1999-02-11 14:32:00 +00:00
mrg
26c0549e41
fix a comment pasto.
1999-02-11 13:18:35 +00:00
bouyer
8be15977ce
Correct both in my previous commit (#ifdef around by Matthew Jacob).
1999-02-11 09:49:46 +00:00
christos
18f4839c63
Gen
1999-02-11 09:43:53 +00:00
christos
5cc7b4c557
A.out compatibility mode; basically /emul/aout/ checking for syscalls
...
that use pathnames.
1999-02-11 09:41:34 +00:00
christos
be58edf2b6
Add compat_aout bit.
1999-02-11 09:35:21 +00:00
christos
7f718b612a
Print the line that caused the error message. Unfortunately the line
...
numbers reported by awk are not useful, because the \$ preprocessing
by sed...
1999-02-11 09:32:01 +00:00
pk
a24b899029
Pull libkern.h in.
1999-02-11 09:13:03 +00:00
pk
eee0165e87
Add missing prototypes.
1999-02-11 09:10:43 +00:00
pk
08f1cf6408
Add missing prototypes and KNF the lot.
1999-02-11 09:09:06 +00:00
ender
25e1f69c42
o Change various attach arg and softc datatypes to ints.
...
o Use explicit typecasts when interfacing with MRG data
Should fix port-mac68k/6839. Patch supplied by
Frederick Bruckman <fb@enteract.com>
1999-02-11 06:41:07 +00:00
oster
6d72c8f0e7
Minor cleanups that got missed last time through.
1999-02-11 01:23:32 +00:00
mjacob
99fb54992d
ifdef around merge botch
1999-02-10 21:56:23 +00:00
kleink
5dfcd3c125
Regen: socklen_t changes.
1999-02-10 18:05:24 +00:00
explorer
c3167035de
no need to set tailp twice.
1999-02-10 18:03:05 +00:00
kleink
dfffb2f357
* Due to addition and use of socklen_t, make the socket option and address
...
arguments passed to accept(), bind(), connect(), getpeername(), getsockname(),
getsockopt(), recvfrom(), sendto() and sendmsg() unsigned, which also elimiates
a few casts.
* Reflect the (now) signedness of msg_iovlen, which necessiates the addition
of a few casts.
1999-02-10 18:02:28 +00:00
kleink
b97c99a7d6
* Define socklen_t, an unsigned integral type used to hold the lengths of
...
socket options, addresses etc., and use it where specified by XNS5.
* Per XNS5, change data pointers types in struct msghdr from caddr_t to void *;
make msg_iovlen a signed int (apparently for consistency with the iovcnt
argument to readv()/writev()).
* Some name space protection.
1999-02-10 17:57:27 +00:00
kleink
f69591d12d
Use of casts as lvalues is a GNU C extension; rearrange slightly.
1999-02-10 17:03:26 +00:00
christos
b7ff80b7fb
Fix reversed test in my changes to compat_freebsd (thanks charles!)
1999-02-10 16:52:02 +00:00
minoura
c5847e98a9
void* -> u_int32_t
1999-02-10 16:00:54 +00:00
tron
9b11342320
Fix LKM build problem.
1999-02-10 14:37:25 +00:00
bouyer
22d556f6cf
Make sure a buffer optained from bread() is always bresle()'d in case of
...
error. Closes PR kern/1448 from Wolfgang Solfrank.
1999-02-10 13:14:08 +00:00
bouyer
6dd47fe65f
Abort transfer if b_blkno is negative. Closes PR kern/5553 by Johan Danielsson.
1999-02-10 12:29:50 +00:00
itohy
da0a919754
Regen.
1999-02-10 10:38:15 +00:00
itohy
5af2655c9d
const mania
1999-02-10 10:36:26 +00:00
christos
fe9e04762b
PR/6962: Paul Shupak: FreeBSD ELF emulation bits.
1999-02-10 07:10:59 +00:00
is
b0f697496e
Provide a minimal instruction/data cache synchronization C binding.
...
(The function has always been in the kernels as special trap #12 ).
In response to PR 4951 by Hauke Fath.
1999-02-09 22:32:33 +00:00
christos
03ff6653d6
Regen
1999-02-09 20:48:20 +00:00
christos
8087b4fda3
const poisoning and CHECK_ALT_CREAT fixes.
1999-02-09 20:46:41 +00:00
christos
ec4586b831
Regen
1999-02-09 20:46:40 +00:00
christos
dcee031682
const poisoning and CHECK_ALT_CREAT fixes.
1999-02-09 20:46:40 +00:00
christos
c3ae7cb2a9
Regen
1999-02-09 20:38:38 +00:00
christos
c8216580df
const poisoning.
1999-02-09 20:37:19 +00:00
christos
8024779058
const poisoning
1999-02-09 20:37:00 +00:00
christos
bcca34b4fa
Regen.
1999-02-09 20:36:17 +00:00
christos
fe1f028894
PR/6962: Paul Shupak: FreeBSD elf support.
1999-02-09 20:35:04 +00:00
christos
090a9bebbc
const poisoning.
1999-02-09 20:34:16 +00:00
christos
908adf3eef
Regen
1999-02-09 20:31:43 +00:00
christos
a30a9f3d94
const poisoning and CHECK_ALT_CREAT fixes.
1999-02-09 20:30:38 +00:00
christos
49692434d8
Const poisoning and CHECK_ALT_CREAT fixes
1999-02-09 20:29:24 +00:00
christos
f3be801e5c
Regen
1999-02-09 20:26:55 +00:00
christos
415ae8f732
const poisoning
1999-02-09 20:21:18 +00:00
christos
743761347e
PR/6962: Paul Shupak: FreeBSD-3.0 additions
...
- const poisoning
1999-02-09 20:19:13 +00:00
christos
90fd1df29a
PR/6962: Paul Shupak: ELF Freebsd support
1999-02-09 20:17:50 +00:00
christos
fd74051670
char * and char ** -> const char * and const char **
1999-02-09 20:16:08 +00:00
kml
745b14cf4a
Correct mistaken #ifndef to #ifdef...
1999-02-09 19:50:28 +00:00
tv
e07978e871
Split the "mips" MACHINE_ARCH for 1.4. newsmips is "mipseb"; pmax is
...
"mipsel".
1999-02-09 17:15:51 +00:00
kml
96ba3fc35f
defopt SB_MAX, which controls the maximum allowable size of socket buffers
1999-02-09 02:15:45 +00:00