pk
f5ba0a3942
fb_is_console(): we must match on the `fb' propery in a V0 PROMs root node
...
only after establishing that the PROM output device is a frame buffer device.
2000-10-31 21:54:35 +00:00
jeffs
11ef576801
Add mips_indexof() macro to make code for checking the cache index
...
easier to read.
2000-10-31 21:21:10 +00:00
pk
63a0bbd711
* Add installation/floppy' and
installation/tape' directories to the
...
release(7) hierarchy and populate them with links to images in `bootfs'
* Remove miniroot scripts from `installation/netboot'; these are contained
in the instfs.tgz which can be used to setup an NFS root directory (for
installation purposes).
* Make the bootable cd-rom image using the `bootfs' filesystem, since a bug
in the cd driver prevents us from running directly from a CD filesystem.
2000-10-31 21:18:36 +00:00
pk
4864442381
Try copying the miniroot kernel only if it exists.
2000-10-31 21:11:20 +00:00
pk
b05c4f8ba0
* Add code to start sysinst with a writable /tmp directory (a necessity if the
...
root is on a CD).
* When returning from an escape to shell, stay in the main loop.
2000-10-31 21:09:22 +00:00
pk
f495c4188d
Put a GENERIC kernel in the miniroot, to retain consistency with the
...
tape, floppy and cdrom images.
2000-10-31 21:02:18 +00:00
pk
ed7f29492d
* Simplify construction of the `boot.fs' filesystem.
...
* Construct and install a `Sun a.out' version of the memory-disk kernel
which can be used for booting from tape.
2000-10-31 20:59:00 +00:00
pk
640c32d52d
Drop `release' target; we don't need it.
2000-10-31 20:54:47 +00:00
pk
0caaadb3be
Don't bother with the tape block size unless explicitly requested.
2000-10-31 20:53:04 +00:00
ragge
b43932dec2
If a process is locked into memory with mlockall() (like ntpd is)
...
pmap_enter() will get called trying to wire an already wired page again
if sysctl() is called. To avoid a panic the "wired" check is moved after
the double-mapping check.
2000-10-31 20:15:09 +00:00
mason
bee7633a76
Added James Chacon. (Thanks to Soren for reminder.)
2000-10-31 18:08:51 +00:00
tsubai
b4b571ccb9
Match "chrp,mesh0".
2000-10-31 16:57:07 +00:00
christos
e5dfea2ff4
Avoid turning into a random file writing tool when using here-doc's.
...
Reported to BUGTRAQ by proton <proton@ENERGYMECH.NET>.
2000-10-31 16:53:10 +00:00
itojun
511f411d40
we do not allow relative pathname
2000-10-31 16:11:32 +00:00
itojun
099fdc2a17
less warnings on lint. be more friendly with align-picky arch.
2000-10-31 16:02:52 +00:00
fvdl
c0ffae8285
Oops, add missing space after '-c 3'.
2000-10-31 16:02:06 +00:00
fvdl
69e9b0392f
Sync INSTALL with GENERIC and INSTALL_LAPTOP with GENERIC_LAPTOP with
...
regard to wireless network interfaces and pcic iomem size (i.e.
bump iomem to 0x1000 and enable cnw, awi and ray).
2000-10-31 15:54:50 +00:00
itojun
0ad204abb5
fix default domain name handling. why textdomain() and bindtextdomain()
...
behaves so different? sync with citrus.
2000-10-31 15:23:04 +00:00
simonb
97e5badeae
Line up columns in #define list.
2000-10-31 15:16:26 +00:00
itojun
953ed8c2ba
declare .Lb symbol for libintl.
2000-10-31 15:08:29 +00:00
itojun
0c0c0c829a
s/sendmail/gettext/
2000-10-31 15:00:07 +00:00
itojun
9b92297bee
strip off RCS keywords
2000-10-31 14:58:00 +00:00
itojun
a59f02771a
GNU gettext 0.10.35
2000-10-31 14:45:40 +00:00
itojun
9ae3f98360
remove a line for debugging
2000-10-31 14:43:52 +00:00
lukem
4e9651bacd
- use opendisk(3) instead of homegrown solution
...
- separate items in -s output with commas; much easier to read
- add maxOutstanding (aka queue len) to -s output
- sort #includes (per knf)
2000-10-31 14:18:39 +00:00
mrg
f601feea40
fix a bug in the call to srandom(): xor time() with getpid(), don't add them!
...
now fortune(6) run in an unending loop does not appear to show the same
fortunes over and over and over.
2000-10-31 13:27:56 +00:00
lukem
afc75b9e6d
Don't getenv $HESIOD_CONFIG or $HES_DOMAIN if issetugid().
...
Initial problem noted by Danny Braniss <danny@cs.huji.ac.il>
via Jacques A. Vidrine <n@nectar.com>
2000-10-31 12:47:21 +00:00
he
70a24dc7c0
Change from sprintf() to snprintf() where we may print externally
...
supplied data of unknown length.
Changes adapted from FreeBSD-SA-00:61.
2000-10-31 12:17:07 +00:00
fvdl
ddfa644677
-c 2 -> -c 3
2000-10-31 11:19:50 +00:00
itojun
78c48ba46f
remove confusing goto. sync with citrus
2000-10-31 11:08:18 +00:00
itojun
435b1e303d
fix read(2) return value validation. sync with citrus
2000-10-31 11:05:22 +00:00
itojun
c70cd35ba7
bind_textdomain_codeset() always fails. sync with citrus
2000-10-31 10:53:49 +00:00
itojun
8fcca1eaa3
do not compile libintl on our own. we now have /usr/lib/libintl.
2000-10-31 10:50:46 +00:00
itojun
caf7b11063
add ${LIBINTL} for use with DPADD.
2000-10-31 10:49:01 +00:00
itojun
dd5efd6d45
enable lib/libintl.
2000-10-31 10:46:34 +00:00
itojun
bb42e65bfe
BSD-licensed libintl, fully compatible with GNU libintl (in GNU gettext).
...
from Citrus project xpg4dl repository.
2000-10-31 10:45:04 +00:00
fvdl
ef28de5011
fsck -c -> fsck -c 2
2000-10-31 10:41:43 +00:00
eeh
f9a51c7b15
Clean up a #define that doesn't belong. Oops. That's what I get for
...
working this late.
2000-10-31 08:06:14 +00:00
eeh
37486bb837
Get the bpp driver to work properly.
2000-10-31 06:32:06 +00:00
msaitoh
d191cbf210
add interrupt mode into wdog
...
To use:
ioctl(fd, SIOWDOGSETMODE, &val)
val: WDOGM_RESET -> reset when counter expired
WDOGM_INTR -> print PC when counter expired (new!)
This interface is still under experimental.
2000-10-31 02:04:12 +00:00
mjl
a7fcd8b686
Fix hanging token ring when data size is multiple of 514, using
...
patch in PR/11316 by YAMAMOTO Takashi.
This fixes random hangs I experienced, and probably also
remedies PR/11300 and PR/9321.
2000-10-31 01:22:08 +00:00
msaitoh
ec7e30e271
fix compile problem on SH3 (from Atsushi Noda)
2000-10-31 01:18:02 +00:00
msaitoh
13bed0a344
- fix error handing in getc.
...
Now we can handle BREAK signal and framing error correctly.
- cleanup.
2000-10-31 01:08:41 +00:00
pk
62dddfec3c
Enable sun4 support and VME devices.
2000-10-30 23:23:15 +00:00
pk
130047c6c1
Remove mount(8) since we can use the fs-specific versions directly.
...
Add umount(8) (scaled-down version).
Add reboot/halt.
2000-10-30 23:16:13 +00:00
pk
3588feb339
Add /cdrom which is used by dot.profile as a mount point.
2000-10-30 23:14:23 +00:00
pk
f016c4b2f5
Support the two-stage memory-disk based bootstrap method for tape, cdrom
...
and floppy.
2000-10-30 23:13:10 +00:00
pk
03013ae336
umount(8) supporting local filesystems only; avoids pulling in tons
...
of networking functions.
2000-10-30 22:58:02 +00:00
thorpej
b427cdb8cd
Remove /etc/mail/aliases.db -- see etc/Makefile,v 1.168.
2000-10-30 21:49:49 +00:00
thorpej
a84221b9db
Just nuke the "build aliases.db" stuff from here. It's not
...
necessary, as /etc/rc.d/sendmail will already rebuild DB files
automatically if necessary, and doing aliases.db here just
totally breaks cross-compiling.
2000-10-30 21:48:20 +00:00