Commit Graph

8180 Commits

Author SHA1 Message Date
lukem 172fad8aab Support MDSET_POST; apply the operation to every image.
Implement MDSET_NOGZIP & MDSET_NOGZIP.${FILENAME}, to prevent the gzip
of the final image.  This is useful if that image has already been
munged & gzipped by MDSET_POST* or MDSET_SUFFIXES*.
2005-05-31 16:23:37 +00:00
christos 24c295f4b3 mark genassym.sh obsolete 2005-05-31 11:39:03 +00:00
christos d84ea6a23c Add genassym. 2005-05-31 11:38:31 +00:00
christos b47254f6d8 Add genassym. 2005-05-31 03:50:14 +00:00
bouyer 44d1677f84 Remove support for build.sh -m xen, this has been merged in the i386
build. Pointed out by Chuck Silvers.
2005-05-29 10:54:40 +00:00
agc cdada63d5e Add manual pages for psh3tp(4) to the man set. 2005-05-24 08:14:55 +00:00
kleink 3a2b4d4dd7 * Factor out fd_set and related definitions from <sys/types.h> to
<sys/fd_set.h>.  Still include it from <sys/types.h> for _NETBSD_SOURCE,
  and amke <sys/select.h> use it instead of <sys/types.h>.
* Instead of including <string.h> for memset()/memcpy() (or adding their
  declarations locally), make FD_ZERO()/FD_COPY() use GCC builtins if
  available, or define them inline otherwise.
Approved by Christos.
2005-05-22 12:44:24 +00:00
lukem dfee67134f Make fdisk(8) available on all platforms, since MS-DOS partitioning
is the de-facto standard for many removable media types.
2005-05-22 03:45:30 +00:00
lukem 64863e99af Use "find |sort" instead of "find -s" -- the latter isn't POSIX. 2005-05-22 03:05:15 +00:00
chs 1c2ca83340 add a ramdisk and LIF image for sysinst-based installation. 2005-05-18 14:04:26 +00:00
christos 8adc5f9efb add t_putws 2005-05-15 21:12:53 +00:00
christos bac9dcf8ce bump libtermcap. 2005-05-15 21:11:59 +00:00
dsl 148ea12326 Stub out mbrtowc(), removes all the citrus_xxx stuff from libc.
rescue_tiny fits again...
2005-05-15 10:15:47 +00:00
christos 85b51312ff bump libc. 2005-05-14 23:59:32 +00:00
christos 406fc04640 add new stdio wide functions. 2005-05-14 23:58:51 +00:00
dsl f023cb8f18 Mark ./usr/share/examples/racoon/roadwarrior/server/phase1-down.sh
as obsolete (it was deleted in the previous commit).
Fix sort errors.
2005-05-14 20:03:31 +00:00
chs 2438f5c3ad add hp700 support. 2005-05-14 14:46:21 +00:00
peter 7147ba1184 PR/30177: Rui Paulo: /var/chroot/pflogd isn't created by default 2005-05-11 10:41:51 +00:00
manu 6cb285d965 Take into account file removal 2005-05-10 10:23:13 +00:00
christos bc7bf3d1e0 Translation of the new messages, and some corrections from
Hernani Marques Madeira. Many thanks.
2005-05-08 22:35:20 +00:00
martin db1141b950 Use "domain" verbatim in DNS context - the german translation is hardly
ever used.
2005-05-08 20:32:36 +00:00
martin 3d320fb96e Translate the new slip related messages to german. 2005-05-08 20:29:53 +00:00
christos 91876f6dac Apply patch from Mikhail Zakharov that enables slip based installation.
From: http://www.onlamp.com/pub/a/bsd/2005/05/05/hardware_rescue.html
2005-05-08 19:46:33 +00:00
tsutsui 239b1361f7 Ecoff kernels are no longer needed. 2005-05-07 14:15:05 +00:00
perry 5f29506c5f add cat7/script.0 man7/script.7 2005-05-07 02:23:39 +00:00
martin 2fca76e80d Add the xf8_32wid module. 2005-05-06 22:55:51 +00:00
wiz 67b542f2c1 Packages.txt has been obsoleted, point to doc/pkgsrc.txt.
Whitespace and casing nit fixes.
2005-05-06 22:32:55 +00:00
jdolecek 65c2c4e93f add advertising clause for Marshall M. Midden - updated afterboot(8) 2005-05-05 17:54:45 +00:00
tron 12c1fb5b6d "loadfile_machdep.h" should not be installed as pointed out by
Izumi Tsutsui. This needs to be fixed in the build process.
2005-05-03 08:24:15 +00:00
lukem 3e3c4f88c3 Another fix for MKSHARE=no. (broken a while ago in rev 1.17. hi rtr!) 2005-05-03 00:23:41 +00:00
lukem aac90486da Fix for MKSHARE=no 2005-05-03 00:21:47 +00:00
lukem cd64c3eed3 zoneinfo directories don't need MKSHARE=yes.
Part of PR 29968 from Jukka Salmi.
2005-05-03 00:16:59 +00:00
tron 450260eeec Install "loadfile_machdep.h" to fix build of "libsa". 2005-05-02 12:31:08 +00:00
macallan 848a995a1f name added 2005-05-02 04:38:31 +00:00
martti 840228057a Install netinet/ipl.h (bin/30095) 2005-05-01 14:57:27 +00:00
lukem 597054d4ad Fix typo in previous.
Noted by Markus W Kilbinger in private email.
2005-05-01 10:34:50 +00:00
lukem e9c1d14fc9 Update for various USE_* options.
Rest of PR 30092 from Jukka Salmi.
2005-05-01 07:28:13 +00:00
lukem 22b0f5dfc0 Add support for following keywords in sets lists, based on mk.conf(5) vars:
use_inet6		${USE_INET6} != no
	use_kerberos		${USE_KERBEROS} != no
	use_yp			${USE_YP} != no
2005-05-01 07:06:09 +00:00
agc dc9630d5b3 Mark ./usr/share/locale/no@nynorsk/LC_MESSAGES/gettext.mo as obsolete. Really. 2005-04-30 14:26:38 +00:00
wiz 9b93dfd77c obsolete...obsolete... (i.e. make both keywords contain obsolete). 2005-04-29 21:08:13 +00:00
christos d097b35f6f adjust for new gettext. 2005-04-29 15:27:33 +00:00
seanb 19f29785ae - add seanb 2005-04-28 19:52:04 +00:00
elad 4b2d57a04f add elad 2005-04-28 11:30:55 +00:00
christos 0f57a94b66 Add the directories for the new gettext; noted by Jukka Salmi 2005-04-27 00:59:46 +00:00
agc cb6ade7bb5 Remove a spurious reference to a non-existent ./usr/bin/texi2pdf which seems
to have crept in in the previous commit.
2005-04-26 10:51:26 +00:00
wiz 2b16d52f32 For obsolete files, make sure that both words behind the pathname contain
"obsolete".
2005-04-25 11:38:01 +00:00
blymn c096161d93 Obsolete verifiedexec(4) man page 2005-04-25 00:46:18 +00:00
dyoung 9b9ed510b0 Add IEEE 802.11 manual pages from FreeBSD to both the Makefiles
and the set lists.
2005-04-24 21:43:03 +00:00
wiz 22a0421626 Add openssl_errstr(1). 2005-04-24 00:15:02 +00:00
perseant 2f695b5476 Provide a resize_lfs(8), including kernel and cleaner support. The current
implementation requires the fs to be mounted while resizing.  Tested in both
directions, and everything appears to work happily, but ymmv.
2005-04-23 19:47:51 +00:00