openbsd
1997-03-27 weingartVarious fixes for ZMAGIC. Thanks Theo
1997-03-27 deraadtif lost+found generation code is enabled, create it...
1997-03-27 kstaileyuse 700 not 777 for new lost+found dirs
1997-03-27 niklasOops, used #ifdef, instead of ifdef, by habit.
1997-03-27 niklasDOH! Of course genassym.sh should be fed CC not HOSTCC,
1997-03-27 briggsBe more careful about enabling nubus interrupts.
1997-03-27 niklasUse P_MD_REGS instead of P_MD + MD_REGS (consistent...
1997-03-27 niklasUse genassym.sh
1997-03-27 niklasImport genassym.sh method from NetBSD
1997-03-27 niklasAdd NCR variant of SVR4, as it has some specifics
1997-03-27 millertImplement NOFILE_MAX--hard limit on max descriptors...
1997-03-27 millertMake kern.osrevision (sysctl) and /kern/osrev report...
1997-03-27 provosyet another random() converted to arc4random()
1997-03-27 provosuse arc4random instead of random
1997-03-27 weingartSlight cleanup, more needed
1997-03-27 provosmd5 stuff
1997-03-27 provosadd comment on md5
1997-03-27 provossupport for md5 passwords
1997-03-26 provosadded ipsec subdir
1997-03-26 niklasAdd OpenBSD tag. Remove redundant test.
1997-03-26 niklasUse MKDEP instead of mkdep. Split STRIP into STRIP...
1997-03-26 niklasAdd ast, tel and IPSEC
1997-03-26 niklasGot rid of an unused function
1997-03-26 deraadtfix a bunch of errors
1997-03-26 deraadtcalculate width for select() more carefully
1997-03-26 deraadtoxtabs is converse of tabs; gwing@primenet.com.au
1997-03-26 deraadtmore careful strncpy
1997-03-26 niklasuse support.s from m68k/
1997-03-26 niklasJust some initial KNF in preparation for some other...
1997-03-26 niklasRemove stuff now in m68k/
1997-03-26 niklascopy.s gets done from files.m68k now
1997-03-26 deraadtproper english
1997-03-26 deraadtbail like ruptime; netbsd
1997-03-26 deraadts/main/listmain/; seebs@solon.com
1997-03-26 deraadtloginname copying in fill_eproc; gwing@primenet.com.au
1997-03-26 pefoReplace "isa_io" with "bus". Not isa specific.
1997-03-26 downsjsync
1997-03-26 downsjMerge changes from NetBSD, up to 3/19/97; undoes some...
1997-03-26 downsjMerge changes from NetBSD, 3/19/97; enforce use of...
1997-03-26 downsjRegen.
1997-03-26 downsjMerge in NetBSD changes as if 3/19/97, undo some of...
1997-03-26 deraadtcorrect a typo
1997-03-26 deraadtinstall ktrace(2)
1997-03-26 deraadtshow a backslash properly; david@mono.org
1997-03-26 deraadtfix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu...
1997-03-26 deraadtmore pedantic description of secure levels on file...
1997-03-26 deraadtdeal with CD drives that indicate 2352 bytes per block...
1997-03-26 millertNote that default blocking factor is 20.
1997-03-26 deraadtunterminated buffer; charnier@xp11.frmug.org
1997-03-26 millertBlocking factor in tar is in 512byte blocks. Makes...
1997-03-26 deraadtclean; netbsd
1997-03-26 deraadtxref rwhod; netbsd
1997-03-26 deraadtsync to rwhod.h
1997-03-26 deraadtno libcrypt, fix DPADD
1997-03-25 deraadtcloselog() more often
1997-03-25 deraadtcareful with name lengths and the xid
1997-03-25 deraadtspelling error
1997-03-25 millertSplat .message file if it exists when user cd's to...
1997-03-25 deraadtexec with argv[0] as shell, not "sh"; era@iki.fi
1997-03-25 bitbltconfig file paranoia
1997-03-25 deraadtcorrect string empty test; yokota@freebsd
1997-03-25 deraadtensure strftime buf has NUL; yokota@freebsd
1997-03-25 deraadtdo not chmod file before unlink; firebug@atlantic.net
1997-03-25 niklasGet rid of userland includes
1997-03-25 deraadtmove the .; enami@ba2.so-net.or.jp
1997-03-25 rahndsOk here is the mvme88k userland, minus a few important...
1997-03-25 niklasFixed obj-dir building, compacted the bootblock enough...
1997-03-25 niklasCorrect typo
1997-03-25 niklasCorrect typo + moved Teles S0/16.3 port to what the...
1997-03-25 niklasUse GENERIC instead of the obsolete INSTALL kernel
1997-03-25 niklasMake AS, AR & LD overrideable
1997-03-25 millertBack out my previous kludge to make tar files with...
1997-03-25 niklasAddition of the ed ethernet driver
1997-03-25 briggsFrom scottr@netbsd.org:
1997-03-25 briggsFrom scottr@netbsd.org:
1997-03-24 millertMake sure head, tail, and nitems get zero'd even if we
1997-03-23 pefoAdding more arches require more structuring and cleanup...
1997-03-23 pefoSome changes for arc local bus com & lpt.
1997-03-23 pefoMoved from pica since they are not Pica bus specific
1997-03-23 millertUse POSIX regexp, not v8 to avoid linking with -lcompat.
1997-03-23 millertMinor updates from lite2 + some KNF and strdup(3) checking.
1997-03-23 millert-Wall happiness, use mkstemp(3) instead of mktemp(3...
1997-03-22 kstaileyremoved code that was inside #if 0 ... #endif
1997-03-22 niklasget __LDPGSZ def
1997-03-22 niklasMake this build work with objdirs, at least as links
1997-03-21 millertFix two typos in fts(3). NetBSD PR#3364 and NetBSD...
1997-03-21 millertMake struct rusage comments consistent between header...
1997-03-21 millertAdd in recent NetBSD changes we didn't already have:
1997-03-21 gvfuse ${COMPILE.c} even for the custom build
1997-03-21 downsjFix alignment in srt0.c, from NetBSD.
1997-03-21 downsjcruft
1997-03-21 kstaileysince cpio is now pax you can have it too.
1997-03-21 niklasYet more DDB type correctness
1997-03-21 niklasMake ddb variables long
1997-03-21 niklasNew FIXUP_PC_AFTER_BREAK convention from NetBSD
1997-03-21 niklasInstead of explicit extern, include the include file...
1997-03-21 niklasMake ddb variables long (for 64bit archs). from netbsd
1997-03-21 niklasNetBSD sync to sth like 970218
1997-03-21 niklasAdd the bus_space_{read,write}_raw_multi_[248] extensions
1997-03-20 niklas64-bit clean. if_ed.c now works on alpha.
next