summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-10-01regenJonathan Gray
2013-10-01rename some Xeon E3-1200v2 ids that are actually generic 3rd gen core idsJonathan Gray
2013-10-01Do not pass the SIOCSIF{DSTADDR,BRDADDR,NETMASK} ioctls down to theMartin Pieuchot
2013-10-01as predicted, problems have been found with mpath. disabling it while theyDavid Gwynne
2013-09-30typo in snarky messageMiod Vallat
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-09-30move the read/write functions and macros closer to linuxJonathan Gray
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-30regenJonathan Gray
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-30Unbreak after am7990/lance split.Miod Vallat
2013-09-30Add ISY IWL 2000, another RTL8188CUS/urtwn(4)Jonathan Gray
2013-09-30regenJonathan Gray
2013-09-30Add ISY IWL 2000, another RTL8188CUS/urtwn(4)Jonathan Gray
2013-09-30drmclose: don't unref objects with a mutex locked.Jonathan Gray
2013-09-29various fixes to sync usage() with SYNOPSIS, and make these pages a bitJason McIntyre
2013-09-29Simple installboot(8) for aviion. Awaiting boot blocks...Miod Vallat
2013-09-29Split the VDIT label code into VDM "label" (which only defines non-MBRMiod Vallat
2013-09-29Removed some unused codeMike Larkin
2013-09-29Print out the compressed image size during unhibernate, for diagnosticMike Larkin
2013-09-29Test whether the WHOAMI register exists before using it. Apparently, modelsMiod Vallat
2013-09-29Get rid of cnset(). It is only used on amd64/i386 and doesn't really doMark Kettenis
2013-09-29Perform more consistency checks when walking the VDIT.Miod Vallat
2013-09-28enable mpath, rdac, and sym to see what will happen.David Gwynne
2013-09-28belatedly adjust to gcc 3 and ELFMiod Vallat
2013-09-28Model 332 has a monochrome 98542 on-board, instead of the expected 98544;Miod Vallat
2013-09-28Make sure the stack is 1:1 mapped before attempting to give control backMiod Vallat
2013-09-28The first step in being able to share disks with DG/UX: recognize VDM/VDITMiod Vallat
2013-09-28poll(2) on a socket should set POLLHUP on EOF. This makes theTodd C. Miller
2013-09-28A few missing config_suspend(, DVACT_POWERDOWN) constructs afterMiod Vallat
2013-09-28Refine the frame buffer probe again, to correctly detect a newport frame bufferMiod Vallat
2013-09-28Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid ofMiod Vallat
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-28Fix the message of uthum(4)'s calibration offset is incorrectsasano
2013-09-28Use of uninitialized variable. Found by Maxime VillardMike Larkin
2013-09-28Another puc(4) device based on Oxford chipset found in a StartechMike Larkin
2013-09-28regenMike Larkin
2013-09-28Another puc(4) device based on Oxford chipset, found in a StartechMike Larkin
2013-09-28Fix use of uninitialized variable, found by Maxime Villard.Mike Larkin
2013-09-27The error return codes for the enc interface were inconsistent.Alexander Bluhm
2013-09-27Try harder to ensure wddump() doesn't decrement the countKenneth R Westerback
2013-09-27scsi_size() is now used only by cd(4). So move it from scsi_base.cKenneth R Westerback
2013-09-27IPv6 atomic fragments must not go the reassembly queue, but beAlexander Bluhm
2013-09-26Clear SYSFAIL upon boot, for real.Miod Vallat
2013-09-26Tinkering with the cache diagnostic registers have told me enough informationMiod Vallat
2013-09-26Use the cpuid vendor string instead of the model string when enablingJonathan Gray
2013-09-26Move the logic for deleting an IPv4 address to its own function.Martin Pieuchot
2013-09-25Unbreak the tree; no 64-bit atomic operations on 32-bit architectures for now.Mark Kettenis
2013-09-24Make (almost all) atomic operations really atomic.Mark Kettenis
2013-09-24Make sure vblank_time_lock blocks interrupts to match Linux.Mark Kettenis