Age | Commit message (Expand) | Author |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-04-02 | Get rid of SYSCALL_G7RFLAG. iIt's been deprecated for a long time already, | Mark Kettenis |
2013-04-01 | Do not expose the trap T_* values to userland, since they invade the | Theo de Raadt |
2013-03-31 | try to avoid pulling in pte.h and other more crazy things. Checked against | Theo de Raadt |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-28 | Add STRONG_ALIAS macros to be used from assembly code in libc and | Martynas Venckus |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-02-15 | We deprecated returning to %g7 after a successful system call long ago. | Mark Kettenis |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-02-05 | Do not profile the various ipi functions. This is a requirement for the | Martin Pieuchot |
2013-01-22 | pull the guts of bus_space_barrier into the inline function in the header. | David Gwynne |
2013-01-16 | cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only | Miod Vallat |
2013-01-15 | Fix segmentation of buffers that straddle a boundary. | Mark Kettenis |
2013-01-01 | Remove libsa exec.c, not used by anything anymore; all boot blocks now use | Miod Vallat |
2013-01-01 | Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSD | Miod Vallat |
2012-12-31 | Remove emulation errno mapping code from platforms that no longer have | Philip Guenther |
2012-12-22 | We already zero out the trapframe, so there is no reason to set individual | Mark Kettenis |
2012-12-08 | Make ldomd(8) to control the availability of virtual disks to guest domains. | Mark Kettenis |
2012-12-08 | Descriptor rings can be larger than a single page, so add the offset instead | Mark Kettenis |
2012-12-07 | Use a timeout to do a delayed handshake if the receive queue of the LDC | Mark Kettenis |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-04 | Attach the 2nd core of SPARC64-VI and SPARC64-VII CPUs. | Mark Kettenis |
2012-12-03 | Close disk images if the client disconnects. This makes it possible to | Mark Kettenis |
2012-12-02 | Implement hardware flow control and enable it by default (by setting CRTSCTS). | Mark Kettenis |
2012-12-02 | Add "support" for VD_OP_GET_WCE and VD_OP_SET_WCE. These operations don't | Mark Kettenis |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-12-01 | Silently ignore VD_OP_GET_DEVID as Solaris uses it even though we don't | Mark Kettenis |
2012-11-24 | Do not assign the "host" MAC address to virtual switch ports. Don't print the | Mark Kettenis |
2012-11-23 | Change the way we encode devhandle and devino in the sysino such that we can | Mark Kettenis |
2012-11-21 | Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOC | Mark Kettenis |
2012-11-21 | Try to negotiate version 1.1 of the vDisk protocol such that we can get | Mark Kettenis |
2012-11-07 | Enable %tick access for userland on sun4u systems (sun4v systems already have | Mark Kettenis |
2012-11-06 | Fix comment. | Mark Kettenis |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-11-01 | When possible, send multiple characters per packet. Also, stop sending when | Mark Kettenis |
2012-10-29 | Set the type of a processed MSI data record to 0, and check that the type | Mark Kettenis |
2012-10-29 | On UltraSPARC T1/T2, block the current strand while spinning in the hope | Mark Kettenis |
2012-10-27 | Also attach to channels name "ldom-<guestname>" (but not "ldom-primary"). | Mark Kettenis |
2012-10-27 | Make polling work. | Mark Kettenis |
2012-10-26 | Turns out that for devices that attach to cbus(4), it is better to disable | Mark Kettenis |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2012-10-21 | Fix thinko in previous. | Mark Kettenis |
2012-10-21 | Make sure that there is enough room in the transmit queue to send a VIO | Mark Kettenis |