Commit Graph

176899 Commits

Author SHA1 Message Date
pooka
09ba2d6689 Regen to prove I didn't screw up the conversion: purely RCSID changes. 2009-01-13 22:33:11 +00:00
pooka
2758ac8cf1 Update per rump_sys call __RENAME(). 2009-01-13 22:33:10 +00:00
pooka
5d19acad62 Regen to prove I didn't screw up the conversion: purely RCSID changes. 2009-01-13 22:33:08 +00:00
ahoka
6930e04bce Disable stack protector warning when USE_SSP=yes. 2009-01-13 22:33:05 +00:00
pooka
e158aeee4c Regen. We now have compat __RENAME(). E.g. what was previously
rump_sys___stat50() is now rump_sys_stat() from the code.
2009-01-13 22:31:42 +00:00
pooka
a9a2ce837b Convert the syscalls.master to a format from which it is easier
to parse and generate the compat name and basename (e.g. __stat50
and stat).  Use this to autogenerate __RENAME()'s to the rump_syscalls
header so that they can be called e.g. rump_sys_socket() instead
of rump_sys___socket30().
2009-01-13 22:27:43 +00:00
pooka
21eb48bd8e regen 2009-01-13 22:16:11 +00:00
pooka
b9e6895bec UNIMPL police (two mount syscalls with the same signature?!?) 2009-01-13 22:15:42 +00:00
pooka
5514331a78 regen after unimpl police to get comments right 2009-01-13 22:11:32 +00:00
pooka
7e02aa9486 UNIMPL 2009-01-13 22:10:58 +00:00
pooka
ef4e11410c regen 2009-01-13 22:08:59 +00:00
pooka
4180a41378 UNIMPL police 2009-01-13 22:08:30 +00:00
pooka
c2f114970c regen 2009-01-13 22:03:39 +00:00
pooka
70917e36da UNIMPL police 2009-01-13 22:03:12 +00:00
pooka
c3c68d936d regen: unimpl police 2009-01-13 22:00:48 +00:00
pooka
41d2f63e9a UNIMPL police 2009-01-13 21:57:55 +00:00
pooka
0b40ab56ee regen: UNIMPL police 2009-01-13 21:49:16 +00:00
pooka
c3a8bfb54e UNIMPL police: remove pseudo-prototypes 2009-01-13 21:48:35 +00:00
pooka
e0330adb61 regen 2009-01-13 21:20:29 +00:00
pooka
33883e2a6d Somehow i doubt linux_sys_recvmsg() returns size_t. Make it ssize_t.
(XXX: the actual implementation returns int)
2009-01-13 21:19:51 +00:00
pooka
0033abb5fc regen 2009-01-13 21:07:33 +00:00
pooka
a0ece03c2d Make one UNIMPL consistent with the rest: remove signature. 2009-01-13 21:06:47 +00:00
martin
90daabb504 Add a few missing includes, so the ifdefs work as expected. 2009-01-13 20:47:47 +00:00
pooka
bb5f9edebf regen for #include "opt_compat_netbsd.h" 2009-01-13 19:45:38 +00:00
christos
185469a211 restore binary compatibility on 64 bit systems. 2009-01-13 19:10:52 +00:00
pooka
c6f986a4ea WARNS=4 2009-01-13 18:51:41 +00:00
dsl
be588a30bc When substituting .for control variables (as ${:U...}) escape '$' and '\'
as well as ':' and '}' or ')'.
The parameters have just been expanded (and will be expanded again) later
so don't need expanding as part of the :U process.
Seems to fix pkgsrc breakage at line 34 of bsd.pkginstall.mk doing:
.for i in ${PKG_USERS}
_PKG_VARS.pkginstall+=  PKG_UID.${u} PKG_GECOS.${u} PKG_HOME.${u} PKG_SHELL.${u}
.endfor
when PKG_USERS = ${AVAHI_USER}:${AVAHI_GROUP}::Avahi\ user:/nonexistent
(set at line 41 of the ahavi Makefile)
I really dont think the above has the desired effect!
2009-01-13 18:30:00 +00:00
dsl
54d6432069 Sprinkle a const. (arg of Main_ParseArgLine()) 2009-01-13 18:22:34 +00:00
christos
4cc87f6053 set the event protocol version. 2009-01-13 18:09:19 +00:00
christos
8945a0f495 provide wscons_event compatibility with 5.0. 2009-01-13 18:05:55 +00:00
jmmv
020cc7cb12 Fix typo. 2009-01-13 17:52:32 +00:00
pooka
71ef2103a7 Print delimiters around expected string in parse error message. 2009-01-13 16:29:19 +00:00
pooka
b2acbf4328 fix error message: expecting (, not ) 2009-01-13 16:25:43 +00:00
christos
c06deb4e8c PR/40386: M. Levinson: vi(1) filename completion no longer works, fix bug
introduced by shadow variable fix.
2009-01-13 15:43:27 +00:00
christos
694941e9c5 fix typo for POLL_HUP. Noted by yamt. 2009-01-13 15:38:34 +00:00
christos
d5c47e0e14 fix reversed test from Tobias Nygren. 2009-01-13 15:11:09 +00:00
yamt
ac54aa2f64 vm_map_locked_p: add comments 2009-01-13 14:04:35 +00:00
tsutsui
9f9e7cdcd7 Remove /boot.atari, which is no longer installed during build
and removed from base.tgz.

Note we must not mark this obsolete because this tertiary bootloader
will be copied into / during installation and it shouldn't be removed
by postinstall(8).
2009-01-13 13:52:06 +00:00
tsutsui
145f39b7b6 Don't install built boot.atari loaders into / of DESTDIR because
there are two variants of boot.atari per machine types (std or milan)
and they should be selected and copied from /usr/mdec/{std,milan} dirs
to /targetroot during installation.

Problem on default installation with sysinst was reported by David Ross.
2009-01-13 13:44:01 +00:00
yamt
70de973662 g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +00:00
tsutsui
08e5f5529c Add workaround typedefs for awful hack.
XXX: It's completely unacceptable for me to refer libsa files from userland.
XXX: Nowadays we no longer have serious size restriction in install media,
XXX: so I think it's much better to simply remove this ugly SMALLPROG hacks.
XXX: If you really want to share files, please move them into src/common
XXX: with defined APIs.
2009-01-13 11:47:32 +00:00
pooka
678db1b18d lf_init() 2009-01-13 11:40:55 +00:00
pooka
eb9379b782 include vfs_lockf.c 2009-01-13 11:37:16 +00:00
rtr
f0916c9e83 use do_sys_mknod() instead of sys_mknod() to make this compile again.
ok'd by martin@
2009-01-13 11:35:24 +00:00
rtr
3ad2640daa use PRIu64 to print 64 bit dev_t 2009-01-13 06:04:55 +00:00
jnemeth
24565c95ce missed a couple 2009-01-13 05:43:39 +00:00
rtr
21e966491f actually commit syscalls.master this time
add back blank line between #include <sys/.. and #include <sys/compat/..
regen
2009-01-13 04:31:12 +00:00
taca
29d86b3f01 Fix compile error: one more sys/arch/xen/xen/xbd.c and xbdback.c. 2009-01-13 03:28:54 +00:00
pooka
ee5fe9ff45 fix inet library name 2009-01-13 02:07:30 +00:00
pooka
3e5a8e03e3 misc cleanup, mainly header polish 2009-01-13 02:03:13 +00:00