Age | Commit message (Expand) | Author |
2015-06-19 | remove isp(4) now that the ql* family have replaced it | Jonathan Matthew |
2015-06-14 | Build __moddi3, __muldi3 and __qdivrem from libkern, and built no-pie, instead | Miod Vallat |
2015-06-02 | Override pie range constants (well, only VM_PIE_MAX_ADDR) with a variable | Miod Vallat |
2015-05-25 | Convert from ether_input() with separate mbuf data and Ethernet header, to | Miod Vallat |
2015-05-19 | Only attempt to load /etc/random.seed from the boot device after the kernel | Miod Vallat |
2015-05-11 | Remove support for ADPCM encoding which isn't used nowadays and | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-08 | Convert to if_input(). | Martin Pieuchot |
2015-04-07 | Do not pass an `ifp' argument to interface input handlers since it | Martin Pieuchot |
2015-03-30 | Remove isp stanzas. qlw is here to stay. | Miod Vallat |
2015-03-30 | Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sitting | Miod Vallat |
2015-03-29 | Correctly match SUNW,fas in the boot path. | Miod Vallat |
2015-03-29 | Convert qe(4) et be(4) to if_input(). | Martin Pieuchot |
2015-03-28 | Correctly advance the bootpath when attaching children. | Miod Vallat |
2015-03-28 | When attaching an sbus esp(4), do the sbus_testdma() check regardless of the | Miod Vallat |
2015-03-28 | Don't include sbusvar.h if you need neither sbus_translate() nor sbus_testdma(). | Miod Vallat |
2015-03-27 | Lower VM_MIN_KERNEL_ADDRESS by 128MB on non-SRMMU systems (sun4/4c/4e) as well, | Miod Vallat |
2015-03-26 | de-static | Miod Vallat |
2015-03-22 | Do the right thing in qec_fix_range() when connected to an sbus(4) without | Miod Vallat |
2015-03-21 | When an IOMMU is not available, and an sbus board has register ranges not | Miod Vallat |
2015-03-18 | Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much | Miod Vallat |
2015-03-18 | Allow for VM_MIN_KERNEL_ADDRESS to not be a constant. | Miod Vallat |
2015-03-18 | Prefer KERNBASE to VM_MIN_KERNEL_ADDRESS when testing for an address within | Miod Vallat |
2015-03-18 | Revert 1.52, per the comment above the incorrectly changed line. Reduces the | Miod Vallat |
2015-03-17 | The innocuous change to libsa printf.c (1.26) causes printf.o to be 240 bytes | Miod Vallat |
2015-03-05 | When running on a sun4d or sun4m system, have the bootblocks ask for one | Miod Vallat |
2015-02-28 | Move consinit() out of the bowels of the zs driver to its own file, in | Miod Vallat |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2015-02-10 | Convert to uiomove() | Miod Vallat |
2015-02-10 | Convert sun4 eeprom access to uiomove() | Miod Vallat |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-09 | Change the way stackgap_random is applied. Instead of applying it within the | Miod Vallat |
2015-02-09 | Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean. | Miod Vallat |
2015-02-08 | replace hand rolled code to maintain a list of bufs with a fifo | David Gwynne |
2015-02-07 | Misplaced #endif | Miod Vallat |
2015-02-07 | Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be defined | Miod Vallat |
2015-02-05 | Do what the comments suggest and check for port-[ab]-ignore-cd properties, | Miod Vallat |
2015-01-21 | By popular demand, put NFS, ipv6 and vlan support in sparc installation media. | Miod Vallat |
2015-01-16 | Revert forcing a rachitic `c' slice size when the drive geometry is not known, | Miod Vallat |
2015-01-16 | disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it is | Miod Vallat |
2015-01-15 | Rework the disk label handling once again. Disk label is read at attach time | Miod Vallat |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-14 | Don't forget to register event counter for VME interrupts. | Miod Vallat |
2015-01-14 | When a read or write operation fails on a sector found on the bad block table, | Miod Vallat |
2015-01-14 | When the outcome of the watchdog processing is a reset, do not bother checking | Miod Vallat |