Commit Graph

437 Commits

Author SHA1 Message Date
scw 3b192f5429 Note Xscale micro-optimisations. 2003-10-14 08:10:15 +00:00
kochi 1d13973900 ACPICA 20031002 is out. 2003-10-11 02:00:16 +00:00
jdolecek d44fb93314 hp700 kernel compiles fine, remove from list of ports to test-compile 2003-10-10 20:06:20 +00:00
grog 590ae9d0df Add description for Vinum 2003-10-10 02:13:32 +00:00
christos acdf7caf16 mention new whois 2003-10-10 01:49:51 +00:00
lukem 1c33b4e6a4 Overhaul MBR handling (part 1):
<sys/bootblock.h>:
    *	Added definitions for the Master Boot Record (MBR) used by
	a variety of systems (primarily i386), including the format
	of the BIOS Parameter Block (BPB).
	This information was cribbed from a variety of sources
	including <sys/disklabel_mbr.h> which this is a superset of.

	As part of this, some data structure elements and #defines
	were renamed to be more "namespace friendly" and consistent
	with other bootblocks and MBR documentation.
	Update all uses of the old names to the new names.

<sys/disklabel_mbr.h>:
    *	Deprecated in favor of <sys/bootblock.h> (the latter is more
	"host tool" friendly).

amd64 & i386:
    *	Renamed /usr/mdec/bootxx_dosfs to /usr/mdec/bootxx_msdos, to
	be consistent with the naming convention of the msdosfs tools.

    *	Removed /usr/mdec/bootxx_ufs, as it's equivalent to bootxx_ffsv1
	and it's confusing to have two functionally equivalent bootblocks,
	especially given that "ufs" has multiple meanings (it could be
	a synonym for "ffs", or the group of ffs/lfs/ext2fs file systems).

    *	Rework pbr.S (the first sector of bootxx_*):
	    +	Ensure that BPB (bytes 11..89) and the partition table
		(bytes 446..509) do not contain code.
	    +	Add support for booting from FAT partitions if BOOT_FROM_FAT
		is defined.  (Only set for bootxx_msdos).
	    +	Remove "dummy" partition 3; if people want to installboot(8)
		these to the start of the disk they can use fdisk(8) to
		create a real MBR partition table...
	    +	Compile with TERSE_ERROR so it fits because of the above.
		Whilst this is less user friendly, I feel it's important
		to have a valid partition table and BPB in the MBR/PBR.

    *	Renamed /usr/mdec/biosboot to /usr/mdec/boot, to be consistent
	with other platforms.

    *	Enable SUPPORT_DOSFS in /usr/mdec/boot (stage2), so that
    	we can boot off FAT partitions.

    *	Crank version of /usr/mdec/boot to 3.1, and fix some of the other
	entries in the version file.

installboot(8) (i386):
    *	Read the existing MBR of the filesystem and retain the BIOS
    	Parameter Block (BPB) in bytes 11..89 and the MBR partition
	table in bytes 446..509.  (Previously installboot(8) would
	trash those two sections of the MBR.)

mbrlabel(8):
    *	Use sys/lib/libkern/xlat_mbr_fstype.c instead of homegrown code
	to map the MBR partition type to the NetBSD disklabel type.


Test built "make release" for i386, and new bootblocks verified to work
(even off FAT!).
2003-10-08 04:25:43 +00:00
wiz d562f2908b Note gawk update to 3.1.3. 2003-10-06 16:56:52 +00:00
tsutsui 3073d901c4 Fix and sort an entry of gdb-5.3 import. 2003-10-05 16:14:14 +00:00
tsutsui ccc9d1bb37 Note addition of mips r10k cache ops and fixes of O2 support on sgimips. 2003-10-05 16:02:23 +00:00
dsl 9b293a6add Add note about /dev/constty 2003-10-03 16:48:55 +00:00
wiz 08cf6988bc Note HTTP support in pkg_add. 2003-10-03 15:41:53 +00:00
thorpej 4a178080ab Note new i2c code. 2003-09-30 00:39:19 +00:00
lukem 8a3d32e99e provide a `%' for the non-root examples, as we show `#' for the root prompt. 2003-09-29 07:55:17 +00:00
kent 9c77f060e0 Note multi-channel support of auich(4) 2003-09-28 14:30:00 +00:00
dent 5c05da90c6 Update some current versions. 2003-09-28 07:45:14 +00:00
dent 361e05c696 update some links. 2003-09-28 07:22:09 +00:00
wiz db579612f4 Definition, not defintion. From miod@openbsd. 2003-09-26 22:25:21 +00:00
skrll b9c8a77380 Backout previous - sparc* and i386 have switched to gdb 5.3. 2003-09-26 13:39:49 +00:00
matt 6ddd9afabe Note switch of arm & powerpc to GCC 3.3.1.
Note switch of alpha & powerpc to GDB 5.3.
Note SA_SIGINFO support for powerpc.
2003-09-25 22:51:32 +00:00
pooka a201291938 note file 4.04 2003-09-25 18:14:09 +00:00
pooka 3885715fb0 note isdncapi and iavc 2003-09-25 16:54:07 +00:00
lonewolf c07f451dd7 Note the new haltwo(4) driver. 2003-09-25 16:48:10 +00:00
agc 8bf98da8df Mycroft has addressed the item
+ someone investigate time taken to boot

by not only investigating, but also eliminating the polling for
non-existent devices (no more 20 second waits at boot time), and also
getting rid of some unnecessary quirk tables.

Thanks, Charles!
2003-09-24 06:27:54 +00:00
martin bcc978577d Bye, bye, sparc64 hacks. 2003-09-19 16:41:58 +00:00
wiz a116bdfdfb Some updates, and note gcc in-tree version partial change. 2003-09-19 08:57:52 +00:00
mrg f4fc0bf370 make i386 & sparc* output DBX_DEBUG format ("-gstabs") by default for now.
XXX: back this out when these platforms switch to GDB 5.3.
2003-09-19 08:43:12 +00:00
mrg dd706c0759 note GCC3.3.1 switch for i386, sparc, sparc64 & alpha. 2003-09-19 08:32:26 +00:00
taca ad2c5be21b postfix 2.0.16 released.
20030908

	The 20030905 workaround triggers too many warnings. TCP
	sockets are back to blocking, and keepalives are turned on
	to kill off dead sockets, as suggested by Leandro Santi.
	Files: master/{single,multi}_server.c, smtpd/smtpd.c,
	util/sys_defs.h.

20030909

	Bugfix: the LMTP session caching code had problems with
	SASL authentication after the first connection, and pipelining
	was working poorly.  Fix by Viktor Dukhovni, Morgan Stanley.
	Files: lmtp/lmtp.c, lmtp/lmtp_proto.c.

20030912

	Workaround: besides SMTP server sockets, SMTP client sockets
	can also hang on Solaris, as reported by Leandro Santi. In
	order to deal with this at the root, all connection management
	is now done by sane_accept() and sane_connect().  Both turn
	on keepalives on Solaris.

20030913

	Safety: set-gid commands don't trust TZ.  File: msg_syslog.c.
2003-09-16 04:41:11 +00:00
jdolecek c07fdf8b55 note the LKM versioning change 2003-09-13 09:14:57 +00:00
lukem 1519890aa6 imakeicide2 2003-09-12 16:25:37 +00:00
christos 61aa48ec24 Mention things I did lately. 2003-09-09 23:35:43 +00:00
he eda774d889 Belatedly make a note of the cast for LINUX_USRSTACK and USRSTACK made
to get the sun3 port to compile.  Briefly discussed with mycroft.
2003-09-09 13:40:59 +00:00
cjep 70889a67de Family tree updated 2003-09-06 13:37:47 +00:00
cjep 6516863134 Note new version of family tree 2003-09-06 13:19:51 +00:00
itojun 738d85299b randomized frag ID/flowlabel 2003-09-06 03:40:59 +00:00
taca 4bb6552ed0 postfix 2.0.15 is released. (It fixed two Solaris bugs.) 2003-09-06 01:25:25 +00:00
simonb a409be525d Fix a tyop. 2003-09-05 14:52:26 +00:00
junyoung 28054fb9bd Add a couple of entries I have interests in.
While here, do whitespace cleanup.
2003-09-02 12:01:14 +00:00
jmmv daf538214d Add a new item (so I can remember it):
+ merge moused(8) with wsmoused(8) as a new work mode (i.e. serial)
2003-08-30 21:30:51 +00:00
taca b062332996 ISC DHCP 3.0.1rc12 released. 2003-08-30 01:23:43 +00:00
ragge 639a0627b0 Note qt driver addition. 2003-08-29 21:23:26 +00:00
dsl eb24d00445 nvi's version should be nb10 - I just added 1 yesterday :-( 2003-08-28 16:15:47 +00:00
dsl ea28621fa8 Bump nvi to nb9 for addition of :set matchchars 2003-08-28 05:04:28 +00:00
tron 5b173599d5 Note i865G integrated graphics in agp(4). 2003-08-26 17:35:28 +00:00
chs 27393bff6e non-exec mappings. 2003-08-25 04:46:53 +00:00
taca c1052e0bec postfix 2.0.14 was released. I missed postfix-announce mail? 2003-08-21 10:32:03 +00:00
agc 71aa7cb367 An autoconf'ed version of NetBSD sed has been added to bootstrap-pkgsrc -
remove the entry from the TODO list.
2003-08-18 16:52:21 +00:00
agc 94c84c33c4 add an item to the small projects list - POSIX async IO 2003-08-16 12:27:54 +00:00
agc 0dc423ec76 Add a list of smaller, suggested projects to the TODO list. The
suggested list is by no means definitive - please add to it as
desired.  If you are working on one of these projects, please put your
name beside the project so that work is not duplicated.
2003-08-15 10:10:17 +00:00
uwe a6c91a4aa0 Remove mention of gcc-3-libtelnet hack.
The hack was removed from lib/libtelnet/Makefile rev 1.16, following
the lib/libtelnet/kerberos.c revision rev 1.10 that fixed the original
problem.
2003-08-14 15:08:32 +00:00