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
cube
20ade2184e
Add a few devices seen on a Dell PowerEdge SC1420, and while there make the
...
ordering of devices proper.
2005-05-04 09:11:09 +00:00
hamajima
3b181f4dc0
OptPoint on Telios HC-AJ2 (and maybe AJ1) support
2005-05-04 07:54:39 +00:00
martin
b49b573121
Use ansi function header style consistently.
2005-05-04 06:38:06 +00:00
perseant
0d41dd0d46
Don't let the pager_map deadlock avoidance code in lfs_putpages() write
...
segments containing zero-block FINFO records. These records cause segments
to become uncleanable, which would eventually result in a "no clean segments"
panic.
2005-05-04 04:58:22 +00:00
augustss
8abde347bd
Mention PCKBD_CNATTACH_MAY_FAIL, but don't define it.
2005-05-04 02:40:55 +00:00
augustss
e1ecf19d60
Explain PCKBD_CNATTACH_MAY_FAIL.
2005-05-04 02:39:19 +00:00
augustss
5b6d2a575d
Make an new option PCKBD_CNATTACH_MAY_FAIL. When this option is set and no
...
keyboard is detected the pckbd keyboard is not used as the console.
Previously the pckbd keyboard was used as the console as soon as the
kernel had it configured into the kernel. This is far from ideal on a
machine that has no PS/2 keyboard, but a USB keyboard attached since the
(non-existant) PS/2 keyboard becomes the console instead of the USB keyboard.
For now this option will be off by default to be backwards compatible.
2005-05-04 02:35:22 +00:00
augustss
22506e27d1
When audioclose is called it's the last close of the device, so there
...
is no need to fiddle with resetting individual bits. Just clear them.
2005-05-04 01:57:23 +00:00
augustss
93dd7186b9
Mention WSKBD_EVENT_AUTOREPEAT.
...
XXX All the WS options need to be added to options(4).
2005-05-04 01:55:24 +00:00
augustss
1710458cee
Make auto repeat of events a compile time option, and have it off by default.
...
Turn on by WSKBD_EVENT_AUTOREPEAT.
2005-05-04 01:52:16 +00:00
christos
c9da1629b6
Mark the interrupt job as special so that when we hit ^C with -j and we
...
have a .INTERRUPT target we don't print "token botch".
2005-05-03 22:58:14 +00:00
manu
8bf053b3f3
on phase 2 acquire, lookup phase 2 by (src, dst, policy id) so that
...
multiple SA can be used in transport mode
While I'm there, patch ipsec-tools ChangeLog to reflect the changes we
took from ipsec-tools-0_6-branch
2005-05-03 21:08:47 +00:00
macallan
93548a84e7
added missing files cg6_cursor.c, cg6_accel.c and missing include path for xaa
2005-05-03 20:52:50 +00:00
jonathan
f36cdf86c7
Fix ifdef botch in previous revision:
...
The `Static' forward declaration of ukbd_rawrepeat was inside #ifdef
UKBD_REPEAT but not #ifdef DISPLAY_COMPAT_RAWCKBD. The definition and
all other references are inside both #ifdefs. The `static' function
declaration with no definition failed GCC warnings.
Pass GCC warnings by wrapping the declaration with a check that both
CPP tokens are defined.
2005-05-03 18:37:46 +00:00
manu
89647c7ca6
First work on COMPAT_LINUX/amd64
...
Process startup and dynamiclinking work, but processes hang due to
Linux arch_prctl(2) not being really supported yet.
2005-05-03 16:26:27 +00:00
bsh
6c6d96d112
dependencies for .BEGIN is not accepted by the latest nbmake.
2005-05-03 14:51:42 +00:00
martin
b68faae566
Add wsmux and wsfont pseudo devices.
2005-05-03 14:48:52 +00:00
augustss
83ee25f9d4
Show an example of turning off auto repeat.
2005-05-03 13:26:25 +00:00
augustss
d069124a45
Don't emulate auto repeat in the keyboard driver, the wskbd driver does that.
...
Auto repeat emulation can be turned on by defining UKBD_REPEAT, but this
should never be necessary.
2005-05-03 13:15:21 +00:00
augustss
09661ed83a
Change the logic for generating auto repeat from the keyboard. Previously
...
auto repeat was only available in translated mode, but not in event mode.
Now both modes have auto repeat. There are actually a few users of
the event mode, and they deserve auto repeat too. :)
Also make it possible to turn off auto repeat by setting repeat.del1=0.
2005-05-03 13:13:07 +00:00
wiz
db647e5c29
postfix-2.2.3 is out.
2005-05-03 12:08:27 +00:00
wiz
f2944095c0
Fix a typo and add an s.
2005-05-03 11:57:11 +00:00
augustss
e0b1c109ad
Add an example for setting keyboard auto repeat rate.
2005-05-03 11:51:34 +00:00
hannken
cad9d39281
Fix last commit. The last block of the file system may have changed
...
even if the last cylinder group is not modified.
2005-05-03 09:43:23 +00:00
tron
12c1fb5b6d
"loadfile_machdep.h" should not be installed as pointed out by
...
Izumi Tsutsui. This needs to be fixed in the build process.
2005-05-03 08:24:15 +00:00
matt
57947b7b48
Make longjmp on vax not use sigreturn. Instead it rewrites the
...
jmp_buf into one compatible with __longjmp14 and relies on that
to change that into a ucontext_t suitable for setcontext(2).
2005-05-03 04:37:33 +00:00
matt
cedcd39661
Don't cast x to double, it already is one.
2005-05-03 04:18:32 +00:00
lukem
3e3c4f88c3
Another fix for MKSHARE=no. (broken a while ago in rev 1.17. hi rtr!)
2005-05-03 00:23:41 +00:00
lukem
aac90486da
Fix for MKSHARE=no
2005-05-03 00:21:47 +00:00
christos
467d3a1e76
remove bogus frees on uninitialized variable.
2005-05-03 00:20:17 +00:00
lukem
cd64c3eed3
zoneinfo directories don't need MKSHARE=yes.
...
Part of PR 29968 from Jukka Salmi.
2005-05-03 00:16:59 +00:00
matt
56bbae8802
rate limit the printfs for oversized ethernet packets.
2005-05-02 21:20:27 +00:00
macallan
d42b58bdf7
more formatting fixes
2005-05-02 16:02:43 +00:00
jwise
3b4f381581
Sort list, and add Nunavut, which has been a Canadian province since 1999.
2005-05-02 15:48:58 +00:00
jwise
245f508216
Cyprus is part of Europe, not Asia. Turkey is currently listed in both
...
Europe and Asia, I'm leaving it that way.
2005-05-02 15:39:27 +00:00
yamt
b954935865
bump date for the previous.
2005-05-02 15:37:06 +00:00
yamt
330cc0a11e
split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx.
2005-05-02 15:34:31 +00:00
augustss
c2c00331d7
Use UTF8 to encode strings read from the device (instead of using '?' for
...
characters >=0x100).
Also add serial number string to the device information struct.
2005-05-02 15:32:18 +00:00
jwise
9ea9920e14
The current President of the United States is George Walker Bush, not George
...
Walker Bush, Jr. (his father was George Herbert Walker Bush).
2005-05-02 15:29:59 +00:00