Commit Graph

6792 Commits

Author SHA1 Message Date
mbw
f4773aae19 fix a macppc TOC heading to be a little shorter 2003-06-01 17:36:07 +00:00
mbw
48a00ee0fb mention macppc has two floppies now 2003-06-01 17:34:48 +00:00
uwe
95af8c21e9 Add igsfb(4). 2003-06-01 11:38:16 +00:00
dyoung
51d337164f Fix typo to show correct prefix for PLIST, s/\$plist/\$prefix/. 2003-05-31 23:17:29 +00:00
dyoung
34603cbe81 Spelling fix, s/makeflist/makeplist/ 2003-05-31 22:56:37 +00:00
thorpej
17cf73bbb5 Add <bsd.gcc.mk>. 2003-05-31 20:34:09 +00:00
dsl
d800ee579a No need to #include "bsddisklabel.c" into md.c, add to Makefile instead. 2003-05-31 08:09:59 +00:00
dsl
b62cbc21e9 Make all architectures (except amiga and mac68k) use the MI make_bsd_partitions.
This does change the default size of /, but I'm going to rewrite
make_bsd_partitions next to make it less user-hostile.
(I'm not sure adding in 2 * ram is actually useful! Especially size it left
/usr with a -ve size on all my test installs with 256MB ram and 1GB disk)
Make bootsel code delete menu names if the partition is unused.
Use raw device for cdrom access (I've a kernel that doesn't report an invalid
label so /dev/cd0a dosn't work).
2003-05-30 22:17:00 +00:00
dsl
b0b2a88fe2 KNF 2003-05-30 17:34:31 +00:00
dsl
028c9f0a91 KNF 2003-05-30 17:24:13 +00:00
dsl
127236bc6a KNF 2003-05-30 13:58:25 +00:00
dsl
291768820b KNF 2003-05-30 13:34:58 +00:00
dsl
ad480b2e44 KNF 2003-05-30 13:23:26 +00:00
dsl
4948e51933 layout changes 2003-05-30 13:13:30 +00:00
dsl
4b8e98ee2a Further collapsing of MD code:
- make_bsd_partitions() correctly handles PART_BOOT
- use bsddisklabel.c for pc532 and sgimips (this does change the default size
  for the root partition, as it no longer includes twice the memory size).
- Change way ports define disk_names[] (in particular this lets me add "vnd"
  for testing), also ensures all ports pick up new drivers.
  I've make most ports use the default "wd", "sd", "ld".
  Abort the search for disk units if we get ENOENT (ie no /dev entry) to
  speed up the case where we are looking for a disk type that isn't
  supprted by the port.
  (it is possible we could just check all possible disks on all ports...)
2003-05-30 11:56:23 +00:00
dsl
c522fd9f62 partsize and partstart don't need to be globals 2003-05-29 17:54:22 +00:00
dsl
4ed96ba68a Use local partstart and partsize.
Add code that might let this code add the boot partition for the 2 ports that need it.
2003-05-29 17:53:24 +00:00
dsl
83067f27c6 psrtsize and partstart are only over used inside md_make_bsd_partitions,
use locals instead of globals.
2003-05-29 17:51:26 +00:00
he
3812b817f3 Add back in man3/readdir.3 lost in previous commit. 2003-05-29 11:11:40 +00:00
christos
04413cc928 readdir_r + libc bump. 2003-05-28 20:07:46 +00:00
yyamano
c7bcda3906 Fix broken link. Pointed out by Ray Phillips on www@.
http://asu.info.apple.com/ has been replaced by
http://www.info.apple.com/support/downloads.html.
2003-05-26 17:36:07 +00:00
thorpej
846d276e6f Don't build a big-endian image on platforms which don't run big-endian. 2003-05-26 15:46:48 +00:00
thorpej
a5b0016311 Platform dependent set list for big-endian evbarm. 2003-05-26 15:43:14 +00:00
thorpej
01017edd1b Check if md.${MACHINE}.${MACHINE_ARCH} exists and prefer it over
md.${MACHINE}.
2003-05-26 15:42:34 +00:00
lukem
77dcdf1ded add rescue/ftp 2003-05-26 10:38:48 +00:00
lha
47cfb027a2 install more man pages 2003-05-26 09:22:29 +00:00
lha
4a1a2b48c6 install more man pages 2003-05-26 01:11:55 +00:00
jmc
b12af590af vax rx man pages were updated in 1.555 of mi but never added to obsolete. Fix 2003-05-25 20:01:35 +00:00
grant
59a27f0ae9 portmasters: +amd64 (fvdl)
releng: -tv +jmc
2003-05-25 05:30:11 +00:00
nakayama
255093b58e Add myself. 2003-05-25 05:20:35 +00:00
dan
4b8869230b Add myself. 2003-05-25 04:32:10 +00:00
epg
7424146bb6 Add myself. 2003-05-25 02:08:39 +00:00
lukem
0622a0d6dd update to libcurses.so.5.8 2003-05-22 07:20:28 +00:00
jdc
8b782b08d1 Increment libcurses minor for addition of addchstr() functions. 2003-05-21 21:21:14 +00:00
dsl
6fb33c4537 Reduce the number of global variables slightly, use the ones that are
left consistently.
Make the i386 install let you partition a disk beyond the CHS limit if the
system bios doesn't support LBA reads (the checks aren't ideal yet).
Make the bsddislabel.c code usable onan i386 system - but don't use it yet.
2003-05-21 10:05:20 +00:00
jdc
ad216762c8 Add missing *printw manual page links.
Patch provided in PR lib/21446 by Douwe Kiela.
2003-05-21 06:46:51 +00:00
agc
15f7e07a41 Correct the directory for a manual page. 2003-05-20 09:49:06 +00:00
jdc
2e4b986118 Add missing manual page links. 2003-05-20 06:54:44 +00:00
dsl
09746cd0ad Stop double-inclusion being an error.
Adjust whitespace and remove names from prototypes
2003-05-18 20:40:09 +00:00
dsl
1d6ff8632d White-space, buffer-overrun and long-line police,
Correct code that selects one of the available disks.
2003-05-18 20:04:21 +00:00
dsl
33180ff44d Use MD menus and msgs for mbr code.
Remove a couple of unused variables.
Use actual raw partition when looking for disklabel in sparc code
2003-05-18 18:54:05 +00:00
martin
f799459a60 List more supported systems. 2003-05-18 16:29:57 +00:00
lukem
20b9064eac Don't force "make -j 1" any more, since David Laight appears to have
fixed the parallel-make issues in crunchgen generated Makefiles.
2003-05-18 11:25:33 +00:00
dsl
b1389a6fef md menus and messages are taken from the i386 directory.
mbr stuff is now mi
2003-05-18 08:00:38 +00:00
dsl
04a7d9497e Use same code as i386 2003-05-18 07:58:10 +00:00
dsl
2de0c528b3 Remove some unused definitions 2003-05-18 07:57:28 +00:00
dsl
949c967305 Pull md menus and msgs from i386 port.
Enable BOOTSEL stuff from mbr.c
2003-05-18 07:56:30 +00:00
dsl
9a5b2e3d2a Use snprintf just in case target_expand() generates some long strings.
#if the bootmodel stuff so that the amd64 port can use the same file
2003-05-18 07:52:57 +00:00
dsl
633389164c Fix typo in previous 2003-05-18 07:44:41 +00:00
dsl
adaf65b7b4 Language dependent menus are no longer pertinent 2003-05-16 20:08:01 +00:00
dsl
3db1aaa735 Don't overwrite existing bootsel config when reading new bootcode.
configure_bootsel moved to MI code (I have plans for it...)
Make menu file language independant.
Move menus and message for MBR to MI files.
2003-05-16 19:48:29 +00:00
dsl
d41b09d182 Report number for unknown MBR partition types.
Correct bootseect default for new mbr code.
Add bootsel config code (from arch/i386/md.c)
2003-05-16 19:44:23 +00:00
dsl
17f917ce63 Move definition of BOOTSEL to MD Makefile 2003-05-16 19:38:18 +00:00
dsl
74b0587c5b Use sizeof() to be absolutely certain there are no buffer overruns.
Use strlcpy() instead of strncpy() where appropriate.
Recode timezone menu so that it can stand opt_name being const char *
and to only do the fts_read() once (there were problems if the filestore
changed between passes!).
Remove stupid check for errno != 0 which probably stopped the tomezone
menu being displayed!
2003-05-16 19:34:00 +00:00
dsl
0c692843f6 Add missing messages (need translating) 2003-05-16 19:29:18 +00:00
dsl
a79e0abb89 Remove language independant header (now in its own file).
Add missing menus to french file (need translating)
2003-05-16 19:28:10 +00:00
dsl
ccdfb7c4d2 Add a language independant header to the menu file.
Let MD Makefile specify the required MD menu and message files.
Pass menu and message files though a script to remove conditionals.
2003-05-16 19:25:24 +00:00
dsl
9fb220ed6a Pull menu/msg files for setting up the mbr out of the md set.
The md code will pull in the correct set of menu and messages.
(the msg.mbr.fr has an untranslated message - volunteers?)
2003-05-16 19:15:00 +00:00
dsl
17c72be2df Add a '}' that has been missing since september 2000 2003-05-16 16:28:10 +00:00
lha
f66ab28ab4 bump minors appropriately 2003-05-15 20:58:43 +00:00
wiz
2b0b925316 Add /dev/mouse-qms0 and /dev/qms0. 2003-05-15 19:11:28 +00:00
wiz
17abf3da10 Add /dev/lms0 and /dev/mms0. 2003-05-15 19:10:00 +00:00
wiz
717b2b1474 Remove i386/busmouse(4); it's not supported on i386 any more. 2003-05-15 18:53:34 +00:00
wiz
8381108e2a Don't install machine/mouse.h on i386 and prep; there are no users for
the old busmouse interface any longer, we use wsmouse now.
2003-05-15 18:51:18 +00:00
dsl
adb2f69a2f Avoid building the xxx.mk file (etc) multiple times in a parralel build.
Change name of target build from xxx.mk from 'all' to xxx.crunched to avoid
picking up baggage from bsd.own.mk and bsd.prog.mk.
Fixes toolchain/21563 (with new crunchgen binary)
2003-05-15 17:52:32 +00:00
fvdl
8ec5ed33f8 Adjust ramdisksize downwards to match kernels. 2003-05-15 14:02:37 +00:00
wiz
ee6d7b94d4 Remove last traces of obsolete olms and omms drivers.
Ok'd by drochner and fvdl.
2003-05-15 13:13:21 +00:00
dsl
259e7b9bcc Fix typo in previous,
Delete some unused variables
2003-05-15 08:09:51 +00:00
wiz
ff96d1c6d3 Remove opms(4). Addresses PR 21578 by Felix Geller. 2003-05-15 06:14:14 +00:00
he
602160f281 Add messages "mbrpart_start_special" and "mbrpart_size_special" to
those ports which are using the now-modified MI mbr.c file which
was recently modified to use those messages.  French translation
courtesy of Manuel Bouyer, Polish copied from the i386 port.
2003-05-14 22:11:42 +00:00
wiz
94f0902dae machines with e, uppercase PCMCIA. 2003-05-14 14:31:48 +00:00
martin
733238f573 Sync with recent sparc64 changes. 2003-05-14 14:06:06 +00:00
thorpej
2124724ab0 Add <dev/ic/icpreg.h> and <dev/ic/icp_ioctl.h>. 2003-05-13 15:49:26 +00:00
thorpej
1abf972108 Add new boot programs. 2003-05-13 05:31:56 +00:00
kleink
776138ea69 Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's
convention for these.
2003-05-12 15:22:53 +00:00
kleink
72f28776f1 libc.so.12.98. 2003-05-12 12:39:43 +00:00
ragge
2e0be56318 Remove kvm_mkdb. 2003-05-11 19:19:07 +00:00
ragge
438bab829d Remove kvm_mkdb. 2003-05-11 19:02:45 +00:00
ragge
32fe059588 Obsolete kvm_mkdb itself. 2003-05-11 19:01:27 +00:00
ragge
11229b5806 Obsolete kvm_mkdb.[08] 2003-05-11 19:00:06 +00:00
lukem
c5fa449210 - add makesrctars and sourcesets targets (latter just invokes former)
- use ${HOST_SH} instead of sh
2003-05-10 06:08:12 +00:00
lukem
ce860f79b6 - change so that the source directory and sets directory are now
command-line arguments, rather than ${SRCDIR} and ${DESTDIR}/sets
- when building syssrc.tgz, only skip subdirs of sys/arch/*/compile
  which are not named "CVS"
- improve method that sets are built
- don't bother chmodding results as it makes it difficult to re-run this
2003-05-10 06:07:26 +00:00
dsl
e3d5a4eaaf Allow for menu 'opt_name' being const char *. 2003-05-09 12:45:01 +00:00
lukem
85a40ebf71 #if 0 out cleanup_dist() (the obsolete file handling function)
since we don't ship the obsolete sets on the install media anymore.
Instead, we'll rely upon postinstall to do this for us.
2003-05-09 12:34:42 +00:00
lukem
0760a2583f remove bad144 - we're desparate for space on this image (again), and
this looked to being the least useful tool...
2003-05-09 12:32:42 +00:00
dsl
689ce9ee7c Force ramdiskbin.mk to be run to update the crunched binary.
Explicitly check times on built targets so to stop make rebuilding
the later targets.
nbmake in src/distrib/i386/floppies/ramdisk-big (etc) will now
pick up changes to source files that make the crunched binary.
2003-05-09 12:20:04 +00:00
lukem
8c75c09c1b pull in <bsd.sys.mk> for HOST_SH 2003-05-09 09:06:14 +00:00
lukem
4989a7a8c6 Don't bother building var/db/obsolete/* files for the install media;
this stuff is in the base.tgz distribution, and it's better to have
postinstall fix it up than use the (dodgy) code in sysinst.
2003-05-09 01:45:08 +00:00
skrll
fd7f9942d4 Fix placement of lib{arm,m68k}_pic.a, fwiw. 2003-05-08 18:11:38 +00:00
christos
3d24ae7c3d Use ${HOST_SH} 2003-05-08 13:05:01 +00:00
christos
395450a2eb use ${HOST_SH} 2003-05-08 13:04:13 +00:00
uebayasi
e7688f1920 Add magic_*() into not only man/cat3 but also man/man3. Found by
wizd(8).
2003-05-08 07:30:20 +00:00
uebayasi
80e148b7e3 Make libmagic known as a system library, and install manual page links
of the libmagic functions.

Submitted by Hiroshi Ura <ura at hiru dot aoba dot yokohama dot jp> in
PR21496.


Reviewed By:	wiz
2003-05-08 07:14:11 +00:00
dsl
5fb67a188b A couple of ";" escaped.... 2003-05-07 20:49:22 +00:00
dsl
3c476fffb6 Pull some code fragments from machine and language dependant files into mbr.c
Resynchronise amd64 with i386
2003-05-07 19:02:52 +00:00
takemura
e02bb3ff4e Added man page, hpcmips/boot.8. PR #21371. 2003-05-07 13:14:50 +00:00
dsl
40414b8e25 Typo in previous commit 2003-05-07 11:42:03 +00:00
dsl
164b895890 KNF 2003-05-07 11:36:10 +00:00
dsl
d5c9f83022 Use C structure mbr_sector_t instead of char[] for 'mbr'.
(I hope the edits for the ports I can't build are right!)
i386/amd64 pick up a minor change to the md_read_bootcode which
might preseve the bootselect config.
2003-05-07 10:20:18 +00:00
dsl
3e8fcf58f8 Remove unused definitions of bootsel stuff 2003-05-07 08:45:43 +00:00
dsl
0e07cf9a65 Delete unused menus (the i386 bootselect ones) 2003-05-07 08:40:41 +00:00
shin
acabf4765c struct mbr_bootsel et al were moved to sys/disklabel_mbr.h, adapt. 2003-05-07 03:34:23 +00:00
shin
c1bb0fc7a0 struct mbr_bootsel et al were moved to sys/disklabel_mbr.h, adapt. 2003-05-07 02:13:32 +00:00
itojun
6f4441e278 change address for IPv6 DNS servers. many of them are obsolete... 2003-05-06 05:35:09 +00:00
tsutsui
cc824a41ce Remove .pdr section on converting kernels to ECOFF.
(sync with sys/arch/arc/conf/Makefile.arc.inc rev 1.9)
2003-05-05 11:41:07 +00:00
gmcgarry
e6614dc3ab More wscons fonts. 2003-05-04 00:54:41 +00:00
fvdl
21670652bf struct mbr_bootsel et al were moved to sys/disklabel_mbr.h, adapt. 2003-05-03 17:04:09 +00:00
he
c4b89e21ca Add the recently added zs(4) and zsc(4) links (hi, Erik!). 2003-05-03 08:27:51 +00:00
he
a3cd065d26 Increase i-node density from 16KB per inode to 12KB per inode to make
the miniroot build again.
Discussed with scottr.
2003-05-02 22:40:19 +00:00
ragge
00dee51156 Add sys/ksyms.h. 2003-05-02 16:11:45 +00:00
dyoung
af97927092 Fix typo. 2003-05-02 05:43:45 +00:00
briggs
e26a433705 Add amr.[04]. 2003-05-01 15:50:00 +00:00
he
34c9014f34 Add the sgimips intro(4) manual page. 2003-05-01 07:36:40 +00:00
dsl
4047f3a2a1 Add /usr/mdec/mbr_ext to i386 and amd64 2003-04-30 19:57:42 +00:00
martin
31dc9b22ed Add sparc64/boot(8) 2003-04-30 12:38:21 +00:00
wiz
203915e5ed Add some arc and cobalt man(4) pages. 2003-04-30 09:45:32 +00:00
wiz
e6436dd49b Add arc and cobalt cat4/html4/man4 dirs. 2003-04-30 09:42:42 +00:00
thorpej
5ad9e35066 Don't build gzboot's separately. Instead, use the concatenate'able
gzboot images that are installed in ${DESTDIR}/usr/mdec.  Simplifies
building of these images considerably.

Fixes PR port-arm32/21352.
2003-04-29 18:18:53 +00:00
fredette
7863680d0c Added a SYNOPSIS section, added content about boot device
selection, and added the man page to the set lists.
2003-04-29 15:04:41 +00:00
augustss
4e0d6e0e7a Add new man pages (and rename one). 2003-04-29 11:59:25 +00:00
bjh21
6aa1083d8b Add i386/cons(4) and opms(4). 2003-04-29 09:55:53 +00:00
thorpej
f064f20632 Add /usr/mdec/gzboot_* 2003-04-29 05:42:00 +00:00
fvdl
e285e4dd5c Add atomic.h 2003-04-27 18:45:35 +00:00
wiz
536045150d Add some obsolete files (after x86_64 -> amd64). 2003-04-27 15:29:06 +00:00
wiz
0621ba7478 Sort (after x86_64 -> amd64) 2003-04-27 15:28:24 +00:00
fvdl
737ef3283e x86_64 -> amd64 2003-04-27 12:45:37 +00:00
fvdl
b1280f5176 x86_64 -> amd64 2003-04-27 12:35:20 +00:00
fvdl
043f21d9ea x86_64 -> amd64 2003-04-26 19:14:17 +00:00
fvdl
0945a6df17 x86_64 -> amd64 2003-04-26 19:02:50 +00:00
fvdl
3099975645 Remove a locally modified file that was untintentionallu committed. 2003-04-26 18:57:33 +00:00
fvdl
b3786358e5 x86_64 -> amd64 2003-04-26 18:55:39 +00:00
fvdl
a066c2841f x86_64 -> amd64 2003-04-26 18:48:48 +00:00
fvdl
e091f3cfdc Add x86/cacheinfo.h 2003-04-26 10:51:16 +00:00
perry
90df2da36a add default skel/.logout file 2003-04-24 01:05:49 +00:00
jmmv
8b96464ca3 Bump image size to 1500k. 2003-04-23 14:19:59 +00:00
wiz
8ded03e5f2 Add pmppc/intro(4). 2003-04-23 05:47:05 +00:00
elric
a41d8cfaf3 Turn on the building and installing of libbsdmalloc. 2003-04-22 20:35:17 +00:00
bjh21
22250c1a61 Add missing /usr/include/sparc/cpuconf.h. 2003-04-22 13:02:10 +00:00
wiz
2dbd65d621 Sort. 2003-04-22 08:05:08 +00:00
jmc
57e8e96d56 Configs used to build 1.6.1 iso images 2003-04-22 02:55:41 +00:00
thorpej
953de79cde Add a reset_button script. 2003-04-20 20:55:39 +00:00
bjh21
d3c0cf0ad5 Add a "comp" list for NetBSD/cesfic. 2003-04-20 17:58:28 +00:00
christos
48b6cfff3a add <sys/float_ieee.h> 2003-04-19 23:10:33 +00:00
bjh21
d5bf4c3e72 Line up columns. 2003-04-19 08:35:25 +00:00
thorpej
8fc54c0008 Add ./usr/share/man/cat4/acorn32/asc.0 2003-04-18 20:54:59 +00:00
wiz
294b96ee5a acorn32-kmem(4) now exists. 2003-04-18 15:05:34 +00:00
wiz
9f71225a86 {cat4,html4,man4}/arm32 is obsolete. 2003-04-18 15:02:21 +00:00
wiz
ee5e5d4a77 Move some obsolete man pages from base/obsolete.mi to man/obsolete.mi. 2003-04-18 15:01:22 +00:00
thorpej
0ea6c3867d Add /etc/powerd/scripts/power_button 2003-04-18 05:42:52 +00:00
gmcgarry
dcc55b6153 arm32 -> acorn32 fallout 2003-04-18 05:23:38 +00:00
thorpej
71e3ac911d Add /etc/rc.d/powerd 2003-04-18 05:19:59 +00:00
gmcgarry
6da12b12c0 arm32 -> acorn32 2003-04-18 05:17:28 +00:00
thorpej
d56213af86 Add /etc/powerd and /etc/powerd/scripts. 2003-04-18 05:15:48 +00:00
thorpej
9a567ab38d Add powerd(8). 2003-04-18 05:02:07 +00:00
thorpej
834d7f0ae7 Add /usr/sbin/powerd 2003-04-18 05:00:25 +00:00
thorpej
9b6e3d2e91 Add <sys/power.h>. 2003-04-18 04:56:58 +00:00
thorpej
3088c62122 Bump file system size to 2300k. 2003-04-17 23:00:49 +00:00
tron
ea6c5e2cf1 Forgot "./usr/share/man/cat8/wizd.0" in last commit. 2003-04-17 20:53:43 +00:00
tron
088e2da85b Add manual page for wizd(8). 2003-04-17 20:48:33 +00:00
fvdl
046ec6c887 FIx kernel set names. Add 'toolchain' set for the time being. 2003-04-17 19:30:19 +00:00
bjh21
66e2fb4013 Add acorn32 busmouse(4), opms(4), qms(4), and wsqms(4). 2003-04-17 11:49:35 +00:00
wiz
3af60eeef7 Reflect moves of man4.arm32 man pages; sort. 2003-04-17 10:24:45 +00:00
thorpej
5ebfe547e4 Add mpt(4). 2003-04-16 22:33:29 +00:00
jdolecek
938f344d52 add POSIX.2 patchchk(1) utility - check pathnames
from FreeBSD via Jonathan Perkin
fixes PR standards/11198 by Ben Harris
2003-04-15 19:46:38 +00:00
rtr
0c265012d6 Added myself 2003-04-14 15:24:43 +00:00
salo
0db44986d2 Add slovak language libc message catalog. 2003-04-14 05:21:47 +00:00
jmmv
8fee00a553 ... ca/LC_MESSAGES is not needed. 2003-04-13 09:54:41 +00:00
jmmv
4f7db6cd44 Finally add complete support for Catalan (ca_ES, ca) LC_CTYPE and libc
catalog messages.
Thanks to salo for letting me know what was missing.
2003-04-13 09:48:18 +00:00
he
e12cae5ab1 Track the bump of libutil minor (hi, Christos!). 2003-04-12 13:41:06 +00:00
jdc
f943598253 Add (recently added) cpuconf.h.
Pointed out by Thomas Klausner and Christopher SEKIYA.
2003-04-11 17:21:47 +00:00
jmmv
2494dcd3ba Add the share/misc/acronyms.comp file, which is a small acronyms database
containing computer-related terms; a complement for manpages.

As discussed on tech-userlevel, if wtf(6) is going to stay in the system
(and it seems so), it's worth improving it.

Closes my own PR misc/17559.
2003-04-11 11:07:15 +00:00
thorpej
6a324a98cb * Add ADI_BRH to the list of kernel sets.
* Add "ld" to the list of acceptable disk names.
2003-04-10 17:05:25 +00:00
he
3ace5bb166 Expand the miniroot by 256KB, so that this builds again. 2003-04-10 15:01:52 +00:00
thorpej
43fde6c499 Fix building of gzimg's (feh, last test build was done from the wrong
source tree).
2003-04-10 04:35:23 +00:00
thorpej
24f1d87951 Descend into the gzboot_ADI_BRH_flash_0x00140000 subdir. 2003-04-10 01:50:28 +00:00
jmmv
33b8c350b6 Add a Catalan libc message catalog file (plus everything else needed to
track the file).  Closes my own PR lib/19498.
2003-04-09 20:17:06 +00:00
thorpej
fa014307ab Bump the max compressed kernel image size to 1.5M; 4 SCSI controller
drivers, each with a plethora of microcode, takes up a bit of space,
and this gives us a bit of breathing room.
2003-04-08 21:41:18 +00:00
thorpej
b580af4dd8 Build "root on wd0" and "root on sd0" gzboot images for ADI BRH,
IQ80310, and IQ80321.  Build "root on sd0" for TEAMASA_NPWR.
2003-04-08 21:26:59 +00:00
thorpej
1ca10d28f2 Add a gzboot for the ADI BRH board. 2003-04-08 21:24:59 +00:00
thorpej
9e156cf668 Add ADI_BRH_INSTALL, INTEGRATOR_INSTALL, IQ80310_INSTALL, and
IQ80321_INSTALL.
2003-04-08 21:06:08 +00:00
jdc
6e028f681b Add mvwin manual pages.
From PR 21041.
2003-04-08 06:02:17 +00:00
perry
2c736e195a Temporarily revert last. It now screws over symlinks from the destdir,
which is the inverse problem. It is fixable by piping one pax -w into
a pax -r instead of using a pax -rw, but unfortunately that won't work
yet because I've hit a pax issue. I'll fix that and then fix this right.
2003-04-07 17:22:19 +00:00
kleink
110fcacc61 Add ./usr/share/zoneinfo/Antarctica/Rothera (tzdata2003a). 2003-04-07 15:04:53 +00:00
kleink
d28252dca3 libc.so.12.97. 2003-04-07 13:42:42 +00:00
gmcgarry
56f52386ef vfs_setpublic -> vfs_setpublicfs 2003-04-07 07:11:21 +00:00
perry
1b49023f24 do pax -L so that symlinks aren't blown away.
Beginning of work to fix PR install/8090 from Luke Mewburn
2003-04-06 19:41:03 +00:00
perry
978748a964 add des.h 2003-04-06 18:27:52 +00:00
perry
356d72671f add des man pages 2003-04-06 18:26:23 +00:00
perry
b30bba2160 des.[03] is no longer obsolete 2003-04-06 18:14:21 +00:00
jmmv
2b250668c1 When installing from floppy disks, let the user say which is the last one
on a set, instead of hardcoding the number of parts in sysinst (which gets
out of sync easily).  The fdlast field of the distinfo struct has been
removed.

This solution is a bit simplistic but...  anybody using the floppy
installation method will have to split sets himself (as we don't provide
them), so he will know which is the last one.  Also, he will be able to
use whatever chunk size he wants.

Closes PR install/5050.  Ok'ed by fvdl.
2003-04-06 16:12:36 +00:00
he
73a2de8f35 Correct typo: comp-sys-catmaN -> comp-sys-catman. 2003-04-06 13:37:01 +00:00
he
aa6779a2a7 Track renaming of manual page: vfs_setpublicfs(9) -> vfs_setpublic(9). 2003-04-06 13:34:33 +00:00
tsutsui
9288b798b9 Add oosiop(4) man pages. 2003-04-06 10:17:58 +00:00
gmcgarry
58e7bfc0ad vfssubr.9 2003-04-06 07:17:55 +00:00
wiz
9ec6900e87 Add vfs_shutdown(9). 2003-04-04 20:57:27 +00:00
jdolecek
772fa9214a add /usr/share/examples/smbfs/dot.nsmbrc 2003-04-04 07:53:09 +00:00
taca
552c900f4c Reflect change of cron's log file. 2003-04-03 22:52:32 +00:00
fvdl
42614ed3f3 Add support for UFS2. UFS2 is an enhanced FFS, adding support for
64 bit block pointers, extended attribute storage, and a few
other things.

This commit does not yet include the code to manipulate the extended
storage (for e.g. ACLs), this will be done later.

Originally written by Kirk McKusick and Network Associates Laboratories for
FreeBSD.
2003-04-02 10:39:19 +00:00
jdolecek
5fd8296ac8 add LKM for file system SMBFS
XXX the LKM requires nsmb pseudo device in kernel to load successfully ATM
2003-04-02 09:45:42 +00:00
atatat
33198d7c50 Since we're now installed built versions of the netbsd-proto.cf and
netbsd-msp.cf files, include them in the sets.
2003-04-01 03:20:39 +00:00