Commit Graph

176975 Commits

Author SHA1 Message Date
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
pooka 07334a468f Implement block I/O as a real block driver instead of a hacked copy
of specfs.  That was easier years ago when rump didn't support
devices, but brings no gain now.  This allows us to include the
real specfs in rump.
2009-01-13 01:57:35 +00:00
christos 6343ca254d fix __sigtimedwait50 2009-01-13 01:50:04 +00:00
jnemeth 79a9698719 - more christos-time_t shared library bumps
- sort
2009-01-13 01:47:13 +00:00
agc 8d4f251133 Reachover Makefile for libopenpgpsdk
XXX - still WARNS=1
2009-01-12 23:03:28 +00:00
agc ca2dba9441 Make the library compile with WARNS=1 2009-01-12 23:00:00 +00:00
agc 4ca3d4e421 Initial import of openpgpsdk v0.9 into the external section of the crypto
sources, per conversation with core.

License is 3-clause BSD.

	An OpenPGP library implementation (RSA and partial DSA), conformant
	with RFC4880 "OpenPGP Message Format".

	RSA Key Generation
	    * S2K Usage: ENCRYPTED_AND_HASHED
	    * S2K Specifier: SALTED
	    * Symmetric algorithm: CAST5

	RSA Encryption
	    * Generates "Symmetrically Encrypted Integrity Protected
	      Data" packets (required by RFC)
	    * Hash: SHA1 (required by RFC)
	    * Symmetric Algorithm: CAST5 (hard-coded)
	    * Uses compression
	    * Optional ASCII armouring

	RSA Decryption
	    * Symmetric Algorithm: CAST5, AES, AES256, 3DES
	    * Optional Compression: ZIP, ZLIB, BZIP2
	    * Optional ASCII armouring

	RSA Signature
	    * Armoured, unarmoured or clearsigned
	    * Hash algorithm: SHA1

	RSA Verification
	    * Armoured, unarmoured or clearsigned
	    * V3 or V4 signatures
	    * Hash algorithms: SHA1, SHA256, SHA384, SHA512, SHA224

	DSA Signature
	    * Armoured, unarmoured or clearsigned
	    * Hash algorithms: SHA1

	DSA Verification
	    * Armoured, unarmoured or clearsigned
	    * V3 or V4 signatures
	    * Hash algorithms: SHA1, SHA256, SHA384, SHA512, SHA224
2009-01-12 22:55:41 +00:00
pooka f604838fff Remove -I${NETBSDSRCDIR}/sys. I have no idea why it was there, but
it sure creates some interesting side-effects.
2009-01-12 20:43:29 +00:00
mhitch e1288de9e9 Regen from GENERIC.in rev 1.72.
Add COMPAT_50.
2009-01-12 19:16:26 +00:00
mhitch d498e15807 Add COMPAT_50. 2009-01-12 19:11:41 +00:00
pooka 76e97947f5 Bump interface version number for the time_t/dev_t changes. 2009-01-12 18:48:35 +00:00
pooka f719976d8d Add MOPT_RUMP to STDOPTS so it will be correctly ignored by everyone
else apart from /sbin/mount.
(missed this portion of the file yesterday.  it was in the wrong tree)
2009-01-12 18:14:20 +00:00
tsutsui b24e157611 Add options COMPAT_50. 2009-01-12 17:24:20 +00:00
tsutsui a2d8725d06 Use PRIu64 to print 64 bit dev_t. 2009-01-12 17:17:38 +00:00
christos 24af933098 mention panic uses. 2009-01-12 16:28:03 +00:00
christos 23d03404a7 fix dev_t debugging printf lossage. 2009-01-12 16:16:18 +00:00
christos 93f52fff9a We need to install libamu. 2009-01-12 16:03:16 +00:00
rtr b198a0fd79 regen for christos_time_t merge 2009-01-12 11:53:23 +00:00
tsutsui 69cf32a782 Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
 numbers in seconds returned by the machine dependent getsecs() function
 which are used to measure relative time

saseconds_t (currently int):
 numbers in seconds used to specify timeout to network drivers

Per discussion on current-users.
2009-01-12 11:32:43 +00:00
tsutsui ab4ced3e93 Uset uint64_t rather than (signed) long to read the PCC register. 2009-01-12 11:04:00 +00:00
tsutsui c959ad2698 Fix getsecs() to return more proper values:
- use not only second but also minute and hour registers
- use bcdtobin() to read mkclock registers
2009-01-12 11:00:49 +00:00
dogcow a217648bf2 more shared library major number bumps. 2009-01-12 10:01:33 +00:00
tsutsui 6945dc39ed Move declarations into a common header. 2009-01-12 09:41:58 +00:00
dholland dbfa1570e7 Fix blatantly wrong exposition of .WAIT example.
PR bin/40372 from Gao Ya'nan.
2009-01-12 09:28:10 +00:00
cegger ce06928cbd use PRI macro formats to printf type dev_t 2009-01-12 08:55:48 +00:00