Commit Graph

1210 Commits

Author SHA1 Message Date
jmcneill ea69d61f1d Added PCI_BUS_FIXUP and PCI_ADDR_FIXUP support for amd64. 2008-05-18 02:07:20 +00:00
chuck 837e658d7e note change to ypserv to avoid DNS timeouts blocking NIS service. 2008-05-17 19:42:19 +00:00
bouyer aaf34eeb09 Move aac(4) entry, because of ticket pullup-4 #1143. 2008-05-17 16:32:52 +00:00
peter 38ef85727a Update to libevent 1.4.4-stable.
Reviewed by provos@
2008-05-16 20:24:57 +00:00
reinoud 4e1e69dd64 Added UDF write support. 2008-05-14 16:52:35 +00:00
tron 1fec9888f6 Mention "netgroup" support in getent(1). 2008-05-14 11:45:47 +00:00
christos 89d424a9f8 mention new openssl 2008-05-09 21:59:02 +00:00
sborrill cfe5fff059 Add support for IBM ServeRAID 8k (and 8k-l) 2008-05-08 15:33:34 +00:00
jmcneill 76b70ae0dc Note amd64 drm support. 2008-05-04 21:55:33 +00:00
cegger d9b775927c hpqlb(4): driver for HP Quick Launch buttons - found on HP Pavilion Notebooks 2008-05-01 20:18:18 +00:00
jmmv b3bc2ad3e2 Note import of ATF 0.5. 2008-05-01 15:39:43 +00:00
garbled 2faead5cd4 Note prep iso and fdc driver. Also note ofppc SMP. 2008-04-30 08:15:46 +00:00
cegger b574865ea4 gpio(4): Extend with open/close to request/release the ppbus(4) on open/close.
ppbus(4): Extend to attach on gpiobus.
From Hans Rosenfeld from tech-kern:
http://mail-index.netbsd.org/tech-kern/2008/04/28/msg001168.html
Hint: Hans sent me this diff which differs in the one from tech-kern in:
- 2-clause license
- sprinkled some consts
2008-04-29 14:07:36 +00:00
matt 41434daffd Note merge of matt-armv6 2008-04-27 19:01:19 +00:00
plunky 2d7afff292 remove obsolete TPCONS code 2008-04-23 10:11:33 +00:00
cegger 68519ac971 amdtemp(4): Driver for AMD CPU Temperature Sensors. Adopted from OpenBSD's kate(4).
Changes beyond OpenBSD's driver:
- Improved support for AMD K8
- Added support for AMD Barcelona, AMD Phenom and AMD Griffin
Tested on various single and multi-socket machines.
Review and OK xtreame
2008-04-22 22:37:12 +00:00
macallan ce0fcb9a82 mention X on rev. 4 sharks 2008-04-20 13:23:34 +00:00
jdc b39bec86b0 Document recent libcurses additions. 2008-04-14 20:45:20 +00:00
jmcneill 53d1728b52 Note ACPICA update. 2008-04-12 16:18:06 +00:00
tls 597ee710c7 Extend crypto.4 interface:
* Asynchronous operation with result retrieval via select/poll
	* Mutliple-request submit/retrieve ioctls
	* Mutliple-session create-destroy ioctls

Revise/rewrite crypto.4 manual page.  It should now be much easier to write
new applications to this API.

Measured performance for trivial requests: 84,000 very short modular math
operations/sec, 120,000 very short md5 hashes per sec (with a hardware
accellerator of moderate performance but very low latency, whose driver
will be contributed at a later date).

Contributed to TNF by Coyote Point Systems, Inc.
2008-04-10 22:48:42 +00:00
christos 2ff8572929 mention openssh 2008-04-06 23:41:22 +00:00
skrll f214b85d2b Note siop(4) at various attachments support on hp700. 2008-04-05 15:48:22 +00:00
xtraeme a68cbff5b2 Add the finsio(4) driver. This driver supports the Hardware Monitor
device in the Fintek LPC Super I/O chips, this includes the following
list:

- F71805F
- F71806F
- F71862FG
- F71872F
- F71882
- F71883F

This has been adapted from the fins(4) driver available in OpenBSD, which
only supported F71805F.

Tobias Nygren <tnn> and myself added support for the other chips; thanks go
to Tobias for testing the driver with a Fintek F71882 chip.
2008-04-03 22:46:22 +00:00
jmcneill 2b82be6063 Note additions of Realtek ALC662-GR support to azalia(4) and the new
asus(4) hotkey driver.
2008-04-01 00:16:14 +00:00
chris 745d331c98 Note addition of sysinst support for zaurus. 2008-04-01 00:03:54 +00:00
cube f154459e7a Mention the addition of lii(4). 2008-03-29 00:42:22 +00:00
tsutsui 5155960c3f Note cobalt Z85C30 serial support. 2008-03-27 15:42:07 +00:00
mlelstv bc2aa8cb1a document the import of Heimdal-1.1 2008-03-22 09:06:34 +00:00
tsutsui 5469c6de57 Add some entries for my recent changes.
(puc(4), re(4), cobalt)
2008-03-20 15:33:39 +00:00
tsutsui 4fc9f09750 - add manpage suffix where appropriate (for changes page on www)
- fix typo
2008-03-20 15:13:50 +00:00
christos 469658ec62 mention bzip2-1.0.5 2008-03-18 15:02:00 +00:00
nakayama 1316ec8115 SMP support for sparc64 now works on some models. 2008-03-14 15:57:14 +00:00
xtraeme 1ce5670d7f Add a note about the convention that should be used when adding
items to that file. Grammar review by mjf@.
2008-02-25 16:39:34 +00:00
xtraeme 9d1e610027 Fix date format for the iwn(4) entry added by ober@. 2008-02-25 16:09:25 +00:00
xtraeme 61541ecd71 Fix date format in a previous entry added by garbled@. 2008-02-25 10:51:21 +00:00
xtraeme 54880c4f00 Added support for the mfi(4) controllers with powerpc IOPs such as
LSI SAS1078 or Dell PERC 6, from OpenBSD.

Tested by Akira Kato on current-users@.
2008-02-25 10:46:02 +00:00
dholland d23f8089df Note that I broke compat for the save files of monop(6). 2008-02-24 02:51:54 +00:00
garbled 7dac6a6965 Note 7046-B50 support and new asm routines on powerpc. 2008-02-21 17:39:22 +00:00
spz 5fefda665c add missing dot and tab 2008-02-21 09:30:07 +00:00
degroote af15f6299f Mention support for the 'list scan' command in ifconfig, prompted by hubertf@ 2008-02-20 15:27:43 +00:00
drochner 054cab9f88 (belatedly) mention complex support in libm, prompted by hubertf 2008-02-19 11:23:55 +00:00
ober 9a6d88bf44 Update to reflect iwn(4) checkin. 2008-02-12 05:27:43 +00:00
jmmv 56716d112e Note the addition of the MKMODULAR option. 2008-02-09 19:36:04 +00:00
jmmv e9ac11d090 Beleatedly note the addition of the new modules framework (options MODULAR)
and the new versions of modload, modstat and modunload that was done by ad@
on January 16th.
2008-02-09 13:02:13 +00:00
mrg 5139f277b1 note gcc 4.1.3-20080802 2008-02-09 02:43:22 +00:00
macallan 1d2e5fa7a1 mention hw acceleration for crmfb 2008-02-07 15:05:56 +00:00
tsutsui ee209d2a75 Add several late entries about some user visible changes I committed. 2008-02-05 13:37:28 +00:00
jmmv 7bbabbe539 Note the import of atf 0.4. 2008-02-04 20:36:49 +00:00
jmcneill 5bc4e8c9fc Document improvements to azalia's Analog Devices AD1984 support. 2008-01-31 00:37:02 +00:00
joerg 7b068e8d04 Fix typo. 2008-01-29 09:12:16 +00:00
christos 37abcffd1b mention openpam 2008-01-27 01:25:18 +00:00
christos e14586faa2 mention wpa_supplicant/hostapd 2008-01-26 22:12:34 +00:00
joerg 2a492bc9f9 Annotate cpu_in_cksum changes. 2008-01-25 21:16:48 +00:00
jmcneill 89ea9cce51 Note uhub(4) attachment speed enhancement. 2008-01-25 01:10:39 +00:00
bouyer 1eabf62edb Note i386 PAE support in Xen 2008-01-23 19:53:59 +00:00
jmcneill 3a8064081d Note addition of ossaudio support to COMPAT_LINUX32. 2008-01-22 01:23:36 +00:00
xtraeme 74470d7e13 Fix style in all the previous entries (hi garbled):
- Entries should end with a dot.
- Entries should start with a capital letter.
- Entries should not have extra whitespaces.

PLEASE FOLLOW THE STYLE IN FUTURE COMMITS TO THAT FILE.
2008-01-21 21:32:41 +00:00
garbled 5f31e21d22 Add all the changes from the ppcoea-renovation branch, and a few more
that have transpired since then.
2008-01-21 18:16:12 +00:00
xtraeme 80947307d3 Fix uhmodem(4) entry: the entries must be started with a capital letter. 2008-01-21 14:54:13 +00:00
ichiro 7c8ed48417 add uhmodem(4) for Huawei E220 wireless modem 2008-01-21 13:42:04 +00:00
rmind ef582b3c94 Mention implementation processor-sets, affinity, real-time
extensions and import of schedctl(8).
2008-01-21 01:08:02 +00:00
joerg eb444c6f85 evbarm was the last platform to be converted to timecounter support. 2008-01-20 17:15:00 +00:00
reinoud 7211eae041 Fix grammar in msdos speed up note 2008-01-19 11:15:45 +00:00
jmcneill 230c2072a3 Note addition of amd64 suppor for bktr(4) 2008-01-19 02:19:13 +00:00
xtraeme 1f7f5ebfad - Missing dot in the pc532 entry.
- x86 -> i386, amd64
2008-01-11 15:15:07 +00:00
simonb 58b5ff0c0d Note removal of pc532 port. 2008-01-11 11:30:22 +00:00
skrll 74b90c2d9b hppa gained gdb. 2008-01-11 08:02:35 +00:00
joerg 95cb39f158 Also attribute gdamore for the TODR changes as he did most of the work. 2008-01-10 17:07:05 +00:00
xtraeme 7382cf8872 Fix up the PaX ALSR and pmf(9) entries: multiple names may be
specified between [], but they have to be delimited by a comma
*without any whitespace* between them.
2008-01-10 16:54:38 +00:00
xtraeme a5dc1650f7 x86 -> i386,amd64
Re-indent the minidumps entry so that it appears correctly in www.
2008-01-10 15:03:39 +00:00
gdt 1bb301a220 + ulpt(4): Implement non-blocking read. [gdt 20080108] 2008-01-10 14:59:07 +00:00
xtraeme 1404147c87 Missed two entries in previous. 2008-01-10 13:54:05 +00:00
xtraeme b44fb0eb67 Follow these rules when editing this file:
1.- The entries should start with a capital letter if possible.
2.- The entries should be finished with a dot.

Apply some cosmetic changes to get a better result available via:
http://www.netbsd.org/changes/changes-5.0.html
2008-01-10 13:51:08 +00:00
tls c00bd3d543 Note sparse dumps (minidumps) for i386. 2008-01-10 11:32:05 +00:00
macallan 17a447b4f8 mention PGX32 / Raptor 8P support on sparc64 2008-01-09 22:04:23 +00:00
joerg c9a1d552fc Fix order. 2008-01-09 16:56:41 +00:00
joerg 115c1b1d7e Note that all platforms use the generic TODR framework now. 2008-01-09 16:48:09 +00:00
xtraeme 810aa8579e Add gcscpcib(4): a driver for the AMD CS5535 and CS5536 Companion Device
that acts as PCI-ISA bridge and supports a Timecounter, Watchdog Timer
and GPIO.

Adapted by Yojiro UO and minor tweaks by me from OpenBSD. Tested on
CS5535 and CS5536. This closes PR kern/37577.
2008-01-09 14:23:46 +00:00
xtraeme 5fbecc2c56 Fix date for the tprof entry. 2008-01-08 09:29:22 +00:00
jdc 4e9db724cc Note support for Sun SX fibre cards for gem(4). 2008-01-05 21:05:49 +00:00
xtraeme 81e1cc644e Change two entries to the kernel category, so that they appear
correctly in WWW.
2008-01-03 21:24:23 +00:00
mrg 4da27ffeee Support intallation and RAID bootable root. 2008-01-03 08:08:30 +00:00
xtraeme 1b7332f93e Cosmetics for previous entries. 2008-01-03 00:08:41 +00:00
xtraeme b6a1032403 Mention new bioctl(8) and arcmsr(4) features.
Say hello to native management stuff for the Areca RAID controllers
"out of the box".
2008-01-02 23:57:01 +00:00
yamt e0979e932f mention tprof. 2008-01-01 23:27:09 +00:00
jmcneill e8a80bb1c8 Note removal of systrace(1) by ad@ 2007-12-31 19:20:43 +00:00
ad 62091e24c8 Note that COMPAT_HPUX was euthanized. 2007-12-31 14:21:47 +00:00
jmcneill 9e4cb0fcd4 Note when arch/usermode was imported. 2007-12-31 13:03:38 +00:00
jdc af71e387e8 Mention msdosfs speedup. OK reinoud@. 2007-12-30 13:39:07 +00:00
skrll 2e561c0a6f Note that hp700 kernels are now compiled with -O2 as standard. 2007-12-30 13:32:52 +00:00
xtraeme a590e35720 itesio(4): added support for the Watchdog Timer. 2007-12-29 06:05:40 +00:00
elad 72be971020 Mention security(8) for ASLR, requested by hubertf@. 2007-12-27 15:19:05 +00:00
christos 3f7baafe42 mention PaX ASLR 2007-12-26 22:18:46 +00:00
jmcneill 435aa09b79 Note thinkpad(4) addition 2007-12-21 15:21:41 +00:00
dogcow 001d16ba01 newsyslog.conf flag 'J' will bzip2 logfiles. 2007-12-21 05:45:13 +00:00
joerg 5b91827faa Document MP support for ACPI S3. 2007-12-20 16:08:51 +00:00
christos 6e9e025b28 update for 4.7 2007-12-18 02:33:37 +00:00
jmcneill edbb745595 Note ACPI-CA updated and the addition of pmf. 2007-12-17 13:09:11 +00:00
apb d1108f97fb shorten lines > 80 chars; remove trailing spaces; unexpand tabs. 2007-12-16 08:10:00 +00:00
apb 4cb750b592 Mention revent MAKEDEV(8) changes. 2007-12-16 07:51:28 +00:00
xtraeme 11b3a747bd Rename the Areca RAID driver (known as arc(4) to arcmsr(4) to avoid
namespace conflict with NetBSD/arc.

Found by tsutsui@.
2007-12-05 00:18:06 +00:00
xtraeme 8e6cf74867 Areca Technology Corporation SATA RAID controller driver, ported
from OpenBSD.

arc0 at pci2 dev 14 function 0: interrupting at ioapic0 pin 18 (irq 5)
arc0: Areca ARC-1210 Host Adapter RAID controller
arc0: 4 ports, 256MB SDRAM, firmware <V1.43 2007-4-17>
scsibus0 at arc0: 16 targets, 8 luns per target
[...]
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 0 lun 0: <Areca, ARC-1210-VOL#00, R001> disk fixed
sd0: 465 GB, 56514 cyl, 36 head, 480 sec, 512 bytes/sect x 976562176 sectors
sd1 at scsibus0 target 0 lun 1: <Areca, ARC-1210-VOL#01, R001> disk fixed
sd1: 465 GB, 56514 cyl, 36 head, 480 sec, 512 bytes/sect x 976562176 sectors

bioctl(4) output with two RAID0 volumes:

Volume  Status               Size Device
 arc0 0 Online               466G ARC-1210-VOL#00 RAID0
      0 Online               234G 0:0.0   noencl <WDC WD2500YS-01SHB1 20.06C06>
      1 Online               234G 0:1.0   noencl <WDC WD2500YS-01SHB1 20.06C06>
 arc0 1 Online               466G ARC-1210-VOL#01 RAID0
      0 Online               234G 0:2.0   noencl <WDC WD2500YS-01SHB1 20.06C06>
      1 Online               234G 0:3.0   noencl <WDC WD2500YS-01SHB1 20.06C06>

The driver still needs changes related to locking and talking to the
firmware, which sometimes is unable to answer...

Raid card donated by Areca Technology Corporation via Trent George.
Disks used for testing were contributed by TNF.

Thank you very much.
2007-12-04 18:47:50 +00:00
bouyer 3f779c2f93 Note that linker scripts are now installed on amd64. 2007-12-02 18:12:28 +00:00
kiyohara a002327ca0 Add support for BlueCore Serial Protocol. 2007-12-02 03:30:42 +00:00
tsutsui 89ec8f567f Mention ext2fs support for libsa.
Note:
More work is needed for ports which require
primary bootloaders and installboot(8) support
to load the secondary bootloader (which has ext2fs support).
2007-12-01 18:27:19 +00:00
rmind b1643a0231 DRM was imported long time ago - mention that, while it is not forgotten.
Hi <drochner>!
2007-11-29 01:33:55 +00:00
xtraeme c2fd0702f1 Move entry for ticket #990 into CHANGES.prev, because it has been
pulled up into netbsd-4.
2007-11-25 09:23:47 +00:00
sborrill 0a5849baa0 Note that a boot menu has been added to the i386 install CD.
Change my previous entry to reflect that it works on x86, not just i386.
2007-11-23 16:41:09 +00:00
bouyer b91280f3d6 Note amd64 support in NetBSD/Xen 2007-11-22 16:22:07 +00:00
pooka 45f44fab6d note major daemons: putter & pud (one of these days I'll commit demogorgon) 2007-11-21 19:12:17 +00:00
sborrill 980d2ea0f0 Support for boot.cfg has been added to the i386 bootloader 2007-11-20 15:49:14 +00:00
tsutsui 2bb17347c8 Note newfs_ext2fs(8). 2007-11-17 17:05:04 +00:00
bouyer fe62d31b91 Note ahcisata(4) ATAPI support. 2007-11-12 21:26:35 +00:00
jmmv 8fb9399752 Note the import of ATF, the main changes made to integrate it and the
conversion of some subtrees of 'regress' to the new framework.
2007-11-12 15:23:45 +00:00
macallan 6a8b9d03fb mention r128fb 2007-11-11 22:11:28 +00:00
jmcneill 8a1105f670 Note addition of pad(4) 2007-11-11 17:50:23 +00:00
plunky 3f86762d59 mention btkey(1) 2007-11-09 21:29:21 +00:00
xtraeme 70de6b1cab Erm, I don't know what I was thinking... it's VLM not VMS. 2007-11-09 01:15:10 +00:00
xtraeme d9f86b9776 Mention nsclpcsio(4) update. 2007-11-09 01:11:48 +00:00
jnemeth a1cf0b5a18 note support for Intel G965 chipset 2007-11-06 01:45:08 +00:00
xtraeme 10a0351b4a Move entry for ticket #954 to CHANGES.prev, because this has been
pulled up into the netbsd-4 branch.
2007-11-04 01:15:26 +00:00
xtraeme e3b08fdabe Add coretemp(4). A new driver for Intel Core's on-die thermal sensor,
available on Intel Core or newer CPUs.

Ported from FreeBSD. Tested by rmind on i386 and joerg on amd64.

Enabled with "options INTEL_CORETEMP".
2007-10-29 00:42:28 +00:00
jmmv 894e7dfa00 Note removal of pccons in NetBSD/shark. 2007-10-28 18:03:31 +00:00
manu 6c5e7992c7 More details about my commit 2007-10-27 15:41:27 +00:00
ad 88ac8d733c Note addition of jemalloc. 2007-10-27 13:30:11 +00:00
manu 818aeac0ff Add support for Marvell 88CO55. Newer iMacs come with that chip. 2007-10-22 14:59:37 +00:00
rmind d780d0c9df Missed the date in the last entry, pointed out by <xtraeme>. 2007-10-13 19:20:53 +00:00
rmind ae7946d0ba - Mention SCHED_M2 in the recent changes;
- Scheduler works will be in 5.0 release;
- Mention NUMA in the roadmap;

P.S. Everyone: please sync the ROADMAP with the
reality and the works you do.
2007-10-09 19:32:19 +00:00
dyoung bae255a751 Note changes to raw sockets, gre(4). 2007-10-06 04:04:18 +00:00
oster b2696d1b9d Note ability to dump kernel cores to RAID 1 sets. 2007-10-05 01:42:07 +00:00
xtraeme 3b93bb68c4 Move entries from ticket #876 to CHANGES.prev now that it was pulled
up into the netbsd-4 branch.
2007-09-29 11:15:28 +00:00
snj c04093ea93 As part of netbsd-4 ticket 863, shuffle some entries from CHANGES
to CHANGES.prev.
2007-09-27 17:25:50 +00:00
ad b4d4283669 i386, amd64: pcc is now able to compile most of the i386 kernel.
a number of changes have been made for LKM and
                preemption safety. [ad 20070927]
        i386: i386 bootblocks are now able to boot amd64 kernels.
                support for a.out kernels has been removed [ad 20070927]
2007-09-27 15:10:33 +00:00
msaitoh e79a256eb2 The EST support for amd64 was moved to netbsd-4 by ticket #809. 2007-09-12 12:41:34 +00:00
xtraeme 1dac9ede4d New aps(4) driver for IBM Thinkpad Active Protection System.
Exports some sensors through the envsys(4) framework available
in some Thinkpad laptops.

Ported by Pierre Pronchery from OpenBSD, via PR port-i386/36852.

Tweaks, LKM and misc improvements by me. Added into i386/GENERIC
commented out.
2007-09-11 21:46:52 +00:00
rmind d4ec323e32 Added support for POSIX message queues.
Welcome to NetBSD 4.99.31!
2007-09-07 19:21:41 +00:00
ad e2b4d9fba5 libpthread: scalability and performance enhancements. The MySQL
sysbench benchmark in read-only mode now scales to 900
                simultaneous client threads on a 4xCPU i386 system before
                serious performance drop-off occurs. [ad 20070907]
2007-09-07 14:22:13 +00:00
joerg 8fe0ea8b87 Document that amd64 and i386 have cgd in GENERIC. 2007-09-06 00:34:49 +00:00
agc bfcfc227d3 Make it more obvious what "refuse" is compatible with.
Grammar--
2007-09-05 22:42:54 +00:00
tshiozak 0506f23195 add a new driver uchcom(4). 2007-09-03 18:05:19 +00:00
jnemeth 0c45a149be fix second tyop, hi jmmv@ 2007-09-02 22:12:47 +00:00
jmmv 12d3047f85 Fix typo in last entry. Hi jnemeth@! 2007-09-02 19:36:06 +00:00
jnemeth 0e0996d809 Convert build.sh iso-dir=directory option to -C cddir as per jmmv@ on
source-changes.
2007-09-01 09:32:19 +00:00
jnemeth 0f6d505a04 note new build.sh iso-dir=directory option 2007-09-01 08:17:13 +00:00
jnemeth be5ca07182 mention new build.sh iso-image-source option 2007-08-30 05:32:26 +00:00
macallan c5a1329aa9 mention the ag10e driver 2007-08-30 04:47:13 +00:00
macallan 5663692e8e mention agten driver 2007-08-26 19:41:17 +00:00
xtraeme afe6ede6ba Change reference of last item to ichlpcib(4), there's a manpage now
(three years after the code was committed).
2007-08-26 18:06:51 +00:00
xtraeme 851a382c12 Mention recent changes to the ichlpcib driver. 2007-08-26 16:55:48 +00:00
kiyohara 10448cd503 Add support for AnyCom BlueCard. 2007-08-20 00:29:43 +00:00
tnn a8bb660a9a Note addition of spdmem(4) 2007-08-18 11:29:26 +00:00
kiyohara 44c89c7646 Replace to Matthew Orgass's slhci(4).
http://mail-index.netbsd.org/tech-kern/2007/06/26/0001.html
2007-08-15 03:53:08 +00:00
pooka 6a129c6ab2 note mount_sysctlfs 2007-08-14 15:04:41 +00:00
ad 9c9c8d3668 Note libpthread changes. 2007-08-07 19:39:28 +00:00
hubertf 40d7c22ae8 wtf(6): Search pkgsrc's help database when ran inside a package
directory. [hubertf 20070806]
2007-08-06 21:16:04 +00:00
macallan 0e5ca3d77c mention scrollback support in vcons 2007-08-06 03:13:47 +00:00
pooka e60d50b499 note rump 2007-08-05 23:23:11 +00:00
tron 956bb0b58f Remove entries for import of Postfix 2.3.5 and 2.4.1. Both have been
pulled up into the "netbsd-4" branch.
2007-08-05 14:27:08 +00:00
tron c00e7b9809 Remove entry for recent mpt(4) changes because they have been pulled up. 2007-08-05 10:29:05 +00:00
rmind f6bcdcfe0c Forgot to mention import of TCP socket buffers autosizing.. 2007-08-05 00:21:58 +00:00
ad 7fef85939a Note libpthread changes. 2007-08-04 23:30:05 +00:00
ad 51d21a15b2 Note cpuctl(8). 2007-08-04 11:40:58 +00:00
kiyohara 760e3329d0 Add support agp_amd64. Imported from FreeBSD. 2007-08-04 09:34:43 +00:00
jmmv d291012153 Switch NetBSD/shark's installation kernel and disk image to use wscons
instead of pccons, just like its GENERIC kernel does.

This obsoletes pccons in this platform, which will probably be removed
later.
2007-07-31 19:51:58 +00:00
macallan de5fd94989 mention wsdisplay at cgfourteen 2007-07-30 19:07:35 +00:00
jmmv 1887d3d26e Add dhclient to the shark's installation disk image so that we can configure
network interfaces through DHCP in sysinst.
2007-07-29 13:59:38 +00:00
kiyohara 37b3e2d574 Add support for Intel ICH SMBus controller. 2007-07-28 10:51:56 +00:00
tron b737847a3a Mention support for new hardware in mpt(4). 2007-07-27 13:08:14 +00:00
christos 9520b5d744 mention new bind. 2007-07-25 16:55:33 +00:00
tsutsui 2dd7a425a4 Note timecounter(9) and todr(9) support on alpha. 2007-07-21 12:03:31 +00:00
macallan f3f0f36b49 mention audio-in on dbri 2007-07-13 04:33:48 +00:00
kiyohara 1f48268a37 Add support for NVIDIA nForce 2/3/4 SMBus controller and SMBus driver. 2007-07-11 07:53:29 +00:00
jmcneill cd99a454a8 Added gcscehci(4) 2007-07-08 15:37:46 +00:00
pooka e7ed439d6d tweak previous: s/mount_portal/mount_puffsportal/ 2007-07-08 14:32:49 +00:00
pooka cae7a90e9a note addition of puffs-based mount_portal 2007-07-08 12:15:19 +00:00
dsieger 8ffca41e9b Fix two typos. Reported by Ray Phillips via NetBSD WWW feedback form. 2007-07-05 08:25:04 +00:00
xtraeme 752a9d4a34 Mention envsys2. 2007-07-01 08:07:41 +00:00
rumble 6912898dc8 Add read-only support for SGI's Extent File System.
Reviewed by pooka@.
2007-06-29 23:30:16 +00:00
xtraeme a5ac7ff5aa Import i386/gcscide(4). A driver for the IDE Controller of the
AMD CS5535 Companion device found in the decTOP.

gcscide0 at pci0 dev 15 function 2
gcscide0: National Semiconductor/AMD CS5535 IDE Controller (rev. 0x00)

Supports Ultra DMA mode 4, Pio Mode 4 and MDMA mode 2.

"Go for it" jmcneill@.
2007-06-27 23:02:52 +00:00
degroote 92c9b06bb1 Add IPSEC_NAT_T support for fast_ipsec(4) 2007-06-27 21:20:50 +00:00
christos 438db9abdd mention tcpdrop 2007-06-25 23:40:22 +00:00
kardel cf3eceb66e track 4.2.4p2 import 2007-06-24 16:56:48 +00:00
mrg 94acf6b525 note GCC 4.1.3-20070620 2007-06-21 17:02:08 +00:00
ginsbach 32bd9379c0 Mention addition of newgrp(1). 2007-06-21 16:06:21 +00:00
christos eeff189533 - per socket keepalive settings
- settable connection establishment timeout
2007-06-20 15:29:17 +00:00
martin e466a70bf8 Note update of IPF to v4.1.23 2007-06-16 10:53:58 +00:00
jmcneill 04957ab308 Note glxsb(4) import. 2007-06-15 23:17:29 +00:00
joerg 9b73ffbd7e Fix format of last entry. 2007-06-11 14:25:50 +00:00
joerg bae7e889e2 Add an entry that OSS emulation is now faster. 2007-06-11 13:13:19 +00:00
tsutsui ed180c85a3 Note sn(4) on mac68k switched to MI SONIC driver. 2007-06-11 11:46:09 +00:00
bouyer 2b8da1169c Move Xen timecouter entrie which has been pulled up to netbsd-4 2007-06-10 21:00:45 +00:00
kiyohara bbec0bb7bf Added OpenBSD's zyd(4) driver.
Supports ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device.
2007-06-09 11:20:54 +00:00
pooka 673ffe67db file 4.21 2007-06-07 11:41:20 +00:00
xtraeme cf047a688e Improve previous entry a little bit. 2007-06-03 19:45:21 +00:00
xtraeme 5fee77f904 Mention Enhanced Speedstep support on amd64 with EM64T CPUs. 2007-06-03 19:37:08 +00:00
blymn a5879e5845 Added new driver smsc(4) 2007-06-02 12:19:28 +00:00
nisimura 53c86e4944 Note booted_device and booted_kernel sysctl addition for powerpc. 2007-06-01 14:26:34 +00:00
blymn ca8513e5dc Added libcurses wide curses merge. 2007-05-28 15:14:55 +00:00
briggs d851f0f321 Note that aac(4) now compiles and runs on amd64. 2007-05-26 03:02:28 +00:00
ad 42f48e85b3 top(1): Allow a single process to be selected by pid.
Add a 'thread mode' that displays LWPs.
                [ad 20070524]
2007-05-24 20:05:02 +00:00