Commit Graph

142434 Commits

Author SHA1 Message Date
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
bouyer 3c69e23dad ctrl_if.h isn't needed here. 2006-01-08 19:00:59 +00:00
tsutsui 751d67ef2a Fix pasto in comments. 2006-01-08 18:48:25 +00:00
dsl 8cc9d75901 Include the 'preds' and 'successors' in the diag output.
These are the values that are actually used to control what is built.
(I suspect .WAIT info added in the previous delta isn't always useful.)
2006-01-08 17:43:31 +00:00
jdc b342fc607a Use ntohl(host_address) so that RBL lookups work on little-endian hosts.
Tested on alpha, i386 and sparc64.
Fixes PR lib/30402.
2006-01-08 17:20:28 +00:00
kent 225ba2620d add some trace messages in azalia_mixer_init(). 2006-01-08 16:52:42 +00:00
tsutsui c19a11ffc4 Use -mmemcpy to shrink binaries. 2006-01-08 16:05:56 +00:00
tsutsui 88d40f88ec Add /usr/mdec/boot.coff. 2006-01-08 15:35:00 +00:00
tsutsui 5bbcbabedf Build and install the following bootloader binaries:
boot:		ELF bootloader binary
boot.coff:	COFF bootloader binary (for old firmware)
boot_kernel.gz:	ELF bootloader binary which can include kernel binary
		by mdsetimage(8) (for netboot)
2006-01-08 15:34:18 +00:00
bouyer 56b1a39e10 Move if_xennet private functions and structures from if_xennetvar.h
to if_xennet.c
2006-01-08 14:45:41 +00:00
tsutsui 00115740d2 Shrink RAMDISK kernel by disabling some functions. 2006-01-08 14:35:39 +00:00
tsutsui c252c802fd Remove duplicated veriexec options. 2006-01-08 13:13:36 +00:00
dsl 07c6949e33 Don't (try to) use files marked .OPTIONAL as implicit sources.
There existance hasn't been verified at the point the implicit rules are
checked.
2006-01-08 12:59:52 +00:00
wiz d0fb2fc679 Use MaxPathSize instead of PATH_MAX (like everywhere else here). 2006-01-08 12:20:54 +00:00
martin 286956e76d Use __errno in the _REENTRANT case (pointed out by Valeriy E. Ushakov).
While there, indent some delay slot instructions.
2006-01-08 12:05:33 +00:00
dsl 94a49912ba Include .WAIT in the debug output for dependency lists. 2006-01-08 11:54:13 +00:00
dsl 93ab8a734f Use separate invocations of make for cleandir dependall and install of
tools so that a parallel make doesn't start running dependall before
cleandir has finished.
Unfortunately make doesn't support .WAIT on the command line :-(
2006-01-08 11:03:40 +00:00
apb b020cbecff Oops, missed a few echo >&2 changes in previous commit. 2006-01-08 10:32:26 +00:00
apb 6942b0e739 Use TARGET_ENDIANNESS (from bsd.endian.mk) to decide whether
to add "-E B" or "-E L" options to ${db_opts}.

Approved by christos.
2006-01-08 10:25:33 +00:00
apb e386c41eea In the case where there is no metalog, when converting the
PLIST to specfile format, add type=dir for directories.
Fixes a build problem with non-METALOG builds.
2006-01-08 10:24:04 +00:00
apb 2d2afa01d3 regen 2006-01-08 10:22:16 +00:00
apb 309a69d745 Fix cyclic dependency by moving two files from base-local-share
to base-locale-ca and base-locale-sk

Approved by christos
2006-01-08 10:21:04 +00:00
apb 1acb45d44a Detect cyclic dependencies, and abort if any exist.
Approved by christos
2006-01-08 10:20:12 +00:00
apb 99b7c623f6 Document input and output format for syspkgdeps and culldeps.
Approved by christos
2006-01-08 10:19:07 +00:00
apb c32228d46e When printing messages to stderr, always use
echo >&2 "${prog}: ..."

Approved by christos
2006-01-08 10:10:03 +00:00
yamt 37dd42949a clean up uvm_map evcnt code. no functional changes. 2006-01-08 09:18:27 +00:00
yamt 5bb3912ab6 raidstrategy: fix weird ENOSPC when reading from/writing to a raw partition. 2006-01-08 09:11:21 +00:00
yamt 5bca923bc4 raidioctl:
- don't ignore raidread_component_label error.
- remove an unnessesary memset.
2006-01-08 09:09:53 +00:00
yamt fe3aca751f do b_blkno -> b_rawblkno translation earlier so that bufq can use it. 2006-01-08 09:09:00 +00:00
yamt 895fec49e1 reset hdrcnt whenever printing a header. 2006-01-08 08:47:16 +00:00