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
sborrill
1916312e0f
Return ENOENT instead of panicking when irq doesn't equal line
...
(mpacpi_findintr_linkdev: irq mismatch). This doesn't fix the cause of
kern/38540, but stops the bogus panic. It's pretty definite that the device
with the mismatched irq will not function.
----------------------------------------------------------------------
2009-01-12 08:36:36 +00:00
cegger
2846a218fe
use PRIu64 format to printf DISKPART
2009-01-12 08:33:02 +00:00
cegger
942939bc67
use PRIu64 format to printf major() value
2009-01-12 08:30:38 +00:00
cegger
e3ea11974a
cast to char to printf DISKPART
...
XXX Shouldn't sun3 use the MI drivers instead?
2009-01-12 08:27:26 +00:00
cegger
cc49ee3c57
use PRIu64 format to printf major() and minor() values
2009-01-12 08:22:37 +00:00
cegger
da1cef7418
cast to char to printf DISKPART
2009-01-12 08:16:27 +00:00
cegger
7bff66c0b7
use PRIu64 format to printf major() and minor() values
2009-01-12 08:12:46 +00:00
tsutsui
27d0a967bd
Enable and fix prototype warnings.
2009-01-12 08:06:54 +00:00
cegger
7a0ccae4d3
use PRIx64 format to printf type dev_t
2009-01-12 07:57:55 +00:00