summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-24Correct eisa i/o ports layout structure, this has probably been brokenMiod Vallat
2008-08-24proper indentTheo de Raadt
2008-08-24remove the ls=ls -gCF alias: we already have an alias for ls (-CF),Jason McIntyre
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-23add missing header needed by asprintf().Charles Longeau
2008-08-23make mbstowcs(NULL, string, 0) correctly return the length of theDamien Miller
2008-08-23unbreak MALLOC_OPTIONS=G that I broke in my last commit;Damien Miller
2008-08-23- document -hJason McIntyre
2008-08-23ufs -> UFS;Jason McIntyre
2008-08-23it's no longer necessary to build crunch by hand, so adjust theJason McIntyre
2008-08-23fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled intoDamien Miller
2008-08-23unbreak wcschr(string, L'\0') which was incorrectly returning NULLDamien Miller
2008-08-22make sure we always map and unmap multiples of MALLOC_PAGESIZE;Otto Moerbeek
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-22Smarter implementation of calloc(3), which uses the fact that mmap(2)Otto Moerbeek
2008-08-22Instead of spewing error messages about link status, support link statusTheo de Raadt
2008-08-22syncTheo de Raadt
2008-08-22make it section 8Theo de Raadt
2008-08-22more crunch stuff goes awayTheo de Raadt
2008-08-22No need to enter crunchTheo de Raadt
2008-08-22mksuncd lives in the base now, and one does not need to go do fiddlyTheo de Raadt
2008-08-22move mksuncd to here (but still only sparc64 build)Theo de Raadt
2008-08-22merge crunchide into crunchgen as the -h flag. this is not yet done theTheo de Raadt
2008-08-22Merge crunchgen & crunchhide (using name checking), and move to usr.sbinTheo de Raadt
2008-08-22set _POSIX_JOB_CONTROL and _POSIX_SAVED_IDS to the correct values; ok millertTheo de Raadt
2008-08-22syncTheo de Raadt
2008-08-22Don't install libbfd and libopcodes and the associated headers.Mark Kettenis
2008-08-22syncTheo de Raadt
2008-08-22mention machine/cpu.h for the CPU identifiers.Brad Smith
2008-08-22mention machine/cpu.h for the CPU identifiers.Brad Smith
2008-08-22Set PIE address range to avoid or minimize mmap pressure due to limitedKurt Miller
2008-08-22default file transfer type is binary, not ascii;Igor Sobrado
2008-08-22- -R before -r in SYNOPSIS/usage()Jason McIntyre
2008-08-22simplification, and repair findblkmajor for name## lookups; ok krwTheo de Raadt
2008-08-22ANSI and other cleanups; ok krwTheo de Raadt