Commit Graph

7125 Commits

Author SHA1 Message Date
jdolecek 493adc0ad4 add basic grf(4) manpage, mainly just with explanation
what is each grf* device mapped to and with crossrefs to the
actual underlying device manpages
2003-10-04 14:10:41 +00:00
jdolecek 2b61c17662 add evbsh5 MAKEDEV(8) to lists 2003-10-04 13:41:47 +00:00
wiz 51dc91caa9 Add zlib(3) provided by jmc@openbsd -- thank you! 2003-10-03 18:46:22 +00:00
lukem d7e5203947 Allow ${CRUNCHBIN} to be optional by defaulting to "." when doing the
"${.OODATE}" check.
Problem noticed in a build that uses Makefile.image but not Makefile.crunch.
2003-10-03 02:46:52 +00:00
grog 3c7a263246 (Finally) add my details. 2003-10-03 02:15:17 +00:00
kleink 95da8da847 Back out previous; this needs to be addressed in a different way. 2003-10-02 14:46:51 +00:00
christos d91f070b69 remove kernel.h 2003-10-01 01:31:20 +00:00
kleink 990d9b7ad5 Mark those files moved from base (rev. 1.429) to misc obsolete. 2003-09-30 19:12:57 +00:00
lukem 312f747986 Invoke ./checkflist with ${CHECKFLIST_FLAGS}, so that the end-user
can set CHECKFLIST_FLAGS="-e" in mk.conf so that extra files in
$DESTDIR are `non fatal'.

Remove unused '${CHECKFLISTFLAGS}' (which allowed selection of
different checkflist target in maketars target)
2003-09-30 06:26:37 +00:00
lukem 38ae235c4f * add -e; extra files are not fatal
* add -m; missing files are not fatal
* use  ${MKTEMP} -d  instead of home-grown tempdir creation code
2003-09-30 06:23:43 +00:00
lukem 9eb4566d27 * use ${MKTEMP} -d instead of home-grown tempdir creation code
* use $(...) instead of `...`
* fix a recent modification to follow the same coding style as the
  rest of the file...  (mmm, consistency)
2003-09-30 05:07:40 +00:00
lukem 02ec5b66b9 add MKTEMP=${TOOL_MKTEMP:Q} to SETSENV 2003-09-30 04:58:20 +00:00
mycroft 100f87c7ae Move several files (e.g. zipcodes) from base to misc. 2003-09-29 19:33:06 +00:00
wiz c53b0c7769 Add man page for bce(4), and xref it from bge(4). 2003-09-28 18:32:18 +00:00
dsl bae094fc39 man9 pages need to be .9 (not .0) 2003-09-28 16:36:53 +00:00
dsl 67dc3c2cc0 Add man 9 pages for do_setres{u,g}id, sort 2003-09-28 09:16:46 +00:00
dsl 98b66fc660 Use new kern.root_partition sysctl to find out whether we are installing
over the current root (ie the one we are booted from).
Remove all the stuff that tried to find this out by other means.
A few other message changes.
2003-09-27 10:47:17 +00:00
dsl 070457d605 Use installboot (not disklabel) to make disk bootable (untested). 2003-09-27 10:44:03 +00:00
dsl c268192676 make main menu sit below initial text. 2003-09-27 10:42:16 +00:00
dsl 3322ced37b Make partition menu sit just below header (regardless of header size).
Change flag for bootmenu default from 'b' to 'd'.
2003-09-27 10:39:35 +00:00
dsl df047cb827 Just convert \r\n to \n\r when relaying program output.
Ensure we never write an undefined error message.
Remove support for RUN_SYSTEM - it isn't used and there are too many paths
through this code....
2003-09-27 10:38:05 +00:00
dsl a6c235d09a Include '+' in default for partition size.
If partition size input as '+', treat as 1 cylinder and '+'.
Set default sized /usr if all space can't be given to root.
2003-09-27 10:16:33 +00:00
mrg b5440ed2fa update for amd64 build.
XXX: still missing ./usr/bin/gdb & friends, which are in comp/mi, etc.
2003-09-27 02:09:36 +00:00
wiz db579612f4 Definition, not defintion. From miod@openbsd. 2003-09-26 22:25:21 +00:00
mbw 6d747772a2 mac68k and macppc man page addition/obsoletion:
- man4.mac68k/adb.4
 + adb.4
 + akbd.4
 + ams.4
 - man4.mac68k/mc.4
 - man4.macppc/mc.4
 + man4.macppc/obio.4
 + mc.4
2003-09-26 20:17:50 +00:00
mycroft acd18fb278 Sync. 2003-09-26 19:00:24 +00:00
christos b6cf0325ad bump libedit. 2003-09-26 17:45:42 +00:00
dsl 11bf5e80af msgc dosn't really need msg_*.1 man page links for all its functions. 2003-09-25 18:37:07 +00:00
thorpej fec402bf65 Add <dev/pci/tweio.h> and <dev/pci/twereg.h>. 2003-09-25 18:08:01 +00:00
cb 19fc06f7cd add me. 2003-09-25 17:19:51 +00:00
pooka 913c17a1a8 add iavc and isdncapi 2003-09-25 16:50:11 +00:00
matt 3b0bc89f56 Obsolete ./usr/include/<MACHINE>/_G_config.h for PowerPC. 2003-09-24 05:00:16 +00:00
lukem e43d001ea8 add ./usr/X11R6/lib/modules/extensions 2003-09-23 23:10:08 +00:00
cl 420206f327 add m68k/cpuframe.h 2003-09-23 15:17:11 +00:00
atatat 32984bfff2 Don't install libsm. Instead, pull a couple of things over into
libmilter.
2003-09-22 12:54:46 +00:00
matt b6e7cd40be Switch to GCC 3.3.1 2003-09-21 20:16:10 +00:00
jdolecek ef5b64a14d add manpage for fsetown(9), fgetown(9), fownsignal(9) 2003-09-21 19:35:42 +00:00
tron aca1b74ca0 Backout last change, it's not necessary. 2003-09-21 19:33:59 +00:00
tron b02749036c Fix sets handling so that GCC specific lists are really used. 2003-09-21 19:26:02 +00:00
matt a57c218722 Need to remove .comment too. 2003-09-21 15:21:03 +00:00
takemura 8260617c99 Fixed alignment of call by reference arguments. This change solves unalignement
access and segmentation fault problem on MIPS architecture.
2003-09-21 02:30:18 +00:00
takemura 191a44adea Remove unnecessary mbr_buf.S. Type of global variable 'mbr' was changed and
allocated in main.c since 7/2003. This change resolves some unaligned access
problems.
2003-09-21 02:23:55 +00:00
matt 99c08a490f For GCC 3.3.1, need to remove .comment too. 2003-09-21 00:19:31 +00:00
dsl d421676fae Put fs type back into bintall command line. 2003-09-20 20:55:34 +00:00
dsl e1f4ec62b8 Fix a few arch/md.c to use targetroot_mnt instead of "/mnt". 2003-09-20 15:40:41 +00:00
martin 604a0dda0c No need to special-case sparc64 any longer. 2003-09-19 16:29:21 +00:00
martin 2a5182090a Now that -Os is save again, use it. 2003-09-19 16:28:14 +00:00
mrg ee467f4816 switch i386, sparc, sparc64 & alpha to GCC 3.3.1. 2003-09-19 08:15:46 +00:00
jdolecek ef84f2357f update for pw_dup(3) removal 2003-09-18 09:16:27 +00:00
cl 1069f176f1 fix 2nd occurrence of libc version number 2003-09-16 19:26:14 +00:00
cl 465ed898bd bump minor for sa_unblockyield syscall 2003-09-16 13:55:41 +00:00
he b99a361614 Add usr/mdec/gzboot_SMDK2410_0x00000000.bin 2003-09-16 11:55:17 +00:00
cube 76c881bd69 Add myself to the list of developers. 2003-09-16 09:20:04 +00:00
isaki 3edc567b47 Separate mount_* from mount. These are not the same substance
currently.
It makes sysinst work.  This problem was reported by Yasushi Oshima
in japanese x68k mailing list (x6netbsd-users) on Apr 2003.
2003-09-15 03:14:54 +00:00
christos fb9826e99b bump libedit. 2003-09-14 21:57:24 +00:00
lukem 9398373099 add ./usr/X11R6/include/X11/pixmaps 2003-09-14 06:39:11 +00:00
lukem 6869cb17c5 add ./usr/X11R6/share/examples/ssh-askpass 2003-09-14 06:11:40 +00:00
christos dd200bdfd4 new timer man pages. 2003-09-13 22:29:50 +00:00
christos 6abcbced7d add siginfo.0 2003-09-12 20:01:14 +00:00
christos a284cda9e6 add bsd.x11.mk 2003-09-12 19:57:28 +00:00
lukem d5157aa5fd Add /usr/X11R6/* and /etc/{X11,fonts} 2003-09-12 02:16:45 +00:00
christos 29153b1d45 bump libi386 2003-09-11 19:21:00 +00:00
grant 37b90b309e add the makefile fragments for -current. 2003-09-10 17:21:39 +00:00
christos 0ed7c35b0a Add siginfo man page. 2003-09-10 14:12:23 +00:00
itojun 67556e6947 libc shlib minor bump 2003-09-09 22:18:58 +00:00
itojun 0257a0c524 bump minor for randomid(3) and pw_dup(3) 2003-09-09 22:18:08 +00:00
itojun 00552ebbd7 add randomid(3). 2003-09-09 22:10:33 +00:00
itojun 24a3a1d964 have pw_dup(3). from openbsd 2003-09-09 22:01:56 +00:00
jandberg b8212f9e26 added myself to developers 2003-09-08 19:00:48 +00:00
seb ad0a9298df Fix extension on pool_cache* cat pages.
Approved by kleink@.
2003-09-07 21:06:06 +00:00
seb 67ea8250d5 Update the other reference to libc to version 103.
Approved by kleink@.
2003-09-07 21:05:18 +00:00
tron c975f55b04 Minor version of "libc" was bumped. 2003-09-07 19:21:19 +00:00
yamt 6bcc421d43 pool_cache(9) and links to it 2003-09-07 11:29:18 +00:00
mbw 61dda7acdb include UFS support in partitioning section 2003-09-07 00:06:05 +00:00
mbw 106be46a1b remove multiple processors from list of unsupported devices 2003-09-07 00:03:47 +00:00
mbw 555c661a0d - remove AirPort and audio -- they were for 1.6
- add SMP since it will be in 2.0
 - add UFS support since it will be in 2.0
2003-09-07 00:01:19 +00:00
mbw 6d521497d5 include macppc netbsd-GENERIC.MP.gz which supports SMP 2003-09-06 23:54:17 +00:00
mbw 3dc04dd50b macppc supports local FFS and UFS filesystems as distribution media 2003-09-06 23:52:24 +00:00
mbw ec893fbd66 minor nit about UFS support on macppc 2003-09-06 23:47:47 +00:00
yamt 70088b8495 buffer cache manpages 2003-09-06 18:23:42 +00:00
yamt c7def18e2c sort entries 2003-09-06 18:23:18 +00:00
wiz 49fae81618 Add aica(4). 2003-09-06 16:26:16 +00:00
tsutsui 419db7b25c Shingo WATANABE has kindly consented to remove advertising clauses
from his code.
2003-09-04 15:26:35 +00:00
itojun 495906ca8e revamp inpcb/in6pcb so that they are more aligned with each other.
in6pcb lookup now uses hash(9).
2003-09-04 09:16:57 +00:00
dan a038ec9b06 build atw(4) 2003-09-04 03:21:11 +00:00
he 2dc6bde778 Add pkg_view and linkfarm binaries and man pages. 2003-09-03 10:25:44 +00:00
drochner ae48f024f8 +coda5 2003-09-02 12:19:38 +00:00
junyoung d1c665c08e Add UTF-8 ctype locale support for Korean.
From Min Sik Kim <minskim bawi org>. tshiozak@ ok.
2003-09-02 09:30:31 +00:00
mbw 923f0f8a9f fix typos 2003-09-02 07:47:48 +00:00
mrg b3c3e41312 don't obsolete MD files here. don't obsolete files we are still
installing..
2003-09-02 06:17:03 +00:00
mbw 55b93e3026 add prep.OPENFIRMWARE to list of merged sources 2003-09-02 05:48:35 +00:00
mbw e00fa819c1 Substantial overhaul which splits OF versions up for clarity. Much of
what was in prep is now in prep.OPENFIRMWARE.

prep now calls prep.OPENFIRMWARE twice.  The first time, it generates
documentation specific to Open Firmware 3 systems.  The second pass, it
outputs OF 1.x and 2.x specific stuff.  This makes it easier to follow
directions for a particular class of machines.
2003-09-02 05:47:24 +00:00
mbw 2b7317637d - broaden note about older OF machines being unable to netboot compressed
kernels
 - rearrange OF boot command examples
 - minor polishing
 - flesh out the details of how to get Open Firmware to boot the OS after
   installation.
 - mention "0 bootr" instead of boot sometimes fixes CLAIM-FAILED probs
2003-09-02 05:43:39 +00:00
mbw 783e2670aa - typos
- Xserve (Slot Load) reported to work by manu
 - mention Xserve serial port
 - mention G5 CPUs not supported yet
 - update minimum hardware requirements
2003-09-02 05:41:30 +00:00
mbw 78d8185313 mention that some macppc systems have trouble loading compressed kernels 2003-09-02 05:40:26 +00:00
mbw e57f96090a macppc uses tlp0 and gem0 by default now instead of de0 and gm0 for
on-board ethernet
2003-09-02 05:38:13 +00:00
mbw 91fcb7a7cc macppc needs at least 16 MB RAM
a little rewording in the macppc disk preparation section
2003-09-02 05:37:13 +00:00
mbw 6f91ba4372 more detail on the macppc X server situation (Xmacppc vs. XFree86) 2003-09-02 05:35:37 +00:00
mbw 11ea5aec3f clean up macppc quickstart wording a little 2003-09-02 05:34:28 +00:00
mrg 6e28e939f1 don't install iostream.info anymore - it goes away with GCC3. 2003-09-02 05:26:43 +00:00
fvdl 42dd9f2673 Define SET_KERNEL_GENERIC. 2003-08-31 16:53:03 +00:00
fvdl 9aa3a44add Use get_bootmodel in amd64 after all, but have it return GENERIC all
the time, otherwise we're left without an installed kernel.
2003-08-31 16:41:53 +00:00
wiz 59266cd4ce Add qt(4). 2003-08-31 16:41:41 +00:00
jdolecek 7dbbf58371 add sk(4) manpage, adapted from OpenBSD by Stephen Degler
followup to PR kern/22511
2003-08-30 22:00:37 +00:00
dsl ca995a5145 fix incomplete $id$, delete clause 3 2003-08-30 21:54:42 +00:00
fvdl 29daa101c7 Trim this some. The world keeps a-growin' 2003-08-30 20:08:14 +00:00
fvdl f921290437 * get_bootmodel doesn't exist on amd64, so don't use it in that case.
* use a size_t for the length argument to sysctl(), not an int
2003-08-30 17:12:49 +00:00
dsl a8f1b6c6be Move definition of PART_USR to md.h where it has a chance of having some effect. 2003-08-30 13:53:28 +00:00
mrg 4408c0c269 add ./usr/lib/libfrtbegin.a 2003-08-29 02:13:41 +00:00
heas 3efa170e45 add myself 2003-08-28 16:59:14 +00:00
xtraeme 8d24bc30f3 Add myself to the list of developers 2003-08-28 16:38:23 +00:00
cl d194415ee8 add myself. 2003-08-28 15:15:28 +00:00
lukem 668e6c5574 s/exitisting/existing/ 2003-08-27 16:00:30 +00:00
dsl 41fc0f3e23 No need to build sysinstmsgs.en (they are compiled into the program).
(I'd failed to persuade make to do this before...)
2003-08-27 10:23:53 +00:00
chris cdef31d5ce Update the other reference to libc to version 101. 2003-08-26 23:14:18 +00:00
wiz 7666801285 Add man page for getlastlogx and friends. 2003-08-26 17:37:48 +00:00
wiz a200eb2c89 Bump to 101 for getlastlogx change, says kleink. 2003-08-26 17:05:13 +00:00
uwe 2212bb4a61 /usr/include/sparc64/fbvar.h is obsolete. 2003-08-26 15:19:35 +00:00
mrg 844c41f2cd delete dead ./usr/libexec/cpp0 2003-08-26 11:19:13 +00:00
lukem a5efa8b763 sort 2003-08-26 05:06:34 +00:00
lukem 2efeb76d72 all xfree4 should get ./usr/X11R6/lib/X11/etc/xterm.term{cap,info} 2003-08-26 04:50:21 +00:00
dsl 9d055a33fc Since the METALOG is updated by every install, there is no need to
remake the sets if the set files are newer than METALOG.
Useful for running DISTRIBUTION_DONE= nbmake in src/etc in order to
rebuild with new kernels and/or new ramdisk.
2003-08-22 19:08:47 +00:00
itojun 15980e345d manpage for udav* 2003-08-22 06:42:01 +00:00
itojun 333b6f8e8f add advertising clause for Shingo WATANABE (udav*) 2003-08-22 06:36:26 +00:00
dsl b969d59ce5 make sysinst compile for amd64 2003-08-19 17:25:49 +00:00
dsl b0559c2322 Add some trailing spaces to force line breaks. 2003-08-19 14:33:16 +00:00
reed 2adb877460 Add Jeremy C. Reed to the list of developers. 2003-08-13 22:26:44 +00:00
lukem 253d3ec330 make "extra files" a fatal error again, based on various feedback.
i'll consider adding an optional switch and associated build infrastructure
to enable the "non fatal extra files" functionality instead.
2003-08-13 00:03:00 +00:00
lukem a66b0c9e9a Rework to use comm(1) instead of diff(1),
and separate "missing files in DESTDIR" (which is fatal)
from "extra files in DESTDIR" (which is now non-fatal).
2003-08-12 04:20:08 +00:00
dsl b2fa78b58e Let noexec, nodev and nosuid be written to /ets fstab entries
Always use 1023 cylinders in mbr for large disks
2003-08-10 14:51:48 +00:00
mrg ef96a066f2 GCC3-specific sets 2003-08-10 08:44:41 +00:00
mrg fa688653a3 return type of sizeof() is size_t not long. 2003-08-10 08:28:09 +00:00
mrg b90813089d avoid gcc3 cpp lossage. 2003-08-10 08:26:38 +00:00
dsl fe536754c3 Allow user to shoot themselves in the foot by specifing a non-standard
'average bytes per inode' for each partition.
Fixes PR install/8509
2003-08-09 21:36:26 +00:00
dsl 144c38f82d Don't delete \r that aren't followed by '\n' when relaying program output.
Needed to get progress bar displayed correctly.
Kill a level of indent to get some coding space.
2003-08-09 19:26:38 +00:00
recht b7414800d0 Add myself to the list of developers. 2003-08-09 11:53:26 +00:00
agc 74b7d6e9f2 Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22268, verified by myself.
2003-08-07 09:27:56 +00:00
itojun 4b276b6083 use bounded string op 2003-08-06 13:56:58 +00:00
itojun ac9d94f21a use bounded string op and strdup 2003-08-06 13:43:31 +00:00
itojun cad152ee49 use bounded string op 2003-08-06 13:36:53 +00:00
itojun 7f01f184d4 fix realpath vuln, just like SA2003-011. i do not think it attackable 2003-08-06 13:36:16 +00:00
dsl 117888d14f When writing /etc/fstab:
add support for setting mount options of async, noatime, nodevmtine and softdep.
add noauto if 'mount' was not requested.
add entry for /proc (with noauto)
Display fragment size and block size on the correct line.
Ask for numeric fragment size (not # fragments/block).
Show one unused partition when editing disklabel.
Zap all fields when a partition is made FS_UNSED.
Tweak some menu texts (a space at the end of a line causes a line break!).
Simplify code that displays output from commands - curses is requied to not DTRT
with CR/LF sequences, I need to revert libcurses :-(
2003-08-05 13:35:26 +00:00
skrll 0dcbb09c7a Put a quote in the right place. 2003-08-04 09:23:50 +00:00
mrg 9347d6de64 add initial support for gcc3 2003-08-04 05:53:20 +00:00
itojun fc35b1fd89 /lib/libdes.so* must be removed due to des_xx -> DES_xx API change
(otherwise -ldes will not work)
2003-08-04 04:15:24 +00:00
lukem 61be5790f1 Un-obsolete kerberosIV/des.h, and make it a symlink to ../des.h.
It can't be obsoleted because that causes builds with an old
${DESTDIR}/usr/include/kerberosIV/des.h to fail in directories which
have CPPFLAGS+=-I${DESTDIR}/usr/include/kerberosIV so that their #include
of <krb.h> works (and any subsequent #include <foo.h> by <krb.h>).
(Note: gcc3 won't work with a hack such as prepending -I${DESTDIR}/usr/include
before -I${DESTDIR}/usr/include/kerberosIV.)

Affected directories include lib/libkafs, and any thirdparty source
which used a similar -I/usr/include/kerberosIV hack to use <krb.h>.
2003-08-02 18:49:10 +00:00
bjh21 aebe480082 Add boot32 bits. 2003-08-02 17:59:04 +00:00
lukem 980c535c83 the new world order is to use DPSRCS to add extra dependencies... 2003-08-02 05:16:56 +00:00
tsutsui ad95b036f0 Add spc(4), and remove hp300 oscsi(4). 2003-08-01 02:46:57 +00:00
he b066f88cea Bring into sync with current reality; add two gzboot images for SMDK2800. 2003-07-31 20:50:40 +00:00
hubertf e13dec7b2a Making device files -> Making device nodes 2003-07-31 13:50:05 +00:00
bsh 8c0536d8f2 add SMDK2800 to supported platform. 2003-07-30 18:55:46 +00:00
itojun a788826020 unifdefall is available. 2003-07-30 08:24:11 +00:00
dsl 11d928c5ee Fix display of localtime on timezone update screen.
(missing "." in "%.*s")
Reduce memory leak in setenv() by only calling it for changes.
2003-07-29 12:08:32 +00:00
dsl 02dbd70852 Remove extra process and pipe that relayed data from the master pty
to sysinst's main process when a command is run (eg the file list from pax).
Since the pty is in 'packet' mode, the boundaries of the pty reads would
need to be preserved in order to detect control records.
If the pipe became full the main process could treat part of a filename
as a control byte and then save the rest of the name as tty settings.
The effect of 'random' tty settings is unknown, but could be responsible
for core dumps while displaying the full file list from pax.
I suspect that the extra pipe was originally used because select wasn't
supported on the master side of a pty (not checked).

Also cd out of /targetroot if set installation is killed with ^C ^C.
2003-07-28 11:32:21 +00:00
dsl b42a6fa21a Stop (attempted) coredump when ftp/nfs install attempted.
(incorrect empty strings check for active interfaces)
2003-07-27 21:09:57 +00:00
dsl d0bba60fad Default boot blocks to those used to install the system.
Add 19200 baud and serial ports com1, com2 and com3.
Fixes PR install/21418
2003-07-27 20:25:07 +00:00
dsl faefcd3805 Force localfs_dir to be an absolute path - fixes PR install/14130.
Put disklabel info into /tmp/disktab in case / isn't writable,
fixes PR 17347.  Note the /etc/disktab isn't the target /etc anyway...
2003-07-27 08:57:27 +00:00
dsl 96ace5d58c Remove 'menu_ent' parameter from action routines.
Add menu for all disklabel partition types.
Default 'partition type' and 'sizechoice' menus to current value.
Change 'standard/use existing' to 'set sizes/use existing'.
2003-07-27 07:45:08 +00:00
salo 8d1781e39d netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
he faae8634e1 Add newly added crypto/cryptodev.h header. 2003-07-26 14:23:19 +00:00
he 92515d797d Include new g++/backward, g++/bits, and g++/ext directories. 2003-07-26 14:22:37 +00:00
dsl e141360764 Obsolete i386/amd64 /usr/mdec/biosboot*.sym and /usr/mdec/installboot 2003-07-26 08:43:02 +00:00
dsl 7ea6661b7f Fix serial boot floppy (sync with i386) 2003-07-26 08:32:18 +00:00
dsl ebaaf5a296 Use ${TOOL_INSTALLBOOT} - it does work on ustarfs filesytems.
Pass correct option to installboot for bootfloppy-com (serial bootfloppy).
2003-07-26 08:26:07 +00:00
dsl 34f6042f4f Remove dependency on biosboot-com0.sym 2003-07-26 07:52:03 +00:00
wiz 7455c20783 Perry added openssl_CA.pl.1 to man/mi, which looks like a better place.
Remove the lines for it here.
2003-07-25 22:22:44 +00:00
perry 507b7df779 add entries for openssl_CA.pl.1 man page.
Maybe I'll finally be able to build the world now.
2003-07-25 21:48:36 +00:00
dsl 18d1abfb17 Put in boot files that sysinst needs - matches i386 2003-07-25 21:31:17 +00:00
dsl 1d61f8f341 Update amd64 to match latest i386 2003-07-25 21:24:37 +00:00
dsl 6c8c94d8a7 Switch boot floppies to 'new' i386 bootcode. 2003-07-25 21:19:48 +00:00
he 4db75bc189 My mistake; openssl/rsaref.h wasn't supposed to be there. 2003-07-25 15:23:11 +00:00
he f275d4828e Sync with current reality: openssl/rsaref.h, {man,cat}1/openssl_CA.pl.{0,1}. 2003-07-25 15:11:39 +00:00
hannken ba886242fe Typo: cat1/openssl_ocsp.1 -> cat1/openssl_ocsp.0 2003-07-25 09:18:21 +00:00
dsl 7f5beafa6b Sprinkle a load of consts, and change a few variable names.
Now compiles with WARNS=3.
2003-07-25 08:26:21 +00:00
itojun f4401cd869 upgrade openssl to 0.9.7b. (AES is now supported)
alter des.h to be friendly with openssl/des.h (you can include both in the
same file)
make libkrb to depend on libdes.  bump major.
massage various portioin of heimdal to be friendly with openssl 0.9.7b.
2003-07-24 14:16:30 +00:00
itojun de65f66923 sort 2003-07-24 13:04:19 +00:00
dsl dddd3e09c5 Remove /lib/libdes.so, /lib/libdes.so.7.0 and /lib/libdes.so.7
have already been removed by itojun.
2003-07-24 10:42:40 +00:00
wiz 75dfbc138b Add pthread(3). 2003-07-24 07:51:01 +00:00
itojun 6040fd8db9 no /lib/libdes any more. from Havard 2003-07-23 22:44:27 +00:00
itojun d18a2f47e0 kafs.h moved from kerberosIV to krb5 2003-07-23 21:57:19 +00:00
itojun cc129b0c9b need lint entry for libdes 2003-07-23 21:56:35 +00:00
itojun 4e1706e9af kerberosIV/des.h is not needed, Love says 2003-07-23 20:30:34 +00:00
itojun 9f89c3577c split libdes from libcrypto. libdes bumps shlib major.
(no dependency in libraries)

libdes provides des_xx functions based on openssl 0.9.6j.
2003-07-23 05:20:17 +00:00
dsl f8beccb8d0 Ask for sets when doing 'install more sets' 2003-07-22 12:18:39 +00:00
mrg 84813a0362 note SMP & xfree4 update. 2003-07-22 11:59:49 +00:00
mrg 11569a7f9b support XF4 on sparc. had to move parts of x{base,comp}4/mi into the
relevant ports as they do not apply to sparc (or other non-"hw/xfree86"
ports.)
2003-07-22 11:46:52 +00:00
dsl 92c7597c91 Specify username+password to ftp even when username is 'ftp'.
Only use 'ftp -a ...' when the username is ftp and the password is null.
Fixed PR install/13656
2003-07-22 11:45:16 +00:00
dsl bdd53bdf93 Output a messge before the 5 second delay while the network comes up.
Ask user before deleting set files (fixes PR/7190).
2003-07-22 08:30:10 +00:00
tshiozak 8506e58599 add new locales - bg_BG.CP1251 el_GR.ISO8859-7 hy_AM.ARMSCII-8 lt_LT.ISO8859-13 2003-07-21 17:45:50 +00:00
tshiozak 6c85e3334a add KOI8-U encoding support for iconv. 2003-07-20 19:26:55 +00:00
abs ef8e75ce98 Make net_namesvr6 extern again to fix compilation if INET6 is defined. 2003-07-19 22:07:36 +00:00
tshiozak 173e5850f7 - add converter for EUC-JP-MS.
- apply MS conversion rule to JISX0208 part of CP932.
c.f.:
  http://www.opengroup.or.jp/jvc/cde/ucs-conv-e.html
2003-07-19 20:20:39 +00:00
mbw df3fae3530 pk posted that a longstanding MMU problem with sun4c systems has been
fixed.  Benefits primarily stability and SS1, SS1+, and IPC system speed.
2003-07-18 17:56:48 +00:00
dsl 195bdd51af Tested version of code to get local directory (I'd got waylaid by etc.old)
Messages for net.c changes.
2003-07-18 10:29:36 +00:00
dsl 0bf9a036c9 Remember which sets we sucessfully installed (so we know when to
restore /etc).
Improve handling of absent directories in get_via_localdir.
distname[] isn't needed (twice)
2003-07-18 09:49:18 +00:00
dsl da36837548 Copy /etc.old back to /etc if it was saved, but we didn't actually
install the ETC set.
2003-07-18 09:46:11 +00:00
dsl 6e575ea980 Network info has gone to net.c and is now static.
Stuff to put /etc back in upgrade aborted.
2003-07-18 09:44:20 +00:00
dsl 9a9b340a64 Pull local data here and make it static.
Remove one or two fixed length strings (use malloc etc instead).
Change a lot of 'if (strlen(x) == 0)' to 'if (x[0] === 0)'.
Let user skip network config if any non-loopback interfaces are UP.
Always free() buffer allocated by collect(), could be a massive leak.
Whitespace changes.
2003-07-18 09:42:59 +00:00
dsl 6684cadd5e Remove some fixed length strings.
Do limited filename globbing.
2003-07-18 09:34:42 +00:00