Age | Commit message (Expand) | Author |
2008-05-27 | Since the vtophys stuff was nuked, drm now works on amd64 too. Add the | Owain Ainsworth |
2008-05-26 | do not muck with the mountroot variable, since setroot() uses the state of | Theo de Raadt |
2008-05-26 | Fix typo, such that this actually compiles. | Mark Kettenis |
2008-05-26 | Count outbound packets. | Brad Smith |
2008-05-26 | Make bringing the interface down work properly (includes a line stolen | Mark Kettenis |
2008-05-26 | Make sure we build man pages on stand/ on all architectures. | Mark Kettenis |
2008-05-26 | Add tsec(4) on RAMDISK kernels (and make a comment in GENERIC a bit more | Mark Kettenis |
2008-05-26 | - also zap userldt here | Jasper Lievisse Adriaanse |
2008-05-26 | Enable cmpci(4) and eso(4). | Brad Smith |
2008-05-25 | Don't forget to actually return a value in ttyname(), and fix a bunch of | Miod Vallat |
2008-05-25 | Specify the PHY to be used in the kernel config instead of hardcoding it | Mark Kettenis |
2008-05-25 | Default to full-duplex MII mode such that a directly connected integrated | Mark Kettenis |
2008-05-25 | Fix typo; makes TSEC2 actually get Rx interrupts. | Mark Kettenis |
2008-05-25 | Move cmpci(4) and eso(4) out of the untested section. | Brad Smith |
2008-05-25 | Enable emu(4). | Brad Smith |
2008-05-25 | Nuke a couple of unused variables (booted_device, booted_partition). | Kenneth R Westerback |
2008-05-24 | Found some documentation that suggests that CMU-CH doesn't have an IOMMU and | Mark Kettenis |
2008-05-24 | Add Psycho variants found on the SPARC Enterprise M4000/M5000/M8000/M9000. | Mark Kettenis |
2008-05-24 | Treat SPARC64-VI and SPARC64-VII similar to SPARC64-V, and move the | Mark Kettenis |
2008-05-24 | Add VER.impl values for Fujitsu CPUs. | Mark Kettenis |
2008-05-24 | Attach to "FJSV,su", which is the name used for serial ports on the SPARC | Mark Kettenis |
2008-05-24 | iLet's see if this also works for Oberon (the PCIe bridge found on the SPARC ... | Mark Kettenis |
2008-05-24 | Strip off Ethernet CRC; makes dhclient shut up. | Mark Kettenis |
2008-05-24 | Increase the number of segments in a dma map to make sure a packet fits. | Mark Kettenis |
2008-05-24 | Use MAC address passed by the firmware. | Mark Kettenis |
2008-05-24 | Configure the media when brining up an interface. | Mark Kettenis |
2008-05-24 | Match serial devices on PRIMEPOWER 650. | Mark Kettenis |
2008-05-23 | do not use swap generic; these should specifically choose rd0a | Theo de Raadt |
2008-05-23 | - remove USER_LDT, it was never in a state where it would copile, nor will | Jasper Lievisse Adriaanse |
2008-05-23 | Bye bye awi(4). No net80211 love, uses its own WEP code and has not worked | Brad Smith |
2008-05-23 | Make GENERIC.MP work on sun4us too. | Mark Kettenis |
2008-05-22 | Quick hack to make non-MULTIPROCESSOR kernels work by restricting | Mark Kettenis |
2008-05-22 | Restrict interrupt vectors to 11 bits. Needed to make sun4us work. | Mark Kettenis |
2008-05-22 | - ises(4) was removed some time ago, zap it here too. | Jasper Lievisse Adriaanse |
2008-05-21 | Make _PROF_PROLOGUE visible if PROF is defined; will be needed by libc | Miod Vallat |
2008-05-21 | Remove <machine/elf_abi.h> on platforms which have it. Nothing in the tree | Miod Vallat |
2008-05-21 | Not all cache operations need to be run from P2, so don't do this unless | Miod Vallat |
2008-05-21 | ddb expects the kernel longjmp() to only take a single parameter and always | Miod Vallat |
2008-05-21 | First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU. | Mark Kettenis |
2008-05-21 | Switch i386 from pccom to com. Welcomed by many. | Mark Kettenis |
2008-05-20 | Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), rather | Joel Sing |
2008-05-20 | Remove stray "attach com at isapnp with com_isapnp". | Mark Kettenis |
2008-05-19 | Add tsec(4) | Mark Kettenis |
2008-05-19 | tsec(4) | Mark Kettenis |
2008-05-19 | A driver for the Three Speed Ethernet Controller (TSEC) found on the | Mark Kettenis |
2008-05-19 | Add support for TSEC interrupts. | Mark Kettenis |
2008-05-19 | Change all remaining MD uses of MALLOC and FREE into proper malloc() and | Miod Vallat |
2008-05-19 | we do not need en(4) | Theo de Raadt |
2008-05-18 | Unbreak glass console on OpenBSD/sgi - if we're supposed to be using the | Joel Sing |
2008-05-17 | attach to the via vt8237s found on the hp 2133 mini-note | joshua stein |