Commit Graph

4151 Commits

Author SHA1 Message Date
thorpej
a59a7e818b First pass at sysinst for the ARC port. This is a work-in-progress. 2001-07-04 16:56:01 +00:00
hubertf
ee9dee88b9 add i386/io manpage 2001-07-02 22:59:55 +00:00
fredette
17cc649043 Add sc(4). 2001-07-02 14:50:40 +00:00
tv
b21858f304 Don't create gzipped versions of the install floppies. The floppy images are
not padded to disk-size boundaries (except for boot-big, for somewhat
unnecessary reasons), and the included kernel is already gzipped.  Adding
another round of gzip saves only tens of K, but creates a duplicate image,
wasting space on release media including these files.
2001-07-02 14:10:09 +00:00
gmcgarry
8752c2315f Add some missing documentation. 2001-07-01 04:11:13 +00:00
gmcgarry
d6182a9e77 In-kernel device configuration manager - allows modification
of device locators at run-time.

Written by Mats O Jansson <moj@stacken.kth.se>.  Reworked by
Jun-ichiro itojun Hagino <itojun@netbsd.org>.
2001-07-01 02:56:20 +00:00
tron
0c6f062020 Add back "/usr/include/dev/tc/sfbreg.h". 2001-06-30 21:24:06 +00:00
mbw
85968fcef5 Tsubai-san just added support for the iMac (Early 2001) model in -current
and netbsd-1-5
2001-06-30 19:00:39 +00:00
itojun
21f1825482 add m_pulldown.9 to MLINKS. 2001-06-28 23:04:38 +00:00
wiz
403083db34 Add compat_svr4_32(8). 2001-06-27 23:11:31 +00:00
itojun
d27c25bbb1 sync with openssh upgrade (primes.5 -> moduli.5). PR 13327 2001-06-27 20:40:12 +00:00
hubertf
864848be63 close a .Bl 2001-06-25 23:42:42 +00:00
scw
ef6b402fcc Use the real versions of protocols(5) and services(5) instead
of inferior home-grown ones.
2001-06-25 15:46:22 +00:00
veego
bc41e8429e Remove tmplabel during a make clean. 2001-06-24 12:15:58 +00:00
veego
f208f983fe Remove also the kernel symbols files during a make clean and co. 2001-06-24 12:09:04 +00:00
gehenna
94b9258fc0 - add myself to developers 2001-06-23 23:36:47 +00:00
itojun
69d60502fe upgrade to openssh 2.9, around 2001/6/24 (from openbsd usr.bin/ssh).
- authorized_keys2 and known_hosts2 are obsoleted, and integrated
  into those without "2".
- file name change, /etc/primes -> /etc/moduli
- cleanups
2001-06-23 19:37:38 +00:00
bjh21
0450d95c18 Add <arm/param.h>. 2001-06-23 13:26:36 +00:00
bjh21
5010f11738 Line up columns properly. 2001-06-23 12:24:52 +00:00
bjh21
d670c9221a Add <arm/endian.h>. 2001-06-23 12:24:05 +00:00
bjh21
bd503d43b6 Add "Mark Brinicombe for the NetBSD Project", from dev/ic/seeq8005.c. 2001-06-21 21:53:44 +00:00
hubertf
7478797a50 undo previous (test) 2001-06-21 13:36:27 +00:00
hubertf
e65828f665 whitespace-change
[log_accom test for committing to >1 module]
2001-06-21 13:33:02 +00:00
wiz
db3f9a692b disk_detach.9, not disk_detatch.9 2001-06-21 12:10:57 +00:00
assar
1c98a8c0db add netbsd32(8) 2001-06-21 02:34:50 +00:00
assar
b331a4420e add krb5_keytab 2001-06-21 02:30:51 +00:00
assar
4b54bffaf7 update lists for heimdal 0.3e -> 0.3f 2001-06-20 02:13:14 +00:00
thorpej
352fc877cd Add ste(4). 2001-06-19 23:59:20 +00:00
wiz
3f9984fc90 existent', not existant' 2001-06-19 13:42:07 +00:00
thorpej
a9d488c4e3 Add sf(4) manual page. 2001-06-18 22:31:20 +00:00
bjh21
ecd0c5f71a Account for move of /usr/include/arm/arm32/bus.h to /usr/include/arm/bus.h. 2001-06-18 21:47:38 +00:00
nra
87332e2ec5 Re-alphabetize my name. 2001-06-18 20:52:34 +00:00
nra
6ba2da2cb3 Add myself to the list of developers. 2001-06-18 20:36:15 +00:00
mbw
d135da5614 With Tsubai-san's last-minute patches, the iBook (Dual USB) is now supported! 2001-06-18 07:38:19 +00:00
pk
215ea55b64 cdrom(): allow the location of `instfs.tgz' on the CD to be overridden
as suggested by Robert Elz on port-sparc.
2001-06-17 11:57:23 +00:00
jdolecek
d5c13f3228 Add 'ed' to list of known/valid disk names 2001-06-16 14:33:08 +00:00
jdolecek
60a45fb944 export sys/pipe.h 2001-06-16 12:02:13 +00:00
veego
a0106f8d24 Editing Fsize/Bsize caused a segmention fault.
Fix provided by Klaus Klein.
2001-06-16 08:25:20 +00:00
tsutsui
8f1c399fa9 Remove etc/pwd.db and etc/spwd.db from ramdisk.fs
since libhack/getpwent.c does not require them.
2001-06-15 19:26:42 +00:00
tsutsui
2d10b0bb85 - Use x_mount and x_umount.
- Use keyword "special" instead of "ln" to specify srcdir for x_* progs
  sinse prognames x_* are not needed for the crunched binary.
2001-06-15 19:19:43 +00:00
tsutsui
f768d0ff1a Add definitions for weak aliases so that libhack functions
are actually linked instead of libc ones on ELF systems.
Fixes install/13050 and install/13153.
2001-06-15 17:26:50 +00:00
veego
94c4987ecd It is ./usr/share/man/man8/walnut/{MAKEDEV,makedev}.8 and NOT
./usr/share/man/man8/walnut/{MAKEDEV,makedev}.0
2001-06-15 16:57:08 +00:00
wiz
ef7b039e79 Add William Allen Simpson (for primes.5). 2001-06-15 12:30:17 +00:00
wiz
4560022615 add primes(5) 2001-06-15 12:27:35 +00:00
kleink
502b23a0e1 tzdata2001c: add new Asia/Pontianak zone. 2001-06-14 11:10:38 +00:00
bjh21
108bd45715 Add hcide(4). 2001-06-13 21:03:08 +00:00
simonb
0253ce9812 Add support files for the Walnut. 2001-06-13 15:18:27 +00:00
chs
dcb3005097 Use x_mount and x_umount. 2001-06-12 03:26:08 +00:00
wiz
40ac848024 Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
magick
c52dd50912 Add myself to the list of developers. 2001-06-10 11:41:05 +00:00