Commit Graph

82 Commits

Author SHA1 Message Date
wiz d68e4e3017 Note texinfo-4.3 update and how to make it work if one wants to avoid build.sh. 2003-01-17 22:58:52 +00:00
lukem e12b1c97ab METALOG format tweak 2002-12-23 06:55:33 +00:00
lukem c069154e9b the recently added -N option of install(1) is now used by default 2002-12-19 12:48:42 +00:00
wiz 84f0e13d3a Some typo and grammar fixes. Begin new sentences with upper case letters. 2002-12-09 18:59:07 +00:00
lukem e7c8b9a1ba fparseln issues 2002-12-04 12:50:43 +00:00
lukem 8b7fb4d514 bye bye SYS_INCLUDE=symlinks 2002-11-26 23:33:35 +00:00
thorpej 470625bc1c Note that libtool needs to be rebuilt after updating to a
crti/crtn-using C run-time.
2002-11-22 15:48:33 +00:00
thorpej ecce995e37 Note the ARM ELF "softvfp" object marking change, and the resulting
(somewhat minor) flag-day.
2002-11-21 18:05:59 +00:00
jschauma 6bef1ce544 Add a short blurb explaining that after the merge of the i386mp branch
people will need 'cpu* at mainbus?'.
2002-11-20 04:36:43 +00:00
provos 5ff67ded16 kernel update requires userland systrace recompile. 2002-10-11 21:55:48 +00:00
thorpej 18084f090a Yet Another config(8) Hazard. 2002-10-11 02:09:42 +00:00
wiz f40ce8cd84 mmm, bullding 2002-10-09 21:20:20 +00:00
thorpej cfc2b2b238 Note new attribute dependency syntax in config(8). 2002-10-09 20:27:59 +00:00
thorpej 6ac57eb6c3 Note that a new config is needed after the autoconfiguration overhaul. 2002-10-04 04:37:06 +00:00
lukem 57cdbb79cc MKDYNAMICROOT=yes; care needs to be taken if "make build" is not used 2002-09-24 14:43:39 +00:00
lukem bfbd50c55c USE_NEW_TOOLCHAIN has been replaced 2002-09-21 04:12:35 +00:00
gehenna 8b2e83ab0e Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:55:43 +00:00
lukem b5f53318b6 /rescue/*, and a new crunchgen to ensure /rescue/* is statically linked 2002-08-24 13:25:01 +00:00
sommerfeld 83ec04ebe8 Revise 20010803 since i386 gas is no longer built where that entry
said it was.
2002-07-01 02:12:11 +00:00
enami 4645e82f97 Sync the sshd entry with etc/master.passwd. 2002-05-19 00:54:35 +00:00
jdolecek d3b63faa30 /var/chroot/sshd is used instead of /var/empty 2002-05-18 15:44:18 +00:00
itojun f47caddaf3 turn on privilege separation, as 3.2.1 default do.
requires sshd uid/gid as well as /var/empty directory.
2002-05-14 23:33:07 +00:00
sommerfeld 965e0acae4 Correct BUGS in BUILDING.mdoc now that most ports are USE_NEW_TOOLCHAIN
Obsolete NBUILDJOBS; build.sh just passes -jN through to make(1),
which inherits it cooperatively through the build tree.  Fix
documentation so that it's shown to be deprecated.

If you use build -jN, please save full build logs so that errors due
to missing dependancies can be analyzed and corrected.
2002-05-02 22:13:30 +00:00
lukem 9d32fc1a83 add postinstall info 2002-04-29 08:36:20 +00:00
lukem bb2f4a8f06 s/BSDSRCDIR/NETBSDSRCDIR/ 2002-04-26 15:54:41 +00:00
itojun e9220ac40f install(1) is at usr.bin/xinstall, which is not obvious 2002-04-10 05:26:15 +00:00
lukem 21c9e4ea28 <bsd.lib.mk> needs a new install(1) 2002-03-19 14:42:41 +00:00
itojun 7d3dd9d958 strict sa_len/family checking on raw ip6 socket 2002-03-19 01:23:32 +00:00
itojun 0a2445c3b6 move sshd config files to /etc/ssh 2002-03-11 04:57:55 +00:00
matt 68614d6129 Tell VAX people to update their gas so they can assemble -current sources. 2002-02-24 01:15:21 +00:00
wiz 0f4520b538 Typo and grammar fixes. 2002-02-23 17:06:24 +00:00
pooka 5079cbce00 libstdc++, not libstc++ 2002-02-23 11:06:53 +00:00
itojun 357474aa0a note addition of ntpd user/group. checked w/lukem 2002-01-30 06:54:55 +00:00
jmc 5cef5426cc Add note about how to work around reloc problems in groff now that the toolchain
fixes are commited.
2001-12-07 09:56:44 +00:00
jmc c824ed1c04 Forgot a word 2001-12-02 03:13:10 +00:00
jmc 464af2efd9 Provide writeup and install steps for getting a working awk before building
on sparc64
2001-12-02 03:07:29 +00:00
thorpej 118db3bea0 Note that a new config(8) is required in order to build a kernel. 2001-11-28 18:53:34 +00:00
yamt 8857fc875e note wcstod.c needs new lint.
pointed by Bernd Ernesti.
2001-10-30 06:05:28 +00:00
tv a70bddd4ad - Describe BUILDING documentation.
- Remove old references to new toolchain system in favor of reference to
  BUILDING.
- Remove old reference to MKCRYPTO being added; new .mk files are used
  at the top level automatically.
- Clean up vertical space.
2001-10-29 19:57:38 +00:00
mason 49f1d29d43 note build.sh 2001-10-29 01:53:56 +00:00
perry 46fb31fab6 1) Note that install has been fixed and will need to be upated for
src/etc/Makefile to work properly.
2) Note that users of the new toolchain are often able to avoid the
   UPDATING hell.
2001-10-29 01:46:25 +00:00
wiz 208c3d16df Describe another workaround for i386-'fxsave' kernel build problem. 2001-10-26 13:38:52 +00:00
lukem bf66517e50 mtree update needed 2001-10-05 16:24:34 +00:00
jmc e95bc32f09 Note crunchgen changes 2001-10-04 04:27:48 +00:00
tron 3bceb7c55c Fix a typo in last entry. 2001-09-30 20:09:11 +00:00
kristerw 523ed5e837 Fixed a typo. 2001-09-29 21:22:49 +00:00
tv 3c05b2c5ce Document need to set TOOLDIR on i386 now, as well as optional USETOOLS=no
for building subtrees without using the separate toolchain.
2001-09-25 02:26:13 +00:00
thorpej ef09d975d5 Add text describing what to do if make complains about a missing
uvm_vnode.h
2001-09-16 04:25:39 +00:00
simonb 9becf15259 Fix typo. 2001-09-15 13:59:29 +00:00
itojun 0aa75fa830 it seems that TOODIR change is yet to be reach the tree. i guess i leave
it to tv@netbsd...
2001-08-22 03:15:48 +00:00