summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-08-25If partoffp is non-NULL then readdoslabel() is just looking for theKenneth R Westerback
2008-08-25Correctly invalidate attribute cache entries in case the vnode modePedro Martelletto
2008-08-25how about i commit what was actually approved? wrong tree, bad todd ;-(Todd T. Fries
2008-08-24o implement proper volume control table based on chipset docsTodd T. Fries
2008-08-24Tadpole Viper onboard ethernet has no eeprom either, but the PROM entryTheo de Raadt
2008-08-24many more devices for the RAMDISKTheo de Raadt
2008-08-24Define a proper wsdisplay type for legss(4).Miod Vallat
2008-08-24Get VIDIOC_G_FMT working (makes ekiga happy).Marcus Glocker
2008-08-24Correct eisa i/o ports layout structure, this has probably been brokenMiod Vallat
2008-08-24proper indentTheo de Raadt
2008-08-24vsbus machines also have modem control bits on line #2, no need to fake them.Miod Vallat
2008-08-24Writing to the DTR register on KA60 resets the TCR register behind our back.Miod Vallat
2008-08-24typoMiod Vallat
2008-08-24Correct dmesg, do not mention dz is the console device if running withMiod Vallat
2008-08-24Fix readdpmelabel() so it doesn't corrupt a disklabel about to beKenneth R Westerback
2008-08-24Use consistent variable names; curr -> cur, err -> error.Marcus Glocker
2008-08-24Add support for processing unit (e.g. brightness) controls. New V4L2Marcus Glocker
2008-08-24dont display disk geometry (cyls/heads/sectors) since it mostly lies theseDavid Gwynne
2008-08-24regenBrad Smith
2008-08-24Add Atheros OUI and Atheros F1 id.Brad Smith
2008-08-24regenBrad Smith
2008-08-24BCM5714 also supports fiber interfaces.Brad Smith
2008-08-24surplus semicolon on if statementJonathan Gray
2008-08-23Slight speed improvement by using byte accesses on word boundaries for allMiod Vallat
2008-08-23Pick the correct host adapter id from nvram.Miod Vallat
2008-08-22Let lkms(4) support VSXXX-AB tablets in addition to the mice it alreadyMiod Vallat
2008-08-22a ; in a bad place; dragonfly; ok mglockerTheo de Raadt
2008-08-22Instead of spewing error messages about link status, support link statusTheo de Raadt
2008-08-22set _POSIX_JOB_CONTROL and _POSIX_SAVED_IDS to the correct values; ok millertTheo de Raadt
2008-08-22Set PIE address range to avoid or minimize mmap pressure due to limitedKurt Miller
2008-08-22simplification, and repair findblkmajor for name## lookups; ok krwTheo de Raadt
2008-08-22ANSI and other cleanups; ok krwTheo de Raadt
2008-08-22Add a hack to manually kick off rebuilds. This will need some love in theMarco Peereboom
2008-08-22synbcTheo de Raadt
2008-08-22more puc happinessTheo de Raadt
2008-08-22Make pf_print_host() print IPv6 addresses correctly.Alexander Bluhm
2008-08-21Assign the ip and ip6 pointers in ipsp_process_packet() only if aAlexander Bluhm
2008-08-21Rip out the remnants of the vblank signal stuff. Nothing uses it, andOwain Ainsworth
2008-08-21Instead of having a number of malloced arrays for vblank handling, justOwain Ainsworth
2008-08-21Fix 'if ();' construction introduced in last commit, okay deraadt@Pedro Martelletto
2008-08-20Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limitedMiod Vallat
2008-08-20Do not mask bit 0x80 in dzcngetc() - we run serial consoles in 8N1.Miod Vallat
2008-08-20Don't copy interesting parts of struct scsi_xfer to a read only internalMiod Vallat
2008-08-20Attach led0 on ka60, and display system load on the front panel.Miod Vallat
2008-08-20If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bppMiod Vallat
2008-08-20Add USER_PCICONF so that pcidump can work.Joel Sing
2008-08-20Oops, previous console changes would initialize serial console on lines 0Miod Vallat
2008-08-20Return EINVAL instead of '1' for invalid kq filters.Thordur I. Bjornsson
2008-08-20Allow devices attaching at root (such as softraid) to be disabled in UKC.Miod Vallat
2008-08-19When failing to acquire the vnode lock in readdir_with_callback(), don'tPedro Martelletto