thorpej
5efacd42c4
Add an armeb-*-netbsdelf* target (big-endian ARM).
2002-05-20 14:24:22 +00:00
lukem
854c067af6
Update to <sys/bootblock.h>'s shared_bbinfo.
...
(From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>)
2002-05-20 14:12:23 +00:00
lukem
f35d18a7da
Update to <sys/bootblock.h>'s shared_bbinfo.
...
From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>.
2002-05-20 14:05:22 +00:00
yamt
f3b8388799
TIOCSLINEDD -> TIOCSLINED
2002-05-20 13:50:26 +00:00
lukem
e9a2250850
- add news{68k,mips} definitions, from Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
...
- be consistent about #define<TAB>
2002-05-20 13:41:42 +00:00
lukem
4af2890237
use new installboot
2002-05-20 13:31:26 +00:00
itojun
a0da78395e
correct sha2 interoperability. From: "JuanJo Ciarlante" <jjo@mendoza.gov.ar>
2002-05-20 13:12:45 +00:00
wiz
ccb70a5dbd
Add /usr/share/man/{cat,man}4/sgimips.
2002-05-20 11:03:58 +00:00
jdolecek
ee7012d13e
linux_sys_getdents64(): remove the oldcall bug workaround cruft,
...
it's not needed for this call, and update comment accordingly
2002-05-20 06:45:11 +00:00
jdolecek
c118cb14c0
linux_sys_getdents64(): make the d_off member point to next entry, rather
...
than current one; this is expected (even documented) behaviour of the
new system call
This fixes the endless loop when reading directories on NFS, though
applications won't see all directory entries due to different problem.
Fix by Matthias Scheler and Charles Hannum.
2002-05-20 06:40:37 +00:00
jdolecek
aae43707d7
whitespace fixes
2002-05-20 06:26:46 +00:00
jdolecek
def25b45fa
Fix bug introduced in rev. 1.69 - linux_fakedev() returned always
...
zero for nontranslated raw devices.
This fixes recently discovered jdb /dev/dsp stdin problem, reported
on current-users by Mark Davies.
2002-05-20 06:22:43 +00:00
mhitch
d4b541239a
The second-stage boot loader, boot.amiga, uses the default command in the
...
boot loader image. Installboot can modify the default command in the
first-stage bootblocks, which will have no effect. Copy the default command
from the first-stage bootblock into the second-stage bootloader so modifying
the commandline with installboot actually works again.
2002-05-20 05:58:45 +00:00
scottr
c3abd2f233
From John Klos, originally committed to the amiga port:
...
Updated NKMEMPAGES_MAX_DEFAULT so that large memory systems won't crash
when allocating/deallocating lots of memory at once.
2002-05-20 05:28:11 +00:00
thorpej
7f2c33ee8b
Add another Linksys card.
2002-05-20 00:51:29 +00:00
bjh21
b741178a9b
Regen: RISC Developments IDE, FaxPack.
2002-05-19 22:34:07 +00:00
bjh21
b6c3ea4d91
Add a few Wakefield acquisitions:
...
Computer Concepts FaxPack
RISC Developments 8-bit IDE interface
Note about Oak EtherO card, which seems to share an ID with their SCSI card.
2002-05-19 22:29:57 +00:00
wiz
a6fb50b6d1
Two fixes from John Heasley via port-sparc/16910.
2002-05-19 22:28:16 +00:00
scottr
ed8eb9970b
SMALLRAM is an effective replacement for the SPOT and MYSTERY configs,
...
which are IIcx and IIx machines with not much RAM, respectively.
The PUMA config is configured somewhat optimally for one of Allen's
Quadras but doesn't do anything special as compared to SMALLRAM.
2002-05-19 22:01:01 +00:00
scottr
5b2ea74e40
Example configuration for a system with a slow 68030 with limited RAM.
...
This was derived from the old SPOT config and is a cousin of the MYSTERY
config, both of which will be summarily executed.
2002-05-19 21:58:27 +00:00
jdolecek
51260b556e
use 'jmp label:l' to force adressing to be absolute, rather than pc-relative
2002-05-19 21:40:04 +00:00
jdolecek
ce58107cdd
use jmp label:l to force absolute, rather than pc-relative, adressing
2002-05-19 21:34:16 +00:00
tls
92f8323be6
Fix client-side lockmgr: locking against myself panic immediately upon an
...
attempt to NFS-mount a filesystem with the -l (use ReaddirPlus RPC) option.
Fix from Bill Sommerfeld.
2002-05-19 20:51:04 +00:00
wiz
8221433490
mdoc improvements and typo fixes.
2002-05-19 20:47:26 +00:00
pooka
eb2b076c9f
add sgimips hpc, gio, and imc cat/man pages
2002-05-19 20:43:28 +00:00
pooka
166eb00bf3
add man4.sgimips
2002-05-19 20:39:18 +00:00
pooka
8c6d354d5c
man-pages for hardware found in indy/indigo2
2002-05-19 20:38:52 +00:00
leo
5b406e9d20
Try to defeat the assembler optimizer. If we jump to a local label, it tries
...
to use a pc-relative jump. Which is definitely not what is needed in the
relocation code!
This is new in the current assembler apparantly. None of the kernels build
after my latest upgrade were able to boot... What else is lurking!
2002-05-19 20:26:58 +00:00
augustss
cea3466ea6
Add NEED_BINARY, similar to NEED_SREC.
2002-05-19 18:57:33 +00:00
augustss
7202dc2f30
Add CPU_CI symbol so that bzero.S actually compiles on ports other than walnut.
2002-05-19 18:56:54 +00:00
jdolecek
ff2064e0c8
make compat_linux LKM buildable on macppc
2002-05-19 18:18:36 +00:00
jdolecek
bfbe50611b
On archs with broken linux struct stat64 st_ino, rename linux_stat64's
...
lst_ino to __lst_ino and lst_ino64 to lst_ino, and define
LINUX_STAT64_HAS_BROKEN_ST_INO. Only assign __lst_ino if this define
is present.
This fixes compile on powerpc archs, and hence port-powerpc/16893.
2002-05-19 18:03:15 +00:00
jdolecek
98a5f2b671
hook in truncate64(2) and ftruncate64(2)
2002-05-19 17:55:42 +00:00
jdolecek
973744c531
add missing linux_file64.c, which is needed now
2002-05-19 17:55:08 +00:00
bouyer
953ad0720e
Add support for HPT374. Submited by Matthew Rezny in kern/16897, with
...
minor adjustements by me.
2002-05-19 17:40:46 +00:00
wiz
01ff6324be
Make ngroups, which is the size of a static array, static too. From
...
Todd Miller in bin/16871.
2002-05-19 17:38:36 +00:00
jdolecek
2fc860bc0d
make usable in LKM context (use #if defined(_KERNEL_OPT))
2002-05-19 16:55:43 +00:00
bouyer
5cf2b73fb8
Regen: add HPT372 and 74 PCI IDE controllers.
2002-05-19 16:02:44 +00:00
bouyer
503b19427a
Add HPT372 and 74 PCI IDE controllers.
2002-05-19 16:00:19 +00:00
wiz
4ec2ce6e75
mdoc police, and a slight grammar improvement.
2002-05-19 15:24:35 +00:00
msaitoh
7c10da8b66
fix some overflow cases.
2002-05-19 15:10:46 +00:00
yamt
67eaaa4e49
BUGS:
...
Multibyte locales aren't supported for static binaries.
2002-05-19 13:44:31 +00:00
lukem
e2551d1d82
getdirs.awk:
...
- improve parsing; explicitly skip lines we don't want and use the rest.
- keep track of which items were explicitly listed, and only output directories
at the END which weren't listed, each with a suffix of "optional".
- convert to my awk KNF
join.awk:
- when joining, output all of the matching entry from the first file
and the 2nd & subsequent lines of the entry from the second file.
- convert to my awk KNF
these changes mean that maketars use of pax will result in tar files
with the traditional behaviour of only containing the necessary
directories, rather than all the parent directories required to get to
a particular item. this latter behaviour was necessary for METALOG
(i.e UNPRIVED) pax .tgz set file generation, until the changes above
fixed it.
2002-05-19 13:32:44 +00:00
lukem
86d7ecae0d
keep separate temp files for "full" flists
2002-05-19 13:24:22 +00:00
lukem
9f96a0d08c
minor whitespace & sorting cleanup
2002-05-19 13:13:39 +00:00
enami
1fd6d975ac
Since all members in rndpoolstat_t are unsigned, print them so. PR#14584.
2002-05-19 09:47:10 +00:00
itojun
12bdf036e2
pull in SPD lifetime management code. fix refcnt for SPD entries.
...
sync w/kame
XXX dead SPD entry lifetime - undergoing sakane's review
2002-05-19 08:22:12 +00:00
isaki
74b7155205
Ignore incompatible part between GNU tar and pax.
...
idea from Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
2002-05-19 08:14:13 +00:00
itojun
9244bd8154
document net.key.* sysctl. provide sysctl MIB for controlling
...
proposal payload on ACQUIRE message. sync w/kame
2002-05-19 08:12:55 +00:00
isaki
4aa2c0e5c6
Put secondary boot loader correctly.
...
patch from Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
2002-05-19 08:12:05 +00:00