summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-13Provide our own copy of {round,trunc}_page() now that uvm's is unreachable fromMiod Vallat
2014-12-13A first shot at MOP boot instructions.Miod Vallat
2014-12-13just released mandoc 1.13.2Ingo Schwarze
2014-12-13Install netboot.mopMiod Vallat
2014-12-13Create a MOP version of the network boot loader; verified to boot on DEC 3000.Miod Vallat
2014-12-13Give the mop suite the ability to process alpha Elf64 files and create mopMiod Vallat
2014-12-13Add DKIM signing example based on eric@'s asiabsdcon slidesTodd C. Miller
2014-12-13Fix a regression found by Carsten dot Kunze at arcor dot de:Ingo Schwarze
2014-12-13The function savestr allows NULL return values during Plan A patching so inTobias Stoeckmann
2014-12-13macro cleanup; from Kaspars Bankovskis, tweaked a bitIngo Schwarze
2014-12-13Properly validate ranges:Tobias Stoeckmann
2014-12-13ThinkPad Edge E130, event 0x6060 is supposed to indicate toggleTheo de Raadt
2014-12-13add a sxidog_activate() function so the kernel will link againJonathan Gray
2014-12-12free correct size. it's variable!Ted Unangst
2014-12-12catch up with swab.c rev. 1.9:Ingo Schwarze
2014-12-12sizeof(*ptr) for some free()Ted Unangst
2014-12-12convert some hash tables (the easy ones) to siphash. ok benno.Ted Unangst
2014-12-12markup fixes from Kaspars at Bankovskis dot net;Ingo Schwarze
2014-12-12oops, i was not supposed to disable mwait. found by stspTed Unangst
2014-12-12Like previously done in relayd, change the keyword "ssl" to "tls" toReyk Floeter
2014-12-12markup fixes, and repair some wrong argument types while here;Ingo Schwarze
2014-12-12Increase cipher suite test coverage by including all cipher suites thatJoel Sing
2014-12-12Change the keyword "ssl" to "tls" to reflect reality since weReyk Floeter
2014-12-12put global_ptrace here too so users know how to spell it. poke by jmcTed Unangst
2014-12-12sysctl kern.global_ptrace.Ted Unangst
2014-12-12Range check the value of the base for typeset -i base x=y. Instead ofJonathan Gray
2014-12-12Bounds check the file path used in the 'w' command. Modified versionJonathan Gray
2014-12-12Rework the pointer swap in the 'P' command to make the intentJonathan Gray
2014-12-12sysctl_proc_vmmap(): Allow retrieving "self" VM mapping without privilege.Masao Uebayashi
2014-12-12Xr getdtablecountTheo de Raadt
2014-12-12revert chunk I didn't mean to commit yet; via jmc@Damien Miller
2014-12-11update swab() to match the current posix definition. "rationale: none."Ted Unangst
2014-12-11syncTheo de Raadt
2014-12-11we do not need the complexity of an assembly swab function here.Ted Unangst
2014-12-11use a local swapbytes function instead of relying on undefinedTed Unangst
2014-12-11The utwitch(4) driver was never added here. Obviously it belongs in theTheo de Raadt
2014-12-11Do not blindly dereference hw_vendor and hw_prod without checking them forMiod Vallat
2014-12-11Fix previous:Ingo Schwarze
2014-12-11slightly reshuffle some code to reduce the diff with portable;Ingo Schwarze
2014-12-11regenTed Unangst
2014-12-11remove urioTed Unangst
2014-12-11remove urioTed Unangst
2014-12-11urio has been removedTed Unangst
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-11convert bcopy to memcpy/memmove. ok krwTed Unangst
2014-12-11Make sure you'll never look at stack garbage, prodded by kettenis@.Martin Pieuchot
2014-12-11Handle UPSes with broken report descriptors.Martin Pieuchot
2014-12-11Change uhidev(4) set/get report functions in various way.Martin Pieuchot
2014-12-11When scanning backwards for the last dot in a filename,Ingo Schwarze
2014-12-11merge conflictsBrad Smith