augustss
ff6a476e6c
Rearrange the code a little so we can decide if we are in process
...
or interrupt context in a reliable way. Mainly used for DIAGNOSTIC.
1999-09-13 19:18:17 +00:00
msaitoh
427928b3a1
add some comments.
1999-09-13 19:13:09 +00:00
mason
164b1b9275
Fixed grammatical error. "Allows to call" -> "Allows calls to"
1999-09-13 19:04:35 +00:00
kleink
fae6128a12
Add ulimit(3) stuff.
1999-09-13 18:45:27 +00:00
kleink
51939a1966
Sync libc.
1999-09-13 18:41:47 +00:00
kleink
f591cb58c7
Bump minor: added ulimit().
1999-09-13 18:39:26 +00:00
kleink
7d2e8d6525
Add an XSH5 ulimit()/<ulimit.h> implementation.
1999-09-13 18:38:04 +00:00
kleink
d5cfef41b5
Add the inevitable __RCSID().
1999-09-13 18:36:02 +00:00
tron
feac6b2836
Use "NULL" instead of "0" for null pointer.
1999-09-13 17:35:33 +00:00
jsm
533a40974d
Make cribbage use the POSIX.2 pager behaviour.
1999-09-13 17:27:36 +00:00
jsm
34d9941aa7
Fix buffer overrun in rogue.
1999-09-13 17:19:55 +00:00
jsm
a1038d000e
Fix uses of names of library functions for other purposes.
1999-09-13 17:18:56 +00:00
tron
5b011b57a2
Fix broken "-f" and "-P" options. Patches supplied by Ben Wong in
...
PR bin/8390.
1999-09-13 17:18:21 +00:00
jsm
7dc5308d13
A couple more checks for file descriptor < 3 missed earlier.
1999-09-13 17:15:42 +00:00
msaitoh
7a7f9c0763
sh3/sh3/ -> sh3/dev change
1999-09-13 17:14:42 +00:00
jsm
50ab22237f
Remove rogue's old and bit-rotten cut-down version of curses.
1999-09-13 17:14:07 +00:00
tron
e6523d9b6c
Don't unnecessarily check device names if "-x" is used.
1999-09-13 16:59:54 +00:00
tron
6c817dd128
Display all drives if "iostat -x <interval>" is used.
...
Fixes PR bin/8389 by Mattias Pantzare.
1999-09-13 16:56:35 +00:00
msaitoh
ac3fe6d372
remove mainbus pseudo floppy drive
1999-09-13 16:26:17 +00:00
itojun
14971ca02a
add local def for CXX.
1999-09-13 15:50:01 +00:00
itojun
6b9bfc0691
- Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH.
...
This situation happens on severe memory shortage. We may need more
improvements here and there.
- Grab IEEE802 address from IFT_ETHER card, even if the card is
inserted after bootup time. Is there any other card that can be
inserted afterwards? pcmcia fddi card? :-P
- RFC2373 u bit handling suggests that we SHOULD NOT copy interface id from
ethernet card to pseudo interface, when ethernet card has IEEE802/EUI64
with u bit != 0 (this means that IEEE802/EUI64 is not universally unique).
Do not use such address as, for example, interface id for gif interface.
(I have such an ethernet card myself)
This may change interface id for your gif interface. be careful upgrading
rc files.
(sync with recent KAME)
1999-09-13 12:15:54 +00:00
itojun
e31c5df7d2
sync with recent KAME code.
...
- bark if extra argument is specified.
1999-09-13 11:07:52 +00:00
itojun
8a72d1850e
add compilation directory.
1999-09-13 10:45:30 +00:00
itojun
65363da25e
Merge in NetBSD/sh3 from cvs.kame.net repository.
...
Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)
Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
1999-09-13 10:30:21 +00:00
kleink
23276068c1
Add fmtmsg(3) stuff.
1999-09-13 09:38:07 +00:00
kleink
2baec578d3
Sync libc.
1999-09-13 09:33:37 +00:00
mark
eddd4afb9c
Fix compile errors when ARM700BUGTRACK is defined.
1999-09-13 06:17:27 +00:00
mark
a212e2ddf3
Add ess plug and plug audio device.
...
Add wsmux device.
Add placeholders for more PCI cards.
1999-09-13 05:19:45 +00:00
hubertf
7ddf2760b9
Handle symlinks to directories correctly in "check" and "rebuild".
...
Problem reported by Matthias "tron" Scheler in private mail.
1999-09-13 00:32:14 +00:00
kleink
3a090247e4
Bump minor: added fmtmsg().
1999-09-12 19:55:41 +00:00
aidan
b911aa52b9
Make kerberos5 authentication work, and kerberos5 forwarding mostly work.
1999-09-12 19:37:48 +00:00
kleink
734b2b9b5e
Add an XSH5 fmtmsg() implementation.
1999-09-12 19:04:30 +00:00
kleink
ecaa1449b5
Move the function implementations of (the non-ANSI) isascii() and toascii()
...
into separate modules to avoid namespace clashes.
1999-09-12 18:54:34 +00:00
kleink
03126e1c99
Use full month names with .Dd, as per mdoc.samples(7).
1999-09-12 18:47:10 +00:00
kleink
68230e7539
Jaunary -> January.
1999-09-12 18:43:43 +00:00
itojun
e0042cf412
drop wrongly looped back multicast packet before we put it into BPF.
1999-09-12 18:26:58 +00:00
augustss
eadd0f76da
Add needs-flag to ukbd. Fixes PR 8385 from Izumi Tsutsui
...
<tsutsui@ceres.dti.ne.jp>.
1999-09-12 17:40:57 +00:00
jdolecek
1a3b3e1f42
pull in <sys/mount.h> (with _KERNEL) to get definition of struct netexport,
...
used in struct ntfsmount
1999-09-12 16:47:42 +00:00
jdolecek
8afb0d9308
pull-in <sys/mount.h> for definition of struct netexport
1999-09-12 16:41:05 +00:00
itojun
510eaf2f65
fix duplicated "leshort 42 Hitachi SH" (one of them should be "beshort").
...
(part of NetBSD/sh3 patches)
1999-09-12 16:38:16 +00:00
itojun
bb41dd1eaa
add "#ifdef __sh3__" section.
...
(part of NetBSD/sh3 patches)
1999-09-12 16:10:45 +00:00
itojun
ec7f04c32c
support coff image file.
...
(this is part of NetBSD/sh3 patches)
1999-09-12 16:08:13 +00:00
briggs
d5fa4fdb66
Put a leading slash on the device name used in md_pre_disklabel().
...
The pathname was a relative path. At this point, we should always be
using the miniroot's /dev tree. Fixes PR install/8384 from Bob Nestor.
1999-09-12 15:29:38 +00:00
hwr
f175bcc77e
Account for changes in games/fortune. See also PR6202.
1999-09-12 12:09:12 +00:00
hwr
435463f6cb
Split limericks into "normal" and "offensive" ones.
...
Fixes PR 6202 by Matthias Grutzeck <grut@teco.edu>.
1999-09-12 10:15:46 +00:00
hwr
2abe3ab9b5
These fortunes conatain offensive language.
...
These were originally unamerican.{fake,real}
Part of the work on PR 6202.
1999-09-12 10:06:21 +00:00
hwr
81dda5dccb
Moved to unamerican.real-o
1999-09-12 09:57:50 +00:00
hwr
8d799a73e4
Moved to unamerican.fake-o
1999-09-12 09:54:25 +00:00
jsm
5367f3400c
Security improvements for games (largely from or inspired by OpenBSD).
...
Games which run setgid from dm, but don't need to, should drop their
privileges at startup.
Games which have a scorefile should open it at startup, then drop all
privileges leaving just the open writable file descriptor. If the
game can invoke subprocesses, this should be made close-on-exec.
Games with scorefiles should make sure they do not get a file
descriptor < 3. (Otherwise, they could get confused and corrupt the
scorefile when using stdin, stdout or stderr.)
Some old setuid revokes from the days of setuid games change into gid
revokes.
1999-09-12 09:02:20 +00:00
augustss
b1a719a6cc
Add a flag in the request to determine if the data copying is done by the
...
driver or the usbdi layer.
1999-09-12 08:23:42 +00:00