itojun
b596a9b104
rename securepath.3 into secure_path.3, as the function is named secure_path().
...
it is too hard to guess...
2000-07-07 11:05:06 +00:00
bouyer
4097e6af1e
Note promise Ultra/100 support.
2000-07-07 09:53:28 +00:00
imp
7753949047
Cleanup english usage in places.
...
Spell Windows CE with a space always.
Add Vr4181 to list of supported processors
Change VR to Vr since that's how it is typically represented in datasheets.
Changes approved by: Jun Ebihara-san
2000-07-07 01:39:26 +00:00
mjl
c31ef53b64
Bump libskey version.
2000-07-06 22:33:50 +00:00
jhawk
f893f0e7e2
Use msg_clear() + msg_table_add() instead of msg_display() when showing
...
the ftpsource message, so that the short lines are not paragraph-filled.
2000-07-06 20:25:26 +00:00
dmcmahill
a837227ef1
Add ofwboot.xcf
2000-07-06 19:46:15 +00:00
jhawk
5b7f59e5d1
For all filesytem image building targets, build ${IMAGE}.tmp and
...
move it to ${IMAGE} when done, to ensure that an interrupted
build does not leave a broken non-functional target. (This can occur,
for instance, if one types 'make' as a non-root user and the vnconfig
fails, and then a subsequent 'make' will not rebuild the filesystem
image, using the all-zeroes image created by dd.)
2000-07-06 18:16:35 +00:00
thorpej
ad560c44c2
Allow BOOTCODE to be set by the file which includes this one.
2000-07-06 17:17:54 +00:00
thorpej
8a967a7bdf
Don't truncate the image if it fits on a single floppy.
2000-07-06 17:17:15 +00:00
ad
8a82d4a86e
Bump libutil minor (pw_getconf()).
2000-07-06 11:26:23 +00:00
ad
2fb062082f
Add passwd.conf.5.
2000-07-06 11:24:03 +00:00
ad
9500f6c8db
This product contains software developed by Niels Provos.
2000-07-06 11:09:54 +00:00
ad
489f880428
Add rmd160.h.
2000-07-06 10:58:56 +00:00
minoura
4557a2e890
Reduce ramdisk size (again!).
2000-07-05 16:13:28 +00:00
veego
1b45532bcc
Bump the minor version, because RIPEMD-160 was added to libc.
2000-07-05 16:08:28 +00:00
minoura
74704eb9e4
Support INET6.
2000-07-05 16:07:49 +00:00
minoura
a5b1f99a17
Missing ;;.
2000-07-04 14:07:43 +00:00
itojun
0bfeec5234
sync sendmail default configuration file with GENERIC kernel setting.
...
was: sendmail-IPv6.cf(v4/v6) + sendmail.cf(v4)
now: sendmail-IPv4only.cf(v4) + sendmail.cf(v4/v6)
do we need etc/obsolete.mi?
2000-07-04 12:21:02 +00:00
gmcgarry
76405ae56d
audioamd(4) man page.
2000-07-04 07:59:12 +00:00
sommerfeld
76827b3e8f
Install netbsd.ram.gz into release area so it can be used to start a netinstall
...
on systems which can use boot_big.net
2000-07-03 02:17:56 +00:00
assar
91c3839d0a
add man-pages for kf and kfd
2000-07-02 16:40:14 +00:00
itojun
2d3b669a75
ping ff02::2 instead of ff02::9. ff02::9 indicates RIPng capable interface,
...
which does not necessarily visible. ff02::2 indicates routers.
2000-07-02 15:07:52 +00:00
thorpej
8b1b3bc680
gifconfig(8) is obsolete.
2000-06-30 18:07:16 +00:00
wiz
dd3a57931e
leave curses before rebooting (as seen in menus.mi.fr)
2000-06-29 16:47:09 +00:00
mrg
128b39502d
* sys/vm is dead.
...
- obsolete <vm/vm.h>
- put ./usr/include/uvm in base not comp (like everything else).
- remove ./usr/include/vm
2000-06-29 12:03:08 +00:00
mhitch
dead2ce832
add <m68k/endian_machdep.h>
2000-06-28 19:53:14 +00:00
ur
1fca26e9c7
Add myself to developer list.
2000-06-28 07:06:46 +00:00
scw
ce868d7546
Back up one more level to get etc/netconfig
2000-06-27 20:47:49 +00:00
mrg
88adda1288
more vm header file changes:
...
<vm/vm_extern.h> merged into <uvm/uvm_extern.h>
<vm/vm_page.h> merged into <uvm/uvm_page.h>
<vm/pmap.h> has become <uvm/uvm_pmap.h>
this leaves just <vm/vm.h> in NetBSD.
2000-06-27 09:00:14 +00:00
mrg
d1039325e4
<vm/pmap.h> -> <uvm/uvm_pmap.h>
2000-06-27 07:18:07 +00:00
gmcgarry
ee16625999
Add lock(9) entries.
2000-06-26 21:55:25 +00:00
jdolecek
dbda17aa53
note experimental MCA support
...
add [m] flag and use it for devices supported by MCA-enabled kernels
2000-06-26 20:53:01 +00:00
mrg
2def7838c4
add removed vm headers; from veego.
2000-06-26 16:47:58 +00:00
kleink
f4314449b5
Add <machine/int_types.h>.
2000-06-26 15:49:42 +00:00
mrg
7665599771
<vm/vm_map.h> gets merged into <uvm/uvm_map.h>
2000-06-26 15:32:23 +00:00
mrg
4c698e84f6
<vm/vm_param.h> -> <uvm/uvm_param.h>
2000-06-26 14:58:58 +00:00
mrg
2f159a1bac
remove/move more mach vm header files:
...
<vm/pglist.h> -> <uvm/uvm_pglist.h>
<vm/vm_inherit.h> -> <uvm/uvm_inherit.h>
<vm/vm_kern.h> -> into <uvm/uvm_extern.h>
<vm/vm_object.h> -> nothing
<vm/vm_pager.h> -> into <uvm/uvm_pager.h>
also includes a bunch of <vm/vm_page.h> include removals (due to redudancy
with <vm/vm.h>), and a scattering of other similar headers.
2000-06-26 14:20:25 +00:00
briggs
379713ee71
Define SMALL.
2000-06-26 12:34:05 +00:00
bouyer
6a452adcf5
Note PCI0648/0649 support.
2000-06-26 10:12:14 +00:00
soren
dbed2b99d1
Reflect reality.
2000-06-25 17:00:08 +00:00
mrg
53be5b215c
<vm/vm_pageout.h> is already empty; kill it totally.
2000-06-25 13:49:33 +00:00
mrg
f5f84f80c5
<vm/vm_prot.h> becomes <uvm/uvm_prot.h>
2000-06-25 13:37:51 +00:00
soren
5f5263355b
Add sgimips.
2000-06-24 11:12:55 +00:00
matt
e13db8434d
Export boot.fs
2000-06-23 17:59:03 +00:00
matt
e8065169a7
lie about the geometry and get an extra 16 blocks back.
2000-06-22 17:32:22 +00:00
matt
182fce9675
Switch to x_ftp
2000-06-22 17:07:40 +00:00
matt
43c75b3d03
Add dmesg to prog.
2000-06-22 16:00:45 +00:00
minoura
f4876c3dff
Use more and zlib version of gzip-clone, and reduce ramdisk size.
...
Still work in progress...
2000-06-22 14:24:09 +00:00
minoura
3c32824e8a
Use newdisk(8) instead of built-in version.
2000-06-22 14:22:41 +00:00
thorpej
53eb5923da
libcrypto.so.0.1 and libdes.so.5.1
2000-06-21 19:50:51 +00:00
thorpej
b4ee6fb6cc
First sweep of fixing up set lists after crypto integration.
2000-06-21 06:27:55 +00:00
thorpej
e7d6b96938
Merge a bunch of things from crypto-us and crypto-intl into basesrc,
...
adding support for Heimdal/KTH Kerberos where easy to do so. Eliminate
bsd.crypto.mk.
There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
2000-06-20 06:00:24 +00:00
enami
ff4f7d0056
Sync with reality; netconfig.4 is moved to section 5. rpc.4 is removed.
2000-06-20 04:31:45 +00:00
matt
6f65b2f744
Nuke mount_kernfs and add the new small dmesg.
2000-06-20 04:30:16 +00:00
simonb
ec2eacc1f6
Add a -DSMALL dmesg that uses sysctls only.
2000-06-20 01:52:11 +00:00
minoura
860baf4491
Sort.
2000-06-20 01:28:36 +00:00
tsutsui
b703642129
Rename netbsd-RAMDISK{,3X}.gz -> netbsd.RAMDISK{,3X}.gz for consistency.
...
etc/Makefile uses ${KERNEL}.${CONFIGFILE}.gz.
2000-06-19 23:46:08 +00:00
tsutsui
db1b5537b4
Rename netbsd-RAMDISK{,3X}.gz -> netbsd.RAMDISK{,3X}.gz for consistency.
...
etc/Makefile uses ${KERNEL}.${CONFIGFILE}.gz.
2000-06-19 23:46:06 +00:00
tsutsui
01397a64b5
Add etc/netconfig to lists.
2000-06-19 14:55:20 +00:00
tsutsui
c72204655e
mkdir -p ${RELEASEDIR}/installation/miniroot on "make release".
2000-06-19 14:39:24 +00:00
matt
bf54f490b3
fix typo.
2000-06-19 01:14:34 +00:00
cyber
4f6b2833f7
dhclient support added
2000-06-18 23:57:32 +00:00
cyber
cbefbdefce
dhclient support added
...
only invoked if dhclient is present on install image
2000-06-18 23:50:02 +00:00
abs
2e1a21aab4
Fix netboot link - noted by ADAM Sulmicki
2000-06-18 19:36:20 +00:00
hubertf
2c8ac0d812
don't worry about non-existing files when deleting obsolete files
...
in the upgrade-case. just skip them silently.
2000-06-18 13:40:41 +00:00
minoura
bdb99fed93
Reduce the size to fit with a single floppy.
...
Still too large by 20KB. ...give up IPv6?
2000-06-18 10:33:18 +00:00
tsutsui
f185c9ff49
Include bsd.subdir.mk first to pull in /etc/mk.conf (via bsd.own.mk).
...
Otherwise, ".ifndef RELEASEDIR" fails if RELEASEDIR is defined in mk.conf.
2000-06-17 18:37:43 +00:00
hubertf
570a88792c
s/cause cause/cause/
2000-06-17 17:40:32 +00:00
martin
823b565eba
Fixed typo.
2000-06-17 15:05:26 +00:00
soda
7c71d119cd
legal notice for William F. Jolitz and TeleMuse.
2000-06-17 09:31:17 +00:00
soda
9b59eb4406
backout previous my change (move legal notice of wjolitz from i386 to common),
...
since
- it broke context of sentence in i386 port.
- it seems to better to have port specific legal notice in
port specific place from maintenance point of view.
2000-06-17 09:28:25 +00:00
soda
9be7e873e1
move legal notice of William F. Jolitz and TeleMuse from i386 to common,
...
since this is now referred from arc port, too.
2000-06-17 09:14:15 +00:00
soda
abd83a7d2c
add legal notice of OpenBSD, Per Fogelstrom and Opsycon AB.
2000-06-17 09:12:42 +00:00
matt
5274ffa9e2
Add dev/dec/dec_boot.h / remove pmax/dec_boot.h
2000-06-17 06:07:53 +00:00
matt
948f64e88f
.include <bsd.own.mk> for BSDSRCDIR
2000-06-17 03:16:54 +00:00
matt
d877c43bc4
quiet this when boot.fs doesn't exist
2000-06-17 03:10:23 +00:00
matt
9317210f75
Add bsd.own.mk so BSDSRCDIR is defined.
2000-06-16 19:28:26 +00:00
minoura
fbf88e897c
Include <bsd.kernobj.mk> and <bsd.own.mk> for ${KERNOBJDIR}.
2000-06-16 16:07:09 +00:00
itojun
13f3f0e53d
remove /usr/sbin/setkey, since it is now in /sbin .
...
From: "Akira KUBO" <punio@BALTIMORE.CO.JP>
2000-06-15 04:11:18 +00:00
cgd
c85d2eb42b
sweep of my licenses for consistency. (no functional changes) These
...
files have copyright held by people in addition to myself. (I did the
original work, they copied it, enhanced it, and added their copyright
to the derivative work.) Their approval has been given re: the license
change.
2000-06-14 22:52:37 +00:00
cgd
db755e7c76
sweep of my licenses (userland files w/o only my copyright) for
...
consistency. (no functional changes)
2000-06-14 17:24:02 +00:00
thorpej
9079663531
Put test(1) back, and give myself 20 lashings for nothing thinking
...
about that one more carefully.
2000-06-14 17:20:56 +00:00
assar
66ac6d517e
obsolete list from crypto stuff
2000-06-14 15:33:58 +00:00
assar
7aa55bcadf
update so that it's more in-line with reality
2000-06-14 15:24:08 +00:00
tsutsui
289fd8c28e
The first cut of news68k install notes. Needs more enhancement.
...
XXX How can we sync "contents" files on all ports?
2000-06-14 10:34:29 +00:00
tsutsui
09e4bbfffd
Change directory name (floppies -> floppy) like other ports.
2000-06-14 10:24:24 +00:00
cgd
d220ca5ba3
fix up NetBSD RCS Ids to match the standard, and the leading comment as
...
to match as well. No functional changes.
2000-06-14 06:48:47 +00:00
cgd
c3d57dd767
move RCS Id, and fix bogus comment start (# instead of # ?!?!)
2000-06-14 06:35:19 +00:00
cgd
ba7e40e619
trim some irrelevant gunk
2000-06-14 06:32:31 +00:00
shin
0750878997
note that Xhpc is EXPERIMENTAL.
2000-06-14 03:33:11 +00:00
itojun
00ded2c64e
add rc.d/ipsec for ipsec configuration. when enabled, it will inject
...
/etc/ipsec.conf into "setkey -f". PR 9609.
2000-06-13 16:29:53 +00:00
itojun
11a42bf1f4
move setkey(8) from usr.sbin to sbin, to enable us to initialize
...
IPsec manual key before /usr mount..
(based on "don't use cvsmove" discussion i have seen, I did not use cvsmove)
2000-06-13 15:15:21 +00:00
shin
1168e0d779
make it up to date.
2000-06-13 12:56:59 +00:00
shin
7a28f08c92
add some supported hardwares.
2000-06-13 12:56:13 +00:00
itojun
f271a2cc0d
do not install /usr/sbin/scriptdump, a helper perl script for setkey(8).
...
makes no sense when we have no perl in base system.
2000-06-13 05:35:45 +00:00
mycroft
4fcafab072
Oops; nuke a file that really should be gone.
2000-06-13 03:12:44 +00:00
wiz
e5fae83b0b
add mvme68k/le.{0,4}, too.
2000-06-13 01:54:28 +00:00
wiz
3249547159
oops, awictl.h was in dev/ic, not dev/isa
2000-06-13 01:53:48 +00:00
wiz
ad144540cf
add /usr/share/postfix
2000-06-13 01:02:31 +00:00
wiz
16764c07a1
add awictl.h, espvar.h, some ntfs/*.h, vm/vm_{conf,swap}.h and
...
svc_getreg{,set}.{0,3}
2000-06-13 01:00:17 +00:00