summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-07-16device_register() is called on the scsibus(4) devices beforeMatthew Dempsky
2011-07-16Make the updated zlib compile with a debug kernel.Joel Sing
2011-07-15Cope with the start-dma-before-init errata and some other register setupTheo de Raadt
2011-07-14"struct stat35" and "struct stat43" aren't needed anymore.Matthew Dempsky
2011-07-14syncMatthew Dempsky
2011-07-14Fix entry 84 to use the same prototype for linux_sys_lstat() as entryMatthew Dempsky
2011-07-14Add support for AT_REMOVEDIR to unlinkat(2), and switch sys_rmdir() toMatthew Dempsky
2011-07-14We must not call xl_wol_power() from xl_stop(). If we do the deviceStefan Sperling
2011-07-13Change the visibility of the AT_* flags to kernel only. It's causingMatthew Dempsky
2011-07-12Fix typo that caused fchownat(2) and fchmodat(2) to try to dereferenceMatthew Dempsky
2011-07-12Range check vnd_secsize, vnd_ntracks, and vnd_nsectors so that later onTheo de Raadt
2011-07-12break up a line of code that involved a decrement operator and macrosJonathan Gray
2011-07-12fix some notyet codeDavid Gwynne
2011-07-12now that we know if a disk is thin provisioned (or an ssd), we can chooseDavid Gwynne
2011-07-11pass the interface for non-compat-mode piix. from netbsd.joshua stein
2011-07-11Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,Philip Guenthe
2011-07-11ask the disk about unmap (read trim) parameters. check if we have theDavid Gwynne
2011-07-11Add hibernate_read_block and fix a couple of typos in the previous commit.Mike Larkin
2011-07-11support "failover" style access to volumes, ie, only use one activeDavid Gwynne
2011-07-11disks report trim^Wunmap^Wif theyre thin provisioned via a bit inDavid Gwynne
2011-07-10remove irrelevant commentsTheo de Raadt
2011-07-10remove irrelevant old commentTheo de Raadt
2011-07-10Register the Heart clock as a timecounter on Octane systems.Miod Vallat
2011-07-10Do not register the per-cpu counter as a system timecounter on MULTIPROCESSORMiod Vallat
2011-07-10Read the HCSPARAMS register from the correct location, and addEric Faurot
2011-07-10Move the vax/boot code to vax/stand. A cvs 'mv' with de-tagging has beenTheo de Raadt
2011-07-10bring in more libgcc type thingies for new libzTheo de Raadt
2011-07-10Oops. Copy just the comment about the checkdisklabel() call, notKenneth R Westerback
2011-07-10If there is recognized MD disk partitioning info, use it to determineKenneth R Westerback
2011-07-09If ipv4+icmp6 or ipv6+icmp packets were embedded into an icmpAlexander Bluhm
2011-07-09Switch to ANSI C function definitions.Matthew Dempsky
2011-07-09Unbreak hppa boot(8) after zlib update.Joel Sing
2011-07-09Repair boot32 build after zlib upgrade.Miod Vallat
2011-07-09translate the scsi UNMAP command into an equiv TRIM, and advertise UNMAPDavid Gwynne
2011-07-09syncMatthew Dempsky
2011-07-09Fix up previous diff: use COMPAT_O48 instead of COMPAT_48, add optionMatthew Dempsky
2011-07-09syncMatthew Dempsky
2011-07-09More syscalls.master cleanup:Matthew Dempsky
2011-07-09sned BPDUs at prio 6, just like lacp and carp, ryan zinke mpfHenning Brauer
2011-07-09Switch to new write function that does range/chunk compression using zlibMike Larkin
2011-07-09mark the mgmt pkts for queueing prio 6, mpf okHenning Brauer
2011-07-09Switch umass(4) to use a single target scsibus withMatthew Dempsky
2011-07-09honor the net.inet.udp.checksum setting.David Hill
2011-07-09remove more atalk bitsTheo de Raadt
2011-07-09Update hibernate_populate_resume_pt to include new ranges that need to beMike Larkin
2011-07-09Call (temporarily, until we have RLE page encoding) uvm_pmr_zero_everythingMike Larkin
2011-07-09syscall() can be a lot simpler on hpaa64.Mark Kettenis
2011-07-09Simplify sdmmc_scsi by using SCSI_NO_ADAPTER_TARGET.Matthew Dempsky
2011-07-09Fix fallout from my previous SCSI refactoring diff (movingMatthew Dempsky
2011-07-09Add an atomic compare and exchange operation dealing with addressesPaul Irofti