niklas [Thu, 23 Jan 1997 02:18:05 +0000 (02:18 +0000)]
Pedantic removal of extra spaces
deraadt [Wed, 22 Jan 1997 23:11:46 +0000 (23:11 +0000)]
typo, frueauf@ira.uka.de
deraadt [Wed, 22 Jan 1997 22:47:47 +0000 (22:47 +0000)]
back out bounce buffer fixes until i get them working 100%
pefo [Wed, 22 Jan 1997 22:41:15 +0000 (22:41 +0000)]
pmap enter fixes for I/O mapping.
pefo [Wed, 22 Jan 1997 22:23:19 +0000 (22:23 +0000)]
Fixed some pmap problems when porting XFree86 (mmap of i/o etc).
deraadt [Wed, 22 Jan 1997 21:46:51 +0000 (21:46 +0000)]
only go into wide scsi mode if the card supports it
kstailey [Wed, 22 Jan 1997 21:36:29 +0000 (21:36 +0000)]
xref manual pages via SEE ALSO
rahnds [Wed, 22 Jan 1997 20:39:32 +0000 (20:39 +0000)]
Current status.
rahnds [Wed, 22 Jan 1997 20:36:58 +0000 (20:36 +0000)]
example fdisk and disklabel information in the Installation instructions.
deraadt [Wed, 22 Jan 1997 20:27:58 +0000 (20:27 +0000)]
add docs about EHOSTUNREACH; from hwr@pilhuhn.de
deraadt [Wed, 22 Jan 1997 18:50:40 +0000 (18:50 +0000)]
handle SIOCGIFCONF for as many interfaces as provided
deraadt [Wed, 22 Jan 1997 18:20:49 +0000 (18:20 +0000)]
get the ethernet/fddi issue half right. This needs to be fixed better
niklas [Wed, 22 Jan 1997 13:20:58 +0000 (13:20 +0000)]
Correct networks(5) references
niklas [Wed, 22 Jan 1997 11:56:26 +0000 (11:56 +0000)]
Add rudimentary config files for architectures that still use the old gdb
niklas [Wed, 22 Jan 1997 11:13:53 +0000 (11:13 +0000)]
Redo the GZIP somewhat. Use NOGZIP= to get no compression at all.
if NOGZIP is not set, these three vars are overidable: GZIP, GZIPFLAGS &
GZIPEXT. Also do some s/install/\${INSTALL}/ edits
deraadt [Wed, 22 Jan 1997 09:24:00 +0000 (09:24 +0000)]
unify mips and m68k ports; idea from graichen
deraadt [Wed, 22 Jan 1997 09:21:48 +0000 (09:21 +0000)]
SIOCGIFCONF nicely
deraadt [Wed, 22 Jan 1997 08:52:32 +0000 (08:52 +0000)]
SIOCGIFCONF more carefully
millert [Wed, 22 Jan 1997 06:53:13 +0000 (06:53 +0000)]
Fix some err(3) usage and usage string.
millert [Wed, 22 Jan 1997 06:43:51 +0000 (06:43 +0000)]
Fix off-by-one differently--add an extra byte to buffer (ick).
Don't dump core on empty file.
millert [Wed, 22 Jan 1997 05:49:19 +0000 (05:49 +0000)]
Off by one error. Fixes a core dump.
tholo [Wed, 22 Jan 1997 04:15:17 +0000 (04:15 +0000)]
Don't fault a page in twice (first prefault, then vm_fault); the first was
not neccecary (and actually caused some problems).
downsj [Wed, 22 Jan 1997 03:48:52 +0000 (03:48 +0000)]
stuff that got missed
downsj [Wed, 22 Jan 1997 01:06:44 +0000 (01:06 +0000)]
Sendmail 8.8.5.
deraadt [Wed, 22 Jan 1997 00:37:15 +0000 (00:37 +0000)]
call err() correctly
kstailey [Tue, 21 Jan 1997 23:57:37 +0000 (23:57 +0000)]
back out 1.4; I should know better than to do this after a big meal
kstailey [Tue, 21 Jan 1997 23:47:55 +0000 (23:47 +0000)]
optimization: kill two calls to strlen() in format()
rahnds [Tue, 21 Jan 1997 23:18:06 +0000 (23:18 +0000)]
Build bsd and binutils for powerpc ala alpha and pmax.
rahnds [Tue, 21 Jan 1997 21:34:18 +0000 (21:34 +0000)]
If mounting a CD filesystem as a root image, at least call inittodr.
Most filesystems have a last modified date that is supplied,
however since that is not available on iso9660 could image creation
time be used instead? Currently it supplies 0, the beginning of time
as the parameter to inittodr.
This is so that when installing from a CD image, the file or directory
timestamps will be sane, not beginning of time.
rahnds [Tue, 21 Jan 1997 21:22:56 +0000 (21:22 +0000)]
the locate code assumes that char max is 127 (char == signed char)
however on the powerpc port that is not the case (char == unsigned char)
Thus this change, if anyone has a better idea, feel free.
kstailey [Tue, 21 Jan 1997 21:14:03 +0000 (21:14 +0000)]
from the FIXES file:
Oct 20, 1988:
Fixed %c: if expr is numeric, use numeric value;
otherwise print 1st char of string value. still
doesn't work if the value is 0 -- won't print \0.
This bugged me because it prevents awk from being a general-purpose
decimal to bytestream converter (also GNU awk gets this right.)
Look in /usr/share/man/cat4/sun3/leds.0 and you see:
# echo 0 0 0 5 0 0 0 8 254 253 250 247 239 223 175 127 |
awk '{ for (i=1;i<=NF;i++) printf("%c",$i+0); }' > /dev/leds
This used to fail since "0" did not produce a \0 on stdout.
It doesn't make any sense to me to fix awksprintf() the same way I did
awkprintf() since sticking a \0 in a string ends it.
deraadt [Tue, 21 Jan 1997 20:33:07 +0000 (20:33 +0000)]
typo, msaitoh@spa.is.uec.ac.jp
deraadt [Tue, 21 Jan 1997 19:33:15 +0000 (19:33 +0000)]
fixes from msaitoh@spa.is.uec.ac.jp
kstailey [Tue, 21 Jan 1997 19:29:08 +0000 (19:29 +0000)]
make lint happier
deraadt [Tue, 21 Jan 1997 18:10:39 +0000 (18:10 +0000)]
spacing glitch
kstailey [Tue, 21 Jan 1997 17:44:05 +0000 (17:44 +0000)]
make output look like that of date(1)
bitblt [Tue, 21 Jan 1997 17:14:42 +0000 (17:14 +0000)]
Fixed potential buffer overflow.
rahnds [Tue, 21 Jan 1997 17:00:09 +0000 (17:00 +0000)]
Fix problems pointed out by Andrew Cagney,
These didn't seem to have adverse effects, but were wrong.
graichen [Tue, 21 Jan 1997 12:02:41 +0000 (12:02 +0000)]
changing SNAP_GZIP_CMD to GZIP + GZIPEXT etc.
niklas [Tue, 21 Jan 1997 10:33:02 +0000 (10:33 +0000)]
Clone NetBSD config for us, add handling of temporary local labels
millert [Tue, 21 Jan 1997 06:07:22 +0000 (06:07 +0000)]
More sprintf -> snprintf.
millert [Tue, 21 Jan 1997 04:52:44 +0000 (04:52 +0000)]
Remove unnecesary local changes. The strncpy()'s are safe because
the string is static and so the last element is always init'd to
zero.
millert [Tue, 21 Jan 1997 04:34:32 +0000 (04:34 +0000)]
Install BSD sort(1) not GNU one. Can always change back if necesary.
niklas [Tue, 21 Jan 1997 00:54:13 +0000 (00:54 +0000)]
Add virtusertable and some extra domains into Cw. Remove extra local_procmail
niklas [Tue, 21 Jan 1997 00:53:19 +0000 (00:53 +0000)]
Build my config files too
rahnds [Mon, 20 Jan 1997 20:43:48 +0000 (20:43 +0000)]
ifdef the RB_TIMEBAD change,
resettodr doesn't currently do anything anyway, put this problem
off till later.
millert [Mon, 20 Jan 1997 19:43:15 +0000 (19:43 +0000)]
Latest research awk from June 29, 1996
millert [Mon, 20 Jan 1997 19:41:39 +0000 (19:41 +0000)]
sort(1) test suite
millert [Mon, 20 Jan 1997 19:39:46 +0000 (19:39 +0000)]
sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.
millert [Mon, 20 Jan 1997 17:19:31 +0000 (17:19 +0000)]
getopt returns -1 not EOF!
niklas [Mon, 20 Jan 1997 15:49:51 +0000 (15:49 +0000)]
Type pedantery.. a lot of it too, more could be done as well. Sync with
NetBSD 970118 too.
niklas [Mon, 20 Jan 1997 15:43:28 +0000 (15:43 +0000)]
Accept partitions looking like, but not matching exactly,
an ADOS FS partition, as ADOSFS. some %lx -> %x. Print diagnostic for more
unknown partition types.
graichen [Mon, 20 Jan 1997 09:42:18 +0000 (09:42 +0000)]
better use (NETHER == 0) instead of NETHER == 0
mickey [Mon, 20 Jan 1997 09:15:31 +0000 (09:15 +0000)]
add union lkm, since it's supported by kernel.
from Paul Goyette <paul@pgoyette.bdt.com>
graichen [Mon, 20 Jan 1997 09:13:22 +0000 (09:13 +0000)]
replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0
because revarpwhoami is defined in if_ether.c and netbooting without
an ethernet card is very unusual :-)
p.s.: seems like nobody uses OpenBSD in machines without a network
card - because due to this it was'nt possible to build a kernel for
such a configuration ...
graichen [Mon, 20 Jan 1997 07:46:47 +0000 (07:46 +0000)]
back out my last change to avoid the __warn_references on the mips - it's
now done for the pmax like for the arc in machine/cdefs.h
millert [Mon, 20 Jan 1997 04:18:18 +0000 (04:18 +0000)]
Add a few things and make permissions consistent (all 0XXX not XXX)
millert [Mon, 20 Jan 1997 01:05:08 +0000 (01:05 +0000)]
documents algorithm used.
graichen [Sun, 19 Jan 1997 22:49:53 +0000 (22:49 +0000)]
small hack to get the PLUTO kernel compiled
graichen [Sun, 19 Jan 1997 22:46:48 +0000 (22:46 +0000)]
work around linker problems on the mips (explicitely link with
-ltermlib)
graichen [Sun, 19 Jan 1997 22:41:37 +0000 (22:41 +0000)]
define NO_WARN_REFERENCES for mips - because the mips linker can't handle
them
graichen [Sun, 19 Jan 1997 22:32:14 +0000 (22:32 +0000)]
put all the __warn_references behind a #ifndef NO_WARN_REFERENCES which
is then set in the libc Makefile for the mips (the mips linker can't
handle them)
graichen [Sun, 19 Jan 1997 22:30:17 +0000 (22:30 +0000)]
bring MAKEDEV and disktab up to date with NetBSD (plus local changes)
graichen [Sun, 19 Jan 1997 22:29:15 +0000 (22:29 +0000)]
add Makefile.inc for tar'ing also the binutils tree (/usr/*-openbsd-*)
then making a snapshot - also add a target for creating and copying
the GENERIC kernel
graichen [Sun, 19 Jan 1997 22:26:19 +0000 (22:26 +0000)]
add a variable SNAP_GZIP_CMD to the snap_tar target - here my comment
in the Makefile:
# check if SNAP_GZIP_CMD is set - else set it to "gzip -9"
# you may set it to "cat" alternatively for architectures
# where the gzip'ing would take too much time (pmax or slower :-)
# this way you get only tar'ed snap files and you can gzip
# them on a faster machine
millert [Sun, 19 Jan 1997 19:47:01 +0000 (19:47 +0000)]
Make function decl match prototype in stdlib.h
millert [Sun, 19 Jan 1997 17:25:11 +0000 (17:25 +0000)]
Minor cleanups to make gcc -Wall happier.
millert [Sun, 19 Jan 1997 17:11:21 +0000 (17:11 +0000)]
zlib 1.0.4
niklas [Sun, 19 Jan 1997 15:19:19 +0000 (15:19 +0000)]
Add OpenBSD tag
niklas [Sun, 19 Jan 1997 13:58:18 +0000 (13:58 +0000)]
From Ignatios Souvatzis (NetBSD):
Fix PR 3090. While here, fix two other comments.
niklas [Sun, 19 Jan 1997 13:53:09 +0000 (13:53 +0000)]
From Gordon W Ross (NetBSD):
Use db_regs_t instead of struct mc68020_saved_state
mickey [Sun, 19 Jan 1997 12:29:23 +0000 (12:29 +0000)]
update to the 1.6 aperture driver from 3.2 XFree86.
add manual (composed from mem(4) and README)
pefo [Sun, 19 Jan 1997 09:58:45 +0000 (09:58 +0000)]
Ooops. This should have been committed along with pccons.c
briggs [Sun, 19 Jan 1997 03:58:05 +0000 (03:58 +0000)]
asm -> __asm, inline -> __inline
briggs [Sun, 19 Jan 1997 03:56:46 +0000 (03:56 +0000)]
asm -> __asm
briggs [Sun, 19 Jan 1997 03:23:24 +0000 (03:23 +0000)]
inline -> __inline
briggs [Sun, 19 Jan 1997 03:14:12 +0000 (03:14 +0000)]
inline -> __inline
niklas [Sun, 19 Jan 1997 00:43:40 +0000 (00:43 +0000)]
Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not look
there
briggs [Sat, 18 Jan 1997 17:58:37 +0000 (17:58 +0000)]
Use scsiprint (and remove scsiprint from esp.c).
mickey [Sat, 18 Jan 1997 17:53:54 +0000 (17:53 +0000)]
illiminate memset gcc generated call, just like prev commit to
the XNS code.
briggs [Sat, 18 Jan 1997 17:31:02 +0000 (17:31 +0000)]
Do not partially initialize a structure at declaration in a function.
This causes gcc to generate a memset() on the m68k. Instead, bzero
and initialize the structure later in the function.
briggs [Sat, 18 Jan 1997 16:18:32 +0000 (16:18 +0000)]
scsi->moreluns is a bitfield based on target--should be u_int16_t, now.
niklas [Sat, 18 Jan 1997 15:30:10 +0000 (15:30 +0000)]
OpenBSD uses HOSTCC not HOSTED_CC, per tradition
niklas [Sat, 18 Jan 1997 15:17:38 +0000 (15:17 +0000)]
Do not doubletrap when curproc->p_addr is zero, as it is during autoconfig.
mickey [Sat, 18 Jan 1997 15:12:44 +0000 (15:12 +0000)]
unlink /tmp file on failure too.
mickey [Sat, 18 Jan 1997 13:39:28 +0000 (13:39 +0000)]
protect from multiple includes (required by gpl_math_emulate)
niklas [Sat, 18 Jan 1997 12:48:01 +0000 (12:48 +0000)]
move the RB_TIMEBAD handling to where "howto" is reachable
niklas [Sat, 18 Jan 1997 12:42:02 +0000 (12:42 +0000)]
Avoid a double trap
niklas [Sat, 18 Jan 1997 12:26:21 +0000 (12:26 +0000)]
Use scsiprint
niklas [Sat, 18 Jan 1997 12:24:25 +0000 (12:24 +0000)]
Boundary error (s/<=/</)
downsj [Sat, 18 Jan 1997 08:29:19 +0000 (08:29 +0000)]
syslog.h -> sys/syslog.h
THIS IS THE KERNEL, DAMNIT.
downsj [Sat, 18 Jan 1997 08:17:46 +0000 (08:17 +0000)]
move random, add ipl.
downsj [Sat, 18 Jan 1997 08:16:56 +0000 (08:16 +0000)]
Add stuff from /sys/conf/GENERIC, including IPFILTER.
downsj [Sat, 18 Jan 1997 08:13:56 +0000 (08:13 +0000)]
add ipfilter
downsj [Sat, 18 Jan 1997 08:05:19 +0000 (08:05 +0000)]
random -> 32, ipl -> 33
downsj [Sat, 18 Jan 1997 06:43:05 +0000 (06:43 +0000)]
dk_mountroot(), hp300 style.
downsj [Sat, 18 Jan 1997 03:28:50 +0000 (03:28 +0000)]
Gross hack for hp300, and a fix for NO_LSEEK as pointed out by briggs.
downsj [Sat, 18 Jan 1997 03:18:18 +0000 (03:18 +0000)]
Ensure libsa and libkern get compiled with -Dhp300
downsj [Sat, 18 Jan 1997 02:25:48 +0000 (02:25 +0000)]
missed this one
briggs [Sat, 18 Jan 1997 02:24:11 +0000 (02:24 +0000)]
Sync. with current NetBSD--keeping local changes.