thorpej
60f33f91c2
Pull in <uvm/uvm_extern.h>
2000-11-14 18:35:10 +00:00
thorpej
275539f03c
NBPG -> PAGE_SIZE
2000-11-14 18:21:00 +00:00
thorpej
10b31e1ebc
The i386 page size is fixed -- override PAGE_SIZE, et al, so that they
...
are compile-time constants.
2000-11-14 18:01:54 +00:00
wiz
8f80fe0cd5
Fix three typos.
2000-11-14 17:15:51 +00:00
hubertf
4bd9e6ca04
fix two typos, pointed out by Chris Jones
2000-11-14 16:35:11 +00:00
hubertf
4cfe500087
it's ext2fs, not extfs. Pointed out by Havard.
2000-11-14 16:23:40 +00:00
bouyer
34a57dc139
Regen.
2000-11-14 16:20:55 +00:00
bouyer
41e8f20175
Add Alteon and netgear 1000baseT variants of the gigabit ethernet adapter.
...
From FreeBSD
2000-11-14 16:20:20 +00:00
augustss
1ae6bcbbf0
Acerscan 320U doesn't do strings right. From FreeBSD.
2000-11-14 15:33:04 +00:00
tsubai
f744e6327a
Correct VRAM size.
2000-11-14 15:32:03 +00:00
augustss
ab324086df
Set the open flag when opening the scanner.
2000-11-14 13:57:16 +00:00
fvdl
3f3dfb39a3
For filesystem checks, skip any 'noauto' entries. Avoids problems
...
when upgrading a system that has a 'noauto' entry for a floppy
or CD device that has type ffs.
2000-11-14 13:27:49 +00:00
leo
42e47203b6
- Use relative paths in the CRUNCHSPECIAL directives. The fixes miniroot
...
builds that are not rooted in /usr/src
- Strip all but the ftp services from etc/services on the miniroot. This
gives just enough air to make the install work without ENOSPC errors...
2000-11-14 13:13:36 +00:00
fvdl
ad1dadd33b
Mention the a.out -> ELF transition, and what sysinst does to accomplish
...
it.
2000-11-14 12:30:28 +00:00
kleink
a5a6bbd1a8
Defopt BLINK.
2000-11-14 11:34:51 +00:00
tsubai
e3ae93dfd4
Add hfs support. Currently this layer simply throw the request to the OF
...
(and the OF recognizes HFS).
2000-11-14 11:25:34 +00:00
onoe
f1c77e81db
Add support for link fragmentation and reassemble for IEEE-1394.
...
XXX: drain is still not yet implemented, thus memory leak will occur
in case of any of fragment lost.
2000-11-14 11:14:55 +00:00
abs
fc52578672
xref (disklabel.8, fdisk.8, mbrlabel.8) as appropriate
2000-11-14 11:06:19 +00:00
pk
4ac702d63a
Mention support for sun4/400 machines.
2000-11-14 10:46:00 +00:00
pk
fbf62501af
Mark the "TOSHIBA, XM-4101TASUNSLCD" CD-R for a-sync operation only.
2000-11-14 08:52:35 +00:00
hubertf
f5cb6a2fa0
Mention other audit for string routines that were used without bound checking
2000-11-14 07:26:37 +00:00
matt
edc0af8cd3
Add OF_nextprop and required conf-glue for /dev/openfirm.
2000-11-14 07:13:02 +00:00
matt
7308e15009
Add support for /dev/openfirm
2000-11-14 06:55:38 +00:00
matt
cef1462af1
add ./usr/include/dev/ofw/openfirmio.h
2000-11-14 06:53:26 +00:00
matt
7d085e8e51
Add openfirmio which is an ioctl interface to OpenFirmware.
2000-11-14 06:45:54 +00:00
matt
3b275bc230
Add OF_nextprop and OF_setprop prototypes.
2000-11-14 06:44:12 +00:00
matt
1365092255
de __P'd.
2000-11-14 06:42:27 +00:00
msaitoh
3d17968c8f
New crunchgen writes ${CRUNCHIDE} in ${CBIN}.mk, so we can nuke tricky code.
2000-11-14 06:37:07 +00:00
thorpej
45804ccf0e
A respectable GENERIC, loosely based on the macppc GENERIC.
2000-11-14 06:01:09 +00:00
perseant
b880487624
Initialize the cleaner information in the Ifile from the same info from
...
the superblock at fs mount time, enabling the previous patch to fsck_lfs.
Patch from Jesse Off <joff@gci-net.com> (Closes PR #11470 ).
2000-11-14 00:42:55 +00:00
jdolecek
53b6556eda
back out previous change - this needs to be discussed first at least
2000-11-14 00:10:16 +00:00
eeh
da647512af
Add /etc/netconfig.
2000-11-13 23:08:41 +00:00
hubertf
f7a1e57576
Mention code audits - format string, and others - and what they gain.
2000-11-13 23:01:36 +00:00
tv
a32617f770
This is now 8.2.2-P7, so update VER.
2000-11-13 22:45:05 +00:00
perseant
9683b76b99
Try to prevent running more than one active cleaner on a filesystem at a time.
...
Let lfs_cleanerd record its pid in /var/run like other daemons. Make
mount_lfs not start another cleaner when updating the mount, unless it is
being upgraded from read-only to read-write; when downgrading to read-only,
kill the cleaner using the recorded pids.
2000-11-13 22:12:49 +00:00
fvdl
2311fe3263
* Mention the different floppy images and the machine types for which
...
they are suitable (for i386).
* Mention xf86config(1) for ports that use XFree86.
* Since i386 INSTALL kernels do not have symbols, point users at
the symbol files should they need them (hopefully not).
2000-11-13 22:05:52 +00:00
jdolecek
dfc9af3212
don't link these static; if shared libraries are hosed, these utilities would
...
surely not save the situation, not help to recover from it
2000-11-13 21:48:33 +00:00
jdolecek
b837b700fa
map linux ptrace op (number) to it's appropriate name - this is kind of hack,
...
but turned out to be pretty usable for me
2000-11-13 21:43:12 +00:00
jdolecek
862d46845d
adapt to *syscallnames[] change (it's now const char * const foo[]),
...
constify
2000-11-13 21:38:48 +00:00
jdolecek
90afd0dc9d
constify, remove redundant dumpfile() prototype
2000-11-13 21:36:22 +00:00
jdolecek
af319ecb1a
constify
2000-11-13 21:35:38 +00:00
jdolecek
78b866e95a
change the type of *syscallnames[] array to 'const char * const foo[]'
2000-11-13 21:32:15 +00:00
fvdl
4a927f1e51
Also install the kernel symbol files in the distribution dir.
2000-11-13 21:10:57 +00:00
itojun
08d2a7f10e
don't undefine _res. _res is redefined to bind__res for avoiding
...
symbol conflict.
2000-11-13 20:58:29 +00:00
tsubai
e7cf39d85e
Add wscons.
2000-11-13 19:30:56 +00:00
tsubai
03fa172a01
No longer used.
2000-11-13 19:05:58 +00:00
abs
d72a269feb
If we only ever have a strongarm CPU, use
...
makeoptions COPTS="-O2 -march=armv4 -mtune=strongarm"
some files previously had
makeoptions COPTS="-O2 -march=strongarm -mtune=strongarm"
some had no option at all
2000-11-13 18:40:34 +00:00
tsubai
a564a7a2a9
Switch to wscons.
2000-11-13 16:48:41 +00:00
jdolecek
ec93c3dd25
when evaluating CPU speed, make the wait 0.1s instead of 1s - the accuracy
...
difference is like 0.008% on my system and the delay is now almost unnoticable:)
Discussed with Jason Thorpe, Frank van den Linden.
2000-11-13 16:40:40 +00:00
pk
db6832a4b6
Detect "EOF" conditions on the memory-special files.
2000-11-13 15:31:44 +00:00