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
provos
d6497b197c
provide translation for fcntl cmd names; requested by Nicolai Johannes
2005-05-07 15:11:02 +00:00
wiz
968dbe95c1
Instead of exec(2)ing rmdir(1), just use rmdir(2).
...
Reviewed by dillo.
2005-05-07 15:09:41 +00:00
chs
322e1ae000
define pci_intr_evcnt() as NULL for now so that more drivers can be built.
2005-05-07 15:09:04 +00:00
chs
9159c32c9e
add additional args to frame_sanity_check() so we can log which
...
context it was called from and the trap type (if called from trap()).
2005-05-07 15:06:51 +00:00
chs
e92ef73e64
in the trap handler for T_EMULATION traps, also check if the opcode is 0xe.
...
if it is, then the instruction is an FPU instruction and we must not check
bits 23-25 since they are not a UID field in this format.
this fixes the spurious SIGILLs sometimes triggered by xmpyu instructions.
2005-05-07 15:03:00 +00:00
chs
750baa7b66
in sendsig(), set tf->tf_iisq_* as well, since a thread might take a signal
...
while it's executing in the gateway page.
2005-05-07 14:27:14 +00:00
hannken
a71c653aca
flush_inodedep_deps(): If softdep_lookupvp() returns NULL it means the
...
inode has been reclaimed. Skip the VOP_PUTPAGES() in this case.
Reviewed by: Chuck Silvers <chs@netbsd.org>
2005-05-07 14:24:14 +00:00
tsutsui
239b1361f7
Ecoff kernels are no longer needed.
2005-05-07 14:15:05 +00:00
is
a284d19884
As discussed on tech-net: don't suppress any PHYs to enable multiple
...
external PHYs. The internal PHY at MII (nr 31) will be the last instance,
so it won't be the default instance when external PHYs are present.
2005-05-07 09:15:44 +00:00
perry
d2b93fe0e9
cross reference script.7
2005-05-07 02:38:41 +00:00
perry
d11d9afc47
cross reference script(7)
2005-05-07 02:32:35 +00:00
perry
5f29506c5f
add cat7/script.0 man7/script.7
2005-05-07 02:23:39 +00:00
perry
9181305271
add script.7
2005-05-07 02:21:09 +00:00
perry
52b72367c5
add a man page explaining how #! scripts work
2005-05-07 02:20:34 +00:00
perry
bc498878bb
update for script(7) man page
...
update date
2005-05-07 02:20:03 +00:00
lukem
d26858bb0f
Allow this to compile if MKSTATICLIB=no.
...
More of PR 29968 from Jukka Salmi.
2005-05-07 00:23:01 +00:00
wiz
0ae4504a04
Fix Dq argument, which somehow ended up on the next line.
2005-05-06 23:02:39 +00:00
martin
2fca76e80d
Add the xf8_32wid module.
2005-05-06 22:55:51 +00:00
martin
f16b608ac7
Do not create a X symlink for Xsun on sparc64 - this overwrites the
...
symlink we already created for XFree86.
2005-05-06 22:55:09 +00:00
martin
5a8e44133b
Build the xf8_32wid module on sparc64.
2005-05-06 22:54:06 +00:00
wiz
756bc811ee
Document the vulnerable subdir.
...
Reviewed by dillo and rillig.
Some minor fixes while I am here. Bump date.
2005-05-06 22:45:56 +00:00
wiz
67b542f2c1
Packages.txt has been obsoleted, point to doc/pkgsrc.txt.
...
Whitespace and casing nit fixes.
2005-05-06 22:32:55 +00:00
jmc
6e682c8cda
Need -I. here as well so OBJDIR's work correctly in all cases
2005-05-06 21:51:21 +00:00
jmc
550aa3b3d5
Need -I to the gettext src dir as well or it doesn't get all includes.
2005-05-06 21:02:21 +00:00
nathanw
92279c692f
uvm_coredump_walkmap(): Set UVM_COREDUMP_NODUMP on regions whose
...
protection does not include VM_PROT_READ, so that the core dumping
doesn't error out with EFAULT when trying to write that region.
Addresses PR kern/30143; approach suggested by chs@.
2005-05-06 19:34:47 +00:00
jmc
ff69cd3f50
The __used__ change doesn't work on 2.95/vax. Put an #ifdef back in for vax and
...
reverted it to __unused__ as it was before
2005-05-06 19:32:30 +00:00
jmc
6ae4f78197
Wrap call to fchroot in CONFIG tests so this doesn't blow up on cross-tools
2005-05-06 16:49:25 +00:00