openbsd
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
1997-01-13 niklasImport compat_m68k4k from NetBSD
1997-01-13 graichensmall changes to get it compiled on the pmax (does...
1997-01-13 graichen<pmax/xxx> -> <machine/xxx>
1997-01-13 rahndsMisc installation notes for installing the powerpc...
1997-01-13 kstaileyleds-extern.h -> ledsvar.h
1997-01-13 kstaileyback-panel LED control device derived from code by...
1997-01-12 millertFix core dump and use libc err(3) instead of private...
1997-01-12 downsjMostly sync to NetBSD-current of 011196. Compiles...
1997-01-12 downsjprotect against multiple includes
1997-01-12 downsjadd sys_pipe.c
1997-01-12 tholoBe more Posixly correct; from FreeBSD
1997-01-12 downsjsync and add OpenBSD IDs.
1997-01-12 rahndsRelease version certainly isn't 1.0, not really 2.0...
1997-01-12 rahndsDo not link against libcrypt, It no longer exists.
1997-01-12 rahndsDo not link against libcrypt, It doesn't exists anymore.
1997-01-11 pefoDescribe boolean capabilites betterand at a better...
1997-01-11 mickeyimplement mincore syscall, just like sunos & ultrix...
1997-01-11 niklasSupport an ONLY_FOR_ARCHS var, that prohibits doing...
1997-01-11 niklasFix PR#2 in a simplistic way. Handle EOF on all getchar()s
1997-01-11 niklasWe run OpenBSD
1997-01-10 pefoUse "locore.S" versions of block io operations.
1997-01-10 niklasCorrect a panic condition hitting on machines with...
1997-01-10 jkatzone-line fix so fdisk knows that partitions marked...
1997-01-10 kstaileyuse opendev(3) + man page correction
next