openbsd
1997-01-18 downsjmissed this one
1997-01-18 briggsSync. with current NetBSD--keeping local changes.
1997-01-17 pefommap for TYNE. mods in ps/2 mouse driver to be more...
1997-01-17 rahndsfrexp version from m68k, both are IEEE so should be...
1997-01-17 kstaileyadd tag
1997-01-17 millertAdd OpenBSD tag
1997-01-17 millertAdd OpenBSD tags (was in wrong dir for previous commit)
1997-01-17 millertAdd OpenBSD tags
1997-01-17 millertPossible buf oflow.
1997-01-17 millertOpenBSD tags
1997-01-17 millertOpenBSD tags
1997-01-17 millertpossible oflow
1997-01-17 millertrindex -> strrchr
1997-01-17 millertFix potential buf oflow wrt strerror and sprintf.
1997-01-17 mickeynote about Vanya Grozniy
1997-01-17 majaDo IPFILTER the OpenBSD way... -moj
1997-01-17 downsjmore subdirs
1997-01-17 downsjmore new files
1997-01-17 downsjhp300 bootblocks, sync'd with NetBSD 011697, with chang...
1997-01-17 millertmore r?index -> strr?chr changes
1997-01-17 millertno need to link with -lcompat
1997-01-17 millertnuke rindex decl
1997-01-17 downsjsys/stat.h gets included here, and STAYS included here...
1997-01-17 millertmore r?index -> strr?chr
1997-01-17 millertr?index -> strr?chr
1997-01-17 millertlite2 daily + our changes. We can remove old tmp files...
1997-01-17 millertFinal fix to make fts(3) spoof-proof.
1997-01-17 kstaileydon't update battery backed up clock if system time...
1997-01-17 kstaileyadded "see also" refs to cdio & chio
1997-01-17 kstaileyncr_print() -> scsiprint()
1997-01-17 downsjFixes:
1997-01-16 kstaileyprevent scsiconf.c:110: warning: unused variable `l'
1997-01-16 kstaileydo not call resettodr() if RB_TIMEBAD is set due to...
1997-01-16 kstaileydo not call resettodr() if RB_TIMEBAD is set due to...
1997-01-16 kstaileyahaprint() & btprint() -> scsiprint()
1997-01-16 kstaileysiprint() -> scsiprint()
1997-01-16 majaDon't define MAXBSIZE here. -moj
1997-01-16 majaAdded scsiprint from NetBSD, needed by new driver for...
1997-01-16 niklasSync to NetBSD 970110
1997-01-16 kstaileyUse RB_TIMEBAD in boot() to know not to update the...
1997-01-16 kstaileyuse RB_TIMEBAD to indicate that the time is wrong and...
1997-01-16 kstaileydisambiguate somewhat
1997-01-16 millertCorrect logic such that newfs w/o -t on a device w...
1997-01-16 millertgetopt(3) fix that I missed in the previous sweep.
1997-01-16 millertMan pages for libedit, from NetBSD.
1997-01-16 millertMerge in NetBSD libedit changes and new man pages....
1997-01-16 millertSpeak in English and note that editline(3) now exists.
1997-01-16 kstaileymachdep.c
1997-01-16 kstaileyadded RB_TIMEBAD bootflag
1997-01-16 millertUpdate from NetBSD: adds chlen command and makes -Wall...
1997-01-16 kstaileyall modified code can now compile with -Werror -Wall...
1997-01-16 millertFrom NetBSD: Warn about potentially unsafe uid/gid...
1997-01-16 millertSupport VM_PSSTRINGS. Man, this has been sitting in...
1997-01-16 millertgetopt(3) returns an int, not char.
1997-01-15 millertgetopt(3) returns -1 when out of args, not EOF, whee!
1997-01-15 majasync with NetBSD 970112 -moj
1997-01-15 kstaileyadd prototype of reboot2() via machdep.h
1997-01-15 kstaileymoved init of ret in randomioctl() to better location
1997-01-15 millertFrom NetBSD: make testdb() fail if database version...
1997-01-15 rahndsWell, actually this seemed to be a bug in generic code...
1997-01-15 kstaileyadded prototypes, made some functions static, removed...
1997-01-15 mickeyadd IPXIP option commented out, explanation.
1997-01-15 kstaileyextra braces to prevent warning about missing braces
1997-01-15 deraadtsc_link.adapter_buswidth, set to 16 if wide scsi. if...
1997-01-15 kstaileymore missing prototypes and other warnings fixed
1997-01-15 millertMinor formatting tweak from NetBSD (perry) + OpenBSD...
1997-01-15 downsjDon't need this, /sys/compat/m68k4k works better.
1997-01-15 kstaileyprevent -Wall warning:
1997-01-15 kstaileyprevent warning:
1997-01-15 kstaileyprevent warning:
1997-01-15 kstaileyfixed warning:
1997-01-15 downsj8k
1997-01-15 kstaileyprevent this warning:
1997-01-15 kstaileyadded prototypes
1997-01-15 niklasAdd DESTDIR support for crt{begin,end}.o (powerpc only...
1997-01-15 millertClarification. From NetBSD.
1997-01-14 majaRemove locc. -moj
1997-01-14 downsjhack: if we're M68K, also allow us to strip M68K4K...
1997-01-14 tholoUse <fcntl.h>, not <sys/file.h>. Approved by Bob Corbett.
1997-01-14 millertUpdate to tzdata1996n
1997-01-14 millertUpdate to tzcode1996o + our fixes. Fixes problem point...
1997-01-14 kstaileyDebugger() is needed by KGDB not just DDB
1997-01-14 millertBe extra careful when chdir'ing to subdirs.
1997-01-14 deraadtRAW_PART
1997-01-13 niklaspreliminary support for the Apollo 060 accelerator
1997-01-13 niklasAdd a commented out option NSIP with explanation
1997-01-13 kstaileyreformatted ala KNF
1997-01-13 deraadtegid for open; spotted by oliver@secnet.com
1997-01-13 deraadttalk about inetd; kleink@layla.inka.de
1997-01-13 deraadtcorrect; kleink@layla.inka.de
1997-01-13 deraadtdoc "more" command; jdc@orthanc.ncl.ac.uk
1997-01-13 downsjfix DIO-II mappings, NetBSD PR#3097.
1997-01-13 rahndsImportant change to the installation notes.
1997-01-13 niklasSync to 970110 NetBSD
1997-01-13 graichendon't build the stand dir for now
1997-01-13 graichenuse the cpu_exec from the arc
1997-01-13 graichenfirst try of an OpenBSD/pmax GENERIC kernel (config...
1997-01-13 graichennow also the pmax builds with the in-tree ld using...
1997-01-13 graichenmy pmax (decstation 5000/200)
1997-01-13 graichentype change to make it compile on the pmax of now
next