Commit Graph

496 Commits

Author SHA1 Message Date
provos
d9e66c4556 document splay changes 2003-10-23 03:16:06 +00:00
wiz
5dfa2a0877 There is also a 1.12 branch of cvs; note it. Mentioned by perry. 2003-10-21 17:19:13 +00:00
wiz
f503e9a96b file-4.06 is out too. 2003-10-21 17:09:49 +00:00
wiz
583c3a6965 cvs-1.11.9 out. 2003-10-21 17:08:08 +00:00
uwe
0ceff4469c Mention j6x0tp(4). 2003-10-19 02:41:01 +00:00
mrg
0ef2f1482f note GCC 3.3.2 update 2003-10-18 12:04:44 +00:00
fredb
45acbd9baf ntp-4.2.0 is released. 2003-10-17 16:57:16 +00:00
lukem
3f725c3c63 ccdconfig(8) CCDF_NOLABEL support 2003-10-17 05:25:10 +00:00
lukem
a305f0dedb syslogd -r 2003-10-17 01:42:07 +00:00
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
skrll
cf1a159cd2 Note addition of (working) RTLD_SELF, RTLD_NEXT, RTLD_DEFAULT. 2003-08-12 11:04:49 +00:00
wiz
c3404e58ed latest gcc is 3.3.1. 2003-08-12 09:26:09 +00:00
jdolecek
b22732fe70 remove hp300 SCSI item - NetBSD/hp300 uses generic SCSI nowadays
remove gated item - the licence is too restrictive to ever include
it in tree, and it's in pkgsrc and the licence
2003-08-10 19:47:07 +00:00
lukem
3af5adac38 fix description of MAKEOBJDIR. from Martin Husemann 2003-08-08 01:52:24 +00:00
skrll
d71100e81a Note the ktrace-lwp branch. 2003-08-06 06:35:31 +00:00
bsh
eb855bc27b SMDK2410 2003-08-05 16:13:29 +00:00
itojun
7d8f0fb59c bsd-family-tree update 2003-08-05 12:09:12 +00:00
itojun
872680d01d add tshiozak to Citrus maintainer to meet with reality 2003-08-05 12:06:20 +00:00
itojun
0ae4f79564 move myself back into openssl/openssh maintainer, i was too upset week ago 2003-08-05 12:03:01 +00:00
jdolecek
f622478626 Update nawk entry 2003-08-02 22:43:00 +00:00
jdolecek
efa825c4d5 apparently amd64 (aka x86_64) is compilable and works fine, remove
from list of ports which need to be compile-tested
2003-08-02 20:34:26 +00:00
kochi
04b33c68cb ACPI CA 20030714 version is out 2003-08-02 12:23:28 +00:00
tsutsui
1f7a4f40e6 Note hp300 MI SCSI. 2003-08-01 06:04:12 +00:00
lukem
29d4256657 ftp(1): $FTPUSERAGENT 2003-07-31 05:38:28 +00:00
lukem
13b0ffec63 Add build.sh -Z var, to unset a variable and ensure it's unset in makewrapper.
For -M MAKEOBJDIRPREFIX, unset MAKEOBJDIR.
For -O MAKEOBJDIR, unset MAKEOBJDIRPREFIX.
2003-07-29 10:07:15 +00:00
dsl
42a7c729c9 Add six month old entry for sh(1) changes.
Add entries for i386 bootstrap and sysinst changes.
2003-07-28 18:14:15 +00:00
salo
0a6047a968 netbsd.org->NetBSD.org 2003-07-26 17:24:44 +00:00
jwise
cddef9274c Add some not-so-wise guy to maintainer of OpenSSH, at least for the next few
months.
2003-07-25 15:42:35 +00:00
itojun
0adc49acf8 add new IPsec algorithms 2003-07-25 10:12:53 +00:00
itojun
1fd6b422b9 note libcrypto upgrade 2003-07-24 15:35:30 +00:00
itojun
96223a2034 drop myself from openssh maintainer. it's not fun to be attacked by
not-so-wise guy
2003-07-24 15:32:58 +00:00
itojun
29c24ffedd upgrade openssl to 0.9.7b.
drop myself from maintainer, it is not fun to be attacked while doing
good thing to project (shut up, and code)
2003-07-24 14:30:53 +00:00
mrg
3c0ab73024 note sparc port uses xf4 now 2003-07-22 11:50:45 +00:00
itojun
c7bb6b93fd hmac-sha2 support 2003-07-22 03:42:18 +00:00
lukem
1313a78187 fix default location of TOOLDIR 2003-07-18 16:30:48 +00:00
lukem
bf913f806c MK{MANZ,UPDATE,UNPRIVED} overhaul 2003-07-18 15:48:48 +00:00
lukem
6d22656bee Update for the MKUNPRIVED/MKUPDATE changes. 2003-07-18 08:38:10 +00:00
lukem
a5a6b5f67d fix warning found by new groff 2003-07-18 01:55:08 +00:00
itojun
45bd42b224 libtelnet has gone 2003-07-16 05:43:24 +00:00
itojun
214bd04edc on BIND9 switch 2003-07-13 08:55:37 +00:00
itojun
c6cfaca843 gettext: why we can't upgrade to 1.11 2003-07-12 11:45:12 +00:00
wiz
1c27a6f696 Uppercase DES and fix a typo. 2003-07-12 10:31:10 +00:00
itojun
4dc666215e racoon upgraded 2003-07-12 10:29:17 +00:00
itojun
4504b95a61 describe why upgrade to openssl 0.9.7 seems difficult 2003-07-12 10:28:30 +00:00
lukem
f15957a936 the XXX -> TOOL_XXX rename 2003-07-11 04:37:16 +00:00
wiz
895c758622 gawk-3.1.3 out. 2003-07-10 07:10:42 +00:00
simonb
670252d63a Note tar -O "extract to stdout" support. 2003-07-08 06:04:36 +00:00
tshiozak
d2094d8bdc add about iconv(3), iconv(1) and locale(1). 2003-07-04 07:03:10 +00:00
tshiozak
6a491b80a2 add manpage for iconv(1). 2003-07-04 06:59:52 +00:00
tshiozak
306b6980e1 update about iconv stuffs and locale(1). 2003-07-04 06:07:48 +00:00
wiz
b362262fa2 Actually, we already have the latest hunt in-tree. 2003-07-03 19:37:06 +00:00