2009-11-19 02:13:09 +03:00
|
|
|
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1318 $>
|
2008-08-27 15:25:59 +04:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# [Note: This file does not mention every change made to the NetBSD source tree.
|
|
|
|
# For an exhaustive list, please subscribe to the `source-changes' mailing list,
|
|
|
|
# or see the mailing list archives. For more information, send a message
|
|
|
|
# containing just the word `help' to `majordomo@NetBSD.org'.]
|
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------------
|
|
|
|
# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
|
|
|
|
#
|
|
|
|
# theme: Content ...
|
|
|
|
# more content ...
|
|
|
|
# more content. [developer DATE-FORMAT]
|
|
|
|
#
|
|
|
|
# That's it, one tab to start an item, and two tabs to indent the content.
|
|
|
|
# Also please start the content with a capital and end it with a dot.
|
|
|
|
#
|
|
|
|
# This is very important for the www scripts, otherwise it won't be able to
|
|
|
|
# parse the file and the HTML output will be mangled.
|
2008-09-01 20:04:57 +04:00
|
|
|
#
|
|
|
|
# See htutils/changes/changes2html script for more details.
|
|
|
|
#
|
2008-08-27 15:25:59 +04:00
|
|
|
# ----------------------------------------------------------------------------
|
2008-02-25 19:39:34 +03:00
|
|
|
|
2002-09-21 12:17:32 +04:00
|
|
|
|
2008-10-31 07:07:08 +03:00
|
|
|
Changes from NetBSD 5.0 to NetBSD 6.0:
|
2008-10-31 19:13:53 +03:00
|
|
|
|
2009-07-20 03:29:31 +04:00
|
|
|
syslog(3): Import Martin Schuette's Summer of Code project:
|
2008-12-06 07:45:05 +03:00
|
|
|
Reliable TCP connections, syslog protocol API,
|
2008-10-31 19:13:53 +03:00
|
|
|
encryption. [christos 20081031]
|
2008-12-07 13:34:52 +03:00
|
|
|
agp(4): Add support for Intel G35. [christos 20081108]
|
|
|
|
kernel: Add generic producer/consumer queue. [matt 20081111]
|
|
|
|
lkm: Removed. Superseded by the new module framework. [ad 20081112]
|
|
|
|
module: Allow the POSIX semaphore code to be loaded as a module.
|
|
|
|
[ad 20081112]
|
|
|
|
module: Make compat_ossaudio a module. [ad 20081113]
|
|
|
|
module: Make compat_ndis a module. [ad 20081113]
|
|
|
|
build.sh: Add support for new MAKEVERBOSE levels 3 and 4.
|
|
|
|
[apb 20081113]
|
|
|
|
libfetch: Update to libfetch 2.20. Allow HTTP auth to be provided in
|
|
|
|
URL. [joerg 20081114]
|
|
|
|
module: Make POSIX AIO loadable as a module. [ad 20081114]
|
|
|
|
amd64, i386: Make boot loader autoload a kernel module corresponding
|
|
|
|
to the root file system type. [ad 20081119]
|
|
|
|
module: Make the emulations, exec formats, coredump, NFS, and
|
|
|
|
the NFS server into modules. [ad 20081119]
|
2008-12-06 07:45:05 +03:00
|
|
|
rump(3): Move VFS functionality away from librump to a new library:
|
2008-11-21 14:19:07 +03:00
|
|
|
librumpvfs [pooka 20081119]
|
2008-12-07 13:34:52 +03:00
|
|
|
kernel, libc: Add new ptree (Patricia / RADIX tree) implementation.
|
|
|
|
[matt 20081120]
|
|
|
|
i386: Switch the i386 installation CDs away from RAM disks and
|
|
|
|
instead use the CD-ROM as the root file system. [ad 20081121]
|
|
|
|
i386: Remove most compat and file system options from GENERIC
|
|
|
|
since they are also provided by modules. [ad 20081122]
|
|
|
|
nfs: Avoid noisy nfs_timer/nfs_reply DEBUG output that occurs
|
|
|
|
when the NFS server goes away. [mrg 20081123]
|
|
|
|
compat_osf1(8): Add getpgid, needed for Tru64 4.0g ksh.
|
|
|
|
[njoly 20081124]
|
|
|
|
module: Make PPP compressors modules. [cube 20081125]
|
|
|
|
i386: Make pxeboot(8) understand boot.cfg(5). [ad 20081125]
|
|
|
|
agp(4): Add support for the Intel G45 AGP. [christos 20081129]
|
|
|
|
compat_osf1(8): Fix getdirentries(2). [njoly 20081202]
|
|
|
|
module: Add a couple of sysctl(8) entries, kern.module.autoload and
|
|
|
|
kern.module.verbose. [ad 20081203]
|
|
|
|
module: Add a layerfs module. [ad 20081205]
|
2008-12-07 19:59:01 +03:00
|
|
|
libc: Add fdopendir(3), from Solaris/Linux. [ad 20081205]
|
2008-12-07 13:34:52 +03:00
|
|
|
compat_linux32: Add getresuid() and getresgid() syscalls.
|
|
|
|
[njoly 20081205]
|
|
|
|
ddb(4): Add 'show vmem' and 'show all vmems' commands.
|
|
|
|
[cegger 20081207]
|
2009-01-18 07:02:59 +03:00
|
|
|
re(4): Add support for a 8168C/8111C revision. [alc 20081208]
|
|
|
|
tab(1): Add tabs utility, fixes PR bin/11227. [roy 20081211]
|
|
|
|
httpd(8): Add rc.d script to control httpd daemon. [mishka 20081211]
|
2008-12-13 22:50:49 +03:00
|
|
|
ath(4): Switch from the binary HAL to the open-source HAL released by
|
|
|
|
Sam Leffler. [alc 20081211]
|
2009-01-18 07:02:59 +03:00
|
|
|
compat_linux32: Add clock_nanosleep syscall. [njoly 20081212]
|
|
|
|
boot.cfg(5): Add an option to clear the screen. [christos 20081213]
|
2008-12-14 03:53:09 +03:00
|
|
|
pms(4): Add Elantech multi-touch trackpad support [jmcneill 20081213]
|
2009-01-18 07:02:59 +03:00
|
|
|
sparc: Switch to use wscons. [macallan 20081213]
|
|
|
|
snprintb(3), kprintf(9): Share snprintb(3) among kernel and libutil
|
|
|
|
and make it supersede bitmask_snprintf(9). [christos 20081216]
|
|
|
|
sup(1): Add -M user flag to specify the username to send mail to from
|
|
|
|
the command line. [christos 20081217]
|
|
|
|
malloc(9): Remove MALLOC() and FREE() macros. [cegger 20081217]
|
2008-12-20 16:50:20 +03:00
|
|
|
x68k: pow(4) switches to use MI powerd(8) [isaki 20081220]
|
2009-01-18 07:02:59 +03:00
|
|
|
viaide(4): Add VT8237S Integrated SATA Controller support.
|
|
|
|
[nonaka 20081221]
|
2008-12-22 05:23:05 +03:00
|
|
|
lvm: Add LVM functionality to NetBSD; this is done by dm(4) driver
|
|
|
|
in kernel and lvm2 tools made by RedHat. We use the same well
|
2008-12-28 18:23:00 +03:00
|
|
|
known interface as Linux does for managing LVM. [haad 20081222]
|
|
|
|
gcscaudio(4): Add AMD Geode CS5536 audio driver, from SHIMIZU Ryo.
|
|
|
|
[jmcneill 20081228]
|
2009-05-28 21:35:22 +04:00
|
|
|
rump: i386 and amd64 can use kernel module binaries [pooka 20081230]
|
2009-01-18 07:02:59 +03:00
|
|
|
mount_cd9660(8): Add nocasetrans option as a synonym for nomaplcase.
|
|
|
|
[christos 20090103]
|
|
|
|
rc.d(8): Add a script for rndctl(8). [apb 20090104]
|
|
|
|
module: Add sysvbfs module. [pooka 20090105]
|
2009-02-07 19:43:45 +03:00
|
|
|
bwi(4): Add a driver for Broadcom AirForce / Apple Airport Extreme
|
2009-01-10 00:03:39 +03:00
|
|
|
wireless network controllers. From Taylor Campbell.
|
|
|
|
[macallan 20090109]
|
2009-01-10 01:16:01 +03:00
|
|
|
rgephy(4): Support for RTL8211C(L) phy. From FreeBSD. [cegger 20090109]
|
|
|
|
rgephy(4): Support for flow control. From OpenBSD. [cegger 20090109]
|
2009-01-18 07:02:59 +03:00
|
|
|
makefs(8): Add support for encoding RISC OS metadata into
|
2009-03-07 02:48:08 +03:00
|
|
|
ISO 9660 file systems. [bjh21 20090110]
|
2009-01-18 07:02:59 +03:00
|
|
|
time_t, dev_t: Change time_t and dev_t to be 64 bit quantities. Fixed
|
|
|
|
POSIX issues in timeval and timespec. [christos 20090110]
|
2009-01-12 00:58:00 +03:00
|
|
|
make(1): Changes to the way .for loops are processed. [dsl 20090111]
|
2009-01-18 07:02:59 +03:00
|
|
|
openpgpsdk: Initial import of openpgpsdk v0.9. [agc 20090112]
|
2009-03-07 02:48:08 +03:00
|
|
|
age(4): Add a driver for Attensic/Atheros L1 Gigabit Ethernet.
|
2009-01-17 00:33:15 +03:00
|
|
|
From FreeBSD via OpenBSD. [cegger 20090116]
|
|
|
|
atphy(4): Add a driver for Attensic/Atheros F1 PHY.
|
|
|
|
From FreeBSD via OpenBSD. [cegger 20090116]
|
2009-01-19 10:20:38 +03:00
|
|
|
atf(7): Import 0.6. [jmmv 20090119]
|
2009-03-07 02:48:08 +03:00
|
|
|
msdosfs: The default behavior when mounting empty file systems has
|
2009-01-23 16:12:36 +03:00
|
|
|
been changed. Previously, msdosfs would assume the -s flag
|
|
|
|
(short filenames) in this case; now msdosfs will assume the
|
2009-01-24 01:48:02 +03:00
|
|
|
-l flag (long filenames). [jmcneill 20090122]
|
2009-01-24 04:22:15 +03:00
|
|
|
openpgpsdk: Imported openpgpsdk 0.9 library (BSD-licensed) into
|
|
|
|
src/crypto/external. The command-line driver program, openpgp,
|
|
|
|
which is shipped with it has been mostly rewritten to be more
|
|
|
|
user-friendly. [agc 20090123]
|
2009-01-24 20:26:58 +03:00
|
|
|
X11: added support for X11FLAVOUR=xorg for NetBSD/alpha. No support
|
|
|
|
for turbochannel graphic cards yet. [bouyer 20090124]
|
2009-05-05 20:05:51 +04:00
|
|
|
kernel: Add support for loading pseudo-device drivers. [haad 20090202]
|
|
|
|
module: Add a module for vnd(4) driver. [haad 20090205]
|
|
|
|
dkctl(8): Display cache, strategy, and list of wedges if no command
|
|
|
|
is specified in the command line. [uebayasi 20090207]
|
2009-02-08 22:56:10 +03:00
|
|
|
udf, mount_udf(8): add support for session opening/closing on
|
|
|
|
sequential media. Media can be closed on request on unmount by
|
|
|
|
passing the '-c' flag as mount option. [reinoud 20090208]
|
2009-05-05 20:05:51 +04:00
|
|
|
libc: Add RFC 2045 MIME Quoted-Printable support. [christos 20090210]
|
|
|
|
sgimips: Add Personal IRIS 4D/20 and 4D/25 (IP6 and IP10) support.
|
|
|
|
[rumble 20090212]
|
|
|
|
sk(4): Add support for flow control. [cegger 20090212]
|
|
|
|
nfe(4): Add support for flow control for MCP65. [cegger 20090212]
|
2009-02-13 01:56:26 +03:00
|
|
|
share/mk: Enable -Wsign-compare for $WARNS>=4. [lukem 20090212]
|
2009-02-13 08:25:47 +03:00
|
|
|
tests: Converted the awk, basename, bzip2, config, cut, dirname, grep,
|
2009-02-14 00:00:41 +03:00
|
|
|
gzip, libcrypto, m4, make and sdiff tests to ATF. Initial
|
|
|
|
work from the GSoC 2008 project by Lukasz Strzygowski.
|
|
|
|
[jmmv 20090213]
|
2009-05-05 20:05:51 +04:00
|
|
|
libfetch: Import libfetch-2.22. [joerg 20090214]
|
2009-02-16 23:58:29 +03:00
|
|
|
openssh: Import 5.1. [christos 20090216]
|
2009-02-17 01:49:29 +03:00
|
|
|
amd64, i386: The bootloader has been enhanced to support framebuffer
|
|
|
|
consoles using VESA BIOS extensions. These changes allow the
|
|
|
|
x86 ports to work with the genfb(4) driver, and obsoletes
|
|
|
|
the i386-only vesafb(4) driver. [jmcneill 20090216]
|
2009-05-05 20:05:51 +04:00
|
|
|
lvm: Import new lvm2tools 2.02.44 version and libdevmapper 1.02.30.
|
|
|
|
[haad 20090218]
|
|
|
|
compat_linux(8), compat_linux32: Add IPC_64 support for all shmctl(2)
|
|
|
|
commands, not only for STAT/SET. [njoly 20090218]
|
2009-02-19 04:01:04 +03:00
|
|
|
i386: The vesafb(4) driver has been retired. [jmcneill 20090218]
|
2009-02-21 00:47:42 +03:00
|
|
|
tests: Converted some of the kernel tests, including kqueue and ipf,
|
|
|
|
to ATF. Initial work from the GSoC 2008 project by Lukasz
|
|
|
|
Strzygowski. [jmmv 20090220]
|
2009-02-21 13:17:36 +03:00
|
|
|
dhcpcd(8): Import dhcpcd-4.0.11. [roy 20090221]
|
2009-02-22 23:28:05 +03:00
|
|
|
softdep: The soft dependences / soft updates feature of the fast
|
|
|
|
file system (FFS) has been supplanted by meta data
|
2009-03-07 02:48:08 +03:00
|
|
|
journaling (logging). Logging provides better reliability
|
2009-02-22 23:28:05 +03:00
|
|
|
and better performance for most applications. Soft
|
|
|
|
dependencies will no longer be available from NetBSD 6.0
|
|
|
|
onwards. We encourage users to enable logging on FFS file
|
|
|
|
systems. [ad 20090222]
|
2009-07-10 01:53:08 +04:00
|
|
|
i386, amd64: ucas (CAS for user-space address) support for i386/amd64.
|
|
|
|
[rmind 20090223]
|
2009-02-26 16:59:17 +03:00
|
|
|
dhcpcd(8): Import dhcpcd-4.0.12. [roy 20090226]
|
2009-05-05 20:05:51 +04:00
|
|
|
evbarm: Improved support for GPIO support on the EP93xx ARM processors.
|
|
|
|
[kenh 20090227]
|
|
|
|
ext2fs: Add support for >128 byte inode. From Frederic Sausmikat.
|
|
|
|
[christos 20090301]
|
|
|
|
zaurus: Add zboot from OpenBSD. [nonaka 20090302]
|
2009-03-05 22:58:08 +03:00
|
|
|
xen: Add PCI pass-through support for Xen3. domain0 kernel gets a
|
|
|
|
pciback PCI drivers, to which device specified in the
|
|
|
|
pciback.hide boot parameter will attach.
|
2009-03-07 02:48:08 +03:00
|
|
|
DomU kernels gets a xpci device, to which PCI buses
|
2009-03-05 22:58:08 +03:00
|
|
|
will attach. [bouyer 20090305]
|
2009-10-02 11:17:16 +04:00
|
|
|
xen: Add XEN3PAE_DOM0, an i386 domain0 kernel with PAE support.
|
|
|
|
requires an i386PAE or x86_64 hypervisor. [bouyer 20090305]
|
2009-05-05 20:05:51 +04:00
|
|
|
ar(1): Add support to ar(1) for 'deterministic mode'.
|
|
|
|
[christos 20090306]
|
2009-03-07 00:28:44 +03:00
|
|
|
kernel: Compute kern.ipc.shmmaxpgs on startup based on physical
|
2009-03-07 02:48:08 +03:00
|
|
|
memory. Default can be overridden via sysctl. [joerg 20090306]
|
2009-03-08 07:54:56 +03:00
|
|
|
fxp(4): Add TCPv4/UDPv4 RX hardware checksum support for i82559 and
|
|
|
|
later chips. [tsutsui 20090307]
|
2009-03-08 01:08:19 +03:00
|
|
|
crash(8): Add a new utility to diagnose kernel crashes. Based upon
|
|
|
|
the in-kernel debugger (ddb). [ad 20090307]
|
2009-05-05 20:05:51 +04:00
|
|
|
piixide(4): Add support for 82965PM. [christos 20090309]
|
|
|
|
libfetch: Import libfetch-2.23. [joerg 20090310]
|
|
|
|
wm(4): Add support for 82567LF-3, and fix register access for ICH10DO.
|
|
|
|
[msaitoh 20090310]
|
|
|
|
module: Add tprof modules. [yamt 20090310]
|
|
|
|
zaurus: Add kloader(4) support. [nonaka 20090311]
|
|
|
|
altmem(4): Add 'alternative memory' disk device driver.
|
|
|
|
[jmcneill 20090312]
|
2009-05-05 20:11:31 +04:00
|
|
|
zaurus: Add only playback support to zaudio(4). [nonaka 20090313]
|
2009-05-05 20:05:51 +04:00
|
|
|
vnd(4): Implement DIOCCACHESYNC ioctl. [christos 20090314]
|
2009-03-16 15:16:44 +03:00
|
|
|
sgimips: Add TCPv4/UDPv4 RX hardware checksum support for mec(4)
|
|
|
|
Ethernet on O2. [tsutsui 20090316]
|
2009-05-05 20:05:51 +04:00
|
|
|
zoneinfo: Import tzdata2009c. [kleink 20090316]
|
2009-03-21 00:17:00 +03:00
|
|
|
am-utils: Import latest from head; adds udf support amd -uu
|
|
|
|
[christos 20090320]
|
2009-05-05 20:05:51 +04:00
|
|
|
re(4): Add hardware checksum support for newer PCIe 8168C/8111C/8102E
|
|
|
|
chips. [tsutsui 20090321]
|
|
|
|
eject(1): Turn on amd(8) support for eject. [christos 20090323]
|
|
|
|
i386: Use "i486" as GNU_ARCH for i386. [drochner 20090327]
|
2009-03-29 14:56:43 +04:00
|
|
|
kmem_alloc(9): Add more extensive runtime debugging facilities.
|
|
|
|
[ad 20090329]
|
2009-05-05 20:05:51 +04:00
|
|
|
wm(4): Add workaround for 82543GC. [msaitoh 20090329]
|
|
|
|
wm(4): Enable hardware vlan(4) support. [darran 20090331]
|
|
|
|
amd64, i386: Default to UFS2 on sysinst(8). [ad 20090404]
|
2009-05-09 05:58:02 +04:00
|
|
|
sysinst(8): Default to wapbl(4) log for ufs partitions. [ad 20090404]
|
2009-05-05 20:05:51 +04:00
|
|
|
pckbd(4): Add a Czech keyboard layout. [mkirby 20090406]
|
|
|
|
sysinst(8): Make installer reject UFS2 for root partition on ports
|
|
|
|
whose bootloaders don't support UFS2 boot. [tsutsui 20090407]
|
2009-04-21 17:04:57 +04:00
|
|
|
cvs(1): Import 1.12.13 [christos 20090408]
|
2009-05-05 20:05:51 +04:00
|
|
|
libc: Add glob_pattern_p(3) for new cvs(1). [christos 20090408]
|
2009-04-11 19:01:52 +04:00
|
|
|
mtree(8): Add -S option to sort entries. [apb 20090408]
|
2009-05-05 20:05:51 +04:00
|
|
|
newfs_sysvbfs(8): Add support creating a file system to a regular file.
|
|
|
|
[pooka 20090409]
|
|
|
|
libc: Add memrchr(3). [christos 20090410]
|
2009-07-29 01:23:47 +04:00
|
|
|
bind: Update to 9.6.1-b1. Full NSEC3 support, automatic zone
|
2009-04-21 17:01:47 +04:00
|
|
|
re-signing, new update-policy methods tcp-self and 6to4-self,
|
|
|
|
unbundle libbind, change the default pid file location from
|
|
|
|
/var/run to /var/run/{named,lwresd} for improved chroot/setuid
|
|
|
|
support. [christos 20090412]
|
2009-04-12 21:32:41 +04:00
|
|
|
libbind: Update to 6.0-rc1. Use md5 for randomid instead of
|
2009-04-21 17:01:47 +04:00
|
|
|
sequential id, add suppport for DS, SSHFP, RRSIG, NSEC, DNSKEY,
|
2009-04-21 17:04:57 +04:00
|
|
|
DHCID, NSEC3, NSEC3PARAM, HIP and DLV, various new API
|
2009-04-21 17:01:47 +04:00
|
|
|
functions. [christos 20090412]
|
2009-05-05 20:05:51 +04:00
|
|
|
re(4): Add support for RTL8168CP and RTL8168D. [tsutsui 20090413]
|
2009-04-21 17:04:57 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-4.0.13 [roy 20090417]
|
2009-05-05 20:11:31 +04:00
|
|
|
zaurus: Add recoding support to zaudio(4). [nonaka 20090418]
|
2009-05-05 20:05:51 +04:00
|
|
|
httpd(8): Import bozohttpd-20090418. [mrg 20090418]
|
|
|
|
bge(4): Add misc quirk code for chip specific bugs.
|
|
|
|
From FreeBSD and OpenBSD. [msaitoh 20090419]
|
|
|
|
queue(3): Add SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,
|
|
|
|
SIMPLEQ_CONCAT, and SIMPLEQ_LAST. [mschuett 20090420]
|
2009-04-21 00:19:17 +04:00
|
|
|
ale(4): Add a driver for Attensic/Atheros L1E Gigabit Ethernet.
|
2009-04-21 07:01:38 +04:00
|
|
|
From OpenBSD and improvements from Kevin Lahey.
|
|
|
|
[cegger 20090420]
|
|
|
|
sdmmc(4): Add a driver for SD/MMC from OpenBSD. [nonaka 20090421]
|
2009-05-05 20:05:51 +04:00
|
|
|
landisk: Add UFS2 boot support. [tsutsui 20090421]
|
|
|
|
pmax: Add UFS2 boot support. [tsutsui 20090421]
|
|
|
|
uftdi(4): Add support for USB serial adapter REX-USB60F.
|
|
|
|
[taca 20090421]
|
|
|
|
netpgp: Import netpgp. This is a heavily-modified version of
|
|
|
|
openpgpsdk, and will replace it. [agc 20090423]
|
|
|
|
landisk: Enable to build a bootable install disk image.
|
|
|
|
[tsutsui 20090423]
|
|
|
|
compat_linux(8): Add IPC_64 support for all semctl(2)/msgctl(2).
|
|
|
|
[njoly 20090423]
|
2009-04-24 00:48:09 +04:00
|
|
|
zx(4): Add wscons support [macallan 20090423]
|
2009-05-05 20:05:51 +04:00
|
|
|
compat_linux32: Add IPC_64 support for all semctl(2),
|
|
|
|
following corresponding compat_linux(8) change.
|
|
|
|
[njoly 20090427]
|
2009-04-29 02:31:52 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-5.0.0. [roy 20090428]
|
2009-05-05 20:05:51 +04:00
|
|
|
rc.d(8): Add an rc.d script for dhcpcd(8). [roy 20090428]
|
|
|
|
ichlpcib(4): Attach 82801IEM LPC Interface Bridge too. [njoly 20090429]
|
2009-05-28 21:35:22 +04:00
|
|
|
rump: Add support for remote system calls [pooka 20090429]
|
2009-05-05 20:05:51 +04:00
|
|
|
sh3: Add some support for SH7706. [nonaka 20090430]
|
2009-05-02 00:53:19 +04:00
|
|
|
hppa: Merge the nick-hppapmap branch which includes a port of the
|
|
|
|
OpenBSD pmap, improves support for machines without the
|
2009-05-05 20:05:51 +04:00
|
|
|
PA7100LC or PA7300LC CPUs, and much more. [skrll 20090430]
|
|
|
|
libc: Add stpcpy(3), stpncpy(3), strnlen(3), all from FreeBSD.
|
|
|
|
[perry 20090501]
|
2009-05-02 00:53:19 +04:00
|
|
|
install(1): Add support for writing sha256, sha384, or sha512 hashes
|
|
|
|
to a METALOG. [apb 20090501]
|
|
|
|
build: Use sha256 instead of sha1 hashes in METALOG and
|
|
|
|
/etc/mtree/set.* files. [apb 20090501]
|
2009-05-03 10:52:44 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-5.0.1 [roy 20090503]
|
2009-05-05 20:05:51 +04:00
|
|
|
hp700: Enable support for UFS2 boot. [tsutsui 20090503]
|
2009-05-09 05:58:02 +04:00
|
|
|
rpcgen(1): Add support for hyper and quad keywords. [ginsbach 20090506]
|
2009-05-09 00:18:10 +04:00
|
|
|
apropos(1): Add -S and -s support, for searching by machine and
|
|
|
|
section [wiz 20090508]
|
2009-05-08 21:49:18 +04:00
|
|
|
file(1): Import 5.03 [christos 20090508]
|
2009-07-10 16:23:06 +04:00
|
|
|
hp700: ucas (CAS for user-space address) support for hp700.
|
|
|
|
[skrll 20090508]
|
2009-05-10 20:54:00 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-5.0.2 [roy 20090510]
|
2009-05-11 14:10:13 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-5.0.3 [roy 20090511]
|
2009-08-27 18:29:22 +04:00
|
|
|
bluetooth(3): Update the Bluetooth service discovery API and merge it
|
2009-05-13 02:07:02 +04:00
|
|
|
into libbluetooth, retiring the separate libsdp.
|
|
|
|
[plunky 20090512]
|
2009-05-14 20:28:05 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-5.0.4 [roy 20090514]
|
2009-05-24 06:36:57 +04:00
|
|
|
libc: Add the getdate(3) and getdate_err value, conforming to
|
|
|
|
IEEE Std 1003.1 (``POSIX.1'') and the Open Group Base
|
|
|
|
Specifications X/Open System Interfaces extension (``XSI'').
|
|
|
|
[ginsbach 20090514]
|
2009-05-18 10:20:02 +04:00
|
|
|
hp700: com at dino now works [skrll 20090518]
|
2009-05-23 11:12:39 +04:00
|
|
|
httpd(8): Import bozohttpd-20090522. [mrg 20090522]
|
2009-05-24 06:36:57 +04:00
|
|
|
libc: Add %s (seconds since the Epoch) to strptime(3) for symmetry
|
|
|
|
with strftime(3). [ginsbach 20090524]
|
2009-05-25 01:42:39 +04:00
|
|
|
kernel: File descriptor access performance improvements.
|
|
|
|
[ad 20090524]
|
2009-07-10 01:53:08 +04:00
|
|
|
i386, amd64: CPU topology detection support for AMD processors.
|
|
|
|
[rmind 20090526]
|
2009-05-28 21:35:22 +04:00
|
|
|
rumpnet: Add IPv6 support [pooka 20090527]
|
2009-06-08 02:52:50 +04:00
|
|
|
agr(4): Add support for layering vlans on top. Also allow LACP
|
|
|
|
to be disabled. [darran 20090529]
|
2009-06-11 11:08:59 +04:00
|
|
|
openssh: Import 5.2. [christos 20090607]
|
2009-06-10 07:28:22 +04:00
|
|
|
module: Add the capability to read an <module>.prop associated
|
|
|
|
with a module and merge a plist passed in by modload(8).
|
|
|
|
Also, add MODCTL_NO_PROP flag to prevent loading
|
2009-06-11 11:08:59 +04:00
|
|
|
<module>.prop. [jnemeth 20090609]
|
2009-06-10 07:28:22 +04:00
|
|
|
modload(8): Add various flags to assist in the creation and
|
|
|
|
maintenance of <module>.prop and/or to set MODCTL_NO_PROP.
|
2009-06-11 11:08:59 +04:00
|
|
|
[jnemeth 20090609]
|
2009-06-13 16:02:07 +04:00
|
|
|
ntp: Import ntp-4-2-4p7. [kardel 20090613]
|
2009-06-15 16:58:24 +04:00
|
|
|
ehci(4): Add quirk for SB600/SB700 chipsets to workaround freeze
|
|
|
|
in USB subsystem. [cegger 20090615]
|
2009-06-19 08:46:14 +04:00
|
|
|
drm(4): Update to mesa-drm 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c.
|
|
|
|
[mrg 20090619]
|
2009-06-23 22:00:11 +04:00
|
|
|
postfix(1): Import version 2.6.2 [tron 20090623]
|
2009-06-26 10:41:08 +04:00
|
|
|
wake(8): New command to send Wake-on-LAN packets to machines on
|
|
|
|
the local Ethernet. [mbalmer 20090625]
|
2009-07-14 22:25:54 +04:00
|
|
|
cpu_reboot(9): tear down stacks of (pseudo-)devices and
|
|
|
|
filesystems in an orderly fashion during shutdown,
|
|
|
|
detaching the devices and unmounting the filesystems.
|
|
|
|
i386 and sparc64 are finished. [dyoung 20090625]
|
2009-07-10 01:53:08 +04:00
|
|
|
kernel: Ephemeral mapping (emap) implementation, i386/amd64 support.
|
|
|
|
[rmind 20090628]
|
2009-07-04 03:03:08 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-5.0.5 [roy 20090704]
|
2009-07-09 02:36:29 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-5.0.6 [roy 20090708]
|
2009-07-20 03:29:31 +04:00
|
|
|
sysmon_envsys(8): Enhancements to allow access to driver-internal
|
2009-07-10 19:59:38 +04:00
|
|
|
limit values [pgoyette 20090710]
|
2009-07-14 02:25:30 +04:00
|
|
|
libc: Add getdelim(3) and getline(3) conforming to
|
2009-07-14 09:58:15 +04:00
|
|
|
IEEE Std 1003.1-2008 (``POSIX.1'') [roy 20090713]
|
2009-07-20 03:11:19 +04:00
|
|
|
ip(4): Add IP_RECVTTL option to let recvmsg(2) return the TTL
|
2009-07-20 03:29:31 +04:00
|
|
|
of the received datagram. [minskim 20090716]
|
2009-07-20 03:11:19 +04:00
|
|
|
ip(4): Add IP_MINTTL option to discard packets with a TTL
|
2009-07-20 03:29:31 +04:00
|
|
|
lower than the option value. [minskim 20090717]
|
2009-08-27 18:29:22 +04:00
|
|
|
openssl(1): Import SNAP-20090710 under the new crypto/external
|
2009-07-20 03:42:58 +04:00
|
|
|
framework [christos 20090719]
|
2009-07-25 20:39:16 +04:00
|
|
|
gpio(4): Complete rework to integrate with kauth(9), allow for
|
|
|
|
runtime driver attachment, naming of individual pins.
|
|
|
|
[mbalmer 20090725]
|
|
|
|
gpiosim(4): New driver for development/testing purposes to simulate
|
|
|
|
a gpio(4) device.
|
|
|
|
[mbalmer 20090725]
|
|
|
|
gpioctl(8): New commandline syntax to reflect gpio(4) changes.
|
|
|
|
[mbalmer 20090725]
|
|
|
|
secmodel_44bsd(9), secmodel_securelevel(9): Add provisions to control
|
2009-08-04 21:21:14 +04:00
|
|
|
access to gpio(4) pins. [mbalmer 20090725]
|
2009-07-27 16:34:12 +04:00
|
|
|
mvsata(4): Support Marvell Hercules-I/II SATA Controllers
|
2009-08-03 23:48:36 +04:00
|
|
|
[kiyohara 20090727]
|
2009-07-29 01:05:36 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-5.0.7. [roy 20090728]
|
2009-07-29 01:23:47 +04:00
|
|
|
bind: Update to 9.6.1-P1. [christos 20090728]
|
2009-07-29 16:04:14 +04:00
|
|
|
xen: dropped Xen 2 support. [cegger 20090728]
|
2009-08-03 20:05:11 +04:00
|
|
|
libbluetooth: add device access API bt_dev(3). [plunky 20090803]
|
2009-08-04 21:11:14 +04:00
|
|
|
acpi(4): It is now possible to configure devices other than the lid
|
|
|
|
switch and sleep/power buttons as a method of waking the
|
|
|
|
machine from sleep. Any ACPI device node with a _PRW method
|
|
|
|
is now a candidate, and the device nodes are listed in the
|
|
|
|
hw.wake namespace. By default, the following device node
|
|
|
|
types are enabled as wakeup devices if the firmware supports
|
|
|
|
it: lid switch, sleep/power button, PC keyboard controller.
|
2009-08-04 21:21:14 +04:00
|
|
|
[jmcneill 20090804]
|
2009-08-27 18:29:22 +04:00
|
|
|
openssl(1): Import SNAP-20090805 to fix the namespace issues
|
2009-08-05 23:10:56 +04:00
|
|
|
(BLOCK, CSTRING, etc) [christos 20090805]
|
2009-08-08 15:50:18 +04:00
|
|
|
tcx(8): support wsdisplay and acceleration [macallan 20090806]
|
2009-08-09 14:00:34 +04:00
|
|
|
zfs: Import OpenSolaris zfs source code to NetBSD, add NetBSD
|
2009-08-27 18:29:22 +04:00
|
|
|
patches. [haad 20090808]
|
2009-08-09 12:53:58 +04:00
|
|
|
gpioiic(4): New driver to create an I2C bus using GPIO pins in
|
|
|
|
bit-banging mode. [mbalmer 20090809]
|
2009-08-12 23:43:00 +04:00
|
|
|
voyagerfb(8): a driver for the Gdium Liberty 1000's video controller
|
|
|
|
[macallan 20090812]
|
2009-08-27 18:29:22 +04:00
|
|
|
mips: removed a.out support [matt 20090812]
|
2009-08-15 12:32:52 +04:00
|
|
|
secmode_keylock, keylock, gpiolock(4): Add support for multi-position
|
|
|
|
keylocks. [mbalmer 20090814]
|
2009-08-15 20:35:41 +04:00
|
|
|
nbperf(1): A minimal perfect hash function generator. [joerg 20090815]
|
2009-08-18 20:49:24 +04:00
|
|
|
acpi(4): Updated ACPICA to 20090730. This release includes full
|
|
|
|
support for the ACPI 4.0 specification. [jmcneill 20090818]
|
2009-08-19 03:46:05 +04:00
|
|
|
iasl(1): The ACPICA ASL (ACPI Source Language) compiler/decompiler
|
|
|
|
is now included with i386 and amd64 installations.
|
|
|
|
[jmcneill 20090818]
|
2009-08-24 06:21:26 +04:00
|
|
|
amd64, i386: Suspend and resume is now supported when using the
|
|
|
|
genfb(4) display driver. [jmcneill 20090823]
|
2009-08-27 08:17:50 +04:00
|
|
|
suntcx(4): imported the xf86-video-suntcx driver and added hardware
|
|
|
|
acceleration [macallan 20090827]
|
2009-08-31 23:06:25 +04:00
|
|
|
postfix(1): Import version 2.6.5 [tron 20090831]
|
2009-09-03 20:53:10 +04:00
|
|
|
unzip(1): A libarchive-based unzip frontend, emulating most of
|
|
|
|
infozip's command line. [joerg 20090903]
|
2009-09-06 02:40:33 +04:00
|
|
|
sunleo(4): imported the xf86-video-sunleo 1.2.0 driver from Xorg
|
|
|
|
[macallan 20090905]
|
2009-09-06 21:25:55 +04:00
|
|
|
hdaudio(4): New standards-compliant Intel High Definition Audio driver
|
|
|
|
written to replace azalia(4). [sborrill 20090906]
|
2009-09-07 08:23:29 +04:00
|
|
|
sets: Move kernel modules out of base.tgz and into a new modules.tgz.
|
|
|
|
[jnemeth 20090907]
|
|
|
|
sysinst(8): Install the new modules.tgz set. [jnemeth 20090907]
|
|
|
|
build.sh: Add a modules operation which builds kernel modules and
|
|
|
|
installs them into DESTDIR. [jnemeth 20090907]
|
2009-09-11 22:14:58 +04:00
|
|
|
sysctl(7): Add kern.boothowto variable. [apb 20090911]
|
2009-09-11 22:17:04 +04:00
|
|
|
rc(8): Output is now logged to /var/run/rc.log. A new rc_silent
|
2009-09-13 02:22:33 +04:00
|
|
|
option suppresses output to the console; it can be set
|
|
|
|
in rc.conf(5) or by booting in silent mode (e.g. "boot
|
|
|
|
netbsd -z" on i386 or amd64). [apb 20090911]
|
2009-09-15 14:42:40 +04:00
|
|
|
pfsync(4): PFSYNC from OpenBSD 4.2 imported [degroote 20090914]
|
2009-09-26 03:15:53 +04:00
|
|
|
xen: add support for feature-flush-cache in block device backend.
|
|
|
|
Use it in block device frontend for DIOCCACHESYNC.
|
|
|
|
[bouyer 20090923]
|
2009-09-26 01:14:13 +04:00
|
|
|
gpio(4): Add the GPIO_PIN_PULSATE attribute to let a pin pulsate at
|
|
|
|
a hardware defined frequency and duty cycle. [mbalmer 20090925]
|
|
|
|
gpioctl(8): Support the new GPIO_PIN_PULSATE attribute for pins using
|
|
|
|
the "pulsate" keyword. [mbalmer 20090925]
|
2009-09-26 03:15:53 +04:00
|
|
|
xen: add support for request-rx-copy in the virtual network device
|
2009-09-27 20:10:15 +04:00
|
|
|
backend. This is required by recent Xen linux kernels.
|
|
|
|
[bouyer 20090925]
|
2009-09-27 22:00:58 +04:00
|
|
|
ichlpcib(4): Add gpio(4) support. [jakllsch 20090927]
|
2009-10-01 00:54:56 +04:00
|
|
|
wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
|
|
|
|
[jmcneill 20090930]
|
2009-10-01 04:25:14 +04:00
|
|
|
mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1
|
2009-10-02 08:26:52 +04:00
|
|
|
[tsarna 20090929]
|
2009-10-02 19:12:48 +04:00
|
|
|
lom(4), sparc64: Add a driver for LOMlite lights out management
|
|
|
|
hardware monitor and watchdog timer. [nakayama 20091002]
|
2009-10-02 20:19:19 +04:00
|
|
|
i386: Add support for enhanced speedstep on VIA C7 Esther CPUs.
|
|
|
|
[jmcneill 20091002]
|
2009-10-02 20:57:22 +04:00
|
|
|
acpiwmi(4): Add a driver for the ACPI WMI Mapper interface.
|
|
|
|
[jmcneill 20091002]
|
2009-10-02 22:52:13 +04:00
|
|
|
i386: Add support for VIA C7 temperature sensors. [jmcneill 20091002]
|
2009-10-03 01:44:02 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-5.1.1. [roy 20091002]
|
2009-10-05 02:11:39 +04:00
|
|
|
libm(3): Add f{dim,max,min}{,f,l} from FreeBSD [christos 20091004]
|
2009-10-07 12:47:47 +04:00
|
|
|
man(1): Display manpage when specified with a path [cegger 20091007]
|
2009-10-11 12:57:54 +04:00
|
|
|
hdaudioctl(8): Add tool to manipulate hdaudio(4) devices
|
|
|
|
[sborrill 20091011]
|
2009-10-17 01:59:40 +04:00
|
|
|
dhcpcd(8): Import dhcpcd-5.1.2. [roy 20091016]
|
2009-10-18 16:13:49 +04:00
|
|
|
sysinst(8): Give the option to use tmpfs for /tmp in sysinst instead of
|
|
|
|
the older mfs on i386 and amd64. [ahoka 20091018]
|
2009-10-22 01:28:36 +04:00
|
|
|
kernel: Remove support for uarea swap-out. [rmind 20091021]
|
2009-10-26 04:33:28 +03:00
|
|
|
bind: Update to 9.7.0-b1. [christos 20091024]
|
2009-10-26 02:42:58 +03:00
|
|
|
dhcpcd(8): Import dhcpcd-5.1.3. [roy 20091025]
|
2009-10-26 04:33:28 +03:00
|
|
|
flex(1): Import flex-2.5.35 [christos 20091025]
|
2009-10-26 05:51:01 +03:00
|
|
|
routed(8): Merge 2.32 changes [christos 20091025]
|
2009-10-27 00:35:51 +03:00
|
|
|
m4(1): Import the OpenBSD one since it implements features from gm4
|
|
|
|
that the new flex wants [christos 20091026]
|
2009-10-29 03:58:06 +03:00
|
|
|
yacc(1): Import byacc-20091028 [christos 20091028]
|
2009-10-29 06:38:11 +03:00
|
|
|
pm2fb: A driver for Permedia2-based graphics cards like Sun's PGX32
|
|
|
|
[macallan 20091028]
|
2009-11-11 02:16:20 +03:00
|
|
|
xf86-video-igs: an Xorg driver for IGS CyberPro 20x0 graphics
|
|
|
|
controllers, currently only for rev. 5 sharks
|
|
|
|
[macallan 20091110]
|
2009-11-17 22:19:21 +03:00
|
|
|
raid(4): RAIDframe parity maps, which greatly improve parity rewrite
|
|
|
|
times after unclean shutdown; jld's GSoC 2009 project.
|
|
|
|
[jld 20091117]
|
2009-11-19 02:13:09 +03:00
|
|
|
bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips.
|
|
|
|
[bouyer 20091118]
|