dholland
c939deefa5
minor clarification
2010-06-09 17:29:15 +00:00
jmmv
782d4e60b0
atf 0.9 includes a backwards incompatible change that requires rebuilding
...
the sh tests. Add a note to tell users to clean up the old files, as
otherwise the rebuilds will not be triggered.
2010-06-04 15:11:31 +00:00
mrg
61d6ec5ea8
note about xsrc update build issues.
2010-05-22 11:10:59 +00:00
tnozaki
5abea6a8dd
ctype.h was splitted, so you have to make cleandir tools/mklocale.
2010-05-22 09:11:04 +00:00
christos
ad3a6c191f
mention compiled xkb move.
2010-05-22 02:31:25 +00:00
njoly
d4da917501
Note shared objects extension change, and stalled files.
2010-02-22 12:35:32 +00:00
roy
ca59b5d5fb
Document termcap database removal.
2010-02-04 22:25:21 +00:00
mbalmer
be714279aa
Fold long lines.
2009-12-26 11:00:46 +00:00
dholland
b8da7e87e0
Note briefly that new amd64 kernels don't build with old binutils.
2009-11-16 07:45:50 +00:00
dholland
03f8ca1cdf
fix typo in previous
2009-11-16 07:39:54 +00:00
dyoung
9b166e5b23
Mention that 'build.sh -u' may also break while building lex.
2009-11-02 01:11:31 +00:00
dyoung
4dd9f36d7a
Mention that build.sh -u may get hung up building yacc.
2009-11-02 01:09:21 +00:00
mrg
59f9a2c36f
add a note about accidental compiled/xkb symlinks appearing
2009-10-02 03:13:23 +00:00
dsl
8122d522e6
Presence of index.o in existing libc.a causes duplicate symbol now that
...
strchr.[cS] provides its definition.
2009-07-18 09:50:32 +00:00
dholland
976c3188e1
Add an entry for last summer's libpthread compat fix, since it
...
apparently never got listed (only posted on current-users) and came up
again recently.
Thanks to Martin Husemann, Matthias Drochner, and Geoff Wing for info
(any errors are mine).
As per http://mail-index.netbsd.org/current-users/2008/08/05/msg003880.html .
2009-07-09 08:04:32 +00:00
dholland
ac1daebd72
Fix a garbled old entry that I happened upon just now.
2009-07-09 07:50:24 +00:00
mrg
c7d3afbfeb
note that update builds might again fail for new xorg
2009-07-09 07:31:54 +00:00
mrg
716317980c
add a note about native xorg updates
2009-06-21 20:08:36 +00:00
dholland
e60ba8891a
Add note about Postgres WRT the time_t change.
2009-05-27 18:02:57 +00:00
perry
7663ec7383
note a new failure mode thanks to the new string functions
...
requested by mrg
2009-05-01 23:08:25 +00:00
mrg
7df3c8b380
add a note about needing to rebuild i386 toolchain
2009-03-29 18:33:56 +00:00
skrll
d5aae1338a
s/posix_fadvise/__posix_fadvise50/ in last.
2009-02-08 11:58:25 +00:00
skrll
8bfb786048
posix_fadvise needs help again.
2009-02-07 13:44:48 +00:00
joerg
e497a92b9e
Add recommendation to rebuild the pkgdb cache after an update.
2009-02-05 20:00:58 +00:00
apb
a845fc861f
Try to clarify the situation for utmp/utmpx/wtmpx/account files after
...
the time_t and dev_t changes. I am not sure that this is accurate,
and there's no mention of the wtmp file.
2009-01-21 14:19:58 +00:00
hubertf
1e18dfb8f6
Make it clearer how link time failures in packages can be fixed
...
OK'd by christos
2009-01-14 15:53:29 +00:00
christos
8348a919d7
provide more details.
2009-01-11 18:00:04 +00:00
dholland
5f34550dd1
fix typo
2009-01-11 03:32:44 +00:00
christos
5ef9f056b5
mentioned files that need changing.
2009-01-11 03:31:12 +00:00
jmcneill
c63ad92f33
add whitespace
2009-01-11 03:28:45 +00:00
christos
6c9e472741
mention how to deal with christos-time_t
2009-01-11 03:20:31 +00:00
pgoyette
6bdffd706a
Add a note concerning this morning's changes to config(1).
2008-12-19 20:37:45 +00:00
tsutsui
1377ae1cd6
amd64 GENERIC still has compat and file-system options
...
so it doesn't require installed modules yet.
2008-12-07 10:29:39 +00:00
cube
f643a2a555
Mention that /etc/rc.d/x{dm,fs} moved to xetc and will thus appear as extra
...
files for MKX11=no update builds.
2008-12-06 20:23:38 +00:00
wiz
81aac64da3
Improve grammar.
2008-11-26 19:00:34 +00:00
tsutsui
2a25d4aad2
Mention that i386 and amd64 GENERIC kernels now require
...
installed kernel modules and the latest bootloader.
2008-11-25 14:27:43 +00:00
lukem
268f119358
Add an entry for the "libc lint problem", mostly taken
...
from Matthias Drochner <drochner>'s post:
http://mail-index.netbsd.org/current-users/2008/08/28/msg004193.html
2008-09-02 07:34:15 +00:00
christos
05fef633a7
mention stale libfoo_g.a fix.
2008-08-13 16:37:56 +00:00
simonb
a32ea62360
Note in WAPBL entry that the super block needs to be in UFS2 format.
2008-08-02 14:30:37 +00:00
simonb
8099f0b8d1
Add a note about WAPBL and backwards compatibility.
2008-08-01 07:34:57 +00:00
lukem
c93dce66ac
Add entries for WARNS>0 enabling fatal warnings in the linker & assembler.
2008-07-23 00:29:35 +00:00
freza
bb3bf45dbb
Change DRVSUSPENDDEV ioctl number. Fixes PR kern/38740.
2008-05-31 13:24:57 +00:00
lukem
826cacff27
entry for MKPRIVATELIB rename to LIBISPRIVATE
2008-05-31 09:47:23 +00:00
he
64f581f791
Explain how to get out of the problem related to the kernel modules
...
directory in an unprivileged UPDATE build.
2008-05-21 20:01:37 +00:00
christos
20275a81fb
mention posix_fadvise lossage.
2008-01-28 03:30:26 +00:00
wiz
ece8110f42
Fix typo.
2007-12-17 23:59:41 +00:00
joerg
c33da35bfe
Belatedly add a note about acpiec changes from the jmcneill-pm merge.
2007-12-17 14:38:40 +00:00
wiz
9ff52222ac
Fix a few typos.
2007-11-17 09:53:16 +00:00
xtraeme
b0ac365f62
Rename it(4) to itesio(4) to accomodate for the following changes:
...
- The driver now uses the Super I/O address port as port argument in
the configuration file. The Environmental Controller base address is
fetched by the Super I/O EC LDN configuration registers.
- Invalidate voltage sensors if data returned is 0xff.
- Use the Super I/O Global Configuration Registers Chip ID[12] and Device
Revision to store/print the correct information.
- Use only the Fan Extended Tachometer registers on IT871[68]F for now;
this gives us correct data for IT8705/IT8712F again.
Inspired by the smsc(4) driver. The UPDATING file has been updated to
reflect the rename.
2007-11-15 12:53:40 +00:00
jmmv
b86dc43816
Note the removal of pccons(4) from NetBSD/shark.
2007-10-28 18:13:38 +00:00