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
augustss
3fefd3b866
Make sure all physical addresses are filled in the qTD even when we have
...
a page offset.
From Dan Ellis (as was the previous fix).
2005-05-05 20:54:34 +00:00
augustss
9a2e60d4f6
Make sure to honor the USBD_FORCE_SHORT_XFER flag and generate an empty
...
transfer when necessary.
2005-05-05 20:40:20 +00:00
christos
d7dd731e02
add dependall and realdepend to the targets that we need to call in the
...
beginning. XXX: The real fix (handle dependencies in .BEGIN) is forthcoming.
2005-05-05 18:03:04 +00:00
jdolecek
65c2c4e93f
add advertising clause for Marshall M. Midden - updated afterboot(8)
2005-05-05 17:54:45 +00:00
christos
0a6f2d385f
PR/30132: Juan RP: tar --chroot refuses to extract files.
...
fchroot() changes the effective path, so we need to call updatepath().
2005-05-05 14:54:49 +00:00
manu
b83e2b6cb3
Yet another NAT-T fix: don't forbid SP with ports in the policy
2005-05-05 12:08:24 +00:00
lukem
94b84ac8a2
Fix the check for insecure root logins in rootterm():
...
- It was originally referring to a bogus version of `line'.
(problem solved by using 'extern char *line' instead of 'extern char line[]')
- It wasn't stripping the leading "/dev/" off `line' before calling getttynam(3)
2005-05-05 02:20:45 +00:00
yamt
ae24d5d705
- amap_extend: don't extend amap beyond UVM_AMAP_LARGE.
...
- uvm_map_enter: if we fail to extend amap, just give up merging instead of
bailing out immediately.
2005-05-05 01:58:51 +00:00
lukem
2bfc59a549
use _PATH_DEV instead of "/dev/"
2005-05-05 01:28:57 +00:00
yamt
192e24a575
uvm_reclaimable: add an XXX comment.
2005-05-04 23:23:28 +00:00
yamt
535bef076f
move l_private and l_locks so that they're initialized.
2005-05-04 23:22:44 +00:00
hubertf
4e39658f8e
* Sync in a few changes from OpenBSD's latest version of this file
...
* Add licence by Marshall M. Midden
* Various minor edits and additions.
2005-05-04 20:54:25 +00:00
hubertf
71be6dfd96
No devices on /usr -> mount -o nodev
...
No setuid programs in /var -> mount -o nodev,nosuid
Adding "noexec" in various places may cause too much damage
(e.g. for running DEINSTALL scripts from /var/db/pkg, configure
scripts, etc).
Inspired by OpenBSD's afterboot(8) manpage.
2005-05-04 18:26:14 +00:00
wiz
f87b18d32d
libevent-1.0e out.
2005-05-04 17:46:16 +00:00
manu
63a609062e
From Manisha Malla <mmanisha@novell.com>:
...
fix unsigned int checked for being negative
2005-05-04 17:23:10 +00:00
martin
21d2a323b7
Make ffb take part in the /dev/fbN circus.
2005-05-04 14:38:44 +00:00
augustss
5581662866
Document WSKBD_EVENT_AUTOREPEAT.
2005-05-04 10:54:51 +00:00
martin
d261be07a4
Ansify.
2005-05-04 10:01:32 +00:00
cube
2646bcff54
Regen.
2005-05-04 09:12:14 +00:00