sanjayl
265929b20e
1st cut of Powermac G5 support (uses bridge mode).
2006-08-05 21:26:48 +00:00
bjh21
69c3a7ed34
bcopy -> memcpy
...
bzero -> memset
2006-08-05 21:25:39 +00:00
bjh21
758ec34161
ANSIfy, un-__P, and generally KNF.
2006-08-05 18:22:57 +00:00
wiz
acffd648f6
Bump date for previous. Remove some Pp for consistency.
2006-08-05 18:18:37 +00:00
christos
e846b07c1f
Update for Greg Woods. Add new options and mention the bit values together
...
with the options
2006-08-05 17:58:53 +00:00
dyoung
50097c84af
Only install ipfilter, ipfs, ipmon, and ipnat if MKIPFILTER=no.
2006-08-05 17:26:14 +00:00
pavel
8bf13164fe
defflag PPPOE_SERVER and PPPOE_TERM_UNKNOWN_SESSIONS.
2006-08-05 17:20:54 +00:00
bjh21
21a0df473c
This file seems to be unused, left behind by the last I^2C overhaul.
...
Remove it.
2006-08-05 16:44:43 +00:00
bjh21
1426eb6e49
ANSIfy, un-__P, light KNF.
2006-08-05 16:38:57 +00:00
jmmv
dc6d1a3c9f
When using a development version of the system (be it current, a beta or
...
a release candidate), tell the user that he might expect problems and how
to effectively report them to the developers.
No objections in tech-userlevel@; only positive responses.
2006-08-05 13:07:30 +00:00
wiz
e95cae6b93
New sentence, new line. Use more markup.
...
Bump date for previous.
2006-08-04 23:30:53 +00:00
martin
915709d082
If user buffers do not match kernel buffers our kernel returns EINVAL,
...
not EIO.
2006-08-04 23:22:30 +00:00
martin
f1dc5b61db
Fix typo in comment
2006-08-04 23:18:53 +00:00
he
5ea0e70c68
Rearrange included headers and/or add include of <sys/types.h> and
...
<sys/lock.h>, so that the mipsco port can build again, ref.
http://mail-index.netbsd.org/port-mips/2006/08/04/0000.html
Reviewed by thorpej
2006-08-04 22:42:36 +00:00
jld
04316d3cd7
Remove inappropriate comma.
2006-08-04 20:55:45 +00:00
wiz
1763dd287c
New sentence, new line. Punctuation fixes.
2006-08-04 20:38:52 +00:00
rpaulo
073f7a97f3
Add missing information. Reviewed by Sam Leffer.
2006-08-04 20:32:47 +00:00
christos
8c4dec8fa5
don't call get/set progname when we are a shell built-in.
2006-08-04 19:07:55 +00:00
wiz
e7be999408
Fix typo in xref, remove superfluous space.
2006-08-04 17:08:52 +00:00
yamt
ac0b9042bb
sys___fhstatvfs140: update a comment.
2006-08-04 17:07:32 +00:00
yamt
0872061b2c
add missing const.
2006-08-04 17:06:56 +00:00
yamt
a4aecea36e
compat_30_sys_getfh: check the size of filehandle. remove an unnecessary cast.
2006-08-04 16:58:27 +00:00
yamt
273fdcedb9
whitespace.
2006-08-04 16:36:44 +00:00
yamt
6e8d813f5e
remove the support of variable-sized filehandle from compat version of
...
syscalls. (strictly speaking, it breaks abi. i don't think it's a problem
because this feature is short-lived and there are no affected in-tree
filesystems.)
2006-08-04 16:30:22 +00:00
yamt
4977b4bbc0
some filehandle syscall related changes.
...
- remove the support of variable-sized filehandle from compat version of
syscalls. (strictly speaking, it breaks abi. i don't think it's a problem
because this feature is short-lived and there are no affected in-tree
filesystems.)
- unify vfs_copyinfh_alloc and vfs_copyinfh_alloc_size.
- vfs_copyinfh_alloc_size: check fhsize strictly.
- reduce code duplication between compat and current syscalls.
2006-08-04 16:29:51 +00:00
christos
c338573fdf
use getprogname() instead of argv[0], because some programs that execv, pass
...
the full path in argv[0] instead of just the basename. In reality, those
programs should be fixed (hello gdb for example).
2006-08-04 14:38:58 +00:00
yamt
e99f3cca81
vfs_copyinfh_alloc_size: fix indent.
2006-08-04 13:31:51 +00:00
martin
56a7b59bd8
Clarify netmask problem description. Repeat reference to PPPOE_SERVER
...
under options section.
2006-08-04 10:10:49 +00:00
mhitch
4b2f6edec3
gcc4 fixes: a lot of char * signed/unsigned mismatches.
2006-08-04 05:30:13 +00:00
mhitch
74f4d61b61
gcc4 fix: change a couple of volatile void functions.
2006-08-04 02:32:30 +00:00
mhitch
710f94acb4
gcc4 fix: needs string.h
2006-08-04 02:30:48 +00:00
mhitch
856bf4faf5
gcc4 fix: needs stdlib.h
2006-08-04 02:30:00 +00:00
mhitch
7e08a789a6
gcc4 fix: correct declaration of 'end'.
2006-08-04 02:26:49 +00:00
mhitch
1b474f00d6
gcc4 fix: change prototype and definition of volatile void usage().
2006-08-04 02:23:23 +00:00
mhitch
370e3a585e
gcc4 fix: need to cast string variable.
2006-08-04 02:21:19 +00:00
mhitch
8511e80fdb
gcc4 fix: gcc4 more strict on checking signed/unsigned.
2006-08-04 02:19:55 +00:00
mhitch
5a37c00320
gcc4 fix: gcc4 bug generates a label twice. This label can't be conveniently
...
ignored like bpendtsleep, but a clue from the commit skipping the bpendtsleep
label for vax provides a workaround. Move the label to an earlier location
and gcc4 only generates one label. The label just marks the start of
memory protected during a memory test, so excluding a little more memory
from that test should be fine.
2006-08-04 02:17:34 +00:00
mhitch
26264a025e
gcc4 fix: correct of couple of casting errors picked up by gcc4.
2006-08-04 02:09:19 +00:00
mhitch
7e0fcda313
gcc4 fix: include sy/device.h to pick up a definition of something which
...
I've forgotten - needed by gcc4.
2006-08-04 02:07:59 +00:00
mhitch
ce5b58c8c7
gcc4 fix: gcc3 was apparently more lax in structure declarations - change
...
order of including nextkbdvar.h and wskbbdmap_next.h.
2006-08-04 02:05:12 +00:00
mhitch
b9021f4ff0
gcc4 fix: correct declaration of 'end'.
2006-08-04 01:58:49 +00:00
mhitch
1f636ff58a
gcc4 "uninitialized" variable; previous workaround doesn't satisfy gcc4 -
...
explicitly initialize drq.
2006-08-04 01:56:42 +00:00
mhitch
4016823297
gcc4 fix: needs stdlib.h
2006-08-04 01:51:31 +00:00
mhitch
3264771d41
gcc4 fix: static devsw didn't match the prototype.
2006-08-04 01:50:30 +00:00
mhitch
c97e01a899
gcc4 fixes: need to include stdlib.h; fix prototype and definition of
...
local error() function.
2006-08-04 01:48:02 +00:00
mhitch
fa97ed2f83
More gcc4 "uninitilized" variables.
2006-08-04 01:45:05 +00:00
mhitch
425bfd4d05
gcc4 "uninitialized" variables; just like pmap_motorola.c and amiga/pmap.c.
2006-08-04 01:44:12 +00:00
bjh21
62d6ab40d3
Support for timecounters on acorn32, supplied by Mike Pumford. Only
...
compile-tested by me, but he promises it works.
2006-08-03 23:19:06 +00:00
christos
cf3258890d
PR/34129: Andreas Gustafsson: Nonblocking write to pty can return 0
...
If we cannot write on the slave side, always return EWOULDBLOCK in the
non-blocking case, because we don't know that the buffer we started
writing is actually in a system call boundary.
2006-08-03 22:51:05 +00:00
christos
740d87bac5
adjust resid in one more place.
2006-08-03 22:06:55 +00:00