heinz
f0edf45953
$DESTDIR/boot.amiga was removed from the base set (see distrib/sets/lists/base/
...
md.amiga 1.49)
2002-04-16 20:46:19 +00:00
heinz
8ee9cab5ca
$DESTDIR/boot.amiga was removed from the base set (see distrib/sets/lists/base/
...
md.amiga 1.49).
2002-04-16 20:45:21 +00:00
thorpej
bbb03955e8
Centralize the RAIDframe config definitions.
2002-04-16 20:33:00 +00:00
manu
5261d673c9
Added getpgrp/setpgrp.
...
setpgrp is stolen from compat/sunos. It should probbaly be moved to
/compat/common
2002-04-16 20:15:47 +00:00
manu
08948f97d1
Added sysconf(SC_IP_SECOPTS)
2002-04-16 20:15:03 +00:00
groo
5fe77d3e2d
botched strncpy -> strlcpy
...
from xs@kittenz.org
2002-04-16 19:20:51 +00:00
groo
9b7886c6a3
Make sure we don't look before the beginning of the string.
...
from xs@kittenz.org
2002-04-16 19:19:33 +00:00
groo
fbac9d8372
botched strncpy -> strlcpy
...
from xs@kittenz.org
2002-04-16 19:17:17 +00:00
groo
1e880d776e
botched strn* -> strl*
...
from xs@kittenz.org
2002-04-16 19:16:22 +00:00
groo
6bf409aa5b
Minor KNF + proper end of string detection in read_config_file()
...
Inspired by xs@kittenz.org
2002-04-16 19:12:40 +00:00
groo
50d2b6a96f
botched strncpy -> strlcpy
...
from xs@kittenz.org
2002-04-16 19:08:43 +00:00
groo
f74c26e49b
Detect if line length exceeds buffer capacities.
...
from xs@kittenz.org
2002-04-16 19:07:57 +00:00
groo
735ccc3fc2
botched strncpy -> strlcpy
...
from xs@kittenz.org
2002-04-16 19:07:00 +00:00
groo
b8dcd239d9
Do not respect TMPDIR when s[ug]id.
...
from xs@kittenz.org
2002-04-16 19:00:45 +00:00
kleink
63ef3c8259
Sync with tzdata2002c.
2002-04-16 18:39:13 +00:00
kleink
4f8ed47fe8
Import tzdata2002c.
2002-04-16 18:36:13 +00:00
msaitoh
959914993f
fix a check of the cpu types from __sh3__ to __sh__
2002-04-16 18:36:08 +00:00
kleink
10e70e7bb6
Import tzdata2002c.
2002-04-16 18:35:39 +00:00
thorpej
f23ba7637c
Add Application Accelerator Unit registers.
2002-04-16 17:36:06 +00:00
uch
5f10da67a7
Define all CPU types if _LKM is defined.
2002-04-16 17:33:56 +00:00
drochner
e4a8393a6b
initialize a global pointer before re-reading the config file,
...
otherwise we'd take free()d memory as configuration data
2002-04-16 17:07:58 +00:00
leo
aad4d0a45a
Build as sets:
...
- BOOT : TT030/Falcon
- HADES : Hades
- MILAN-ISAIDE,MILAN-PCIIDE: Milan
Fixes PR-16366
2002-04-16 13:39:19 +00:00
wiz
5040dc6d7d
Remove last(?) traces of pmsi.
2002-04-16 11:49:54 +00:00
drochner
e5abb78d1a
regen
2002-04-16 10:08:58 +00:00
drochner
276fd6a576
add some C&T VGA chip
2002-04-16 10:08:34 +00:00
lukem
b9c8fc2871
convert to NDWO ustar bootfloppy creation process.
...
xxx; untested
2002-04-16 09:16:21 +00:00
lukem
e59919804c
we don't want "rescue-tiny.fs.fs" ...
2002-04-16 09:08:01 +00:00
lukem
ad423f169c
Migrate MI-shareable stuff to distrib/common/Makefile.tarfloppy.
2002-04-16 09:06:49 +00:00
lukem
a0296e9ed9
Makefile snippet to create bootable ustar floppies
2002-04-16 09:00:20 +00:00
kleink
b1a7e54209
pmsi(4) is gone.
2002-04-16 07:42:19 +00:00
wiz
d62f6fdd66
this: singular, these: plural.
2002-04-16 07:28:09 +00:00
onoe
fa97a362d4
Support WI_RID_SCAN_APS (wiconfig -D) for Symbol CF Card.
...
It apparently requires newer firmware (3.10.4), and doesn't work on
Intel PRO/Wireless 2011 (2.0.11).
2002-04-16 07:24:06 +00:00
martin
22143f5a44
Add strtoul.c, otherwise kernels using "wi* at pcmcia?" do not work
...
anymore.
Why only four archs provide this is beyound me.
2002-04-16 06:36:02 +00:00
martin
d200477ffe
Yet another nit pick.
2002-04-16 06:11:39 +00:00
enami
6cfcfb947c
genfs_{compat_}getpages(): For PGO_LOCKED request, it is safe to return
...
read only page if it was due to read fault. This avoid many unnecessary
read fault introduced by recent nfs_bio.c change. Reviewed by chuq.
2002-04-16 06:05:05 +00:00
enami
08625200a0
KNF and other misc. cosmetic changes.
2002-04-16 06:00:46 +00:00
lukem
33e7bb62d6
- Convert to using distrib/common/buildfloppies.sh, which can build both
...
single and multi-volume floppies in better fashion that the crufty
shell commands in the various Makefiles.
- Move fdset* -> bootfloppy*, as that's more consistent
2002-04-16 05:23:33 +00:00
thorpej
bbdbd9ab37
Add i80321 DMA controller registers.
2002-04-16 04:50:14 +00:00
lukem
2db638e823
buildfloppies.sh -- build floppy images from the given files.
...
It can write multiple disks (up to a maximum number), and optionally
install a bootstrap or pad the last disk to the image size.
2002-04-16 04:28:23 +00:00
msaitoh
1b117bda9b
pass arg 4 of a qsort() correctly.
2002-04-16 03:49:57 +00:00
itojun
9b96df2ed3
NOCRYPTO is no longer used and has no effect, so remove documentation
2002-04-16 03:47:32 +00:00
uwe
42c0a37e03
Add Krups (sparc) devices.
2002-04-16 03:08:12 +00:00
gmcgarry
fd08163598
Replace vax-specific cross references with MI ones.
2002-04-16 02:53:16 +00:00
mycroft
1d4148b8f4
Run reboot(8) and halt(8) from system(), not run_prog().
2002-04-16 02:20:17 +00:00
mycroft
6b51f6a75b
Use reboot -q' and
halt -q' to make it reboot faster.
2002-04-16 02:06:09 +00:00
mycroft
e84a828ff1
In single-user, after taking a signal and having the `shell' die with
...
SIGKILL, go into an infinite loop (like in the runcom SIGTERM case), on the
assumption that reboot(8) is in the middle of taking the system down.
This fixes `panic: init died' from sysinst.
2002-04-16 01:59:37 +00:00
tron
0f55b8bb08
Use vfork(2) and exec(2) instead of system for performance and security
...
reasons.
2002-04-15 21:08:41 +00:00
gmcgarry
f030856690
typo
2002-04-15 20:57:55 +00:00
manu
28a3cfe032
Do not restore SR on sigreturn: this could enable the user process to gain
...
unpropre privileges.
2002-04-15 20:48:12 +00:00
tron
7b03e17cb9
Don't invoke the up- and down-script for link local IPv6 addresses.
2002-04-15 20:42:37 +00:00