Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn | |
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand to macppc/stand | |||
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn | |
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand/boot.mac to macppc/stand/boot.mac These files are the bootloader for the older Openfirmware, not currently supported. | |||
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn | |
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand/mbr to macppc/stand/mbr | |||
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn | |
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand/ofwboot to macppc/stand/ofwboot | |||
2001-09-01 | The "powerpc" port which has supported the newer Apple Macintosh powerpc based | Dale Rahn | |
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from arch/powerpc to arch/macppc. | |||
2001-09-01 | update man page | mjacob | |
2001-09-01 | Catch up with mainline of code development. | mjacob | |
Add support for 2 Gigabit cards (2300/2312). This necessitated a change in how interrupts are down- the 23XX has not only a different place to check for an interrupt, but unlike all other QLogic cards, you have to read the status as a 32 bit word- not 16 bit words. Rather than have device specific functions as called from the core module (in isp_intr), it makes more sense to have the platform/bus modules do the gruntwork of splitting out the isr, semaphore register and the first outgoing mailbox register (if needed) *prior* to calling isp_intr (if calling isp_intr is necessary at all). Rearchitect how regular SCSI parameters are stored or used. | |||
2001-09-01 | Add __HAVE_DEVICE_REGISTER to hp300/alpha (sparc64 already had it) and | Jason Wright | |
clean up the arch specific #ifdef's in subr_autoconf.c; from NetBSD. (tested by me on alpha/sparc64 and miod on hp300) | |||
2001-09-01 | add cz(4) to GENERIC | Nathan Binkert | |
2001-09-01 | enable cz(4) | Nathan Binkert | |
2001-09-01 | Inherit baudrate from parent. Now MRTG will show vlan interfaces ;) | Chris Cappuccio | |
2001-08-31 | Don't need signal.c since we have standard signals... | Todd C. Miller | |
2001-08-31 | Forgot to commit frag expire tuning before | Mike Frantzen | |
Check for a short ip_hl. Could have caused proto headers to overlap IP header. | |||
2001-08-31 | Restore mouse resolution to default value at exit. | jbm | |
2001-08-31 | Protect against multiple inclusion. | Miod Vallat | |
2001-08-31 | Print a hex value with 0x (Alexander Yurchenko <grange@rt.mipt.ru>) | Chris Cappuccio | |
2001-08-31 | do not init swapdev_vp if it's already done elsewhere; art@ ok | Michael Shalayeff | |
2001-08-31 | implement autoconf mechanism using device_register(); from NetBSD. | Jason Wright | |
2001-08-31 | Use more brute force when making links for binutils. | Artur Grabowski | |
We simply make sure that there always is a TARGET_CANON-X and an X regardless of which one is the regular file and which one is the symlink. (this is for cross-tools) | |||
2001-08-31 | cccp, not xcpp | Artur Grabowski | |
2001-08-31 | more leftover arc/pmax stuff | Brad Smith | |
-- Ok'd by art@ | |||
2001-08-31 | (c)-2001 | Hakan Olsson | |
2001-08-31 | disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST messages | Markus Friedl | |
2001-08-31 | modified from alpha | Artur Grabowski | |
2001-08-31 | Magic to make sparc64 cross-tools not bomb in the first 5 minutes | Artur Grabowski | |
of building cross-tools. | |||
2001-08-31 | I should get more sleep. | Miod Vallat | |
2001-08-31 | A text fault without curproc is always illegal. | Artur Grabowski | |
cleanup in debug code. | |||
2001-08-31 | clean up sendsig a bit. | Artur Grabowski | |
2001-08-31 | some knf | Michael Shalayeff | |
2001-08-31 | Prepare for transition to 5-parameter bus_dmamap_sync() by creating and | Kenneth R Westerback | |
using ahc_bus_dmamap_sync() defines that are defined appropriately depending on __HAS_NEW_BUS_DMAMAP_SYNC. The code changes are simple reversions to the original NetBSD code. | |||
2001-08-31 | Assorted changes to really let non-DDB kernels (such as the future RAMDISK, | Miod Vallat | |
hint, hint) compile. | |||
2001-08-31 | Oops, finish removing variable. | Miod Vallat | |
2001-08-31 | There's no point having a Debugger() clone here. | Miod Vallat | |
2001-08-31 | Clean the DDB entry procedure for all console drivers, and honour | Miod Vallat | |
db_console setting. | |||
2001-08-31 | The fact that my tree builds should not prevent the official tree to | Miod Vallat | |
build as well... Right now, .s files can't include unmodified <machine/psl.h> | |||
2001-08-30 | When using dup2() to make a socket be stdout, first check that it | Todd C. Miller | |
is not already stdout (fd 1). Otherwise we end up closing stdout which is not the intention. Also use STDOUT_FILENO instead of 1. From a conversation with huntting@glarp.com. | |||
2001-08-30 | do not pass pointers to longjmp; fix from wayne@blorf.net | Markus Friedl | |
2001-08-30 | Remove duplicates with m68k/m68k/genassym.cf | Miod Vallat | |
2001-08-30 | Invoke genassym.sh with both m68k/m68k/genassym.cf and | Miod Vallat | |
machine/machine/genassym.cf files (poor man's inclusion). | |||
2001-08-30 | New file with common genassym.cf defines needed by arch/m68k/m68k/*.s | Miod Vallat | |
2001-08-30 | Add a simple protection against multiple inclusion of same headers. | Miod Vallat | |
This will be needed very soon. | |||
2001-08-30 | validate ports for permitopen key file option. add host/port | Kevin Steves | |
alternative syntax for IPv6. ok markus@ | |||
2001-08-30 | sync | Theo de Raadt | |
2001-08-30 | properly handle onstack situation | Theo de Raadt | |
2001-08-30 | add __HAS_NEW_BUS_DMAMAP_SYNC | Jason Wright | |
2001-08-30 | Let non ddb kernels compile. | Miod Vallat | |
2001-08-30 | Fixed version of Matthieu's change from revision 1.12 | Todd C. Miller | |
OK matthieu@ && deraadt@ | |||
2001-08-30 | correctly deal with layout of sigframe | Theo de Raadt | |
2001-08-30 | fix a comment | Theo de Raadt | |
2001-08-30 | Back out fgsch@'s tree breaking commits. | Todd T. Fries | |
Test next time, ok? |