Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-24 | Sync w/ NETBSD_CURRENT_971122. | briggs | |
1997-01-24 | Add kernel config for Allen's Q700. | briggs | |
1997-01-23 | allow boot from any [0-9] unit (wd+scsi fits now both) | Michael Shalayeff | |
1997-01-22 | pmap enter fixes for I/O mapping. | Per Fogelstrom | |
1997-01-22 | Fixed some pmap problems when porting XFree86 (mmap of i/o etc). | Per Fogelstrom | |
1997-01-22 | Current status. | Dale S. Rahn | |
1997-01-22 | example fdisk and disklabel information in the Installation instructions. | Dale S. Rahn | |
1997-01-21 | Fix problems pointed out by Andrew Cagney, | Dale S. Rahn | |
These didn't seem to have adverse effects, but were wrong. | |||
1997-01-20 | ifdef the RB_TIMEBAD change, | Dale S. Rahn | |
resettodr doesn't currently do anything anyway, put this problem off till later. | |||
1997-01-20 | Accept partitions looking like, but not matching exactly, | Niklas Hallqvist | |
an ADOS FS partition, as ADOSFS. some %lx -> %x. Print diagnostic for more unknown partition types. | |||
1997-01-20 | back out my last change to avoid the __warn_references on the mips - it's | Thomas Graichen | |
now done for the pmax like for the arc in machine/cdefs.h | |||
1997-01-19 | small hack to get the PLUTO kernel compiled | Thomas Graichen | |
1997-01-19 | From Ignatios Souvatzis (NetBSD): | Niklas Hallqvist | |
Fix PR 3090. While here, fix two other comments. | |||
1997-01-19 | From Gordon W Ross (NetBSD): | Niklas Hallqvist | |
Use db_regs_t instead of struct mc68020_saved_state | |||
1997-01-19 | Ooops. This should have been committed along with pccons.c | Per Fogelstrom | |
1997-01-19 | asm -> __asm | briggs | |
1997-01-19 | asm -> __asm, inline -> __inline | briggs | |
1997-01-19 | inline -> __inline | briggs | |
1997-01-19 | inline -> __inline | briggs | |
1997-01-19 | inline -> __inline | briggs | |
1997-01-18 | Use scsiprint (and remove scsiprint from esp.c). | briggs | |
1997-01-18 | OpenBSD uses HOSTCC not HOSTED_CC, per tradition | Niklas Hallqvist | |
1997-01-18 | Do not doubletrap when curproc->p_addr is zero, as it is during autoconfig. | Niklas Hallqvist | |
1997-01-18 | move the RB_TIMEBAD handling to where "howto" is reachable | Niklas Hallqvist | |
1997-01-18 | Avoid a double trap | Niklas Hallqvist | |
1997-01-18 | Use scsiprint | Niklas Hallqvist | |
1997-01-18 | move random, add ipl. | Jason Downs | |
1997-01-18 | Add stuff from /sys/conf/GENERIC, including IPFILTER. | Jason Downs | |
1997-01-18 | dk_mountroot(), hp300 style. | Jason Downs | |
1997-01-18 | Ensure libsa and libkern get compiled with -Dhp300 | Jason Downs | |
1997-01-18 | missed this one | Jason Downs | |
1997-01-17 | mmap for TYNE. mods in ps/2 mouse driver to be more generic... | Per Fogelstrom | |
1997-01-17 | Do IPFILTER the OpenBSD way... -moj | Mats O Jansson | |
1997-01-17 | more subdirs | Jason Downs | |
1997-01-17 | more new files | Jason Downs | |
1997-01-17 | hp300 bootblocks, sync'd with NetBSD 011697, with changes and a new build | Jason Downs | |
method. | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-17 | don't update battery backed up clock if system time is wrong from begin | kstailey | |
in ddb. | |||
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵ | kstailey | |
updates suspended | |||
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵ | kstailey | |
updates suspended | |||
1997-01-16 | siprint() -> scsiprint() | kstailey | |
1997-01-16 | Don't define MAXBSIZE here. -moj | Mats O Jansson | |
1997-01-16 | Sync to NetBSD 970110 | Niklas Hallqvist | |
1997-01-16 | Use RB_TIMEBAD in boot() to know not to update the battery backed up clock | kstailey | |
via resettodr(). Make Sun3-only command "machine reboot" only print a warning that the command is obsolete and that you should use the "boot" command instead. | |||
1997-01-16 | machdep.c | kstailey | |
1997-01-16 | all modified code can now compile with -Werror -Wall -Wstrict-prototypes | kstailey | |
CAVEAT: turning off -O2 produces warnings about "defined but not used" functions from libkern.h removed internal copy of gets() replaced with call to getsn() fixed #ifdef ... #endif mismatch in swapgeneric.c fixed printf() in if_ie.c that was missing an argument fixed si.c so that it compiles added tags to all edited files | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-15 | sync with NetBSD 970112 -moj | Mats O Jansson | |
1997-01-15 | Well, actually this seemed to be a bug in generic code, that | Dale S. Rahn | |
was being exercised. running with a 8k fs blk size and 4 k page size was a problem. Now running with fs blk size == page size works much better. The fix checked in a week or to back probably would fix this too. | |||
1997-01-15 | Don't need this, /sys/compat/m68k4k works better. | Jason Downs | |
OpenBSD/hp300 is now 8k! |