Commit Graph

768 Commits

Author SHA1 Message Date
lukem 09b81cab93 build.sh -N 2003-10-25 03:53:34 +00:00
jdolecek 46da261603 note switchover to unified MAKEDEV 2003-10-24 20:16:07 +00:00
wiz 98d39c4be9 Sort three entries from the top to where they belong.
This file should only appended be to, usually.
2003-10-24 07:52:25 +00:00
provos 7293f1ab26 document performance improvement 2003-10-24 05:08:08 +00:00
provos d9e66c4556 document splay changes 2003-10-23 03:16:06 +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
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
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
kent 9c77f060e0 Note multi-channel support of auich(4) 2003-09-28 14:30:00 +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
mrg dd706c0759 note GCC3.3.1 switch for i386, sparc, sparc64 & alpha. 2003-09-19 08:32:26 +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
itojun 738d85299b randomized frag ID/flowlabel 2003-09-06 03:40:59 +00:00
ragge 639a0627b0 Note qt driver addition. 2003-08-29 21:23:26 +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
skrll cf1a159cd2 Note addition of (working) RTLD_SELF, RTLD_NEXT, RTLD_DEFAULT. 2003-08-12 11:04:49 +00:00
bsh eb855bc27b SMDK2410 2003-08-05 16:13:29 +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
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
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
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 bf913f806c MK{MANZ,UPDATE,UNPRIVED} overhaul 2003-07-18 15:48:48 +00:00
itojun 45bd42b224 libtelnet has gone 2003-07-16 05:43:24 +00:00
lukem f15957a936 the XXX -> TOOL_XXX rename 2003-07-11 04:37:16 +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
wiz fe7b91e452 Add line for texinfo-4.6 update. 2003-07-03 15:30:15 +00:00
wiz a0f0ff03b9 groff-1.19 imported. 2003-06-30 20:11:01 +00:00
cdi f56e78e36d Note NetBSD/cobalt bootloader. 2003-06-25 18:35:25 +00:00
itojun bea29d3ab7 CVS_RSH default value change 2003-06-20 03:29:55 +00:00
tsutsui 580d8d6204 Note fix of DeskStation Tyne support on arc. 2003-06-15 04:26:59 +00:00
uwe 42dfb65e6b Note wscons support for netwinder. 2003-06-15 01:21:01 +00:00
wiz 48850be241 Note hunt, huntd update. 2003-06-11 12:17:11 +00:00
briggs da5aa2ba74 Note addition of tftp option support. 2003-06-11 01:49:30 +00:00
itojun 60b2a9bcce bind update 2003-06-09 13:19:32 +00:00
itojun b73a9e5490 mrouted have came back to src/usr.sbin after license change, so remove change entry 2003-06-06 08:33:21 +00:00
itojun 7c84cf3418 BIND 8.3.5 2003-06-03 07:38:21 +00:00
atatat e7b9316e10 Note import of sendmail 8.12.9 2003-06-01 14:34:29 +00:00
pooka a777fb1883 file 4.03 2003-05-25 21:53:49 +00:00
tsutsui f045e7fdfd Add missing [name date] to an item. 2003-05-24 16:01:50 +00:00
ichiro 998caf9428 add support IXP425 (evbarm) 2003-05-24 02:17:23 +00:00
seb e18fdad4d9 Note str{vis,unvis} support in db(1). 2003-05-19 00:52:57 +00:00
wiz 34e4755a7d Note olms and omms removal. 2003-05-16 13:32:15 +00:00
thorpej 0094fe5bbb Remove a change I backed out. 2003-05-10 22:57:30 +00:00
lukem 3870afbca3 build.sh sourcesets 2003-05-10 07:19:13 +00:00
thorpej fb063e60b8 Note pmap->uvm managed kernel address space bounds change. 2003-05-08 18:19:16 +00:00
lukem e2f767c373 some more build.sh functionality 2003-05-08 14:44:42 +00:00
bjh21 8724ced8ae inet(3): align signatures of inet_addr(), inet_network(),
inet_makeaddr(), inet_lnaof(), and inet_netof() with XNS and
                POSIX.  [bjh21 20030505]
2003-05-05 14:16:09 +00:00
bouyer b66274af9b Note DIOC[GS]CACHE support in wd(4). 2003-04-26 09:59:13 +00:00
bouyer c409743b66 Note fsdb(8) findblk command 2003-04-26 08:45:46 +00:00
grant 22f8c6e106 note du(1) and df(1) -g arg. 2003-04-18 13:22:25 +00:00
scw ef4ac28e4e Note addition of new arm32 pmap. 2003-04-18 11:20:19 +00:00
dogcow 9dcae77e06 note addition of ip.checkinterface sysctl (and credit it to christos, since
he was the one who actually added it.)
2003-04-16 23:26:10 +00:00
thorpej 3bef3105ca Note the new mpt(4) driver. 2003-04-16 22:12:17 +00:00
grant 82d6823e89 df -G argument 2003-04-16 14:03:08 +00:00
salo 0db44986d2 Add slovak language libc message catalog. 2003-04-14 05:21:47 +00:00
mrg 72fb03a384 note less 381 update 2003-04-14 03:06:20 +00:00
grant 0d1c753f77 note improved pkg_install bzip2 support. 2003-04-10 17:03:23 +00:00
thorpej 4115b37b40 Note pool cache paddr, mbuf, and bus_dma changes. 2003-04-09 19:31:22 +00:00
kml a7a92560e3 hostap power saving mode 2003-04-08 15:22:23 +00:00
jdolecek b10e3d8272 note SMBFS now uses NT Directory Change Notify for vnode events
(first open source kernel smbfs implementation to do so, BTW)
2003-04-07 15:51:11 +00:00
hubertf fa337680d6 Add -p option to rsh and rlogin to allow specifying a non-standard port
number.
2003-04-07 01:46:41 +00:00
tsutsui a283ab6871 Tweak some entries for the significant changes page on www. 2003-04-06 11:13:55 +00:00
tsutsui a21d90a7b7 Note addition of the MI oosiop driver. 2003-04-06 10:30:37 +00:00
kent 8d481d2c02 Note support of ICH4-M IDE Controller and i82540EP 2003-04-05 13:30:43 +00:00
fvdl c4069dd4b6 Note UFS2 commit. 2003-04-04 00:04:37 +00:00
itojun cef822e086 upgrade openssh to 3.6.1 2003-04-03 06:23:03 +00:00
perry 0124191433 Note the move of the cron log 2003-04-02 19:59:58 +00:00
yamt 41fe6e41d9 read-only configuration support for vnd. 2003-03-27 23:33:56 +00:00
lukem 461d049620 dump,dump_lfs lose setgid bit 2003-03-27 22:25:11 +00:00
lukem d6bc54bab3 wall [-g group] 2003-03-27 13:26:52 +00:00
atatat 2fa2a4a234 Change "imported" to "update to" since it has a more effective meaning. 2003-03-26 03:49:05 +00:00
pooka 391eab2699 note file(1) update to 4.00 2003-03-26 00:24:11 +00:00
atatat b5e888f380 Note import of sendmail 8.12.8 2003-03-25 13:26:18 +00:00
scw b3b156f736 Note shlib support on sh5. 2003-03-25 13:18:37 +00:00
ragge 58f2835f47 Note addition of rf/rfc driver. 2003-03-23 11:14:28 +00:00
mrg dd13dddfff pppoectl: Add a "-f configfile" option. 2003-03-22 14:41:17 +00:00
nakayama 761c2112ae note PCI-CardBus bridge support for sparc64. 2003-03-22 07:09:11 +00:00
thorpej 0f683ec521 Note Intel i31244 and Silicon Image 3112 Serial ATA controller support. 2003-03-20 04:29:06 +00:00
jdolecek 98a4d33c38 sort some recently added entries by date 2003-03-19 21:07:32 +00:00
dsl 2f88b7a4f3 Add recent fixes 2003-03-19 12:47:01 +00:00
fvdl ba893423e9 Note recent x86_64 changes. 2003-03-17 23:05:41 +00:00
hannken 1f71f9dc35 Note support for the NCD Explora451 ThinClient. 2003-03-12 12:22:12 +00:00
wiz 8a1379d49c Mention in the grep update entry that -o now does something else.
Noted by Hubert Feyrer.
2003-03-11 12:44:40 +00:00
christos 5e7eaf37bd mention amd. 2003-03-10 13:18:07 +00:00
perseant 8757a68b2e Be a little more verbose in stating that LFS uses UBC natively, at the
suggestion of Hubert Feyrer.
2003-03-10 01:35:11 +00:00
perseant 8feb2c22f5 Take away "#ifdef LFS_UBC". 2003-03-08 21:46:04 +00:00
perry 6c5c3e644c note new postfix 2003-03-08 20:35:43 +00:00
thorpej be8e7c7bd2 Note/adjust hw.physmem64 and hw.usermem64 entry. 2003-03-06 20:35:13 +00:00
dogcow 0ef88e5d5c note changes to mdsetimage (which broke after the binutils update) 2003-03-05 00:06:34 +00:00
bjh21 060b1108df Mention what I did at the weekend. 2003-03-03 11:29:02 +00:00
mrg e43329102e note binutils 2.13.2.1 update 2003-03-01 13:20:48 +00:00
simonb b917da0f35 Fix date typo, noticed by Mattias Karlsson. 2003-02-28 00:26:29 +00:00
thorpej 42324ce88f Note pthread_{,attr}_{get,set}name_np() and hw.{physpages,userpages}. 2003-02-27 01:55:12 +00:00
matt 65e5548a17 Add MBUFTRACE kernel option.
Do a little mbuf rework while here.  Change all uses of MGET*(*, M_WAIT, *)
to m_get*(M_WAIT, *).  These are not performance critical and making them
call m_get saves considerable space.  Add m_clget analogue of MCLGET and
make corresponding change for M_WAIT uses.
Modify netinet, gem, fxp, tulip, nfs to support MBUFTRACE.
Begin to change netstat to use sysctl.
2003-02-26 06:31:08 +00:00
simonb 02468768a6 Note libsa LFSv2 support and i386 bootblock support for LFS. 2003-02-23 23:30:39 +00:00
jhawk f5d8b1f4f1 /etc/daily: Suppress empty security reports
/etc/security: unidiff by default; support other choices via ``diff_options''
2003-02-21 22:50:28 +00:00
atatat c47fa93958 Mention that USE_TOPDOWN_VM was added. Finally. 2003-02-21 15:03:44 +00:00
jdolecek 6c6a0817ba note SMBFS support 2003-02-18 21:05:47 +00:00
perseant f05dc43395 Note bridge(4)/brconfig(8) with ipf. 2003-02-17 02:17:07 +00:00
augustss ea8554c01f Add uax(4) note. 2003-02-16 17:20:48 +00:00
wiz 8a9c4c8e13 texinfo-4.5 update. 2003-02-13 09:03:07 +00:00
wiz c69d8efd42 grep-2.5.1 update. 2003-02-13 08:09:02 +00:00
atatat 52abe48888 Note the addition of the kern.dump_on_panic sysctl setting. 2003-02-13 05:48:25 +00:00
jhawk b0775cf0b9 New flags in security.conf(5) to control check_mtree and check_passwd in
/etc/security.
2003-02-13 02:43:16 +00:00
tron 20a9ee2c50 Note use of kqueue(2) in inetd(8). 2003-02-12 08:54:01 +00:00
thorpej a73c169fe9 Note extensible kernel malloc types. 2003-02-01 06:42:13 +00:00
tsutsui 0566c52cec Note VGA console support for NEC-J96A and NEC-R96 on arc port. 2003-01-31 22:18:04 +00:00
jhawk 8f3b1cfb79 Note find(1) changes to -user predicate (permit + and - on numeric args) 2003-01-30 10:53:01 +00:00
simonb 51f9790db1 Note objcopy and crunchgen changes. 2003-01-29 10:34:26 +00:00
wiz 63db92c602 Note grep-2.5 import. 2003-01-27 00:13:55 +00:00
wiz be5bbce3da Note diff, diff3, and sdiff upgrades to diffutil-2.8.1 version. 2003-01-26 00:56:12 +00:00
thorpej 1b3e5a4bd2 Note new librt. 2003-01-24 02:09:18 +00:00
christos 5a95c2232e - mention gcore
- luke, it is 2003 already
2003-01-23 17:41:17 +00:00
lukem e9a4b099b2 build.sh rototill. attempt at consistency in some other recent entries 2003-01-23 16:26:46 +00:00
jdolecek c54aea6fb9 add entry for nathanw_sa branch merge (!) 2003-01-22 21:37:40 +00:00
jhawk 8eaf521be2 progress(1) and sysinst uses it. 2003-01-22 06:04:30 +00:00
wiz 92e23290a4 cvs-1.11.5 imported. 2003-01-21 09:47:02 +00:00
grant 96fcd5be94 fix a broken entry. 2003-01-21 04:17:42 +00:00
christos 9c90a36f1a mention semaphores 2003-01-21 02:04:15 +00:00
grant 1299d1b74c 1.7 -> 2.0. 2003-01-20 12:53:48 +00:00
wiz 4d2406df5f Note texinfo update and GNU cpio and GNU tar removals. 2003-01-18 01:15:38 +00:00
gendalia a446a87fb5 note support for 3c905CX-TX. 2003-01-17 01:45:22 +00:00
gendalia 6a8668e9f5 change 20031116 to 20030116... no time warping yet. 2003-01-16 15:26:39 +00:00
gendalia 4e86b413da note "auich(4): Added support for nForce2 MCP-T. [gendalia 20030116]"
requested by kent.
2003-01-16 14:59:54 +00:00
wiz 9c5cdbe4bc Note cvs-1.11.4 update in basesrc. 2003-01-16 03:25:24 +00:00
mrg e37ed12dae add an entry about sparc SMP 2003-01-11 17:37:41 +00:00
martin 49aeace383 The nell driver is now fully functional. 2003-01-08 21:54:54 +00:00
lukem c39e1623f3 mtree's change of default mode of created directories 2003-01-04 13:13:29 +00:00
lukem 258457037f ${RELEASEDIR} -> ${RELEASEDIR}/${MACHINE} change 2003-01-03 15:36:14 +00:00
christos 4747453f28 mention procfs changes. 2003-01-03 13:24:21 +00:00
thorpej af3c995dd0 Note the new "aprint" routines. 2002-12-31 17:51:10 +00:00
tsutsui d76a1d687e Add a late entry for Express5800/240 support on arc port. 2002-12-28 08:28:38 +00:00
tsutsui e4f8b8cbbf Tweak some entries for "Significant Source changes" page on www. 2002-12-27 15:47:27 +00:00
tsutsui cb2360268f Note Maple bus driver update by itohy in the last month. 2002-12-27 15:22:28 +00:00
tsutsui 50e2b8407d Note SEGA LAN Adapter support on dreamcast. 2002-12-27 11:51:22 +00:00
lukem 5fa3f8b6b1 build.sh -i 2002-12-25 00:56:44 +00:00
lukem c6e8e349b7 mtree -C 2002-12-23 04:52:39 +00:00
lukem 8c30ffa67c vis(1) -e 2002-12-23 01:47:53 +00:00
lukem cd5697ad8e sunlabel(8) 2002-12-21 13:08:59 +00:00
lukem aba6f5fb59 build system uses src/etc for user&group lookups 2002-12-19 22:20:30 +00:00
lukem eb305abd81 install -N 2002-12-19 08:32:18 +00:00
simonb 8efaf7f099 Note support of fully coherent data caches for MIPS32/64 CPUs. 2002-12-17 12:10:03 +00:00
lukem 699da88ad2 db(1) added 2002-12-11 15:46:52 +00:00
scw e1b9461296 Note addition of evbppc. 2002-12-09 12:22:58 +00:00
lukem 4e4f8e40cc build.sh -E 2002-12-08 22:16:30 +00:00
bouyer feb049d13a Note edquota improvements. 2002-12-04 21:04:23 +00:00
jdolecek cb97b9ed03 i386 biosboot is capable to boot using 2.88MB floppy drive with 1.44MB
floppy disk now
2002-12-04 18:38:41 +00:00
lukem 84d4fe9f6f fparseln moved to libc 2002-12-04 12:48:34 +00:00
isaki 6f6758a6cd Add bmd(4) for x68k. 2002-12-01 09:04:17 +00:00
christos e6ede96041 mention routed. 2002-11-30 04:05:30 +00:00
christos 42d120566d mention cvs and amd 2002-11-29 23:28:30 +00:00
lukem 2bfbb05f67 strsuftoll(3) 2002-11-29 13:18:42 +00:00
lukem 8b7fb4d514 bye bye SYS_INCLUDE=symlinks 2002-11-26 23:33:35 +00:00
itojun 27949ae3f5 upgrade postfix to 1.1.12 2002-11-26 03:40:08 +00:00
fvdl a1d9522721 Note restructures i386 interrupt code. 2002-11-22 20:00:21 +00:00
thorpej 95681d5fa6 Note some recent toolchain changes. 2002-11-22 06:46:45 +00:00
itojun 88e44ce1fd named is now 8.3.4 2002-11-17 14:37:47 +00:00
lukem a4b13dc86b postinstall obsolete sets check 2002-11-17 03:25:36 +00:00
mrg 3090c3d834 note vnd(4) LKM 2002-11-16 08:23:47 +00:00
msaitoh bfa1c1a0d2 note about Adaptec 200[05]S 2002-11-08 06:07:52 +00:00
martin 804cafc6ec Note new mtd(4) driver for Myson Technologies MTD803. 2002-11-07 22:10:54 +00:00
manu e5f28580c1 Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexec
While we are there, talk about compat_irix sproc emulation.
2002-11-07 00:23:17 +00:00
pooka 486e308c1a note eap(4) change 2002-11-04 16:38:51 +00:00
mrg 6d864484d3 note sparc64 IDE boot device detection fixes. 2002-11-02 13:49:50 +00:00
mrg 8674f67cf9 note separate r/w disk stats changes. 2002-11-01 12:55:23 +00:00
jdolecek 00eec531da note kqueue branch merge 2002-10-23 09:52:37 +00:00
lukem 0643be82d1 build.sh -k kern 2002-10-20 15:57:46 +00:00
wiz 15b9c5f2df Fix typos. 2002-10-17 08:42:37 +00:00
grant aad1ee5c4e tar/cpio -> pax date correction. 2002-10-17 08:24:08 +00:00
thorpej fe9dc5bbfc Note basename(3)/dirname(3) changes to return pointer to static storage. 2002-10-17 02:07:44 +00:00
christos 710b1c3675 mention pax as tar/cpio 2002-10-16 15:33:57 +00:00
thorpej 564dd74666 Note several more changes to the autoconfiguration code. 2002-10-11 02:07:49 +00:00
itojun ce7f14ae22 GNU tar update 2002-10-10 08:23:51 +00:00
augustss a7879f7f11 Note addition of ubsa(4). 2002-10-08 13:24:07 +00:00
kent f7c124d2bb Note auvia uses aurateconv for fixed-rate AC'97 codec. 2002-10-08 13:20:57 +00:00
kent 5d5936d4e7 Note auvia supports VT8233/VT8235. 2002-10-05 18:13:16 +00:00
kent a872fd9419 Note pciide suports VIA VT8235. 2002-10-05 17:12:07 +00:00
grant f6f54f414a fix date for i386mp branch merge. 2002-10-05 16:51:03 +00:00
grant bd0330cb3b use eg. "ftpd(8)" where appropriate, so href's are created in
http://www.netbsd.org/Changes/changes-1.7.html.
2002-10-05 16:41:20 +00:00
grant f5ca706104 fix typo. 2002-10-05 16:31:58 +00:00
grant 482320a1af note addition of cgd. 2002-10-05 16:30:43 +00:00
thorpej 24e419709e Note cfattach changes. 2002-10-04 01:54:47 +00:00
itojun 11a0f4d42d openssh upgrade 2002-10-01 14:12:17 +00:00
fvdl 3717f72b7c Note merge of sommerfeld_i386_mp1 branch. 2002-10-01 13:06:22 +00:00
itojun 120c9bec59 move mrouted out of basesrc 2002-10-01 03:33:27 +00:00
grant 6910cb68bb note addition of DOMAIN(generic) in sendmail netbsd-proto.mc. 2002-09-30 01:33:14 +00:00
grant 022aa88ee9 note umask removal from /etc/skel/.{cshrc,profile}. 2002-09-30 01:30:41 +00:00
elric 865fbcdb82 mention sh/vfork changes. 2002-09-28 23:29:50 +00:00
dbj 8de677e989 mention Apple UFS support from PR #17345 2002-09-28 21:23:12 +00:00
thorpej b1acac3ab9 Note cfdata using strings to reference cfdrivers. 2002-09-27 02:30:26 +00:00
itojun ac42e7868c MDC2 is patented so get it out of libcrypto 2002-09-26 13:12:23 +00:00
thorpej 06c48f4fa7 Note device parent spec changes. 2002-09-26 04:13:23 +00:00
thorpej 3f064bb6f4 Note g/c of the old rmap code. 2002-09-25 22:30:13 +00:00
pooka 772156ed30 note iwic(4) 2002-09-24 22:08:18 +00:00
lukem 3f3ab694ad MKDYNAMICROOT=yes now the default 2002-09-22 15:09:26 +00:00
christos 86404fec47 mention MNT_GETARGS 2002-09-21 18:46:57 +00:00
lukem cf738336cd move doc/* -> basesrc/doc/*, except for doc/MIRRORS, which is not used
anymore (we refer to http://www.netbsd.org/mirrors/ now)
2002-09-21 08:17:32 +00:00