tsutsui
497bb4f2ea
Remove declaration of copypage() and zeropage(); they are in <m68k/m68k.h>
2001-02-03 12:57:05 +00:00
tsutsui
5f9454752b
m68k/m68k.h is now pulled via machine/cpu.h.
2001-02-03 12:55:35 +00:00
tsutsui
fdddc67af0
Remove declaration of getdfc(), getsfc() and fputype.
...
They are in <m68k/m68k.h>
2001-02-03 12:53:23 +00:00
mrg
8e0434ce99
include <sys/param.h> before <sys/ioctl.h>
2001-02-03 12:51:10 +00:00
tsutsui
31a0a141cb
Include <m68k/m68k.h> to use m68k common definitions.
2001-02-03 12:50:53 +00:00
tsutsui
5fcd0b2c38
Declare prtactive extern.
2001-02-03 12:48:43 +00:00
mrg
ef777aa80b
sync a comment from sys_execve().
...
make netbsd32_recvfrom() work.
2001-02-03 12:46:55 +00:00
tsutsui
a3cd82caf9
Remove declaration of cold; it's in <sys/kernel.h>
2001-02-03 12:46:04 +00:00
mrg
dabf2a8634
s/sizeof(struct exec)/sizeof(struct netbsd32_exec)/ when calculating file offsets. now sunos32 nmagic/omagic work.
2001-02-03 12:45:44 +00:00
blymn
644e74211b
Made the field wrapping function available to other modules.
2001-02-03 12:41:08 +00:00
tsutsui
53e0e33ba4
Remove some of broken cf_unit usage.
2001-02-03 12:40:58 +00:00
blymn
d7aa2675c9
Fixed the counting of rows in the field.
...
Fixed O_NULLOK handling in field validation
2001-02-03 12:38:47 +00:00
blymn
7ce7b46217
Buffer now wrapped and redrawn when buffer is set.
2001-02-03 12:35:14 +00:00
blymn
043f30d2d2
Reset offsets when a new field is entered.
2001-02-03 12:33:17 +00:00
tron
5e89f0c397
Make the "procfs" LKM work again by including "procfs_map.c" in the
...
build.
2001-02-03 09:19:45 +00:00
hubertf
87c8fdb39a
for the "Complaints involving a Makefile" symptom, reverse the order
...
of suggested fixes.
I see many people who think they have to go to -current, then run into a
problem, and update share/mk. After that they see they need make(1) updated
as well, but that doesn't work any more with the new share/mk file.
2001-02-03 08:24:07 +00:00
tv
515bd1397b
This xmakefile is unneeded.
2001-02-03 04:37:17 +00:00
tv
fc00f26810
Clean up and add comments.
...
Draw from t-freebsd: Don't use the ginclude "override" headers; the ones
that come with NetBSD are already complete enough for gcc.
2001-02-03 04:26:06 +00:00
jwise
b21e3d9ff2
Fix typo in locale pkg name.
2001-02-03 02:57:12 +00:00
jwise
57fbcd629d
Make locale file pkg names for `comp' consistent with locale file pkg names
...
for base.
2001-02-03 02:44:15 +00:00
jwise
705253de4a
Fix pkg names of packages moved here from ../man.
2001-02-03 02:35:07 +00:00
fvdl
92bf89da0b
Oops, remove debugging printf.
2001-02-03 01:23:08 +00:00
fvdl
3d66a69335
For the read subchannel ioctl, don't mix up the data and address formats,
...
and always set the track to 0, like Linux does.
2001-02-03 01:17:38 +00:00
is
4a733c4de9
Device nodes for wscons.
2001-02-02 22:11:52 +00:00
is
0dc5a13d67
Initial Amiga wscons support by Jukka Andberg.
2001-02-02 22:01:19 +00:00
is
5774da6797
Initial wscons support by Jukka Andberg from PR 11068.
2001-02-02 21:54:49 +00:00
is
92fd3fa589
Initial, still incomplete wscons support by Jukka Andberg, PR 11068
2001-02-02 21:52:11 +00:00
jdolecek
c48d420625
emul_find(): actually, the emulation root vnode dance has to be done for
...
CHECK_ALT_SYMLINK() same way as for CHECK_ALT_EXISTS()
This fixes lossage reported on current-users and kern/12019 by Ross Harvey.
2001-02-02 21:17:45 +00:00
jdolecek
544679615d
add a list of things GNU awk has and we probably want to support
...
this list is probably incomplete; feel free to add more stuff
2001-02-02 21:08:42 +00:00
tsubai
dbe09b485b
sh3 --> sh3eb / sh3el.
2001-02-02 19:32:38 +00:00
tv
07a5bebdd8
Add cast to last change to ensure value fits in destination ((char) added).
2001-02-02 19:00:18 +00:00
tv
834ac1455a
Merge from gnu/dist, rewrite:
...
On systems with signed "char", truncating (int)128 to (char) will result
in the value -128 (and so forth, through -1). Instead, use the real values
0..255 correctly.
2001-02-02 18:57:04 +00:00
tv
ddc206813d
Sync with configure.in.
2001-02-02 18:25:10 +00:00
thorpej
c8cdb12913
Add some comments about P/USEG
2001-02-02 18:25:04 +00:00
tv
0c07dad326
Handle NetBSD targets uniformly.
2001-02-02 18:23:01 +00:00
tv
c8170b9e0d
Merge from gnu/dist from mycroft:
...
Make sure the dynsym section and the reserved bits in the RPDR are fully
initialized.
2001-02-02 17:59:53 +00:00
tv
d343831d3e
Sync.
2001-02-02 17:47:04 +00:00
tv
4f6af44984
Add arm*-*-netbsd* with netbsd-core.lo.
...
Remove redundant powerpc-*-netbsd*.
2001-02-02 17:45:46 +00:00
tv
1950ad24e5
Handle NetBSD targets separately and uniformly, so that they don't modify
...
other targets' settings.
2001-02-02 17:39:54 +00:00
tv
35a4641431
Add cases for m68k4k-*-netbsd* and vax1k-*-netbsd*.
2001-02-02 16:56:29 +00:00
tv
ebc635b547
Fix frobbing of UNAME_RELEASE (meant to strip _{ALPHA,BETA} endings); it
...
was originally just adding a trailing period.
2001-02-02 16:49:11 +00:00
itojun
d17dfd2fc0
avoid panic when a packet with nonexistent link-local address is issued.
...
kame 1.151 -> 1.152.
2001-02-02 15:54:56 +00:00
itojun
bcbf09100a
listen to the port number specified on argument, as advertised
...
in document. part of PR 12112 from feico@pasta.cs.uit.no .
2001-02-02 14:20:33 +00:00
mrg
0b2b6b074d
add netbsd32 & sunos32 to the (commented) SUBDIR line.
2001-02-02 13:08:04 +00:00
mrg
eefaef162b
properly implement compat_43_netbsd32_stat43, compat_43_netbsd32_lstat43
...
and compat_43_netbsd32_fstat43. now 32-bit ls(1) works. so does static
sunos `/sbin/sh' on sparc64.
2001-02-02 13:06:48 +00:00
mrg
87cc07b7c9
implement netbsd32_lchflags & netbsd32_utrace
2001-02-02 13:05:18 +00:00
mrg
674f1689f6
regen
2001-02-02 13:03:39 +00:00
mrg
b0f29c9c95
add lchflags, issetugid, utrace, reserves for [gs]etcontext, and sched/SA.
2001-02-02 13:01:44 +00:00
mrg
2110531265
implement stat & fstat properly.
2001-02-02 13:00:29 +00:00
mrg
bdec681975
sunos_ioctl.c is included by sunos32_ioctl.c. include the sunos32 &
...
netbsd32 headers if we are in sunos32 mode.
2001-02-02 12:59:43 +00:00