Age | Commit message (Expand) | Author |
2009-02-15 | Set the limit of the GDT table to its size - 1. | Mike Belopuhov |
2009-02-15 | Properly send a request sense command if the command status asks for it. | Miod Vallat |
2009-02-15 | Sun's usage of the "banner-name" property is just too inconsistent to give | Mark Kettenis |
2009-02-15 | copystr(), copyinstr() and copyoutstr() should all return ENAMETOOLONG if | Joel Sing |
2009-02-15 | Add cvs tag | Marco Peereboom |
2009-02-15 | Add sleep plumbing code for amd64 making it the sameish as i386. Committing | Marco Peereboom |
2009-02-14 | Make spstrcpy() return ENAMETOOLONG if the string being copied is too long. | Mark Kettenis |
2009-02-14 | Limit the amount of physical memory to 2GB. Using more causes memory | Mark Kettenis |
2009-02-14 | Fix logic error in copyinstr() when deciding whether to return EFAULT | Miod Vallat |
2009-02-14 | Sync device lists with GENERIC. | Miod Vallat |
2009-02-14 | Add vsbic(4), a drive for the MVME327A SCSI and floppy controller, only for | Miod Vallat |
2009-02-14 | Fix a few defines. | Miod Vallat |
2009-02-14 | enable Attansic L1 Ethernet (age/atphy) | Kevin Lo |
2009-02-14 | Don't call cpu_setup() twice on non-MULTIPROCESSOR kernels. Fixes problems | Mark Kettenis |
2009-02-13 | Use a different dispatcher for the NMI traps on 88110, these are too | Miod Vallat |
2009-02-13 | Release the secondary processor initialization interlock a bit later, | Miod Vallat |
2009-02-13 | Allow IPIs on the secondary processors later in the bootstrap process, when | Miod Vallat |
2009-02-13 | When switching processes, do not reenable interrupts until pmap_activate() | Miod Vallat |
2009-02-13 | Provide a specific delay() routine using separate timers for the two cpus | Miod Vallat |
2009-02-13 | Make delay() a per-board function pointer. | Miod Vallat |
2009-02-13 | Make "boot -d" work on amd64 MP. | Andreas Gunnarsson |
2009-02-12 | BPP routines for ``intelligent'' Motorola MVME boards. Currently not used | Miod Vallat |
2009-02-12 | Add a pm_statistics struct to all pmap, and keep track of resident | Miod Vallat |
2009-02-12 | Keep track of resident pages in pm_stats, and use this to implement a real | Miod Vallat |
2009-02-10 | remove run(4) from some RAMDISK | Damien Bergamini |
2009-02-10 | enable run(4) everywhere where ural(4) and rum(4) are enabled. | Damien Bergamini |
2009-02-10 | Unbreak sgivol. When writing to the raw device use the native blocksize. | Joel Sing |
2009-02-08 | Oops, initialize the nmi stack correctly for the boot processor. | Miod Vallat |
2009-02-08 | On 88110 processors, use a separate stack to handle NMI; these can occur | Miod Vallat |
2009-02-08 | Don't bother trying to recover from DSR_WE data faults in kernel mode, | Miod Vallat |
2009-02-08 | Move to 4.5-BETA | Miod Vallat |
2009-02-08 | Spacing nit. | Alexander Yurchenko |
2009-02-08 | Enable ips(4) on CD install media so people can try it. | Alexander Yurchenko |
2009-02-08 | Make sure than cpu_hardclock() never sets a ``next interrupt value'' which has | Miod Vallat |
2009-02-08 | Use the correct flags when bus_dmamap_sync()ing the s/g lists. | Miod Vallat |
2009-02-08 | Add missing mux locators to non-USB keyboards and mice. | Mark Kettenis |
2009-02-06 | Split sti structures into rom-related information and screen-related | Miod Vallat |
2009-02-06 | typo | Miod Vallat |
2009-02-05 | Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap, | Owain Ainsworth |
2009-02-05 | add MD PMAP_NOCACHE flag to i386 and use it to implement the | Owain Ainsworth |
2009-02-04 | Handle PCXS data protection traps. Unlike other PA1.1 chips, there is a | Miod Vallat |
2009-02-04 | On systems with split BTLB, do not bother trying to insert DBTLB entries, | Miod Vallat |
2009-02-04 | On systems with viper memory controllers, always print its revision, | Miod Vallat |
2009-02-04 | Unify memory size reports a bit more: always report size in MB, and report | Miod Vallat |
2009-02-03 | Free TSS on the stack of the dead process. | Mike Belopuhov |
2009-02-01 | Nuke whitespace at EOL. | Miod Vallat |
2009-02-01 | Revert 1.28, rumoured to cause problems on some machines. | Miod Vallat |
2009-02-01 | Fix the logic in mbus_add_mapping() to correctly handle requests spanning | Miod Vallat |
2009-02-01 | Remove unused _pfthresh member from struct alpha_bus_dma_tag. | Miod Vallat |
2009-02-01 | "Ethernet" is a family of networking technologies developed at Xerox PARC, | Igor Sobrado |