Age | Commit message (Expand) | Author |
2013-10-01 | regen | Jonathan Gray |
2013-10-01 | rename some Xeon E3-1200v2 ids that are actually generic 3rd gen core ids | Jonathan Gray |
2013-10-01 | Do not pass the SIOCSIF{DSTADDR,BRDADDR,NETMASK} ioctls down to the | Martin Pieuchot |
2013-10-01 | as predicted, problems have been found with mpath. disabling it while they | David Gwynne |
2013-09-30 | typo in snarky message | Miod Vallat |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2013-09-30 | move the read/write functions and macros closer to linux | Jonathan Gray |
2013-09-30 | add some additional run(4)/urtwn(4) devices found in FreeBSD | Jonathan Gray |
2013-09-30 | regen | Jonathan Gray |
2013-09-30 | add some additional run(4)/urtwn(4) devices found in FreeBSD | Jonathan Gray |
2013-09-30 | Unbreak after am7990/lance split. | Miod Vallat |
2013-09-30 | Add ISY IWL 2000, another RTL8188CUS/urtwn(4) | Jonathan Gray |
2013-09-30 | regen | Jonathan Gray |
2013-09-30 | Add ISY IWL 2000, another RTL8188CUS/urtwn(4) | Jonathan Gray |
2013-09-30 | drmclose: don't unref objects with a mutex locked. | Jonathan Gray |
2013-09-29 | various fixes to sync usage() with SYNOPSIS, and make these pages a bit | Jason McIntyre |
2013-09-29 | Simple installboot(8) for aviion. Awaiting boot blocks... | Miod Vallat |
2013-09-29 | Split the VDIT label code into VDM "label" (which only defines non-MBR | Miod Vallat |
2013-09-29 | Removed some unused code | Mike Larkin |
2013-09-29 | Print out the compressed image size during unhibernate, for diagnostic | Mike Larkin |
2013-09-29 | Test whether the WHOAMI register exists before using it. Apparently, models | Miod Vallat |
2013-09-29 | Get rid of cnset(). It is only used on amd64/i386 and doesn't really do | Mark Kettenis |
2013-09-29 | Perform more consistency checks when walking the VDIT. | Miod Vallat |
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 |