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
augustss
32b8953874
Print a warning if no console keyboard was found in consinit().
2005-05-06 14:03:55 +00:00
rearnsha
dd7174bb3e
On ARMv5 reduce the value to the LSB before using CLZ. Otherwise we'll
...
calculate the position of the MSB not the LSB.
2005-05-06 09:50:25 +00:00
martin
e8c879147d
In m_pulldown avoid a prepend to the next mbuf in the chain if the result
...
would still not have all data we want continous.
Fixes PR kern/30098.
2005-05-06 09:40:40 +00:00
hubertf
bd55168e81
Backout previous:
...
Don't recommend mounting /var and /usr nodev,nosuid
too many things may break.
2005-05-06 08:41:00 +00:00
elad
7f5f0c1f54
Change pseudo-device name from "verifiedexec" to "veriexec", as it appears
...
in majors.i386.
2005-05-06 04:42:24 +00:00
matt
89ba134744
Add #include <sys/protosw.h> when _KERNEL
2005-05-06 04:28:37 +00:00
matt
0b62b864cb
#include <sys/protosw.h> if _KERNEL
2005-05-06 04:26:31 +00:00
augustss
6c154e88fd
Move declaration of error variable to avoid 'unused' warning.
2005-05-06 00:10:00 +00:00
lukem
0d885c3aa4
Don't perform a check for "secure" tty for root logins when using PAM;
...
that is what we provide pam_securetty(8) for.
Fix the -DNOPAM build option by allowing it to compile
(even though we don't use this source file when USE_PAM=no).
2005-05-05 23:21:58 +00:00
lukem
f4ee085480
PAM may change the user name during the authentication process;
...
ensure that we deal with this so that SRA authenticated logins
will pass the changed user name to login(1).
2005-05-05 22:43:56 +00:00
abs
260edcc4db
Fix for portuguese keymap '4' and '+' keys, from Rui Paulo
2005-05-05 22:31:13 +00:00
abs
5dabfd3095
Add ADB Portuguese (pt_PT) keyboard map, from Rui Paulo in PR/30126
2005-05-05 22:29:41 +00:00
abs
b82eaee723
Add USB Portuguese (pt_PT) keyboard map, from Manuel Pata via
...
Rui Paulo in PR/30041
2005-05-05 22:27:29 +00:00