Commit Graph

179 Commits

Author SHA1 Message Date
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
gdt
4d4e1d30cf At pooka@'s request, add hints about the recent
dhcp/racoon/SIOCGIFCONF lossage:

20070913:
	A latent bug in dhclient/dhcpd that caused it to be unable to
	enumerate interfaces was fixed.  The bug began to cause
	problems after 20070911 when the kernel's SIOCGIFCONF
	implementation was repaired.  From 20070529 to 20070911 racoon
	could not enumerate interfaces.  (These are noted because
	normal kernel/userspace version matching hygiene is not
	sufficient to avoid this problem.)  Ensure that both kernel
	and userland are from after 20070913.
2007-10-02 12:45:51 +00:00
joerg
06b3ace137 Add a note that tools have to be re-installed. 2007-07-03 16:35:47 +00:00
ad
54630771e7 Nuke most of 2000-2006, but keep 1 year worth of changes. 2007-06-10 00:45:08 +00:00
dsl
fe47977a5f Add a note about the way absolute symlinks inside the emulated root are now
handeld.
2007-04-30 20:50:20 +00:00
jmcneill
e46f126d87 Note sgimips IP32 pckbc replacement with macekbc 2007-04-12 13:17:56 +00:00
gdt
041e1f36f1 Note libc Makefile problems and give advice to make cleandir in libc
and ld.elf_so.  Suggested by Ryo HAYASAKA on current-users@.
2007-03-25 16:23:04 +00:00
dbj
922d05b21d note src/sys/sys/{sa.h,savar.h} removal and workaround 2007-03-10 00:10:15 +00:00
apb
e6286cf4b0 kernel after newlock2 needs libpthread after newlock2.
Text reviewed by martin.
2007-02-27 13:42:35 +00:00
he
797b5d97ff Note also that the distrib/ install images need cleaning to excise
references to the now-removed stat-flags.h file.
2006-12-15 14:18:38 +00:00
he
23b153ca8d The rescue/ directory also needs cleaninng. 2006-12-14 23:49:03 +00:00
he
35eae86b49 Add a note documenting which directories needs to be cleaned out
before doing an UPDATE build after the move of string_to_flags()
and flags_to_string() to libutil.
2006-12-14 20:15:32 +00:00
reed
c499c1eb97 Fix some typos. I had this in my tree for a long time.
Hopefully, okay to change these old history ...
2006-12-14 02:11:52 +00:00
christos
d7b4a29a98 mention needing gcc rebuild for ssp. 2006-11-09 18:20:59 +00:00
rpaulo
e824aed9d8 Mention removal of net.inet.tcp.newreno. 2006-10-09 18:57:30 +00:00
bjh21
7e7ad31f07 Mention acorn32 console changes, since they'll break builds with custom
kernel configs.
2006-08-15 20:48:01 +00:00
christos
f830640ca4 Mention ACPI PCI interrupt changes (original code from FreeBSD) 2006-07-04 00:40:43 +00:00
dogcow
4ed1c11714 document where and why the socket syscall changed. 2006-06-27 21:14:11 +00:00
christos
4ad5c93d32 more details. 2006-06-02 19:08:00 +00:00
pavel
2aa1e28cea document that a recent linker is needed to link the i386 and xen kernels
after the changes to the ldscript.
2006-06-02 19:01:00 +00:00
martin
7161703c02 Note new sparc64 bootloader requirement. 2006-01-31 22:54:22 +00:00
yamt
a692b5dc5a note about conf/std.
(forgot to commit with conf/std.)
2005-10-03 04:45:52 +00:00
lukem
36476eed8b Don't mark /etc/namedb/named.conf as "obsolete" since that will cause
a file that has end-user configuration to be unconditionally removed.
Instead, remove the entry from the set list, and add a note to UPDATING
reminding users of MKUPDATE=yes to manually rectify the problem in
their DESTDIR.

The "named" fix in postinstall(8) will migrate /etc/namedb/named.conf
to /etc/named.conf if the latter doesn't exist.
(The need for these style of migrations was why I implemented postinstall(8)
in the first place.)
2005-09-14 00:32:26 +00:00
drochner
8d7141beec mention recent kernel config change,
being here, usr.sbin/config -> usr.bin/config where appropriate,
and remove references to egcs
2005-08-25 16:01:14 +00:00
augustss
bf5d559079 It's genassym(1) not genassym(8), and it's in /usr/bin not /usr/sbin. 2005-07-01 09:55:37 +00:00
yamt
2b157dcd40 note about kernfs fix and xentools. 2005-06-03 11:02:59 +00:00
christos
fef1b9e902 Add an entry for genassym. 2005-05-31 18:42:44 +00:00
lukem
8232ca0162 Tweaks for the move of postinstall from /etc to /usr/sbin 2005-04-17 23:12:40 +00:00
cube
7f25e48562 Add a note into 20050325 entry that the speaker might not even play any
sound if you don't add an attimer(4) device, as pointed out by Steven M.
Bellovin.
2005-04-11 15:36:46 +00:00
cube
32d34f2595 Add a note about pcppi -> pcppi+attimer. 2005-03-26 14:25:25 +00:00
jmc
28e9ff91f2 Note that configure in some places (binutils is what got me) will abort if
the new environment is different than the original configured one (i.e. for
UPDATE=1)
2005-02-11 17:50:13 +00:00
christos
f1e0ce31b6 Mention /etc/pam.d requirement. 2005-01-09 07:31:31 +00:00
christos
6df43d1ef4 mention make lossage 2005-01-06 23:28:56 +00:00
jmmv
f5aed78f0a Drop duplicate word. 2005-01-04 19:14:00 +00:00
wiz
41b2e9e897 Only delete /dev/bpf[0-9]*, not /dev/bpf too :). 2004-12-02 00:00:11 +00:00
christos
ee20faea65 Mention /dev/bpfX -> /dev/bpf 2004-12-01 23:55:19 +00:00