christos
3b37af53b0
lock all uses of uidhash. provide macros to lock and unlock. based on more
...
discussions with yamt.
2005-05-09 11:10:07 +00:00
martin
a7dad6d876
Add support for Corega CG-LAPCIGT Gigabit Ethernet.
...
From PR kern/30173.
2005-05-09 06:58:41 +00:00
martin
36b57c9813
Regen
2005-05-09 06:57:52 +00:00
martin
c9d89a015d
PR kern/30173: add Corega CG-LAPCIGT
2005-05-09 06:55:02 +00:00
christos
0c55badfae
Protect chgsbsize() with splsoftnet(). As discussed with yamt.
2005-05-09 03:27:21 +00:00
lukem
56b6919254
Remove a stale #endif, and add one missing at EOF.
...
Noticed by code inspection and confirming by diffing against the vendor source.
The previous code compiled, but it certainly wouldn't have DTRT ...
2005-05-08 23:30:46 +00:00
lukem
980e24707e
strvis(3) encode the link=... argument in the metalog.
...
(mtree(8) already requires this.)
2005-05-08 23:05:02 +00:00
christos
bc7bf3d1e0
Translation of the new messages, and some corrections from
...
Hernani Marques Madeira. Many thanks.
2005-05-08 22:35:20 +00:00
christos
0a3fafc305
Update PAM from the "portable openssh" 4.0p1
2005-05-08 21:15:04 +00:00
martin
db1141b950
Use "domain" verbatim in DNS context - the german translation is hardly
...
ever used.
2005-05-08 20:32:36 +00:00
martin
3d320fb96e
Translate the new slip related messages to german.
2005-05-08 20:29:53 +00:00
matt
7ee69fc344
Avoid casting an lvalue.
2005-05-08 19:53:57 +00:00
christos
91876f6dac
Apply patch from Mikhail Zakharov that enables slip based installation.
...
From: http://www.onlamp.com/pub/a/bsd/2005/05/05/hardware_rescue.html
2005-05-08 19:46:33 +00:00
he
a95064d0f6
For PAM, add the rpcsvc, util, and crypt libraries. Fixes build problem
...
for ports doing static linking, such as evbsh5.
2005-05-08 19:21:01 +00:00
christos
8dc75b1c08
Panic strings should not end with \n.
2005-05-08 18:44:39 +00:00
he
b18483500c
For PAM, add -lrpcsvc -lutil -lcrypt to LDADD, and also add in missing
...
DPADD line. Fixes build problem for evbsh5 which does static linking only.
2005-05-08 17:47:13 +00:00
he
4f4c9a7624
Enclose some code dependent on wsdisplay in #if NWSDISPLAY > 0 / #endif;
...
fixes build problem for news68k.
Reviewed by augustss
2005-05-08 17:16:34 +00:00
he
8d29e11e90
Add a prototype for getph2bysaddr(), fixes build problem for isakmp.c.
2005-05-08 14:14:18 +00:00
tsutsui
9d93d04cb9
ACARD ATP865-A (used on AEC-6280/6880) supports UltraDMA/133 too.
2005-05-08 11:26:17 +00:00
lukem
19452aceea
metadata_log(): remove leading -D destdir before strsvis(3) encoding
...
the path, not after.
2005-05-08 10:23:13 +00:00
manu
873e8e21a9
More NAT-T fixes for the situation where racoon acts as a VPN client
...
Flush SA and generated SP on DPD timeout and deletion payloads
2005-05-08 08:57:26 +00:00
augustss
56cfb488eb
Print serial number if there is one.
2005-05-08 08:12:45 +00:00
augustss
cfff5f5e7a
Only look at USBD_FORCE_SHORT_XFER for writes.
2005-05-08 08:12:08 +00:00
skrll
f2f62a1726
Add support for optional interrupt output pipes as described in the
...
HID specicification version 1.11.
Reviewed by Lennart. Thanks.
2005-05-08 06:19:10 +00:00
yamt
f398966b60
tcp_output: account FIN when building sack option.
2005-05-08 04:52:05 +00:00
yamt
a448e5be5b
tcp_output: don't try to send more data than we have. PR/30160.
2005-05-08 04:51:05 +00:00
yamt
0afea4b00f
tcp_output: clear TH_FIN where appropriate. related to PR/30160.
2005-05-08 04:48:47 +00:00
yamt
b8690cc289
tcp_sack_option: ignore sack beyond snd_max.
2005-05-08 04:46:20 +00:00
christos
ec9ba17179
Don't complain that we cannot make .END.
2005-05-08 04:19:12 +00:00
chs
6fafa8c2a3
don't build a shared lib for the host-tool, it doesn't work on hp700
...
and isn't needed anyway.
2005-05-08 01:47:33 +00:00
christos
733e0e6e72
Now that dependencies in .BEGIN, .END, and .INTERRUPT work, allow them.
2005-05-08 00:38:47 +00:00
itohy
afec8c39b8
Remove incorrect BUGS section.
2005-05-07 23:53:32 +00:00
christos
a6bb85932c
PR/30170: Markus W Kilbinger: src/libexec/comsat complains about: '/' in
...
"/dev/pts/1"
2005-05-07 23:37:59 +00:00
wiz
72bce79312
Update reference from Packages.txt to doc/pkgsrc.txt.
2005-05-07 22:43:21 +00:00
christos
8dcba5679e
PR/30167: J.T. Conklin: NetBSD tar does not support GNU tar --no-recursion flag
2005-05-07 22:27:33 +00:00
rearnsha
492fb6662e
Use makeoptions CPUFLAGS not COPTS.
2005-05-07 22:22:02 +00:00
christos
966656bbac
more fallout from so_uid -> so_uidinfo.
2005-05-07 19:59:56 +00:00
dsl
82537bf8e8
If 'set -o tabcomplete' it set, then bind <tab> to the libedit filename
...
completion function.
Note that the libedit code will probably want fine-tuning!
While editing the man page, add a note that non-whitespace IFS chars are
terminators and can generate null arguments.
2005-05-07 19:52:17 +00:00
christos
7d0b65d656
PR/30154: YAMAMOTO Takashi: tcp_close locking botch
...
One more so_uid -> so_uidinfo change.
2005-05-07 17:44:11 +00:00
christos
761bd09636
PR/30154: YAMAMOTO Takashi: tcp_close locking botch
...
chgsbsize() as mentioned in the PR can be called from an interrupt context
via tcp_close(). Avoid calling uid_find() in chgsbsize().
- Instead of storing so_uid in struct socketvar, store *so_uidinfo
- Add a simple lock to struct uidinfo.
2005-05-07 17:42:09 +00:00
perry
478944b35b
Change HISTORY. It traces execve only back to 4.2BSD, and it is a
...
touch older than that. (Surprisingly, though, it doesn't appear to
have been in v6.)
2005-05-07 17:29:19 +00:00
martin
7d47b99684
Add SMC2531W-B EliteConnect Wireless Adapter.
...
From Matthias Petermann in PR kern/30001.
2005-05-07 17:02:47 +00:00
martin
82e51b8933
Regen.
2005-05-07 17:01:11 +00:00
martin
714292a59f
Add SMC2531W-B EliteConnect Wireless Adapter.
...
From Matthias Petermann in PR kern/30001.
2005-05-07 16:59:11 +00:00
chs
b797340b41
one more revision that uses the pagezero info.
2005-05-07 16:57:33 +00:00
dsl
6ddc453ece
gdb directly calls filename_completion_function()
2005-05-07 16:28:32 +00:00
dsl
76a1f02b41
Make everything that uses makelist depend on Makefile - that way the
...
created files pick up new entries.
2005-05-07 16:22:59 +00:00
lukem
1a090f24c2
correct a comment
2005-05-07 16:19:13 +00:00
dsl
41a59814ed
Separate out the filename completion functions from the readline() code.
...
Pass in loads of parameters instead of relying on shed-loads of global
variables to modify the behaviour.
The filename completion code can now be enabled by code that uses el_gets().
(eg /bin/sh)
2005-05-07 16:01:25 +00:00
chs
9a563a9ab1
in pmap_protect(), remove the assertion that any entries modified must be
...
managed. after the yamt-km changes, the sti driver needs to add execute
permission to the (now unmanaged) mapping for its copy of the card firmware,
and this appears to work fine already.
2005-05-07 15:54:46 +00:00