Commit Graph

8204 Commits

Author SHA1 Message Date
peter
a9b411c198 Change all .Xr config 8 to .Xr config 1, following the recent move of
config from usr.sbin -> usr.bin.

Reviewed by wiz.
2005-06-20 13:25:23 +00:00
briggs
b75c4bf0e2 Add an initial man page for ataraid(4). 2005-06-20 03:08:25 +00:00
thorpej
7adddd1b69 Move common Sun3/Sun4 EEPROM definitions in to <dev/sun/eeprom.h> 2005-06-19 20:23:48 +00:00
thorpej
15adcb96b8 Move common Sun ID PROM definitions into <dev/sun/idprom.h>. 2005-06-19 20:00:28 +00:00
wiz
73b81397ef Files here should not be removed, but marked obsolete.
Re-add obsolete ./usr/share/examples/fstab/fstab.md (hi hubertf!).
2005-06-19 07:51:33 +00:00
peter
d80b2c49e3 Typo, noted by Asmodehn Shade on -current-users. 2005-06-18 21:25:14 +00:00
lukem
335e2ccf58 add scan_ffs and veriexecctl to /rescue 2005-06-18 06:59:23 +00:00
peter
d4cc3cce89 Create links for pthread_attr_setschedparam.3
and pthread_attr_getschedparam.3 to pthread_attr.3.

From Igor Sobrado in PR/29997.
2005-06-17 18:37:24 +00:00
peter
e17db753e7 Mark as obsolete:
pthread_barierattr_destroy.*, pthread_barierattr_init.*

Add:
pthread_barrierattr_destroy.*, pthread_barrierattr_init.*

PR/29997 from Igor Sobrado.
2005-06-17 18:26:22 +00:00
peter
8704f18e38 Install vinum(4) manpage. 2005-06-17 17:12:57 +00:00
xtraeme
b67b8509c2 Add scan_ffs(8) from OpenBSD, it was modified to support FFSv2
for NetBSD (with different blocksizes). Utility to find
FFSv1 and FFSv2 partitions on disks, useful to recover lost
disklabels.

Reviewed by christos.
2005-06-15 18:06:19 +00:00
gdt
d054a605be add gdt to developers list 2005-06-14 12:15:18 +00:00
rpaulo
6371c84cab Add rpaulo.
Approved by hubertf.
2005-06-11 16:06:03 +00:00
tron
731af7cc71 Add raid(4) to the list of machine-independent devices which "sysinst"
recognizes. This allows upgrading e.g. NetBSD-macppc or NetBSD-sparc64
systems with RAIDframe mirrored root devices.
2005-06-09 22:14:20 +00:00
martin
d931a71e12 First cut at 2.0 -> 3.0 port specific changes 2005-06-09 21:51:37 +00:00
tron
abba7e56c8 Enable RAIDframe support in the NetBSD-macppc installation media.
Based on patches submitted by Ian Spray in PR port-macppc/30465.
2005-06-09 13:29:57 +00:00
pooka
3ff1c89a7f add bits for arcom viper 2005-06-08 05:33:46 +00:00
is
7452bc547d Move ld and libbfd (needed by modload) to base, so that a base-only
system can load kernel modules.
2005-06-07 14:27:42 +00:00
martin
e9f82d8da2 fix typo 2005-06-06 05:20:05 +00:00
chs
61549934be adjust for Makefile.mdset changes. 2005-06-05 18:56:51 +00:00
chs
b944888e86 install the bootloader in the root of the target fs. 2005-06-05 18:55:30 +00:00
chs
2c1b9670f3 add usr/mdec/boot 2005-06-05 18:54:06 +00:00
thorpej
5ecc953bdb config and genassym are not sysadmin tools, they are development tools.
As such, they don't belong in /usr/sbin, but rather /usr/bin.  Move them
there.
2005-06-05 18:19:52 +00:00
heinz
b1539d591e Updated URL for list of NetBSD mirrors. 2005-06-04 23:24:40 +00:00
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