summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-18move aucat very early, to cope with pkgs; ok ajaTheo de Raadt
2011-07-18Zap rdate_flags, it's not used anymore.Antoine Jacoutot
2011-07-18Allocations fit if [the end of free space] >= [the end of allocated space].Ariane van der Steldt
2011-07-18Fix uvm_pmr_alloc_piglet.Ariane van der Steldt
2011-07-18Wording fixes and remove refrences to vnode_if.src as it's gone;Thordur I. Bjornsson
2011-07-18take us to 5.0-betaTheo de Raadt
2011-07-18Pass install the -S option to avoid a window where the target isn'tPhilip Guenthe
2011-07-18Revert vnd(4) to its older less strict behavior.Matthew Dempsky
2011-07-18Implement fdopendir(3) and refactor opendir(3) and fdopendir(3) to useMatthew Dempsky
2011-07-18syncMatthew Dempsky
2011-07-18Add support for UTIME_OMIT and UTIME_NOW to utimensat(2), add theMatthew Dempsky
2011-07-18Fix an off-by-1 error and a 32-bit integer arithmetic overflow bugMatthew Dempsky
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-17Fix an integer overflow for very long lines by replacing the datatype of 2 of...aschrijver
2011-07-17typo in usage summaryjoshua stein
2011-07-17fix ${pf} variable so that the special pflogd check works; ok deraadt@David Krause
2011-07-17syncTheo de Raadt
2011-07-17now that the API is working, reorg the code correctly: DeleteSet is theMarc Espie
2011-07-17unify the main loop some more: add and delete do more or less theMarc Espie
2011-07-17Fix spacingaschrijver
2011-07-17syncTheo de Raadt
2011-07-17syncTheo de Raadt
2011-07-17protect against really weird packing-listsMarc Espie
2011-07-17handle files produced by ktrace -a better by making a distinctionOtto Moerbeek
2011-07-17since we're treating native emuls different (more fancy) thanOtto Moerbeek
2011-07-17add ospfd ospf6d to RCDAEMONS so they get installed; ok deraadt@David Krause
2011-07-17use correct spelling of ospf6d script; ok deraadt@David Krause
2011-07-16The /g flag is unneeded when the pattern in ${var:S/pattern/sub/g} canPhilip Guenthe
2011-07-16missing $OpenBSD$ markerMarc Espie
2011-07-16Add support for Farsi and Arabic (SY+SD).Antoine Jacoutot
2011-07-16device_register() is called on the scsibus(4) devices beforeMatthew Dempsky
2011-07-16remove unused variableCharles Longeau
2011-07-16Start amd in /etc/amd so it can find maps in files. ok robert@Stuart Henderson
2011-07-16Make the updated zlib compile with a debug kernel.Joel Sing
2011-07-15document regress-depends-list.Federico G. Schwindt
2011-07-15improve documentation of .Bl -column .It TaIngo Schwarze
2011-07-15the rc.d scripts need to be in the base set for sysmergeTheo de Raadt
2011-07-15When killing lines using ^U <n> ^K, count the characters exactly (forTheo de Raadt
2011-07-15Cope with the start-dma-before-init errata and some other register setupTheo de Raadt
2011-07-15use conv=sync for bootblock install, now that vnd enforces 512 byte writesTheo de Raadt
2011-07-15be more specific about .Dv, .Er, and .Ev; from kristaps@Ingo Schwarze
2011-07-15Clarify the role of .RS and fix a bogus cross-reference;Ingo Schwarze
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-14spacing, no binary change.Igor Sobrado
2011-07-14We must not call xl_wol_power() from xl_stop(). If we do the deviceStefan Sperling
2011-07-14str is an optional argument to -t; if no argument is given, thisIgor Sobrado
2011-07-14Import mandocdb(8) from bsd.lv, coded by kristaps@, for in-tree development.Ingo Schwarze