Age | Commit message (Expand) | Author |
2013-09-28 | enable mpath, rdac, and sym to see what will happen. | David Gwynne |
2013-09-28 | belatedly adjust to gcc 3 and ELF | Miod Vallat |
2013-09-28 | Model 332 has a monochrome 98542 on-board, instead of the expected 98544; | Miod Vallat |
2013-09-28 | Make sure the stack is 1:1 mapped before attempting to give control back | Miod Vallat |
2013-09-28 | The first step in being able to share disks with DG/UX: recognize VDM/VDIT | Miod Vallat |
2013-09-28 | poll(2) on a socket should set POLLHUP on EOF. This makes the | Todd C. Miller |
2013-09-28 | A few missing config_suspend(, DVACT_POWERDOWN) constructs after | Miod Vallat |
2013-09-28 | Refine the frame buffer probe again, to correctly detect a newport frame buffer | Miod Vallat |
2013-09-28 | Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid of | Miod Vallat |
2013-09-28 | In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb | Miod Vallat |
2013-09-28 | Fix the message of uthum(4)'s calibration offset is incorrect | sasano |
2013-09-28 | Use of uninitialized variable. Found by Maxime Villard | Mike Larkin |
2013-09-28 | Another puc(4) device based on Oxford chipset found in a Startech | Mike Larkin |
2013-09-28 | regen | Mike Larkin |
2013-09-28 | Another puc(4) device based on Oxford chipset, found in a Startech | Mike Larkin |
2013-09-28 | Fix use of uninitialized variable, found by Maxime Villard. | Mike Larkin |
2013-09-27 | The error return codes for the enc interface were inconsistent. | Alexander Bluhm |
2013-09-27 | Try harder to ensure wddump() doesn't decrement the count | Kenneth R Westerback |
2013-09-27 | scsi_size() is now used only by cd(4). So move it from scsi_base.c | Kenneth R Westerback |
2013-09-27 | IPv6 atomic fragments must not go the reassembly queue, but be | Alexander Bluhm |
2013-09-26 | Clear SYSFAIL upon boot, for real. | Miod Vallat |
2013-09-26 | Tinkering with the cache diagnostic registers have told me enough information | Miod Vallat |
2013-09-26 | Use the cpuid vendor string instead of the model string when enabling | Jonathan Gray |
2013-09-26 | Move the logic for deleting an IPv4 address to its own function. | Martin Pieuchot |
2013-09-25 | Unbreak the tree; no 64-bit atomic operations on 32-bit architectures for now. | Mark Kettenis |
2013-09-24 | Make (almost all) atomic operations really atomic. | Mark Kettenis |
2013-09-24 | Make sure vblank_time_lock blocks interrupts to match Linux. | Mark Kettenis |
2013-09-24 | Extend le@syscon to support the ILACC chips found on-board the AV530 family. | Miod Vallat |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-09-24 | a bit more tmpfs scaffolding (still not active, no kernel change) | Marc Espie |
2013-09-24 | Stop generating traffic for a given endpoint when a transfer reported | Martin Pieuchot |
2013-09-24 | Try to release the console if pckbc(4) fails to send the initial | Martin Pieuchot |
2013-09-23 | Remove SLOWSCSI and the millisecond delay after each phase change it introduces. | Miod Vallat |
2013-09-23 | - change m8820x_cmmu_set_reg() and m8820x_cmmu_set_cmd() to perform | Miod Vallat |
2013-09-23 | regen | Jonathan Gray |
2013-09-23 | correct some radeon entries and add new Intel Ethernet and 8 series ids | Jonathan Gray |
2013-09-22 | Stop merging the per-thread and per-process flags when reporting | Philip Guenther |
2013-09-22 | Delete a T32 chunk that I missed before and update the comment on | Philip Guenther |
2013-09-22 | On return, uio_offset needs to be set to the offset of the first entry | Philip Guenther |
2013-09-22 | Support MSI for virtio. This is useful for bhyve. | Stefan Fritsch |
2013-09-22 | The readdir vop should set uio_offset to the cookie of the entry | Philip Guenther |
2013-09-21 | Grok ELF files. Good enough to netboot kernels on AV530 again. | Miod Vallat |
2013-09-21 | regen | Miod Vallat |
2013-09-21 | Oxford OXPCIE952 parallel port puc(4) board; contributed by Markus Uhlin | Miod Vallat |
2013-09-21 | Switch to MI dart(4) driver. | Miod Vallat |
2013-09-21 | Allow for an out-of-softc indirection to reach the software copy of the | Miod Vallat |
2013-09-21 | regen | Jasper Lievisse Adriaanse |
2013-09-21 | add several devices found on the hp microserver gen8 and add some more | Jasper Lievisse Adriaanse |
2013-09-21 | Create process map holes with UVM_INH_SHARE so that they don't get lost in | Miod Vallat |
2013-09-21 | Don't invoke pmap_copy() on map holes. | Miod Vallat |