Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-24 | Ooops, forgot these two here. | Tobias Weingartner | |
1998-02-24 | Changes/updates to /boot stuff. More to come. | Tobias Weingartner | |
Fixes many divide by zero and pointer bugs. | |||
1998-02-24 | First commit of /boot changes/fixes. More to come. | Tobias Weingartner | |
Add BIOS PCI probe stuff. | |||
1998-02-24 | MNLINK boot.conf(8) | Theo de Raadt | |
1998-02-24 | compensate for new gas | Theo de Raadt | |
1998-02-24 | rename some DOS MBR partition types | Theo de Raadt | |
1998-02-24 | Support PCI_PRODUCT_CONTAQ_SIO for 164SX. Based on patch by ragge@ludd.luth.se. | Todd C. Miller | |
1998-02-23 | New probe routine, add support for ST16650 (works). | Jason Downs | |
Tested with some 16450 and 16550 UARTs. | |||
1998-02-23 | I broke this... fixed it again | Per Fogelstrom | |
1998-02-23 | Some NetBSD merge changes I have had lying around for quite a while | Niklas Hallqvist | |
1998-02-22 | This has been in my tree for a *very* long time. cua devices like on | Niklas Hallqvist | |
the com devices and sparc zs ones. This replaces the old broken dialin/out mechanism. | |||
1998-02-22 | GCC 2.8 Wall | Niklas Hallqvist | |
1998-02-22 | Forgot this one | Niklas Hallqvist | |
1998-02-22 | Reality update | Niklas Hallqvist | |
1998-02-22 | GCC 2.8 -Wall | Niklas Hallqvist | |
1998-02-22 | Merge in NetBSD changes (HUPCL handling and providing current speed | Niklas Hallqvist | |
for SCSI drivers to check) | |||
1998-02-22 | provide a global to hold the current speed of the internal | Niklas Hallqvist | |
serial port for use by SCSI drivers to limit their DMA length when the port is in high speed. This can limit loss of input. From NetBSD (mhitch) | |||
1998-02-22 | fix db_console chunk of code properly | Theo de Raadt | |
1998-02-22 | fix db_console chunk of code properly | Theo de Raadt | |
1998-02-22 | style nits | Niklas Hallqvist | |
1998-02-21 | Oops! some garbage characters... | Per Fogelstrom | |
1998-02-21 | the recent Sam's config | Michael Shalayeff | |
1998-02-19 | partition name change | Theo de Raadt | |
1998-02-19 | add netbsd partition, rename 386BSD one to FreeBSD.. | Theo de Raadt | |
1998-02-19 | missing piece of APERTURE -- return EPERM in open if allowaperture is 0. | Todd C. Miller | |
1998-02-18 | fix typo; wouldn't compile unless APERTURE was defined | Marco S Hyman | |
1998-02-18 | compile -- tsk tsk | Todd C. Miller | |
1998-02-18 | installboot onto partition c | Theo de Raadt | |
1998-02-18 | unused variables without APERTURE defined... | Matthieu Herrb | |
1998-02-18 | indent | Theo de Raadt | |
1998-02-18 | #ifndef APERTURE; machdep.allowaperture=0 | Theo de Raadt | |
1998-02-17 | add an in-kernel /dev/xf86 aperture driver. the 'machdep.allowaperture' | Matthieu Herrb | |
sysctl controls whether it is permitted to access it. This sysctl can only be manipulated when securelevel=0, hence in sysctl.conf | |||
1998-02-17 | fix the thing gas freaks out about; weingart will fix better if required | Theo de Raadt | |
1998-02-14 | NetBSD sync: knf & __asm -> asm() | gene | |
Pointed do not merge *_match() semantics as we haven't changed those. | |||
1998-02-14 | Sync from NetBSD: | gene | |
Add several new partition types. Process unknown partition types of A/UX type as SCRATCH rather than UNKNOWN. Hack around the long-standing 8-partition problem by searching the entire map and filling out the disklabel struct properly. | |||
1998-02-13 | Sync to NetBSD: | gene | |
+ Some datatype nits and deprecation of register + Implement a much better debug structure that doesn't spam you with OpenBSD/mac68k doesn't trust itself... Complete merge minus the rtc_offset stuff. | |||
1998-02-13 | Prototypes and defines for the Quadra-line psc chip. | gene | |
Not yet used but will be in the code that is to come (mc). | |||
1998-02-12 | Look for installboot in /usr/mdec unless user specified otherwise. | Magnus Holmberg | |
1998-02-11 | From NetBSD: sun4m anti crash code in IOMMU_FLUSH{PAGE,ALL} | Marco S Hyman | |
1998-02-09 | Include <ddb/db_var.h> if DDB is defined. | dima | |
1998-02-08 | Update to match reality | Thorsten Lockert | |
1998-02-08 | nicer | Theo de Raadt | |
1998-02-08 | Forward declare struct proc | Niklas Hallqvist | |
1998-02-05 | need db_var.h | Theo de Raadt | |
1998-02-05 | sync with netbsd: 4/300 dma fix | Jason Wright | |
1998-02-05 | oops, need include file | Theo de Raadt | |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt | |
with a sysctl. There will be architectures and drivers that lack function, and I trust the maintainers of those will forget to add the code.. | |||
1998-02-03 | Sync with NetBSD 970827. Forgot this one last time. -moj | Mats O Jansson | |
1998-02-02 | support non-ISA case | Theo de Raadt | |
1998-02-02 | enable a few more drivers | Theo de Raadt | |