niklas [Mon, 24 Feb 1997 14:06:33 +0000 (14:06 +0000)]
OpenBSD tags + some prototyping police
niklas [Mon, 24 Feb 1997 13:50:04 +0000 (13:50 +0000)]
OpenBSD tag
niklas [Mon, 24 Feb 1997 13:33:56 +0000 (13:33 +0000)]
OpenBSD tags + some prototyping police
deraadt [Mon, 24 Feb 1997 13:00:54 +0000 (13:00 +0000)]
temporarily, also pass intr() routines the vec#
deraadt [Mon, 24 Feb 1997 12:51:54 +0000 (12:51 +0000)]
for generic case, use dk_mountroot not special hacks
deraadt [Mon, 24 Feb 1997 12:50:28 +0000 (12:50 +0000)]
implement BUFCACHEPERCENT and take care with kva space
deraadt [Mon, 24 Feb 1997 12:48:06 +0000 (12:48 +0000)]
irc thing is dumb, and do not bother wasting effort screaming about ftp bounce attempts, just slaughter them
niklas [Mon, 24 Feb 1997 05:50:46 +0000 (05:50 +0000)]
We do NOT want interrupts when in polled mode. Fixes ATAPI boot
failures. THanks go to Angelos D. Keromytis for debugging this and devising
the final fix. Also correct some diagnostic printfs. Do some KNF and unmap
registers on probe failure. add a delay(10) to a busy-wait loop solely
depending on CPU speed earlier.
downsj [Mon, 24 Feb 1997 04:05:48 +0000 (04:05 +0000)]
Kill the annoying printf (which I think I added).
downsj [Mon, 24 Feb 1997 03:27:38 +0000 (03:27 +0000)]
sync with hp300: -nostdinc, HOSTCC, etc.
downsj [Mon, 24 Feb 1997 03:07:38 +0000 (03:07 +0000)]
Remove configuration name.
deraadt [Mon, 24 Feb 1997 02:13:11 +0000 (02:13 +0000)]
XXX cleanup
downsj [Mon, 24 Feb 1997 01:16:06 +0000 (01:16 +0000)]
Add support for COMPAT_SUNOS and enable it.
hp300 now runs sun3 SunOS executables!
pefo [Sun, 23 Feb 1997 21:59:24 +0000 (21:59 +0000)]
First cut of Flash memory disk. Needs more work though...
downsj [Sun, 23 Feb 1997 21:42:54 +0000 (21:42 +0000)]
Give HPUX it's own signal trampoline and stop modifying the real one.
downsj [Sun, 23 Feb 1997 21:40:55 +0000 (21:40 +0000)]
sigcode -> hpux_sigcode
deraadt [Sun, 23 Feb 1997 20:47:25 +0000 (20:47 +0000)]
constrain nbuf until we find a better fix
downsj [Sun, 23 Feb 1997 19:10:47 +0000 (19:10 +0000)]
Checkpoint. This should be pretty close now, just gotta fix kernel
bugs.
niklas [Sun, 23 Feb 1997 18:48:13 +0000 (18:48 +0000)]
Just some more KNF
niklas [Sun, 23 Feb 1997 13:08:49 +0000 (13:08 +0000)]
Some KNF, but more important: fix disklabels for audio CDs +
preliminary support for multi-session CDs although the ISO9660 spoofing
must be remade for that to really work.
millert [Sun, 23 Feb 1997 09:07:38 +0000 (09:07 +0000)]
We run OpenBSD
millert [Sun, 23 Feb 1997 06:06:25 +0000 (06:06 +0000)]
#ifdef __NetBSD__ -> #if defined(__NetBSD__) || defined(__OpenBSD__)
briggs [Sun, 23 Feb 1997 06:04:50 +0000 (06:04 +0000)]
Integrate code from John P. Wittkoski <jpw@netwizards.net> and
Takashi Hamada <hamada@next.etron.kanazawa-it.ac.jp>. This code
interfaces directly to the hardware to support the ADB on many
macs. It is enabled by "options HWDIRECT" in the configuration
file. At some point, this should probably become the default method
as interfacing to the ADB through the ROMs has been painful and sometimes
problematic.
This code should have functioning ADB support for:
II series (II, SE/30, IIx, IIcx)
IIsi series (IIsi, IIci, IIvx, IIvi)
LC II, LC III
Performa 400, 405, 430, 460, 465, 467, 600
Classic II, Color Classic, Color Classic II
PB 5XX series
Duo series
PB 140,145,145b,160,(160c?),165,165c,170,180,180c
Quadra 700,900,950
There is an off-chance that it will work on:
PB 150, PB 190
Quadra/Centris 605,610,630,650,660AV,800,840AV
LC 475,550,575,630
Performa 475,476,575,577,578,630
Note that functioning ADB support does not mean that everything else
will work. I obviously do not own all of the above machines (does
anyone? ;-)... Any reports are welcome.
Many thanks to John Wittkoski and Takashi Hamada!
millert [Sun, 23 Feb 1997 03:58:26 +0000 (03:58 +0000)]
Note that newfs now contains fsirand(8) functionality.
millert [Sun, 23 Feb 1997 03:51:22 +0000 (03:51 +0000)]
Inline fsirand(8) (at no noticable cost in speed).
deraadt [Sun, 23 Feb 1997 03:41:56 +0000 (03:41 +0000)]
build host and user is not important
niklas [Sun, 23 Feb 1997 03:08:27 +0000 (03:08 +0000)]
Fix mem leak, count partitions (tracks) right for audio disklabels. Partition offset & sizes still worng in this case though.
niklas [Sun, 23 Feb 1997 02:33:05 +0000 (02:33 +0000)]
Spoof ISO 9660 disklabels
niklas [Sun, 23 Feb 1997 02:31:43 +0000 (02:31 +0000)]
Audio CDs were read as data CDs before, which broke audio.
This change fixes that and tries to make sane disklabels for audio disks,
however it fails at that, but I think the fix is good enough to go in.
Hopefully the disklabel will be really fixed tomorrow.
niklas [Sun, 23 Feb 1997 02:29:02 +0000 (02:29 +0000)]
All audio CDs does not start at block 0
downsj [Sun, 23 Feb 1997 01:19:07 +0000 (01:19 +0000)]
s/MINIROOT/RAMDISK/g
kstailey [Sat, 22 Feb 1997 21:09:13 +0000 (21:09 +0000)]
ramdisk now has raw version, disklabels
kstailey [Sat, 22 Feb 1997 20:39:19 +0000 (20:39 +0000)]
add "-l" flag see NetBSD PR #3227
kstailey [Sat, 22 Feb 1997 19:36:05 +0000 (19:36 +0000)]
add tag; NetBSD -> OpenBSD
kstailey [Sat, 22 Feb 1997 17:20:30 +0000 (17:20 +0000)]
if sys/kern/malloc.c does not #define KMEMSTATS (and DIAGNOSTIC is also
not #defined) then vmstat should not try to print kernel memory stats.
Fixes NetBSD PR #3187.
kstailey [Sat, 22 Feb 1997 16:17:48 +0000 (16:17 +0000)]
ufsboot uses strncpy() now
angelos [Sat, 22 Feb 1997 15:51:18 +0000 (15:51 +0000)]
Resolved a couple of open issues (just changed comments after checking
RFCs).
angelos [Sat, 22 Feb 1997 13:25:28 +0000 (13:25 +0000)]
Fixed problem in ip_weadvertise().
deraadt [Sat, 22 Feb 1997 12:09:45 +0000 (12:09 +0000)]
sends and receives and illustrates that the vme board has interrupt vector bugs
deraadt [Sat, 22 Feb 1997 12:09:19 +0000 (12:09 +0000)]
add register bit defines
angelos [Sat, 22 Feb 1997 11:34:46 +0000 (11:34 +0000)]
Fixed problem with authenticator length checking.
pefo [Sat, 22 Feb 1997 10:50:26 +0000 (10:50 +0000)]
Not used.
millert [Sat, 22 Feb 1997 08:38:09 +0000 (08:38 +0000)]
Update to lite2 -- man page is the only thing that changed.
millert [Sat, 22 Feb 1997 08:32:52 +0000 (08:32 +0000)]
update to lite2 -- note restriction when securelevel > 0
millert [Sat, 22 Feb 1997 08:28:28 +0000 (08:28 +0000)]
Upodate to lite2 -- don't allow setting back the clock if securelevel > 0
angelos [Sat, 22 Feb 1997 07:24:25 +0000 (07:24 +0000)]
Preliminaries for IPsec socket API.
millert [Sat, 22 Feb 1997 06:46:23 +0000 (06:46 +0000)]
Use rlimit to set datasize to max.
angelos [Sat, 22 Feb 1997 05:56:48 +0000 (05:56 +0000)]
ICMP redirects will not be sent if we do proxy arp pointing to ourselves.
millert [Sat, 22 Feb 1997 05:53:35 +0000 (05:53 +0000)]
progname -> __progname and exec fsirand after mkfs().
angelos [Sat, 22 Feb 1997 04:35:24 +0000 (04:35 +0000)]
Corrected protocol name.
angelos [Sat, 22 Feb 1997 04:32:53 +0000 (04:32 +0000)]
Removed duplicate entries.
provos [Sat, 22 Feb 1997 04:11:35 +0000 (04:11 +0000)]
header
angelos [Sat, 22 Feb 1997 03:48:28 +0000 (03:48 +0000)]
Amended the copyleft.
angelos [Sat, 22 Feb 1997 03:45:24 +0000 (03:45 +0000)]
Changed to reflect new TTL-option in kernel.
angelos [Sat, 22 Feb 1997 03:39:35 +0000 (03:39 +0000)]
User-defined TTL for external IP header.
niklas [Sat, 22 Feb 1997 00:29:56 +0000 (00:29 +0000)]
Add pseudo-device enc 4
niklas [Sat, 22 Feb 1997 00:28:57 +0000 (00:28 +0000)]
Set MMU/CPU better, except for 060 as that requires intrusive changes
elsewhere.
niklas [Fri, 21 Feb 1997 23:17:19 +0000 (23:17 +0000)]
Integration of IPSEC userland tools, no manpages yet, sorry.
millert [Fri, 21 Feb 1997 22:55:19 +0000 (22:55 +0000)]
Don't expose private copies of malloc(), calloc(), free(). Ew
gvf [Fri, 21 Feb 1997 19:35:33 +0000 (19:35 +0000)]
sync to __powerpc__
millert [Fri, 21 Feb 1997 19:21:51 +0000 (19:21 +0000)]
add _PATH_FSIRAND
millert [Fri, 21 Feb 1997 18:34:57 +0000 (18:34 +0000)]
which(1) is now a binary that works in any shell since csh(1) has a
which built-in.
rahnds [Fri, 21 Feb 1997 17:42:05 +0000 (17:42 +0000)]
more cleanup for powerpc miniroot installation,
try to allow install to work without awk in the miniroot.
millert [Fri, 21 Feb 1997 17:11:21 +0000 (17:11 +0000)]
Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around.
millert [Fri, 21 Feb 1997 17:10:08 +0000 (17:10 +0000)]
FreeBSD PR ports/2766 (Patch from Marc Slemko marcs@znep.com):
Don't pass getdtablesize() as first arg to select(2). No need
to do this since we only select on one fd--use (fd+1) as nfds.
This fixes the problem with fdesc as well (though that is really
an fdesc bug). Fix will be in sudo 1.5.4.
rahnds [Fri, 21 Feb 1997 15:39:03 +0000 (15:39 +0000)]
add files typically included in snapshot as files that show up in
the "ALLSETS" list for miniroot installation from disk.
niklas [Fri, 21 Feb 1997 13:48:41 +0000 (13:48 +0000)]
numeric variable have to be long as they are used like that
graichen [Fri, 21 Feb 1997 12:46:42 +0000 (12:46 +0000)]
add config files for the various pmax types (thanks go to dieter mayer
who created them)
niklas [Fri, 21 Feb 1997 11:21:57 +0000 (11:21 +0000)]
Add IPSEC + lines for a Teles ISDN card. Support not yet in the tree,
but I thought you might want to taste it beforehands :-) Besides it is
my personal kernel config so this one does not *have* to build. so there!
niklas [Fri, 21 Feb 1997 11:17:38 +0000 (11:17 +0000)]
Drop ${PARAM} from CPPFLAGS, add it to the HOSTED_C rule.
Use the NORMAL_C_C rule for building parma.o. Put -nostdinc upfront in
INCLUDES.
niklas [Fri, 21 Feb 1997 11:08:48 +0000 (11:08 +0000)]
Bring closer to the ISA version by dropping the use of a structure for
accessing fields in the shared mem, and fixing the packet length check.
Slight cleanup otherwise.
niklas [Fri, 21 Feb 1997 10:59:16 +0000 (10:59 +0000)]
add bus_space_{read,write}_region_* + some KNF
niklas [Fri, 21 Feb 1997 10:52:09 +0000 (10:52 +0000)]
We do not use the rsr field
niklas [Fri, 21 Feb 1997 10:21:49 +0000 (10:21 +0000)]
We are OpenBSD
angelos [Fri, 21 Feb 1997 10:01:29 +0000 (10:01 +0000)]
Updated; now lists some 95+ protocols.
angelos [Fri, 21 Feb 1997 09:35:03 +0000 (09:35 +0000)]
Removed no longer necessary cautionary comment.
deraadt [Fri, 21 Feb 1997 09:30:35 +0000 (09:30 +0000)]
add sipp-esp and sipp-ah
angelos [Fri, 21 Feb 1997 09:17:33 +0000 (09:17 +0000)]
Couple of missing ifdefs.
angelos [Fri, 21 Feb 1997 09:09:50 +0000 (09:09 +0000)]
netstat now understands SIPP-AH/SIPP-ESP (IPsec) and ENCAP protocols.
niklas [Fri, 21 Feb 1997 09:06:18 +0000 (09:06 +0000)]
Style cleanup and a printf string typo
niklas [Fri, 21 Feb 1997 09:02:41 +0000 (09:02 +0000)]
fetched a comment from mvme68k + style nit
niklas [Fri, 21 Feb 1997 08:59:01 +0000 (08:59 +0000)]
Add MMU_/CPU_ syms
niklas [Fri, 21 Feb 1997 08:55:13 +0000 (08:55 +0000)]
copypage/zeropage adaption. cputype setting needs more work.
deraadt [Fri, 21 Feb 1997 08:52:23 +0000 (08:52 +0000)]
shmdt before shmdt (in child) fix
niklas [Fri, 21 Feb 1997 08:51:49 +0000 (08:51 +0000)]
Siginfo stuff as per the mvme68k port + KNF & other style nits
deraadt [Fri, 21 Feb 1997 08:45:00 +0000 (08:45 +0000)]
do not allow SO_SNDBUF/SO_RCVBUF len 0
niklas [Fri, 21 Feb 1997 08:42:31 +0000 (08:42 +0000)]
-nostdinc and big endian cleanup
angelos [Fri, 21 Feb 1997 08:26:08 +0000 (08:26 +0000)]
Fixed error introduced with last patch.
tholo [Fri, 21 Feb 1997 07:33:21 +0000 (07:33 +0000)]
ld(1) now works; link shared library against -lcurses again
tholo [Fri, 21 Feb 1997 07:28:11 +0000 (07:28 +0000)]
Get symbol counts right when counting weak symbols in shared libraries as
shared objects are being built.
tholo [Fri, 21 Feb 1997 07:04:48 +0000 (07:04 +0000)]
Fix a const poisoning warning
tholo [Fri, 21 Feb 1997 06:54:35 +0000 (06:54 +0000)]
Integrate local changes
tholo [Fri, 21 Feb 1997 06:47:01 +0000 (06:47 +0000)]
Missed files from new release from Cyclic Software
tholo [Fri, 21 Feb 1997 06:36:04 +0000 (06:36 +0000)]
New release from Cyclic Software
deraadt [Fri, 21 Feb 1997 06:07:25 +0000 (06:07 +0000)]
do not pass up un-init vftype
briggs [Fri, 21 Feb 1997 05:49:28 +0000 (05:49 +0000)]
Bring in siginfo changes from mvme68k port & Theo. Compiles.
angelos [Fri, 21 Feb 1997 02:54:26 +0000 (02:54 +0000)]
Removed some of the ugliness in ipsp_kern().
deraadt [Fri, 21 Feb 1997 02:46:49 +0000 (02:46 +0000)]
flesh out icmp, no rpc info for -n
gvf [Thu, 20 Feb 1997 21:05:38 +0000 (21:05 +0000)]
strncpy needed for ufs.c
deraadt [Thu, 20 Feb 1997 20:25:09 +0000 (20:25 +0000)]
CFLAGS+=, from m4@umn.edu