Commit Graph

1686 Commits

Author SHA1 Message Date
xtraeme
db251ec1b9 Sort items. (hi mjf, liamjfoy, dyoung) 2007-03-20 12:34:33 +00:00
yamt
5d8da2a332 yamt-idlelwp: how to adapt a port? 2007-03-20 12:17:17 +00:00
dyoung
f57733138c Note Infineon ADM5120 port. 2007-03-20 09:18:05 +00:00
reinoud
c1a1692e09 Modify description of the reinoud-bufcleanup experiment branch:
Branch:      reinoud-bufcleanup
Description: implement and evaluate struct buf usage cleanup strategies.
             Ideas currently in mind (preference for b):
             a)
                 1. use of bio_ops per buffer.
                 2. allow chaining/overloading of functions in bio_ops
                    and provide some private context.
                 3. extend the bio_ops with commenly used functionality
                    like pending action counting, custom context passing,
                    last minute processing of buffer data, buffer cache
                    etc.
                 4. investigate the use of the kcont()
                    continuation-passing framework for async io
                    completion notification for bufs
                 ...
             b)
                 1. all sequencing use of B_CALL replaced by
                    device-threads, if possible generic code around BUFQ
                 2. possibly use kcont() for async IO finished signalling
                 3. counter of pending and queued actions requestable
                    by IOCTL interface?
                 4. implement `last minute buffer fixup' calls and maybe
                    even finished I/O calls as vnode operations
                 ...
Status:         Active
Start Date:     Thu Mar 15 2007
End Date:
Base Tag:       reinoud-bufcleanup-base
Maintainer:     Reinoud Zandijk <reinoud@NetBSD.org>
Scope:          src/sys and src/common
Notes:          Used as expiriment sandbox and if successful hopefully one day
                to be intergrated.
2007-03-17 17:24:44 +00:00
reinoud
46b0abdb74 Note the new reinoud-bufcleanup branch and its goals. no ETA known nor a
fully worked out plan of action yet.
2007-03-15 02:36:27 +00:00
xtraeme
f92cdd8cb5 Remove previous item... 2007-03-15 00:36:52 +00:00
xtraeme
3e5799ac62 Note addition of the new p4tcc driver. 2007-03-15 00:07:55 +00:00
xtraeme
7c8fbb3663 Fix typo: envsys(9) -> envsys(4). 2007-03-14 01:44:48 +00:00
xtraeme
92d471840c aiboost(4) manpage is available now, updating it. 2007-03-14 00:46:08 +00:00
ad
626c0765b8 Add some comments to previous. 2007-03-13 17:56:14 +00:00
ad
20db433bab Note the vmlocking branch. 2007-03-13 17:31:46 +00:00
xtraeme
14923c8bce Note addition of the new acpi_aiboost.c driver. 2007-03-13 04:04:37 +00:00
mjf
1b9f656b0b Add new branch for adding transactions into ufs. 2007-03-12 19:43:38 +00:00
rmind
1e26039813 yamt-idlelwp: updated base 2007-03-12 13:13:19 +00:00
rmind
fd58eec0ea Sync scheduler with reality:
- Separation of context switching and thread scheduling
 - Generic scheduler API for modular implementations
 - New scheduler supporting
OK by matt@
2007-03-11 21:05:57 +00:00
christos
b0c73c7ef0 new openssh. 2007-03-10 23:07:11 +00:00
liamjfoy
c056d61bbe Document IPv6 Fast Forward addition 2007-03-07 22:44:29 +00:00
mjf
0e981a1e1c - Fix man pages for openssl upgrade
- Add myself to list of maintainers for openssl
- Note the openssl upgrade in CHANGES
2007-03-07 20:43:10 +00:00
bouyer
476384386e Note ACPI by default in i386/amd64, and the iso-image changes. 2007-03-07 19:04:02 +00:00
dillo
56c3e41252 Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +00:00
rmind
0c9f6596f8 - SysV IPC changes were made by rmind@ i.e. mark responsibility.
- Change POSIX AIO responsibility to rmind@. Approved by briggs@.
2007-03-06 01:45:55 +00:00
wiz
a766acb9ec libevent-1.3b out. 2007-03-05 23:58:05 +00:00
dillo
14d525cce7 Note addition of (read-only) support for Apple HFS+ file system.
Make myself responsible for it.
2007-03-05 23:24:00 +00:00
tsutsui
e3bba3235f Note generic softintr(9) for luna68k and x68k. 2007-03-04 15:44:34 +00:00
pooka
527d30e108 file 4.20 2007-03-04 15:36:16 +00:00
apb
ae3120701b * Delete reference to MAKEDEV.subr.
* Add an entry for the new way MAKEDEV.local shares MAKEDEV's code.
2007-03-03 15:43:12 +00:00
yamt
436fe5c469 move ad-audiomp to a correct place. 2007-03-01 15:15:27 +00:00
yamt
9913eb572c update base tags 2007-03-01 15:13:15 +00:00
yamt
e0c62458a2 mention priority inheritance. 2007-03-01 14:29:40 +00:00
macallan
3ad3cc3b6b mention that eeprom can now actually change firmware settings on arm and
powerpc
2007-03-01 03:49:10 +00:00
apb
aba6b126c7 Mention MAKEDEV.subr 2007-02-28 13:18:43 +00:00
ad
8c21785088 Note the ad-audiomp branch. 2007-02-27 14:50:40 +00:00
taca
5696b4fe01 - Update release information:
bind 9.4.0
	ipf 4.1.19
	libpcap 0.9.5
	OpenSSL 0.9.8e
	tzcode/tzdata 2007b

- Update zlib's home page.
2007-02-25 07:29:39 +00:00
yamt
aa6f94e40f netccit -> netccitt 2007-02-23 19:11:13 +00:00
yamt
d2bcbf783e some updates. 2007-02-23 18:31:42 +00:00
xtraeme
e6edae011c poyt 2007-02-21 06:03:18 +00:00
xtraeme
70a2fd1c38 Fix btuart entries. 2007-02-21 03:20:55 +00:00
rmind
2bc19fa2f0 yamt-idlelwp: No longer "maybe" for scheduler's modulization. 2007-02-20 22:11:16 +00:00
heas
8dda441105 Take responsibility for postfix for rpaulo. 2007-02-20 21:21:19 +00:00
xtraeme
ca46ea853f Fix typo in previous: "Supprot -> Support for" 2007-02-20 17:04:41 +00:00
kiyohara
10abd6f2e2 Supprot Bluetooth HCI UART (H4) driver and daemon. 2007-02-20 16:53:20 +00:00
wiz
5c2261b648 libevent-1.3a out. 2007-02-20 07:25:15 +00:00
rpaulo
af9eac2eeb bsd-family-tree and hostapd need your love. If you are willing to become
responsible for them, they will respect you like they respected me.
2007-02-19 03:18:04 +00:00
rmind
451524a463 Mention sdiff(1) replacement. 2007-02-19 00:38:46 +00:00
wiz
5c18c23b92 gcc-4.1.2 is out. 2007-02-18 12:29:24 +00:00
ad
d08392c988 Note that the newlock2 branch has been merged. Hi Greg! 2007-02-17 20:09:07 +00:00
ad
342f5b9e3d newlock, newlock2: mark as terminated.
yamt-idlelwp: note interrupt LWPs as one of the goals.
2007-02-17 20:04:57 +00:00
perry
ff1414764f remove myself from responsibility for postfix and the root cache file 2007-02-17 19:03:51 +00:00
perry
5c8f43fcbd remove myself from responsibility for postfix and the root.cache file 2007-02-17 19:02:53 +00:00
rpaulo
9a8941e52a Remove my responsability from am-utils. 2007-02-17 16:05:27 +00:00