Commit Graph

7762 Commits

Author SHA1 Message Date
hubertf
3f9d92ef9c Script to help create list of portmasters from webpage. 2004-08-22 01:36:20 +00:00
hubertf
9298a8b71d * mention DHCP
* Add vipw(8) and pwd_mkdb(8) as alternatives for editing /etc/passwd
 * give a few more pkg_add examples (kde, mozilla, bash)
 * Recommend Packages.txt and README as pkgsrc documentation
 * Mention postfix and /etc/mailer.conf

Todo:
 * what's the place for a pkgsrc-stable.tar.gz snapshot for 2.0?
2004-08-21 22:56:30 +00:00
hubertf
6b027bd148 fix a few markup nits 2004-08-21 22:30:56 +00:00
hubertf
1e618a842b update copyright year, and some english nits 2004-08-21 21:58:58 +00:00
hubertf
dc40be615d Recreate complete(?) list of all advertizement clauses, extracted
from 2.0 src and xsrc with the extract-contrib-string.pl script.
2004-08-21 21:55:47 +00:00
hubertf
7d7af84e20 merge in data from htdocs/donations/200*.xml
XXX Would be nice to have this all in one place...
2004-08-21 11:12:04 +00:00
hubertf
90fe9fb58c Better english (from soren), and mention DVD as an alternative to CD. 2004-08-21 10:37:29 +00:00
hubertf
32030de008 Language nits, by soren. 2004-08-21 10:31:16 +00:00
snj
a20a571a69 Fix some typos. 2004-08-21 05:22:47 +00:00
jdolecek
3f3fa2cf55 apparently boot-ps2 overflowed, so refer to boot-ps2-1.fs and boot-ps2-2.fs here 2004-08-21 00:36:29 +00:00
hubertf
b0d8762c07 * Mention language selection
* Remove mentions of old releases
 * More details how to drop into ddb
 * Try to mention booting from CD instead of floppies on i386
 * Mention mbrlabel(8) to get existing MBR partitions into a disklabel
 * Default disklabel name doesn't seem to be "mydisk" any longer
   (judging by this week's installation of 2.0_BETA/i386)
 * Mention that DHCP will be offered

Todo:
 * Enter size of extracted sets w/o X and of X sets (done for 2.0/i386)
   (Portmasters?)
2004-08-21 00:20:07 +00:00
hubertf
e09640d6eb * Some wording fixes, move some text where it belongs
* document what netbsd-GENERIC_DIAGNOSTIC is
 * i386: the X-server most likely wanted is XFree86
 * sparc* ship Xvfb in the xserver set, not Xprt
 * no split sets, not even on i386. For now(?)

Todo:
 * Where is the 2.0 amd64 snapshot on releng.netbsd.org ?!?
 * Portmasters, update your kernels and other MD stuff in here!
 * Set sizes need updating (automation?!? or remove them?)
2004-08-20 22:26:38 +00:00
hubertf
ce610d90f3 CD-ROM -> CD-ROM / DVD
While there, capitalize list of install media (nfs->NFS, ...).
Tested on 2.0.
2004-08-20 21:23:08 +00:00
hubertf
c83a5702e4 Remove documentation for updating - there's an own section for this (!?!) 2004-08-20 20:52:36 +00:00
hubertf
8bff586af3 Update for 2.0:
* Fix a few paths and grammar
 * VAX can install from CD-ROM (mmm, simh-vax :)
 * Add note to unzip inst.fs.gz file before using, on x68k
   (XXX someone please check!)
 * properly .if the region about floppy being allowed to be write-protected
   (seems not applicable to x68k by the comments)
 * Add a few likely places where the distribution is on CD-ROMs
 * Mention that DHCP is an alternative to remembering IP-numbers
 * Update list of available IDE drives to four (wd[0-3]) and
   five SCSI disks (sd[0-4]).
   XXX please review for hp300, pmax, sgimips, sparc, sparc64 and
       maybe remove the ".if!" above that paragraph
 * Mention etcupdate for a way to update the etc set

Todo: XXX
 * Provide split sets - it's documented and supported by sysinst
   (or say how to create them?)
 * Fix mentions of "set_name.xx" for the AmigaDOS installation
 * x68k: fix to tell where to get "netbsd" from (how to run gzip.x on
   netbsd-INSTALL.gz on the x86k's native OS?)
 * Someone please either re-summon PS/2 "boot-ps2.fs" or remove the note on it
 * Tape install:
	.Dl # Ic "cd \*M/binary"
	.Dl # Ic "tar -cf" Ar tape_device Ic "misc etc kern"
   That doesn't work with today's set format (binary/sets/misc.tgz ...)
2004-08-20 20:35:22 +00:00
drochner
5d294725da add drvctl stuff 2004-08-19 09:54:06 +00:00
dsl
68444e9859 Don't require <enter> to by typed after setting root's password 2004-08-17 17:12:26 +00:00
dsl
f372710462 Add a couple of blank lines before the 'Creating devices' message 2004-08-16 21:04:08 +00:00
rumble
fb9e2852c7 Add sgimips/sq(4).
Spotted by Hisashi T Fujinaka.
2004-08-15 20:33:28 +00:00
dsl
29306cabe7 Default to input in MB for all architectures (MB are cylinder aligned).
Move info about cylinders to the 'ask for units' menu.
  (translations need checking, done by cutting sentences)
Stop i386 always asking for units.
Use BIOS cylinders for MBR and disk cylinders for the disklabel.
  (code intended to do this, but got it wrong...)
Mark some menus as 'sub menu' or MC_SUBMENU so that the screen underneath
  is saved.
Add GENERIC.MPACPI to i386 menu.
2004-08-14 16:06:36 +00:00
lukem
d949dd984b Move libg2c.so* (the g77 Fortran runtime) from comp to base.
Highlighted by Valeriy E. Ushakov.
2004-08-13 01:02:24 +00:00
lukem
ddc929cff6 Move the lib<foo>.so entry (link) from xcomp to xbase, so that
applications on systems without the `xcomp' set installed can
dlopen() a library without supplying the major number.
2004-08-12 16:13:59 +00:00
lukem
90feed6848 Move the lib<foo>.so entry (link) from comp to base, so that
applications on systems without the `comp' set installed can
dlopen() a library without supplying the major number.
2004-08-12 16:07:07 +00:00
wiz
787b5ed61e Add hp700/boot(8). 2004-08-12 15:53:45 +00:00
lukem
1368e3d93c No need to list obsolete minor shared /usr/lib/i18n libs here; we
don't for any other minor shared libs, and 'postinstall fix obsolete'
removes them anyway.
2004-08-12 13:36:20 +00:00
ragge
347097fa08 Updates of supported hardware, from Blaz Antonic. 2004-08-09 08:44:10 +00:00
provos
ee1c03bc6b bump minor of libevent 2004-08-08 07:39:34 +00:00
thorpej
7c161da819 - Rename pw_copy() to pw_copyx(), make it return a success/failure code,
and add "errbuf" and "errbufsz" parameters so that errors can be handled
  gracefully, rather than simply exiting the process.
- Add a pw_copy() wrapper around pw_copyx() to preserve old behavior for
  apps that use it.
- Bump shlib version to 7.4.
2004-08-03 23:29:04 +00:00
uch
c6ac79b0b3 add NEWSMIPS_WSDISPLAYIO_GINFO ioctl to get frame buffer stride. 2004-08-01 18:53:16 +00:00
uch
1c6a48e6b6 newsmips X server configurations. 2004-08-01 18:52:03 +00:00
wiz
e88ebf4381 Add new files from groff-1.19.1. 2004-07-30 15:30:30 +00:00
ian
92c5582317 Add myself to list of developers. 2004-07-30 06:19:14 +00:00
skrll
bc26aea7ac Build hp700's mkboot as a host tool called nbhp700-mkboot. mkboot also
gets built and installed in a hp700 distribution.

TODO

- merge with hp300

- pick a preferred method for dealing with the elf headers.
  hp700-mkboot and prep-mkbootimage (bintuils) vs mips-elf2ecoff and
  tools/installboot
2004-07-28 09:17:31 +00:00
mrg
4e68049874 install spif(4). 2004-07-24 19:42:49 +00:00
chs
313b708726 add hp700 files. 2004-07-24 19:14:29 +00:00
chs
7690a8f790 mkboot isn't installed. 2004-07-24 19:14:09 +00:00
cube
940bb13e09 Mark 'ip_rules.h' as obsolete instead of removing the entry. 2004-07-24 18:15:01 +00:00
cube
dda84f61fe Tag locale.alias as 'nls' since it only gets installed in that case. 2004-07-23 21:22:02 +00:00
erh
10d0173282 Make all the sets scripts work even when not run from the directory that
they reside in.
Change any uses of dirname to use shell variable substitution instead.
2004-07-23 15:11:26 +00:00
tron
165f42d6b5 "ip_rules.h" was removed after the import of IPFilter 4.1.3. 2004-07-23 11:56:59 +00:00
symka
7746038ffa Add myself as NetBSD Project Developer. (Folowed by e-mail from TNF). 2004-07-22 14:41:36 +00:00
tshiozak
39597367e4 add locale.alias(5) manpage. 2004-07-21 19:49:21 +00:00
tshiozak
3407ed183f add the default locale.alias. 2004-07-21 19:02:17 +00:00
wiz
841c5d51f8 Add ptm(4). Christos thinks it's minimal but ok :) 2004-07-20 09:04:47 +00:00
dsl
e0683ac0f3 Kill two more global variables, bsize (bios disk size) was never used
and bcylsize (bios cylinder size) can be calculated in the one place
it is needed.
The ask_sizemult() call will go once I decide what to to with the
(slightly useful) explanatory text about cylinder alignment.
2004-07-17 19:36:59 +00:00
dsl
65a0b724f8 'Warp' menu selection to 'Exit' when a timezone is selected.
Add a line-break to the TZ menu title - has to look better that way.
2004-07-17 11:28:16 +00:00
dsl
da414ff103 Remove the globals ramsize and rammb, the former was only ever used inside
a single function, the latter is now the return value of get_ramsize().
Changed all uses of rammb to get_ramsize().
Used the 64bit HW_PHYSMEM64 so silly things don't happen if the memory size
approaches (or even exceeds) 4GB.
2004-07-17 10:55:03 +00:00
dsl
f2fcef0432 'verbose' and 'silent' were switched - correct.
Fixes PR/26283
Also removed 'static int verbose' and passed as a parameter.
2004-07-16 21:35:44 +00:00
dyoung
e0ca220c2c Add wlanctl(8), a utility for examining 802.11 node tables. 2004-07-16 03:13:48 +00:00
dyoung
1ac1adff5c Oops, stragglers: install ieee80211_channel.h, ieee80211_sysctl.h. 2004-07-16 03:11:39 +00:00