Age | Commit message (Expand) | Author |
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 | Resolve the uncertainty in the REFID assignment. | Peter Hessler |
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-27 | typo in macro name; no md5 change | Stuart Henderson |
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 | Removed a break of a switch-case, which had not been removed in the last commit. | Patrick Wildt |
2013-09-26 | Use the cpuid vendor string instead of the model string when enabling | Jonathan Gray |
2013-09-26 | After some manipulations with the buffer, ike message header (hdr) | Mike Belopuhov |
2013-09-26 | document how to handle python3 PLISTs; based on a diff from rpointel@ | Stuart Henderson |
2013-09-26 | shuffle some snmpd functions to make them visible in smi.c for snmpctl. | Reyk Floeter |
2013-09-26 | Move the logic for deleting an IPv4 address to its own function. | Martin Pieuchot |
2013-09-26 | smi is an SNMP term that means "Structure of Managed Information". I | Reyk Floeter |
2013-09-25 | Add examples to show why this is a terrible API. OK jmc@ henning@ | Todd C. Miller |
2013-09-25 | According to POSIX, if the src and dst strings overlap, the behavior | Todd C. Miller |
2013-09-25 | Unbreak the tree; no 64-bit atomic operations on 32-bit architectures for now. | Mark Kettenis |
2013-09-25 | sync | Miod Vallat |
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 | missing number | Marc Espie |
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 | rename re_match to regex_match to prevent a namespace conflict on Linux as | Jasper Lievisse Adriaanse |
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 | Keep Defaults env_keep to a minimum: basically just what is required for | Antoine Jacoutot |
2013-09-23 | sync | Todd T. Fries |
2013-09-23 | Revert. It seems people don't agree about which device should be used. | Antoine Jacoutot |
2013-09-23 | cd0a -> cd0c for consistency with the FAQ. | Antoine Jacoutot |
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 | Add bsd.mp to the default sets if > 1 processor, as done on other SMP-capable | Miod Vallat |
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 |