Commit Graph

6004 Commits

Author SHA1 Message Date
briggs efcea71648 Add ./var/log/wtmpx 2002-09-17 18:42:59 +00:00
thorpej 9b81f1bdb0 -path is an extension to find(1) that not all systems have, so don't
use it.  Instead, filter out the metalog file using a separate loop
in the pipeline.
2002-09-16 23:04:39 +00:00
thorpej 23d33fadf0 Don't escape constructs like ${FOO} in printf statements. awk doesn't
expand variables like that in printfs, and the escapes end up in the
output in some versions of awk.
2002-09-16 02:13:16 +00:00
mbw b51dc642a3 fix broken link to CD-ROM FAQ 2002-09-15 21:55:41 +00:00
mbw a005b67fcd Mention that some non-Sun CD-ROM drives can't boot any OS on Sun hadware
(link to CD-ROM FAQ was already present)
2002-09-15 21:42:28 +00:00
thorpej 3587dba99e Escape { and } in the regexp that matches e.g. ${FOO}. 2002-09-15 16:15:40 +00:00
lukem 40b2b53564 Also sum symlinks (as well as files) which match, as we often replace
common sets with a symlink to a shared copy, and this change ensures
that all the appropriate entries have sums generated.
2002-09-15 09:47:42 +00:00
mycroft cfedc10218 typo: PROC -> PROG 2002-09-14 02:00:25 +00:00
ad 3fad09211c Add entries for zx(4) manpage. 2002-09-13 19:00:14 +00:00
joda 88c01303c3 changes after importing kerberos 2002-09-12 17:18:48 +00:00
joda d998bbaa97 move manpages to man/obsolete.mi 2002-09-10 22:32:09 +00:00
joda b602ef94f1 kf/kfd has gone 2002-09-10 22:19:41 +00:00
leo 289e5ff1d8 tos binary utilities 2002-09-10 13:58:41 +00:00
grant 5e3818a6e0 add "don't change" option to mbr partition type selection.
addresses part of install/18192.
2002-09-09 10:53:48 +00:00
grant 3404913871 add explanation of normal vs. serial bootblocks.
addresses part of install/18192.
2002-09-09 10:32:49 +00:00
lukem 74ec33db88 minor tweaks for shark. (XXX: still some things to chaseup) 2002-09-09 01:35:45 +00:00
gehenna 620752e3a7 Obsolete machine/conf.h 2002-09-07 12:48:51 +00:00
lukem 226a372abc crank date 2002-09-07 04:04:05 +00:00
lukem 9cd11379df updates to "compatibility with netbsd 1.5" section:
- de was renamed to tlp
- postfix config needs updating (as postinstall in 1.6 doesn't do that)
2002-09-07 04:01:46 +00:00
lukem cfe3482639 remove duplicate entry for netbsd-GENERIC.gz.
noted by Remi Zara in [port-mac68k/18196]
2002-09-07 03:24:52 +00:00
tron 3237921cc3 Add new files installed by XFree86 4.2.1. 2002-09-04 22:56:21 +00:00
jdolecek ae25afd5a6 Do not get confused by empty MBR when gathering information for disk layout.
This fixes install/18153 by Johnny C. Lam.

Base for fix provided by Tyler Retzlaff. Tested by Tyler, Grant Beattie & me.
2002-09-04 14:22:20 +00:00
chris 672ed5ea6a Fix a few typo's in the kinetic support.
Seems that kinetic support doesn't work, it hangs after branching into the relocation asm code.

Time to start debugging this stuff.
2002-09-03 22:02:02 +00:00
abs df86ef5a9f Split raidframe parity checking/rebuild out into raidframeparity, which is
called after quota so we don't end up with fsck and raidframe parity rebuild
taking forever after a crash/reboot.
While we are here check for raid[0-9].conf & raid[1-9][0-9].conf not
			    raid[0-9].conf & raid[0-9][0-9].conf
2002-09-03 15:35:51 +00:00
wiz bd93d53f7c Add /var/run/utmpx, requested by soren. 2002-09-03 00:56:08 +00:00
rnestor 4ca44777d6 Correct the printout of the partition start and size values. 2002-09-03 00:35:53 +00:00
lukem f12d816d02 shark also has netbsd.aout in kern-GENERIC 2002-09-02 02:38:58 +00:00
atatat 692fefdd0e Move pmap(1) to /usr/bin (from /usr/sbin) where it belongs. 2002-09-01 20:32:43 +00:00
atatat 658ca620c9 Add pmap to the sets lists 2002-09-01 19:52:32 +00:00
nsmrtks c763a95295 x68k: Note for `floppy-root' installation system which is currently broken. 2002-09-01 16:44:27 +00:00
mycroft 7d1a320ba9 Add module stuff. 2002-09-01 15:38:56 +00:00
mycroft d8c6540a80 Add XF86 4 stuff for macppc. 2002-08-31 16:22:22 +00:00
mycroft d920addfd1 Remove include/X11/pixmaps from here. 2002-08-31 16:21:44 +00:00
mycroft f70e623863 Someone doesn't know the alphabet... 2002-08-31 16:11:03 +00:00
mycroft 096e4935aa Add XF86 4 stuff for macppc. 2002-08-31 16:06:23 +00:00
itojun 50d422c24f e_os.h is not part of exported openssl interface, so don't install it into
/usr/include/openssl (e_os.h has an explicit comment about it).  it obviously
is a bug in openssl 0.9.6 Makefile.
based on openssl 0.9.7 snapshot.
2002-08-31 10:46:36 +00:00
wiz 3ffc87a5bb Add some commas in enumerations. 2002-08-30 22:16:30 +00:00
itojun 8b7a566748 need kerberosIV/des.h as part of kerberos 4 API. have a dummy file. 2002-08-29 14:52:07 +00:00
itojun ced053b6b3 avoid inclusion of kerberosIV/des.h (it is a dupliate of openssl/des.h,
and openssl discourages inclusion by <des.h> - <openssl/des.h> must be used)
2002-08-29 14:40:00 +00:00
lukem edeb8a9da6 improve the description of the key to the output 2002-08-29 04:19:36 +00:00
lukem a647dca5e8 tweak the ./rescue entries 2002-08-29 01:30:37 +00:00
lukem 0eb91a1107 add ./libexec (thanks nathan!) 2002-08-29 00:51:40 +00:00
gmcgarry 3fc3b75dad rasctl(2) 2002-08-28 09:38:52 +00:00
gmcgarry 45e99c1a85 Have ras.h too. 2002-08-28 08:01:31 +00:00
gmcgarry d70a7f871f ras(9) 2002-08-28 08:00:21 +00:00
takemura b8ce6e8201 Added touch panel calibration utility. 2002-08-27 14:12:09 +00:00
grant da7c095365 remove setting root's shell, as this was addressed in install/17676. 2002-08-27 00:22:53 +00:00
chris 1843317ea6 add byte_swap.h for cats. 2002-08-26 13:37:46 +00:00
bouyer 86514a3c90 Note support for HPT372 and (better late than never) HPT374. 2002-08-23 16:31:09 +00:00
bouyer ceb355fe05 Add support for Promise Ultra133TX2, and Ultra133TX2v2. 2002-08-23 16:29:37 +00:00