dsl
f712e70aee
expbackq() was incorrectly backing up a temporary buffer when removing \n
...
from the end of output of commands inside $(...) substitutions.
If the program output is n*128+1 bytes long (ending in a \n) then the code
checks buf[-1] for another \n - looking an uninitialised stack.
On a big-endian system an integer of value 10 will satisfy this (unlikely
on little endian) and can happen depending on the last code path to use
a lot of stack!
This caused the problem with newvers.sh on sparc64 after ', 2005' was
added to the date list.
Fixed PR/28852
2005-02-14 20:46:26 +00:00
briggs
a3b97e0765
twe doesn't get a block device.
2005-02-14 18:17:41 +00:00
fredb
556db3aecb
Expand the description of "reboot" slightly: add cross-references to
...
reboot(2) and reboot(8), and especially document RB_DUMP -- which is,
in fact, documented in reboot(2), if you'd only known to look there.
2005-02-14 18:14:27 +00:00
agc
26747df972
Make show_file() take an extra argument, that of the package name, and
...
display the package name with every warning message when displaying the
contents of metadata files.
Whilst I'm here, correct the function name in another warning message.
2005-02-14 16:16:24 +00:00
is
f6988587d3
Document status of newarp branch.
2005-02-14 16:08:23 +00:00
fredb
cc046a4771
Delete a superfluous comma.
2005-02-14 13:29:03 +00:00
fredb
6849b2fd34
Clarify that controls affecting both playback and recording should also
...
be placed in the AudioCinputs class.
2005-02-14 13:28:24 +00:00
skrll
2c796d32fc
Correct reference to uio_resid. PR 29355.
2005-02-14 12:44:15 +00:00
chs
9cc4bd69b2
fix typoe in previous.
2005-02-14 02:22:48 +00:00
chs
589a29e548
fix an off-by-on in pmap_check_wiring(): we increment the PTP refcount
...
before calling this, so it's ok to see the max value here.
2005-02-14 02:15:43 +00:00
fredb
e4ad980fcd
"output.source" on the Ensoniq 1371 really should be "input.source". Making
...
it so lets the audio(4) interface -- play.port and play.gain -- attach
properly. Analysis and patch provided by Joachim Kuebart in PR kern/29178.
2005-02-13 23:58:38 +00:00
fredb
380c7a5d1e
For the "record.port", choose "record.source" over "inputs.source" if the
...
former exists. Partial fix for PR kern/29178.
2005-02-13 23:53:20 +00:00
fredb
fec463c4fe
Comment as to why we run through the devinfo list twice, in audioattach().
2005-02-13 23:50:22 +00:00
christos
0f037c7626
- Add depency ob ligssapi and the required c-file(s).
...
- Reorder libkafs so its possible to build w/o kerberos4
From Love.
2005-02-13 22:48:01 +00:00
christos
1b9aa59ad8
Add depency on libgssapi and add the required c-file(s)
...
From Love.
2005-02-13 22:44:07 +00:00
christos
4a16e53162
Remove HAVE_LOGIN_CAP it is not used.
...
Remove radix.c and kerberos glue; we'll put it in the programs themselves.
from Love.
2005-02-13 22:42:24 +00:00
yamt
0aad0f2269
copyright notice.
2005-02-13 22:29:37 +00:00
yamt
52d700fd36
remove escape sequences in the previous.
2005-02-13 21:38:43 +00:00
yamt
a86b346826
status of yamt-km.
2005-02-13 21:34:55 +00:00
oster
e800226bf6
Convert a few "void *"'s to "struct buf *"'s. No functional changes.
2005-02-13 20:27:48 +00:00
yamt
99aa67cb97
status of yamt-km branch.
2005-02-13 20:20:24 +00:00
christos
844493115a
mention more changes to openssh.
2005-02-13 19:35:43 +00:00
christos
0b6f3b5222
add moduli from openssh-3.9p1
2005-02-13 19:34:24 +00:00
christos
d578cd9dc7
Add a couple of HAVE_'s
2005-02-13 19:15:43 +00:00
heas
aa8184693f
Add register definitions for hardware checksums, comments, and formats for
...
various register bitmask_snprintfs.
2005-02-13 19:12:06 +00:00
christos
15b0d355be
Only need the PAM hooks for sshd. Now it compiles, PAM portion untested.
2005-02-13 18:15:05 +00:00
christos
d6e447b0f6
Add PAM hooks from portable OpenSSH.
2005-02-13 18:14:04 +00:00
christos
b3a1b19bc5
Make this compile.
2005-02-13 18:13:34 +00:00
christos
cb2bba8c62
Add pam files from portable openssh 3.9p1
2005-02-13 18:11:30 +00:00
kent
68559dd1d9
fix a typo in audiogetinfo().
...
No behaviour changes though the code was wrong.
2005-02-13 17:05:15 +00:00
jdolecek
4737695e07
don't call re_rxeof a second time when we've already done the work
...
pull common code out from if and else clauses
from FreeBSD if_re.c rev. 1.33
2005-02-13 16:04:18 +00:00
jdolecek
ac81d6249a
g/c debug printf
2005-02-13 15:43:33 +00:00
jdolecek
daadf23af5
KNF
2005-02-13 15:33:20 +00:00
soren
f4fa62bcd9
SG_GET_VERSION_NUM returns an int. Also make the version number patchable.
2005-02-13 12:53:54 +00:00
jdolecek
28302c221e
use MIN()/MAX() rather than min()/max(), to avoid possible truncation
...
of 64bit values to 'int'
2005-02-13 11:57:47 +00:00
jdolecek
877dee10ba
read always single cluster of data, to avoid confusing the buffer
...
cache; this appears to fix the random file content corruption which
happens when more than one cluster is read at the same time, i.e. for
files > 3*cluster_size
Fixes PR kern/23835
change obtained from FreeBSD ntfs_subr.c rev. 1.31
2005-02-13 11:55:40 +00:00
christos
16b557a02b
Simplify the awk to print the copyright, by using printf instead of print.
2005-02-13 09:13:04 +00:00
jdolecek
739cd954dd
constify
2005-02-13 09:10:54 +00:00
christos
d59582c127
Don't zero out the linux request; we still need values from it.
...
Limit the sense len to the linux input buffer.
2005-02-13 09:05:31 +00:00
christos
47be3434ec
We were zeroing out the wrong struct.
2005-02-13 09:01:25 +00:00
dyoung
6e9d895c23
Bug fix: use the MAC that the firmware tells us, resorting to the
...
CIS MAC only on error.
(NetBSD these days tries to read the MAC address from the PCMCIA
CIS. Prism cards made by Senao set the MAC in every PCMCIA CIS to
00:02:6f:00:02:15. In a network of Senao cards, this causes MAC
duplication.)
2005-02-13 07:33:06 +00:00
snj
6bad99a279
Lincoln's birthday belongs (and already exists) in calendar.birthday.
2005-02-13 07:05:03 +00:00
christos
ca8762570f
Mention new OpenSSH.
2005-02-13 06:14:00 +00:00
christos
033bdf5505
Bump libssh to 1.0
2005-02-13 06:09:00 +00:00
christos
cea75c91ac
Add PAM glue [unused]
2005-02-13 06:07:54 +00:00
christos
573119d831
Update for OpenSSH-3.9
2005-02-13 06:07:21 +00:00
christos
9233e29e04
Update for OpenSSH-3.9; bump major.
2005-02-13 06:06:48 +00:00
christos
ea7d905559
Bring back files we need from the dead.
2005-02-13 06:01:36 +00:00
christos
43dbbb7ed8
Merge conflicts.
2005-02-13 06:01:14 +00:00
christos
8b8ab8547b
Resolve conflicts.
2005-02-13 05:57:25 +00:00