summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-23rely on __alpha__, __amd64__, and __i386__ insteadTheo de Raadt
2010-05-23rely on __sparc__ insteadTheo de Raadt
2010-05-23syncTheo de Raadt
2010-05-23use __alpha__ not alpha for the ifdefTheo de Raadt
2010-05-23add dkio.h to the last of the disk ioctl users i can find.David Gwynne
requested by deraadt@ who was rightly disparaging of my grep skillz.
2010-05-23remove unused functionCharles Longeau
from tobias@ (loooooong time ago) ok henning@ claudio@ tobias@
2010-05-23Place drive in standby mode before shutdown. Avoids the loud click heard onMark Kettenis
many laptops when powering them down. ok jsg@, oga@, krw@
2010-05-22Remove instruction TLB purges for direct mappings that will never have theMark Kettenis
X bit set.
2010-05-22this is amd64, not i386, and the protection was all bustedTheo de Raadt
2010-05-22macppc never has i386 defined; ok drahnTheo de Raadt
2010-05-22protection should use the upper case namesTheo de Raadt
2010-05-22Blank lines at the start of a function are so .Nx.Mark Kettenis
2010-05-22missing dkio.h includesTheo de Raadt
2010-05-22remove the last #ifdef hp300, and unused hp700 code as well; ok miodTheo de Raadt
2010-05-21Fix a locking problem in mincore where it was possible for us to sleepOwain Ainsworth
with a spinlock (even vslocked() buffers may fault in the right (complicated) situation). We solve this by preallocating a bounded array for the response and copying the data out when all locks have been released. ok thib@, beck@
2010-05-21defintion -> definition.Miod Vallat
2010-05-21Make compile with NBIO = 0Marco Peereboom
2010-05-21syncTheo de Raadt
2010-05-21syncTheo de Raadt
2010-05-21Remove strndup and strnlen now that libc includes its own.Todd C. Miller
Bump the major version to avoid problems if someone updates libkrb5 without updating libc first. OK deraadt@
2010-05-21Don't define NEED_STRNDUP_PROTOTodd C. Miller
2010-05-21Add support for IPIs on hppa.Joel Sing
ok kettenis@
2010-05-21remove unused functionsCharles Longeau
from tobias@ (loooooong time ago) ok rainer@ henning@ tobias@
2010-05-21Use _exit(2) in mda helper child process.Jacek Masiulaniec
2010-05-21remove unused variable.Charles Longeau
ok millert@ tedu@
2010-05-21colon() returns char*, so s/return (0)/return NULL/Damien Miller
2010-05-20Move the permit-* options to the non-critical "extensions" field for v01Damien Miller
certificates. The logic is that if another implementation fails to implement them then the connection just loses features rather than fails outright. ok markus@
2010-05-20Make fans run slower in Sun systems with tda controllers by bumping theEdd Barrett
minimum and maximum system temperatures by 5 degrees. System runs considerably quieter and people in the office have stopped complaining about the noise now. OK kettenis@
2010-05-20We have a copy of git_version.h in src so that we can build libperlTodd C. Miller
with out own rules but apparently this causes problems after git_version.h is generated in the obj dir. This will only ever be a stub as we build from a release, not a git checkout. Add a pre-generated lib/Config_git.pl and prevent git_version.h and Config_git.pl from being removed by the clean target. Appears to fix parallel make issues. OK oga@
2010-05-20S_ISREG() should be called on st.st_mode not st.st_flagsGilles Chehade
2010-05-20remove unused variable. fallout from previous.Thordur I. Bjornsson
ok phessler@
2010-05-20Split some copies of two struct members together into two bcopy ratherNicholas Marriott
than one to make gcc4 -Wbounded happy. ok krw
2010-05-20escape '' to avoid confusing groff/mandoc;Jason McIntyre
2010-05-20document the optional arg to "flag", as requested by Thomas Pfaff;Jason McIntyre
this version after some feedback from krw and otto; ok otto krw
2010-05-20turn off strict overflow for all optimizations on OpenBSD, also disable wrapv.Dale Rahn
ok kettenis@ robert@, tested by marco@, kevlo@ myself
2010-05-20add more devices to listYojiro Uo
2010-05-20add mode change command to support ZTE 3G modem (MF633 etc)Yojiro Uo
ok jsg@
2010-05-20fix logspam when key options (from="..." especially) deny non-matching keys;Damien Miller
reported by henning@ also bz#1765; ok markus@ dtucker@
2010-05-20add new deviceYojiro Uo
2010-05-20regenYojiro Uo
2010-05-20add ZTE633 (3G modem) etcYojiro Uo
ok jsg@
2010-05-20Force max physical memory allocation for bus_dmamem_alloc() to be 4gigOwain Ainsworth
for now. When we get bouncebuffers/decent iommu this can be revised to either fall back (bouncebuffers) or just grab any memory (iommu), but for now it is one less thing to worry about for turning bigmem back on. ok kettenis@ and beck@
2010-05-20Don't dereference cp to shut gcc4 up (the intent anyway).Marco Peereboom
ok drahn oga
2010-05-20Escape "=", remove if 0'd out code and simplify check in x_print_expansions.Federico G. Schwindt
millert@ ok some time ago.
2010-05-20Support nested roff instructions:Ingo Schwarze
* allow roff_parseln() to be re-run * allow roff_parseln() to manipulate the line buffer offset * support the offset in the man and mdoc libraries * adapt .if, .ie, .el, .ig, .am* and .de* support * interpret some instructions even in conditional-negative context Coded by kristaps during the last day of the mandoc hackathon. To avoid regressions in the OpenBSD tree, commit this together with some small local additions: * detect roff block end "\}" even on macro lines * actually implement the ".if n" conditional * ignore .ds, .rm and .tr in libroff Also back my old .if/.ie/.el-handling out of libman, reverting: man.h 1.15 man.c 1.25 man_macro.c 1.15 man_validate.c 1.19 man_action.c 1.15 man_term.c 1.28 man_html.c 1.9.
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
low-hanging splbio/splx pairs that are no longer needed and see if this reveals any hidden scsi flaws. ok dlg@
2010-05-20Simplify new disk cache code so simpler people can understand it.Kenneth R Westerback
No functional change. ok dlg@
2010-05-19Enhance paste-buffer to allow lines to be separated by any string, fromNicholas Marriott
Andrea Barisani.
2010-05-19Use the newly committed version of strnlen from libc. ok millert@ kettenis@Dale Rahn
2010-05-19cleanup-only commit, removes unrequired includes, no functionnal changeGilles Chehade