flipk [Wed, 5 Mar 1997 04:34:26 +0000 (04:34 +0000)]
added back usr/share/man/cat8/tahoe; we still ship these man pages,
and we don't want to break DESTDIR builds.
this raises the question, do we really need to ship tahoe man pages?
bitblt [Tue, 4 Mar 1997 16:32:36 +0000 (16:32 +0000)]
sprintf -> snprintf paranoia
downsj [Tue, 4 Mar 1997 09:01:39 +0000 (09:01 +0000)]
Pull in all of tcpd.h here, too, even though it's not really needed.
downsj [Tue, 4 Mar 1997 08:59:23 +0000 (08:59 +0000)]
Slightly cleaner.
downsj [Tue, 4 Mar 1997 07:07:21 +0000 (07:07 +0000)]
Remove kmem privs.
briggs [Tue, 4 Mar 1997 05:58:15 +0000 (05:58 +0000)]
Sync up with the current state of things--mi and mac68k.
tholo [Tue, 4 Mar 1997 05:48:00 +0000 (05:48 +0000)]
Initialize path earlier so we never try to use it before it has been
initialized; from Time Pierce <twpierce@mail.bsd.uchicago.edu>
tholo [Tue, 4 Mar 1997 05:44:49 +0000 (05:44 +0000)]
Do not post-process directories in cpio mode
downsj [Tue, 4 Mar 1997 05:11:44 +0000 (05:11 +0000)]
Add a suggested users group.
rahnds [Mon, 3 Mar 1997 21:18:23 +0000 (21:18 +0000)]
add m88k to MID list for a.out.
rahnds [Mon, 3 Mar 1997 20:47:48 +0000 (20:47 +0000)]
When importing a tree, make certain that a bunch of garbage isn't left around.
rahnds [Mon, 3 Mar 1997 20:20:27 +0000 (20:20 +0000)]
Cleanup after import. This also seems to bring up the current version.
rahnds [Mon, 3 Mar 1997 19:30:23 +0000 (19:30 +0000)]
Third try at importing the mvme88k port. This is a working kernel
from nivas.
Userland and compiler still need to be worked on.
Make certain what directory the import is done from.
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.
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.
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.
downsj [Mon, 3 Mar 1997 12:01:15 +0000 (12:01 +0000)]
Add a little ioctl at 4am to set the screen blanking.
downsj [Mon, 3 Mar 1997 11:59:10 +0000 (11:59 +0000)]
pc console ioctl interface.
flipk [Mon, 3 Mar 1997 05:21:32 +0000 (05:21 +0000)]
changed 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.
downsj [Mon, 3 Mar 1997 04:09:16 +0000 (04:09 +0000)]
sync with reality
millert [Mon, 3 Mar 1997 03:34:34 +0000 (03:34 +0000)]
cleanup
millert [Mon, 3 Mar 1997 03:31:10 +0000 (03:31 +0000)]
Give usage message when atq used incorrectly.
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.
downsj [Mon, 3 Mar 1997 01:13:11 +0000 (01:13 +0000)]
fix typo
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.
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__
tholo [Sun, 2 Mar 1997 20:42:56 +0000 (20:42 +0000)]
Say how many blocks were read/written in cpio mode
millert [Sun, 2 Mar 1997 19:59:15 +0000 (19:59 +0000)]
Fix up the XXX's I left (oops).
kstailey [Sun, 2 Mar 1997 19:27:40 +0000 (19:27 +0000)]
add -fno-defer-pop to CFLAGS
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.
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.
tholo [Sun, 2 Mar 1997 09:46:40 +0000 (09:46 +0000)]
More complete cpio(1) emulation
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.
tholo [Sun, 2 Mar 1997 08:04:48 +0000 (08:04 +0000)]
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.
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
angelos [Sun, 2 Mar 1997 07:32:15 +0000 (07:32 +0000)]
Cosmetic changes.
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.
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...
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.
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).
millert [Sat, 1 Mar 1997 23:39:43 +0000 (23:39 +0000)]
Merge in changes from at 2.9
kstailey [Sat, 1 Mar 1997 23:28:41 +0000 (23:28 +0000)]
sync with FreeBSD 22-Feb-1997
tholo [Sat, 1 Mar 1997 23:03:38 +0000 (23:03 +0000)]
Don't dereference a vnode pointer that is NULL
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.
kstailey [Sat, 1 Mar 1997 21:31:11 +0000 (21:31 +0000)]
prevent warning about unused variable when NO_KMEMSTATS is in effect
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.
kstailey [Sat, 1 Mar 1997 21:20:21 +0000 (21:20 +0000)]
FreeBSD changes + my changes
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.
provos [Sat, 1 Mar 1997 15:08:18 +0000 (15:08 +0000)]
Unified ipsec prgs in ipsecadm
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 ;-)
niklas [Fri, 28 Feb 1997 22:57:34 +0000 (22:57 +0000)]
Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids
kstailey [Fri, 28 Feb 1997 16:22:31 +0000 (16:22 +0000)]
v 1.2 a different way
kstailey [Fri, 28 Feb 1997 16:07:30 +0000 (16:07 +0000)]
back out change
kstailey [Fri, 28 Feb 1997 15:41:45 +0000 (15:41 +0000)]
cannot lseek(2) on a (FILE *)
niklas [Fri, 28 Feb 1997 11:42:56 +0000 (11:42 +0000)]
update /usr/share/man/{man,cat}8/ subdirs to reflect reality
downsj [Fri, 28 Feb 1997 10:18:41 +0000 (10:18 +0000)]
phantasia.6 -> phantasia.6tbl
downsj [Fri, 28 Feb 1997 10:02:18 +0000 (10:02 +0000)]
plip.4 -> plip.4tbl
millert [Fri, 28 Feb 1997 08:38:26 +0000 (08:38 +0000)]
Add -f to getopt() -- that'll teach me to test first.
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
graichen [Fri, 28 Feb 1997 08:34:58 +0000 (08:34 +0000)]
remove the unused scsi controller entries for each type (from dieter mayer)
millert [Fri, 28 Feb 1997 07:53:33 +0000 (07:53 +0000)]
fsck now raises datasize limit itself.
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.
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.
millert [Fri, 28 Feb 1997 07:09:08 +0000 (07:09 +0000)]
Only include sys/errno.h once.
downsj [Fri, 28 Feb 1997 04:27:17 +0000 (04:27 +0000)]
clarify
downsj [Fri, 28 Feb 1997 04:11:11 +0000 (04:11 +0000)]
Kill netbsd.org cruft.
angelos [Fri, 28 Feb 1997 04:04:13 +0000 (04:04 +0000)]
Moved things to netinet/in_pcb.h
angelos [Fri, 28 Feb 1997 04:03:45 +0000 (04:03 +0000)]
Moved IPsec socket state to the PCB.
angelos [Fri, 28 Feb 1997 03:44:52 +0000 (03:44 +0000)]
IPsec socket API hooks are in.
angelos [Fri, 28 Feb 1997 03:20:38 +0000 (03:20 +0000)]
New variables for system-wide security default levels.
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.
angelos [Fri, 28 Feb 1997 02:56:50 +0000 (02:56 +0000)]
IPsec socket API additions.
angelos [Fri, 28 Feb 1997 02:55:33 +0000 (02:55 +0000)]
Added flags field in the TDB structure.
angelos [Fri, 28 Feb 1997 02:22:31 +0000 (02:22 +0000)]
More changes.
angelos [Fri, 28 Feb 1997 02:18:56 +0000 (02:18 +0000)]
Per security-level defaults.
angelos [Fri, 28 Feb 1997 02:14:58 +0000 (02:14 +0000)]
Can't make up my mind; i think this is final.
angelos [Fri, 28 Feb 1997 02:03:33 +0000 (02:03 +0000)]
IPsec socket API.
angelos [Fri, 28 Feb 1997 01:05:17 +0000 (01:05 +0000)]
Corrected the length field.
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).
millert [Fri, 28 Feb 1997 00:46:33 +0000 (00:46 +0000)]
Slightly more sane rlimit usage.
rahnds [Thu, 27 Feb 1997 23:40:18 +0000 (23:40 +0000)]
Fix MAXBUFCACHE changes.
michaels [Thu, 27 Feb 1997 23:32:56 +0000 (23:32 +0000)]
fix pr system/124, reported by Janjaap van Velthooven (janjaap@stack.nl).
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.
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.
kstailey [Thu, 27 Feb 1997 18:36:49 +0000 (18:36 +0000)]
Fix IOT bug via Makefile.inc, not ndc.sh.
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'
downsj [Thu, 27 Feb 1997 18:14:50 +0000 (18:14 +0000)]
Add libwrap.
kstailey [Thu, 27 Feb 1997 15:45:03 +0000 (15:45 +0000)]
add tag
kstailey [Thu, 27 Feb 1997 15:40:05 +0000 (15:40 +0000)]
addtions that start 1-May-1997
briggs [Thu, 27 Feb 1997 14:05:52 +0000 (14:05 +0000)]
Add M.I. ncr53c9x SCSI driver file.
briggs [Thu, 27 Feb 1997 14:03:41 +0000 (14:03 +0000)]
Add ncr53c9x flag to esp.
briggs [Thu, 27 Feb 1997 14:02:37 +0000 (14:02 +0000)]
mac68k-specific portion of m.i. ncr53c9x driver.
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.
angelos [Thu, 27 Feb 1997 08:31:28 +0000 (08:31 +0000)]
Fix function decl, get rid of a couple of warnings.
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.
tholo [Thu, 27 Feb 1997 06:21:42 +0000 (06:21 +0000)]
Add scanner and (commented out) IPsec
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
tholo [Thu, 27 Feb 1997 06:19:21 +0000 (06:19 +0000)]
Add quirk for a scanner