Commit Graph

1694 Commits

Author SHA1 Message Date
apb a5aed2697e Document the fact that "make installworld" and "build.sh
installworld=..." do not install the etc or xetc sets.  Suggest using
etcupdate(8) and postinstall(8) after installworld.
2007-03-26 17:35:06 +00:00
wiz 71e25e3558 + gdb-6.6, postfix-2.3.8. 2007-03-25 09:55:04 +00:00
uwe 11aff612ad sh3 has been adapted to yamt-idlelwp.
hpcsh boots multiuser.
2007-03-25 02:02:56 +00:00
yamt 90540b3f29 yamt-idlelwp-base4 2007-03-24 14:57:21 +00:00
yamt 05848a06de yamt-idlelwp:
- some updates.
- tweak whitespace.
2007-03-24 11:48:01 +00:00
rmind dfffa00c8c yamt-idlelwp: Add a status of ports. 2007-03-24 01:24:01 +00:00
xtraeme b5e7260b5f Mention options(4) in last item... suggested by hubertf@. 2007-03-21 19:30:55 +00:00
xtraeme 2c3b13f126 Note addition of the x86/iclockmod driver. 2007-03-20 21:25:53 +00:00
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