Commit Graph

142463 Commits

Author SHA1 Message Date
uwe b98cf46363 _GLOBAL_OFFSET_TABLE_ is only used if RTLD_DEBUG, so wrap its
declaration too.

32-bit SuperH can not pretend that _GLOBAL_OFFSET_TABLE_ is a normal
variable, because of the way PIC variable references is generated, but
as compiler arranges for _GLOBAL_OFFSET_TABLE_ address to be in r12
anyway, just use that value by declaring it as a global register
variable.  Makes sh3 compile with RTLD_DEBUG.
2006-01-11 21:40:12 +00:00
christos b018a2c29a revert previous. persist does not need to reset the line discipline. (verified
by perry)
2006-01-11 21:16:51 +00:00
is e58608126f copied from etc.amiga/ 2006-01-11 16:06:36 +00:00
tsutsui ff0f4feb77 Add platforms not yet in groff distribution. 2006-01-11 13:37:53 +00:00
christos e35d1933fb Add SanDisk pcmcia memory card adapter. Works like an IDE drive.
XXX: Linux driver has a hack not to probe the slave drive. We just
create a phantom drive:

    wdc0 at pcmcia0 function 0: <             , Memory Card Adapter II, V1.00>
    wdc0: i/o mapped mode
    atabus2 at wdc0 channel 0
    wd1 at atabus2 drive 0: <Memory Card Adapter II>
    wd1: drive supports 1-sector PIO transfers, LBA addressing
    wd1: 241 MB, 965 cyl, 16 head, 32 sec, 512 bytes/sect x 494080 sectors
    wd2 at atabus2 drive 1: <>
    wd2: drive supports 1-sector PIO transfers, chs addressing
    wd2: 0, 0 cyl, 0 head, 0 sec, 512 bytes/sect x 0 sectors
    wd2: 32-bit data port
    wd2: disk label read failed
    wd2: disk label read failed
2006-01-11 13:34:33 +00:00
dsl 08d4007d3e Modify previous so that at most 79 (more likely 78) dots are printed, with
at most 1 dot per cylinder group.
This is much more useful for filesystems with very large numbers of cgs.
2006-01-11 12:17:42 +00:00
cube 0ea99faebc Add support for VM_TOPDOWN, and use it unconditionally (just like i386).
For COMPAT_NETBSD32 binaries, use VM_TOPDOWN layout too, and sync some
parameters with their i386 counterpart.

OK'd by fvdl@.
2006-01-11 09:30:45 +00:00
yamt 432eec05f5 use nestiobuf api for vnd. 2006-01-11 00:50:29 +00:00
yamt e86cc25701 don't set b_rawblkno unnecessarily.
it will be set by device strategy routine.
2006-01-11 00:49:59 +00:00
yamt 58d3c6b6cd use nestiobuf api for genfs. 2006-01-11 00:46:54 +00:00
yamt db2c8f4e34 add nestiobuf api for convenience when splitting a request to several pieces. 2006-01-11 00:44:41 +00:00
xtraeme 8173ef37e7 AMD PowerNow LKM contributed by Olaf 'Rhialto' Seibert. 2006-01-11 00:18:28 +00:00
kleink f32583d004 tz{code,data}2005r out; tzdata2005r imported. 2006-01-11 00:08:36 +00:00
kleink 248944e9cc Update for tzdata2005r. 2006-01-11 00:06:38 +00:00
kleink be9b62f5eb Merge tzdata2005r. 2006-01-11 00:03:50 +00:00
kleink c82788388f Import tzdata2005r. 2006-01-11 00:01:23 +00:00
christos c68bc6a017 reset the tty in the normal tty discipline if we persist so that we can
dial again.
2006-01-10 22:57:35 +00:00
reed de56c0d123 Fix mispelling in a comment. 2006-01-10 20:53:24 +00:00
christos 82f14002cb Regen 2006-01-10 20:33:31 +00:00
christos eec1348ff2 PR/32494: Dennis Chernoivanov: Intel PRO/100 VE (LOM) not detected on Sony Vaio 2006-01-10 20:31:36 +00:00
cdi bcaee69819 PR/32494: Add ID 0x1068 for Intel PRO/100 VE (LOM) found on Sony Vaio
S4HRP laptops.
2006-01-10 20:30:47 +00:00
xtraeme 036d1576c2 * Fix powernow_sysctl_helper() prototype, the argument must be
SYSCTLFN_PROTO.
* Cosmetics.
2006-01-10 15:31:11 +00:00
skrll 2b3543128f I was a bit over zealous with my last change so revert the
locked_return_point change.

Loading the instruction at locked_return_point as a return value didn't
work so well.

Thanks to uwe, cube, and dsl.
2006-01-09 22:17:16 +00:00
dsl c2452a4af0 There really isn't any point reporting all the alternate superblocks,
big filesystems can have thousands of them - no one ever writes them down.
After the first line of numbers just output a '.' for each cylinder group.
Also limit the lines to 79 columns so broken terminal emulaters don't
double-space the output lines.
2006-01-09 20:59:25 +00:00
cube d0a6ccb0ad Sync with code: addresses have the local bit set now. Pointed out by is@. 2006-01-09 20:38:31 +00:00
tsutsui dcf59f2ba1 Add dates of ews4800mips and 3.0 release. 2006-01-09 18:45:00 +00:00
tsutsui 7cc21e2059 - add ews4800mips
- add some missing dirs under sys/arch
  (XXX openblocks405 and pdp10 are still missing)
- sync some descriptions with 3.0 announcement

XXX: any reason to keep sys/arch/openblocks405?
2006-01-09 18:41:18 +00:00
tsutsui 8823268c68 Add ews4800mips.
While here, remove nonexistent openblocks.
2006-01-09 17:58:49 +00:00
tsutsui d87a63cda3 - Fix typo (s/BFS/SYSVBFS/)
- Use strlcpy(3) rather than strcpy(3)
2006-01-09 15:25:20 +00:00
christos 1482d7ce1c Make sure we initialize all structs to 0; from Xin LI 2006-01-09 13:04:38 +00:00
apb b7d86f5e4c In "dd progress=N", let the value of N control how often
to print a "." to stderr.  Previously, any non-zero
value behaved like "progress=1".

PR 24300

Approved by christos
2006-01-09 10:17:05 +00:00
tsutsui 756481fd55 First cut at sysinst support for ews4800mips. 2006-01-09 10:03:51 +00:00
tsutsui 77d25487c9 Add sysvbfs stuff. (enabled by md.h) 2006-01-09 10:00:34 +00:00
tsutsui 05394b9c36 - Shrink more functions.
- Adjust MEMORY_DISK_ROOT_SIZE.
2006-01-09 09:57:42 +00:00
tsutsui b44de2b302 Reduce IMAGESIZE. 2006-01-09 09:55:53 +00:00
tsutsui 89d726eb46 Make and install a bootloader binary with embedded RAMDISK kernel image. 2006-01-09 07:24:29 +00:00
tsutsui 98d3b4882a Install bootloader binaries into ${RELEASEDIR} for netboot. 2006-01-09 01:36:29 +00:00
oster 4476a2943b rf_DiskUnlockFunc and rf_DiskUnlockFuncForThreads are never used. Punt them.
rf_DiskUnlockUndoFunc is in the same boat.  Punt it too.
2006-01-09 01:33:27 +00:00
rpaulo 637479ff2d I'm now the responsible of bsd-family-tree. Thank you Itojun for your work!
Ok'ed by core.
2006-01-09 00:35:11 +00:00
riz c54c8d879a pfil_add_hook() and pfil_remove_hook() return int, not void.
From Liam J. Foy.
2006-01-08 23:34:34 +00:00
oster 0d6d84878e Really move all of the bp initalization bits into InitBP(). 2006-01-08 22:26:30 +00:00
dsl f5d380b30d Remove the sp#9600 from the entry for Pc|Pc console.
wscons will have set 9600 somewhere, and if it is a real serial port the
kernel will have set the baud rate based on information passed by /boot.
Now an unmodified system will boot in a Soekris net4801 at 38400 baud.
2006-01-08 22:23:46 +00:00
dsl a6d7f81261 Save console baud rate as both the input and output rates.
This is what I thought I'd done in rev 1.237
2006-01-08 22:19:59 +00:00
oster 96c9402704 For the normal (read/write) case, do all the buffer initialization
inside of InitBP().
2006-01-08 22:06:26 +00:00
agc 21a20aa6e5 Add teh disclaimer into the document as well as being in the CVS commit log. 2006-01-08 21:57:26 +00:00
agc e7f3d9c081 Put some developer names besides the roadmap tasks and projects, where
feasible and known. Also put a best guess estimate of the NetBSD release
version which the task/project is aimed at.

PLEASE NOTE THAT THIS IS A VOLUNTEER PROJECT, AND THAT NONE OF THESE
RELEASE VERSIONS, OR NAMES, IS A GUARANTEE OF THE FUNCTIONALITY BEING
COMPLETE OR EVEN STARTED.  INTERESTED PARTIES SHOULD CONTACT

	core@NetBSD.org

FOR MORE INFORMATION.
2006-01-08 21:56:32 +00:00
oster aad92944f5 Cleanup the initialization of buffers a bit, and remove some old code
that works around a bug that no longer exists.  From yamt. Thanks!
(a bit more cleanup to follow)
2006-01-08 21:53:26 +00:00
rpaulo 0139136720 bsd-family-tree: 1.100/1.100. 2006-01-08 21:14:39 +00:00
rpaulo cd56564630 Sync with FreeBSD rev. 1.100, adding NetBSD 3.0 and DragonFly 1.4.0. 2006-01-08 21:04:53 +00:00
martin 2e1a547276 Cosmetics (pointed out by uwe): use trivial restore, not the explicit
version.
2006-01-08 20:03:19 +00:00