openbsd
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
1997-03-30 provosblowfish + passwd.conf support. fixed md5 salt.
1997-03-30 deraadtbetter notes
1997-03-30 millertWe run OpenBSD not NetBSD
1997-03-30 millertNetBSD PR #3399: Avoid overflowing in ut_host into...
1997-03-30 millertMake named.boot and news spool optional.
1997-03-30 millertPrevious commit was in error, definition of MANDIR...
1997-03-30 millert/usr/share/man/cat -> /usr/share/man
1997-03-30 millertAdjust the input string by the right amount if the...
1997-03-29 briggsIncrease timeout by a factor of ten in cd_size().
1997-03-29 briggsDo not register an interrupt handler unless we know...
1997-03-29 briggsUpdate from Denton Gentry with minor bug fixes by me.
1997-03-29 briggsDrSW for a Dayna ethernet card. Fake DrHW for dumb...
1997-03-29 tholoAllow setting blocksize to 0 (variable size); from...
1997-03-29 tholoDo not include mmap'ed device memory in coredumps;...
1997-03-29 tholoUpdated description of some signals; from Klaus Klein...
1997-03-29 tholoAvoid infinite loops; from NetBSD PR 3285
1997-03-29 tholoChange MIN & TIME to VMIN & VTIME; from NetBSD PR 3243
1997-03-29 tholoReturn EISDIR for directories; idea from NetBSD
1997-03-29 tholoDocument EINVAL; from NetBSD PR 3395
1997-03-29 millertDocument .message
1997-03-29 millertUse arc4random() not random().
1997-03-29 deraadtuninitialized variable; koji@math.human.nagoya-u.ac.jp
next