openbsd
27 years agoSecond try at importing the mvme88k port. This is a working kernel
rahnds [Mon, 3 Mar 1997 19:26:14 +0000 (19:26 +0000)]
Second try at importing the mvme88k port. This is a working kernel
from nivas.
Userland and compiler still need to be worked on.

27 years agoThis is a remove to get rid of the old mvme88k port which was incomplete
rahnds [Mon, 3 Mar 1997 19:06:58 +0000 (19:06 +0000)]
This is a remove to get rid of the old mvme88k port which was incomplete
to replace it with a working version. The kernel compiles and works
at least.  The new version will be imported shortly.

27 years agocleanup of powerpc miniroot/ramdisk installation, scrap floppy installation
rahnds [Mon, 3 Mar 1997 16:31:08 +0000 (16:31 +0000)]
cleanup of powerpc miniroot/ramdisk installation, scrap floppy installation
since ramdisk installation works much better.

27 years agoAdd a little ioctl at 4am to set the screen blanking.
downsj [Mon, 3 Mar 1997 12:01:15 +0000 (12:01 +0000)]
Add a little ioctl at 4am to set the screen blanking.

27 years agopc console ioctl interface.
downsj [Mon, 3 Mar 1997 11:59:10 +0000 (11:59 +0000)]
pc console ioctl interface.

27 years agochanged to CFLAGS+=, closes PR user/116.
flipk [Mon, 3 Mar 1997 05:21:32 +0000 (05:21 +0000)]
changed to CFLAGS+=, closes PR user/116.

27 years agochanged a few 'CFLAGS=' to 'CFLAGS+='. closes PR user/116.
flipk [Mon, 3 Mar 1997 05:10:52 +0000 (05:10 +0000)]
changed a few 'CFLAGS=' to 'CFLAGS+='.  closes PR user/116.

27 years agosync with reality
downsj [Mon, 3 Mar 1997 04:09:16 +0000 (04:09 +0000)]
sync with reality

27 years agocleanup
millert [Mon, 3 Mar 1997 03:34:34 +0000 (03:34 +0000)]
cleanup

27 years agoGive usage message when atq used incorrectly.
millert [Mon, 3 Mar 1997 03:31:10 +0000 (03:31 +0000)]
Give usage message when atq used incorrectly.

27 years agodon't try to fseek to before the beginning of the file;
flipk [Mon, 3 Mar 1997 03:25:10 +0000 (03:25 +0000)]
don't try to fseek to before the beginning of the file;
showed up after the fix to sys_lseek concerning negative offsets.
avoids '/var/account/acct: Invalid argument' messages.

27 years agofix typo
downsj [Mon, 3 Mar 1997 01:13:11 +0000 (01:13 +0000)]
fix typo

27 years agoComplain if invoked in a form that requires an argument and we didn't
millert [Mon, 3 Mar 1997 00:30:02 +0000 (00:30 +0000)]
Complain if invoked in a form that requires an argument and we didn't
get one.

27 years agoSync with NetBSD which is syncing with FreeBSD, whee!
millert [Mon, 3 Mar 1997 00:25:03 +0000 (00:25 +0000)]
Sync with NetBSD which is syncing with FreeBSD, whee!
OpenBSD-specific changes are surrounded by #ifdef __OpenBSD__
or #ifndef __OpenBSD__

27 years agoSay how many blocks were read/written in cpio mode
tholo [Sun, 2 Mar 1997 20:42:56 +0000 (20:42 +0000)]
Say how many blocks were read/written in cpio mode

27 years agoFix up the XXX's I left (oops).
millert [Sun, 2 Mar 1997 19:59:15 +0000 (19:59 +0000)]
Fix up the XXX's I left (oops).

27 years agoadd -fno-defer-pop to CFLAGS
kstailey [Sun, 2 Mar 1997 19:27:40 +0000 (19:27 +0000)]
add -fno-defer-pop to CFLAGS

27 years agoSync msdosfs with NetBSD sans const-ness. NetSBD log messages:
millert [Sun, 2 Mar 1997 18:01:50 +0000 (18:01 +0000)]
Sync msdosfs with NetBSD sans const-ness.  NetSBD log messages:
    Fix panic on mkdir.
    Thanks to Dave Huang for finding the bug.
    Fixes a bug with allowed/forbidden characters in non-W95 filenames.
    Don't extend directory when nothing is written to it.

27 years agoChange MNT_NOATIME to unused value. This backs out the MNT_* renumbering
millert [Sun, 2 Mar 1997 09:52:50 +0000 (09:52 +0000)]
Change MNT_NOATIME to unused value.  This backs out the MNT_* renumbering
that will surely hose people who try to run a new kernel on an old
userland.

27 years agoMore complete cpio(1) emulation
tholo [Sun, 2 Mar 1997 09:46:40 +0000 (09:46 +0000)]
More complete cpio(1) emulation

27 years agoAdd noatime option to not update atime on files in a filesystem (unless
millert [Sun, 2 Mar 1997 09:38:13 +0000 (09:38 +0000)]
Add noatime option to not update atime on files in a filesystem (unless
ctime or mtime has changed).  Useful for laptops and news servers.

27 years agoEnable IPSEC
tholo [Sun, 2 Mar 1997 08:04:48 +0000 (08:04 +0000)]
Enable IPSEC

27 years agoThis is a P5 with PCI and not a 486 with EISA now. Also enable IPSEC.
tholo [Sun, 2 Mar 1997 08:04:22 +0000 (08:04 +0000)]
This is a P5 with PCI and not a 486 with EISA now.  Also enable IPSEC.

27 years agoNeed to get a new pointer for the IP header after doing a pullup on the mbuf
tholo [Sun, 2 Mar 1997 07:59:40 +0000 (07:59 +0000)]
Need to get a new pointer for the IP header after doing a pullup on the mbuf

27 years agoCosmetic changes.
angelos [Sun, 2 Mar 1997 07:32:15 +0000 (07:32 +0000)]
Cosmetic changes.

27 years agomore was causing the console to go 7e1 during installation (should be 8n1)
rahnds [Sun, 2 Mar 1997 06:05:45 +0000 (06:05 +0000)]
more was causing the console to go 7e1 during installation (should be 8n1)
solution was to remove more because it was not necessary, messsage was < 24
lines. This is what has been holding up mvme68k snapshot.

27 years agoUpdate based on latest NetBSD version.
millert [Sun, 2 Mar 1997 05:25:50 +0000 (05:25 +0000)]
Update based on latest NetBSD version.
Now uses functions from util.[ch] instead of local ones.
Also some anal KNF from me...

27 years agoset PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy.
millert [Sun, 2 Mar 1997 05:16:20 +0000 (05:16 +0000)]
set PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy.

27 years agoInstall zero-length /var/at/at.deny to allow users to use at(1).
millert [Sun, 2 Mar 1997 04:41:53 +0000 (04:41 +0000)]
Install zero-length /var/at/at.deny to allow users to use at(1).

27 years agoMerge in changes from at 2.9
millert [Sat, 1 Mar 1997 23:39:43 +0000 (23:39 +0000)]
Merge in changes from at 2.9

27 years agosync with FreeBSD 22-Feb-1997
kstailey [Sat, 1 Mar 1997 23:28:41 +0000 (23:28 +0000)]
sync with FreeBSD 22-Feb-1997

27 years agoDon't dereference a vnode pointer that is NULL
tholo [Sat, 1 Mar 1997 23:03:38 +0000 (23:03 +0000)]
Don't dereference a vnode pointer that is NULL

27 years agoCorrected ISA memory mapping errors that caused PCMCIA to be broken.
niklas [Sat, 1 Mar 1997 22:42:57 +0000 (22:42 +0000)]
Corrected ISA memory mapping errors that caused PCMCIA to be broken.
Thanks to Angelos who helped my debug this.

27 years agoprevent warning about unused variable when NO_KMEMSTATS is in effect
kstailey [Sat, 1 Mar 1997 21:31:11 +0000 (21:31 +0000)]
prevent warning about unused variable when NO_KMEMSTATS is in effect

27 years agoAllow building of kernels that do not keep malloc statistics via
kstailey [Sat, 1 Mar 1997 21:24:46 +0000 (21:24 +0000)]
Allow building of kernels that do not keep malloc statistics via
"options NO_KMEMSTATS" in the config file.

Does not change default behavior.

27 years agoFreeBSD changes + my changes
kstailey [Sat, 1 Mar 1997 21:20:21 +0000 (21:20 +0000)]
FreeBSD changes + my changes

27 years agoError out if someone tries to mv a mount point. Old behavior was to
millert [Sat, 1 Mar 1997 20:43:51 +0000 (20:43 +0000)]
Error out if someone tries to mv a mount point.  Old behavior was to
move all files contained in the mounted filesystem to the dest. dir
which could be quite nasty.  Personally, I think rename(2) should
return EPERM or EINVAL instead of EXDEV.

27 years agoUnified ipsec prgs in ipsecadm
provos [Sat, 1 Mar 1997 15:08:18 +0000 (15:08 +0000)]
Unified ipsec prgs in ipsecadm

27 years agoFirst stab at a target for making cross-development tools:
niklas [Fri, 28 Feb 1997 23:22:07 +0000 (23:22 +0000)]
First stab at a target for making cross-development tools:
try "make TARGET=machine cross-tools" and you should get a little
hierarchy in /usr/cross/<machine>.  This is probably not in its final
shape yet ;-)

27 years agoAdd missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids
niklas [Fri, 28 Feb 1997 22:57:34 +0000 (22:57 +0000)]
Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids

27 years agov 1.2 a different way
kstailey [Fri, 28 Feb 1997 16:22:31 +0000 (16:22 +0000)]
v 1.2 a different way

27 years agoback out change
kstailey [Fri, 28 Feb 1997 16:07:30 +0000 (16:07 +0000)]
back out change

27 years agocannot lseek(2) on a (FILE *)
kstailey [Fri, 28 Feb 1997 15:41:45 +0000 (15:41 +0000)]
cannot lseek(2) on a (FILE *)

27 years agoupdate /usr/share/man/{man,cat}8/ subdirs to reflect reality
niklas [Fri, 28 Feb 1997 11:42:56 +0000 (11:42 +0000)]
update /usr/share/man/{man,cat}8/ subdirs to reflect reality

27 years agophantasia.6 -> phantasia.6tbl
downsj [Fri, 28 Feb 1997 10:18:41 +0000 (10:18 +0000)]
phantasia.6 -> phantasia.6tbl

27 years agoplip.4 -> plip.4tbl
downsj [Fri, 28 Feb 1997 10:02:18 +0000 (10:02 +0000)]
plip.4 -> plip.4tbl

27 years agoAdd -f to getopt() -- that'll teach me to test first.
millert [Fri, 28 Feb 1997 08:38:26 +0000 (08:38 +0000)]
Add -f to getopt() -- that'll teach me to test first.

27 years agoFrom NetBSD (ws)
millert [Fri, 28 Feb 1997 08:36:10 +0000 (08:36 +0000)]
From NetBSD (ws)
Fix handling of clusters marked bad; Noted by Rafal Boni

27 years agoremove the unused scsi controller entries for each type (from dieter mayer)
graichen [Fri, 28 Feb 1997 08:34:58 +0000 (08:34 +0000)]
remove the unused scsi controller entries for each type (from dieter mayer)

27 years agofsck now raises datasize limit itself.
millert [Fri, 28 Feb 1997 07:53:33 +0000 (07:53 +0000)]
fsck now raises datasize limit itself.

27 years agoSilently ignore -f so that "fsck -f" works if you have an msdos
millert [Fri, 28 Feb 1997 07:47:52 +0000 (07:47 +0000)]
Silently ignore -f so that "fsck -f" works if you have an msdos
partition listed in fstab.

27 years agoBack out multiple inclusion check. There are things that depend
millert [Fri, 28 Feb 1997 07:15:58 +0000 (07:15 +0000)]
Back out multiple inclusion check.  There are things that depend
on being able to re-include sys/errno.h with _KERNEL defined.  Ick.

27 years agoOnly include sys/errno.h once.
millert [Fri, 28 Feb 1997 07:09:08 +0000 (07:09 +0000)]
Only include sys/errno.h once.

27 years agoclarify
downsj [Fri, 28 Feb 1997 04:27:17 +0000 (04:27 +0000)]
clarify

27 years agoKill netbsd.org cruft.
downsj [Fri, 28 Feb 1997 04:11:11 +0000 (04:11 +0000)]
Kill netbsd.org cruft.

27 years agoMoved things to netinet/in_pcb.h
angelos [Fri, 28 Feb 1997 04:04:13 +0000 (04:04 +0000)]
Moved things to netinet/in_pcb.h

27 years agoMoved IPsec socket state to the PCB.
angelos [Fri, 28 Feb 1997 04:03:45 +0000 (04:03 +0000)]
Moved IPsec socket state to the PCB.

27 years agoIPsec socket API hooks are in.
angelos [Fri, 28 Feb 1997 03:44:52 +0000 (03:44 +0000)]
IPsec socket API hooks are in.

27 years agoNew variables for system-wide security default levels.
angelos [Fri, 28 Feb 1997 03:20:38 +0000 (03:20 +0000)]
New variables for system-wide security default levels.

27 years agoMoved everything to netinet/in.h, where they should have been in the
angelos [Fri, 28 Feb 1997 03:10:02 +0000 (03:10 +0000)]
Moved everything to netinet/in.h, where they should have been in the
first place.

27 years agoIPsec socket API additions.
angelos [Fri, 28 Feb 1997 02:56:50 +0000 (02:56 +0000)]
IPsec socket API additions.

27 years agoAdded flags field in the TDB structure.
angelos [Fri, 28 Feb 1997 02:55:33 +0000 (02:55 +0000)]
Added flags field in the TDB structure.

27 years agoMore changes.
angelos [Fri, 28 Feb 1997 02:22:31 +0000 (02:22 +0000)]
More changes.

27 years agoPer security-level defaults.
angelos [Fri, 28 Feb 1997 02:18:56 +0000 (02:18 +0000)]
Per security-level defaults.

27 years agoCan't make up my mind; i think this is final.
angelos [Fri, 28 Feb 1997 02:14:58 +0000 (02:14 +0000)]
Can't make up my mind; i think this is final.

27 years agoIPsec socket API.
angelos [Fri, 28 Feb 1997 02:03:33 +0000 (02:03 +0000)]
IPsec socket API.

27 years agoCorrected the length field.
angelos [Fri, 28 Feb 1997 01:05:17 +0000 (01:05 +0000)]
Corrected the length field.

27 years agoSet data size resource limit to its max value so fsck will work
millert [Fri, 28 Feb 1997 00:47:44 +0000 (00:47 +0000)]
Set data size resource limit to its max value so fsck will work
on large disks (and ccd's).

27 years agoSlightly more sane rlimit usage.
millert [Fri, 28 Feb 1997 00:46:33 +0000 (00:46 +0000)]
Slightly more sane rlimit usage.

27 years agoFix MAXBUFCACHE changes.
rahnds [Thu, 27 Feb 1997 23:40:18 +0000 (23:40 +0000)]
Fix MAXBUFCACHE changes.

27 years agofix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl).
michaels [Thu, 27 Feb 1997 23:32:56 +0000 (23:32 +0000)]
fix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl).

27 years agoUndo last change. nawk == awk in our tree, and no different behaviour is
tholo [Thu, 27 Feb 1997 21:45:53 +0000 (21:45 +0000)]
Undo last change.  nawk == awk in our tree, and no different behaviour is
seen by invoking it as nawk.  The problem this change claimed to correct
must have had another source.

27 years agoWe don't need this in /usr/src/Makefile. Call me a prude, if you like.
briggs [Thu, 27 Feb 1997 20:57:52 +0000 (20:57 +0000)]
We don't need this in /usr/src/Makefile.  Call me a prude, if you like.

27 years agoFix IOT bug via Makefile.inc, not ndc.sh.
kstailey [Thu, 27 Feb 1997 18:36:49 +0000 (18:36 +0000)]
Fix IOT bug via Makefile.inc, not ndc.sh.

27 years agohermes# ndc stats
kstailey [Thu, 27 Feb 1997 18:29:46 +0000 (18:29 +0000)]
hermes# ndc stats
/usr/sbin/ndc: /usr/sbin/ndc[82]: kill: bad signal `IOT'

27 years agoAdd libwrap.
downsj [Thu, 27 Feb 1997 18:14:50 +0000 (18:14 +0000)]
Add libwrap.

27 years agoadd tag
kstailey [Thu, 27 Feb 1997 15:45:03 +0000 (15:45 +0000)]
add tag

27 years agoaddtions that start 1-May-1997
kstailey [Thu, 27 Feb 1997 15:40:05 +0000 (15:40 +0000)]
addtions that start 1-May-1997

27 years agoAdd M.I. ncr53c9x SCSI driver file.
briggs [Thu, 27 Feb 1997 14:05:52 +0000 (14:05 +0000)]
Add M.I. ncr53c9x SCSI driver file.

27 years agoAdd ncr53c9x flag to esp.
briggs [Thu, 27 Feb 1997 14:03:41 +0000 (14:03 +0000)]
Add ncr53c9x flag to esp.

27 years agomac68k-specific portion of m.i. ncr53c9x driver.
briggs [Thu, 27 Feb 1997 14:02:37 +0000 (14:02 +0000)]
mac68k-specific portion of m.i. ncr53c9x driver.

27 years agoM.I. NCR53c9x/ESP driver, derived from sparc/alpha esp.c. From Jason Thorpe
briggs [Thu, 27 Feb 1997 13:57:21 +0000 (13:57 +0000)]
M.I. NCR53c9x/ESP driver, derived from sparc/alpha esp.c.  From Jason Thorpe
and NetBSD.

27 years agoFix function decl, get rid of a couple of warnings.
angelos [Thu, 27 Feb 1997 08:31:28 +0000 (08:31 +0000)]
Fix function decl, get rid of a couple of warnings.

27 years agoawk fails to create a couple of files during the build. nawk does the
angelos [Thu, 27 Feb 1997 08:02:07 +0000 (08:02 +0000)]
awk fails to create a couple of files during the build. nawk does the
deed.

27 years agoAdd scanner and (commented out) IPsec
tholo [Thu, 27 Feb 1997 06:21:42 +0000 (06:21 +0000)]
Add scanner and (commented out) IPsec

27 years agoWhen we don't output any extra scanner info, output the newline at the end
tholo [Thu, 27 Feb 1997 06:20:23 +0000 (06:20 +0000)]
When we don't output any extra scanner info, output the newline at the end
of the configuration line that we do output

27 years agoAdd quirk for a scanner
tholo [Thu, 27 Feb 1997 06:19:21 +0000 (06:19 +0000)]
Add quirk for a scanner

27 years agoBPF support ifdefed.
angelos [Thu, 27 Feb 1997 04:05:45 +0000 (04:05 +0000)]
BPF support ifdefed.

27 years agoNow reports ESP I/O packet counters.
angelos [Thu, 27 Feb 1997 01:48:26 +0000 (01:48 +0000)]
Now reports ESP I/O packet counters.

27 years agoProtect against multiple inclusion.
millert [Thu, 27 Feb 1997 00:57:11 +0000 (00:57 +0000)]
Protect against multiple inclusion.

27 years agoAdded commentary on how to enable mac68k serial console and a sample
gene [Wed, 26 Feb 1997 21:08:36 +0000 (21:08 +0000)]
Added commentary on how to enable mac68k serial console and a sample
console line (commented).  Also, OpenBSD tag.

27 years agocount input/output packets for esp
deraadt [Wed, 26 Feb 1997 20:53:09 +0000 (20:53 +0000)]
count input/output packets for esp

27 years agoSwitch alpha from libkvm.old to libkvm with code from NetBSD.
niklas [Wed, 26 Feb 1997 16:46:25 +0000 (16:46 +0000)]
Switch alpha from libkvm.old to libkvm with code from NetBSD.
%x -> %lx format fixes from me.

27 years agoFrom tholo: Do not do strict POSIX offset checking on character devices.
niklas [Wed, 26 Feb 1997 16:38:20 +0000 (16:38 +0000)]
From tholo: Do not do strict POSIX offset checking on character devices.
This fixes the problem of not being able to read kernel virtual memory on
the alpha, thus breaking things like ps etc.

27 years agoAdd IP-SEC
niklas [Wed, 26 Feb 1997 16:31:16 +0000 (16:31 +0000)]
Add IP-SEC

27 years agoWorkaround for some weird cpp bug that made cpuconf.o builds fail
niklas [Wed, 26 Feb 1997 16:30:58 +0000 (16:30 +0000)]
Workaround for some weird cpp bug that made cpuconf.o builds fail

27 years agopost 1.3.8 patches
kstailey [Wed, 26 Feb 1997 15:05:36 +0000 (15:05 +0000)]
post 1.3.8 patches

27 years agoadd tag
kstailey [Wed, 26 Feb 1997 14:59:30 +0000 (14:59 +0000)]
add tag

27 years agoipf 1.3.8 + patches
kstailey [Wed, 26 Feb 1997 14:58:34 +0000 (14:58 +0000)]
ipf 1.3.8 + patches

27 years agoFILES sections
kstailey [Wed, 26 Feb 1997 14:09:21 +0000 (14:09 +0000)]
FILES sections