Age | Commit message (Expand) | Author |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith |
2014-11-22 | Switch to using MI installboot, after a conversation with stsp. He will | Theo de Raadt |
2014-11-20 | Don't attempt to clear/disable %tick_cmpr. This register is no longer present | Mark Kettenis |
2014-11-20 | Disentagle bcopy/memcpy/memmove. | Theo de Raadt |
2014-11-19 | Move {recv,send}udp() out of net.c into their own file; to be used shortly. | Miod Vallat |
2014-11-18 | (except for the arm architectures...) unify the way the ld.script is | Theo de Raadt |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-10-26 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-24 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis |
2014-10-24 | Bring phys_map to sparc64 and use it in vmapbuf(9) and vunmapbuf(9). | Mark Kettenis |
2014-10-22 | make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo * | David Gwynne |
2014-10-17 | Mark Cave-Ayland pointed out on tech@ that the OF_test_method was called | Daniel Dickman |
2014-10-16 | No longer used. | Mark Kettenis |
2014-10-16 | The "close" word doesn't return any arguments. | Mark Kettenis |
2014-10-15 | move CPU_BUSY_CYCLES define out of #ifdef/else MULTIPROCESSOR, its meant to | Sebastian Reitenbach |
2014-10-10 | Significant unification of RAMDISK* config files, making them diffable. | Theo de Raadt |
2014-10-09 | mechanical translation of dev_lkm_dummy() to dev_notdef() | Ted Unangst |
2014-10-09 | revert unintentional commit unrelated to LKM | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-10-05 | pass size to free. | David Gwynne |
2014-10-05 | dont need to cast pointers to/from void * | David Gwynne |
2014-10-05 | ansify function definitions. | David Gwynne |
2014-10-04 | Switch the kernel configs over to using -Wframe-larger-than= instead of | Brad Smith |
2014-09-29 | The interrupt handler should now be mpsafe. | Mark Kettenis |
2014-09-29 | Add locking for our private descriptor message queue. | Mark Kettenis |
2014-09-29 | Add transmit queue locking. | Mark Kettenis |
2014-09-29 | Add support for using block devices in addition to files. | Mark Kettenis |
2014-09-28 | Properly serialize closing our vnode. Fixes the occasional panic during | Mark Kettenis |
2014-09-27 | retire Accoom Networks Artery T1/E1 drive; ok claudio | Theo de Raadt |
2014-09-26 | ansify; ok kettenis@ | Stefan Sperling |
2014-09-22 | Drop the kernel lock when copying data to/from the other domain during | Mark Kettenis |
2014-09-21 | Don't request an ACK from the server if we're polling. | Mark Kettenis |
2014-09-21 | Decouple polled commands from the interrupt handler. | Mark Kettenis |
2014-09-18 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-16 | Check the right descriptor field when polling for completion. | Mark Kettenis |
2014-09-16 | Split out command submission code into its own function. | Mark Kettenis |
2014-09-15 | Fix logic error; we're out of IOs if we're not connected to the virtual disk | Mark Kettenis |
2014-09-15 | Call ldc_send_unreliable() insteaf of duplicating the code to send an ldc | Mark Kettenis |
2014-09-14 | Add the ne(4) NE2000 PCI frontend. | Brad Smith |
2014-09-14 | Fix some bugs in the fpu_sqrt implementation that would limit the accuracy | Mark Kettenis |
2014-08-24 | socketvar.h instead of socket.h, oops | Theo de Raadt |
2014-08-23 | oddly now needs sys/socket.h, because someone removed struct socket fwd | Theo de Raadt |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov |
2014-08-18 | this uses pools, but relied on mbuf.h to provide them. | David Gwynne |
2014-08-15 | lofn(4) and nofn(4) are going away | Mike Belopuhov |
2014-07-28 | Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS. | Jonathan Gray |
2014-07-28 | Hardware supported by machfb(4) needs the aperture (for now) so make ramdisks | Mark Kettenis |
2014-07-22 | oops, duplicate | Theo de Raadt |