christos
4e47272b6b
Don't require a file if CLEAR is set [did not work before because we
...
could have the descend flag too]
2003-04-03 18:54:16 +00:00
perry
df28067f6e
Return non-zero exit status if the listed programs aren't found.
...
Submitted by Gabriel Gonzalez in PR bin/20984
I deviated from the patch by returning 2 if only some programs were
located and 3 if none were. The submitted patch returned 1 and 2,
respectively, and 1 is already used for general error.
2003-04-03 18:16:45 +00:00
christos
2f01db86ba
add more defines for stuff we have.
2003-04-03 17:56:52 +00:00
he
f54ed457a6
Rename SBSIZE -> SBLOCKSIZE triggered by the UFS2 merge.
2003-04-03 17:49:22 +00:00
he
e7dc774449
Including <uvm/uvm_extern.h> exposed the fact that we had a benign
...
type mismatch for SetCPSR. Remove local extern declaration, since
it's now superfluous.
2003-04-03 17:47:04 +00:00
erh
dcf3619707
Add a quirk to allow my NEO Jukebox to work again.
2003-04-03 17:41:51 +00:00
perry
69c34ee0f1
Changes to make wiconfig print vendor and firmware id/version
...
Provided by Love in PR kern/12779
XXX WI_RID_STA_IDENTITY_* should probably be defined somewhere other
XXX than inside wiconfig.c itself, perhaps in dev/ic/wi_ieee.h ?
2003-04-03 17:26:33 +00:00
christos
e2f800d682
put back <sys/ioctl.h> in case we are lunix.
2003-04-03 17:15:22 +00:00
christos
c8ee373ee5
Port to linux
2003-04-03 17:14:24 +00:00
hpeyerl
5eefd45be5
Read USBH_ENABLE twice in succession according to Errata 7 for au1500.
2003-04-03 16:41:23 +00:00
kent
8691cfff6c
regen
2003-04-03 16:15:22 +00:00
kent
22f1378011
- Forte Media PCI joystick
...
- Intel 82540EP chips
- Intel ICH4M IDE controller
- Modify descriptions of some ICH4 devices which ICH4M also has:
82801DB xxx -> 82801DB/DBM xxx
2003-04-03 16:13:53 +00:00
fvdl
7d31e8f0d9
Avoid truncation of values in some macros that shift 64 bit values.
...
From FreeBSD.
2003-04-03 16:07:09 +00:00
christos
510b8e4284
Avoid stupid printfs during mountroot attempt.
2003-04-03 15:37:55 +00:00
christos
7aec408c5a
avoid stupid printfs during probe
2003-04-03 15:36:31 +00:00
christos
773ff89c7e
avoid stupid printfs during probe when debugging is on.
2003-04-03 15:35:41 +00:00
yamt
d16c4c058f
return rtmax bytes if we get READ requests larger than rtmax.
2003-04-03 15:19:12 +00:00
yamt
8cc1df8614
use m_copydata and m_split instead of similar inlined ones.
2003-04-03 15:14:51 +00:00
christos
628c00a0ec
make this compile again.
2003-04-03 14:55:16 +00:00
fvdl
abf2ee00c3
Copy birthtime in vn_stat.
2003-04-03 14:53:38 +00:00
wiz
4abefdc12f
Sort options; mention -O default; grammar improvements; use more macros.
2003-04-03 14:50:35 +00:00
fvdl
645eff4a6f
The -r option is no more, so delete it from the synopsis line too.
2003-04-03 14:26:11 +00:00
tron
ef15ca7b9d
Document extended "-O" option after UFS2 import.
2003-04-03 14:17:26 +00:00
is
f334171ccc
Variable substitution happens at trap installation time, not at trap
...
execution time - so it used to print "Using default configuration of
/etc/passwd".
2003-04-03 11:25:10 +00:00
enami
7d8cb58793
Set va_birthtime field in vattr_null().
2003-04-03 09:13:10 +00:00
itojun
fcb31fad16
sync w/ 3.6.1 (remove files that are removed on openssh repo)
2003-04-03 06:33:42 +00:00
itojun
cef822e086
upgrade openssh to 3.6.1
2003-04-03 06:23:03 +00:00
itojun
e7e7c84a6a
sync w/ 3.6.1
2003-04-03 06:21:31 +00:00
itojun
f9930e137b
OpenSSH 3.6.1 as of 2003/4/3
...
* The 'kex guesses' bugfix from OpenSSH 3.6 triggers a bug
in a few other SSH v2 implementations and causes connections to
stall. OpenSSH 3.6.1 disables this bugfix when interoperating
with these implementations.
* RSA blinding is now used by ssh(1), sshd(8) and ssh-agent(1).
in order to avoid potential timing attacks against the RSA keys.
Older versions of OpenSSH have been using RSA blinding in
ssh-keysign(1) only.
* ssh-agent(1) optionally requires user confirmation if a key gets
used, see '-c' in ssh-add(1).
* sshd(8) now handles PermitRootLogin correctly when UsePrivilegeSeparation
is enabled.
* sshd(8) now removes X11 cookies when a session gets closed.
* ssh-keysign(8) is disabled by default and only enabled if the
new EnableSSHKeysign option is set in the global ssh_config(5)
file.
* ssh(1) and sshd(8) now handle 'kex guesses' correctly (key exchange
guesses).
* ssh(1) no longer overwrites SIG_IGN. This matches behaviour from
rsh(1) and is used by backup tools.
* setting ProxyCommand to 'none' disables the proxy feature, see
ssh_config(5).
* scp(1) supports add -1 and -2.
* scp(1) supports bandwidth limiting.
* sftp(1) displays a progressmeter.
* sftp(1) has improved error handling for scripting.
2003-04-03 05:57:11 +00:00
jrf
dee179a37f
Made a note in the code about the -d and -d options brought up in
...
PR 18674. Thanks to Chris Jones for pointing it out.
2003-04-03 02:39:50 +00:00
christos
cf0848bff3
PR/13629: Rick Byers: Don't trust data from the database file.
2003-04-03 01:20:26 +00:00
mycroft
76126365c9
Link libcrypto against libcrypt to make sure crypt() is still there -- and
...
therefore build it earlier in the build process as well.
2003-04-03 00:41:50 +00:00
itojun
079ee2105d
fix typo. from jason@openbsd
2003-04-02 23:29:29 +00:00
he
ad1f16e9ef
Add cats for printf %llu arguments, for the benefit of LP64 platforms.
2003-04-02 23:02:29 +00:00
he
ea53f7f82d
Add explicit cats for %lld printf format args, for the benefit of LP64
...
platforms.
2003-04-02 22:50:52 +00:00
he
a1cf02e789
In the inode, i_din.e2fs_din is now a pointer, so there is no longer
...
a need to take the address here.
2003-04-02 22:38:22 +00:00
atatat
a9c9b3a125
Use awk instead of fgrep and sed, and default to 80 if we get
...
something that is arithmetically equal to 0.
2003-04-02 22:32:19 +00:00
he
e75cb67772
On LP64 hosts, iswap64() result is "long int", so cast result to (long long)
...
before printing with %lld.
2003-04-02 22:27:09 +00:00
he
bfd92e95d2
The new UFS2 code uses memset(), so include <string.h> for prototype.
2003-04-02 22:25:56 +00:00
he
0a34406c13
Fill the target st_qspare array with 0, the source field has been reclaimed
...
for other use by the UFS2 merge, and this is just a filler anyway.
2003-04-02 22:14:23 +00:00
christos
a9c71d20ab
bioscall.S needs assym.h now.
2003-04-02 22:10:23 +00:00
he
2a70d2a4a1
With the new UFS2 code, alternative places are searched for a super-block.
...
This includes block #0 . Therefore, allow read of block #0 in
ffs_read_disk_block(); change assert (blkno > 0) to (blkno >= 0).
2003-04-02 22:02:56 +00:00
christos
d77be05384
PR/20982: Eric Fair: fix debugging printf format errors.
2003-04-02 21:53:15 +00:00
he
74354e7770
Change SBSIZE -> SBLOCKSIZE, to track changes brought in with UFS2.
2003-04-02 20:53:13 +00:00
dbj
2e948b5e58
On Apple UFS filesystems, change the default fragment size to 1024
...
and the default block size to 4096. Issue a warning if values
are used that will not work on Darwin.
2003-04-02 20:48:13 +00:00
he
f918a51ddd
Change SBSIZE -> SBLOCKSIZE, to track changes caused by the UFS2 merge.
2003-04-02 20:38:28 +00:00
he
6098c9ba7f
Change SBSIZE to SBLOCKSIZE to make this compile after UFS2 was brought
...
in. OK'ed by ragge.
2003-04-02 20:32:01 +00:00
mycroft
6012957147
Don't build crypt() on NetBSD either.
2003-04-02 20:28:00 +00:00
perry
0124191433
Note the move of the cron log
2003-04-02 19:59:58 +00:00
he
97b6d5bf4f
Conditionalize declaration of local variable ``i'', now that the
...
code which uses it is also conditionalized.
2003-04-02 19:47:25 +00:00