openbsd
1997-04-03 briggsQuote CC in args to make
1997-04-03 downsjhokchar -> _hokchar, and make it non-static. Use it...
1997-04-03 deraadtanother lookup[] loop accident
1997-04-03 downsjFull implementation of lookups support, plus some bug...
1997-04-03 deraadtan -> a; soil@quick.net
1997-04-03 impFrom FreeBSD 1.7 by markm. The log message:
1997-04-03 downsjBUGS section no longer applies, the new resolver implem...
1997-04-03 deraadtuse MATCH()
1997-04-03 deraadtif dns lookup fails, still honour _res.lookups[]
1997-04-03 deraadtensure host_addr[] remains nicely aligned; pr#145,...
1997-04-03 millert10 X's for mktemp() and mkstemp().
1997-04-03 briggsPR#141 from David Leonard <d@occult.fnarg.net.au> with...
1997-04-03 kstaileya start a making getnetbyaddr() respect "lookup" keywor...
1997-04-03 kstaileyadd htonl()
1997-04-03 michaelsper wishes of deraadt add ufs to default fs's to search.
1997-04-03 michaelsremove corrupted original tag
1997-04-02 kstaileyUse new makeinfo -P dir option to prepend gcc/f to...
1997-04-02 kstaileyAdd "-P dir" option to prepend a dir to the include...
1997-04-02 niklasBetter implementation of buf_space_*_raw_multi_* that...
1997-04-02 niklasFix end boundary of mapping for regions ending at offse...
1997-04-02 niklasRestructured, as well as added a set of host-to-little...
1997-04-02 deraadtuse FDPART(), limit drives to 2 to avoid dev_t problems...
1997-04-02 deraadtwarn about MAXPARTITIONS != 16, grr@shandakor.tharsis.com
1997-04-02 deraadtdoc /etc/yp/DOMAINNAME server list file better
1997-04-02 millertopt_add() needs to make a copy of the input string...
1997-04-02 deraadtbuf oflows, thanks imp & millert
1997-04-02 deraadtadd SVR4_T_* flags; might be wrong for sparc
1997-04-02 kstaileyadd ipflog
1997-04-02 deraadtuse 10 X for mktemp(1)
1997-04-02 deraadtuse mkstemp (millert, please double check)
1997-04-02 deraadtxid is a u_int32_t
1997-04-02 deraadtspelling error
1997-04-02 deraadtmost 1.3X versions of MEDIAVIS CDR-H93MV have problems...
1997-04-02 mickeysave 4k space for i386!
1997-04-02 millertRemove FreeBSD-specific stuff from BUGS section.
1997-04-02 mickey#ifndef local
1997-04-02 mickeyfix bios geometry calculation
1997-04-02 mickeyfix readdir a little bit
1997-04-02 mickeymissing protos
1997-04-02 rahndsadd off-level character recieve.
1997-04-02 mickeydon't use cread's open/close. stat does not need libz...
1997-04-02 mickeyfd < 0 is evil
1997-04-02 mickeyadd dumb probe routine
1997-04-02 mickeyno more arch/i386/stand/libsa/Makefile.inc
1997-04-02 mickeyadd Gogol birthday (;
1997-04-02 deraadtcorrectly code the classes of permitted TZ specificatio...
1997-04-02 millertMerge in good changes from NetBSD:
1997-04-02 deraadtclear correct structure, PR#144, grr@shandakor.tharsis.com
1997-04-02 millertDeal with old-style tar archives with a directory speci...
1997-04-01 deraadtoption 'n' was unused, so let's come up with a feature...
1997-04-01 millertDisable editing when in batch mode. Idea from Theo.
1997-04-01 rahndsCheck in some changes hiding in my tree.
1997-04-01 deraadtfix MAXPARTITIONS problems, PR#138, grr@shandakor.thars...
1997-04-01 deraadtsvr4 siginfo; I cannot test this
1997-04-01 deraadtFPE_INTOVF botch
1997-04-01 mickeydepend on DPADD, not only one lib
1997-04-01 deraadtzap extra XXX if swap goes down; paul@wit387304.student...
1997-04-01 rahndsChanges from NetBSD to compile games without warnings...
1997-04-01 briggsAdd DrHW for RasterOps CB264--From Scott Reynolds-...
1997-04-01 graichendon't disable the build of gdb for the alpha - it shoul...
1997-04-01 graichenit's called xm-alphaobsd.h and not xm-alpha.h
1997-04-01 millertSlightly better fix. This one is explicately bounded...
1997-04-01 toddThis merges in the latest NetBSD sup source.
1997-04-01 millertSync with NetBSD (mostly by christos initial substituti...
1997-04-01 mickeydebugger started.
1997-04-01 mickey^U hotkey in readline
1997-03-31 mickeystrlen proto
1997-03-31 mickeystrlen here too....
1997-03-31 mickeymissed additions to the last commit
1997-03-31 mickeycommit all my mods to the last imported libsa stuff....
1997-03-31 deraadtshrink; niklas
1997-03-31 deraadtdo not let PSL_NT be set in VM86 mode; netbsd
1997-03-31 kstaileychanged ipfattach() to ipf_enable()
1997-03-31 kstaileyNew job; another PC lands on my desk.
1997-03-31 briggsPR#140, Fix from David Leonard <d@occult.fnarg.net...
1997-03-31 deraadteven better indent
1997-03-31 deraadtindent
1997-03-31 deraadtworks again, work by niklas and i
1997-03-31 deraadtdisklabel stuff was fixed a while ago
1997-03-31 downsjJump to loadaddr instead of entry due to libsa change.
1997-03-31 weingartMove closer to boot/. Add some debug stuff
1997-03-31 weingartFix for my fix...
1997-03-31 weingartFix symbol handling (stripped kernels)
1997-03-31 weingartInitial /boot stuff (from Mickey)
1997-03-31 weingartPrepare for /boot stuff...
1997-03-31 deraadtsalt is an int32_t
1997-03-31 deraadtflags param is int
1997-03-31 deraadtsync to nfs.h
1997-03-31 deraadtsync with stat.h; spotted by todd@
1997-03-31 deraadtcorrect path in comment; thieleke@ix.netcom.com
1997-03-31 downsjModernize OpenBSD/mvme68k to match various changes...
1997-03-30 briggsMinor cleanup.
1997-03-30 mickeyno more 2(two) md5 libs in kernel!
1997-03-30 briggsjDTInstall is 0xD9C, not 0x9DC...
1997-03-30 briggsAn implementation of pieces of the Deferred Task Manage...
1997-03-30 majaAdded support for YP V1. Partly from FreeBSD. -moj
1997-03-30 deraadtdelete the unaligned code
1997-03-30 mickeymy recent fixes
1997-03-30 mickeyfix comment
1997-03-30 mickeyifdef out some vars used only w/ NFSCLIENT defined
next