Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-23 | rely on __alpha__, __amd64__, and __i386__ instead | Theo de Raadt | |
2010-05-23 | rely on __sparc__ instead | Theo de Raadt | |
2010-05-23 | sync | Theo de Raadt | |
2010-05-23 | use __alpha__ not alpha for the ifdef | Theo de Raadt | |
2010-05-23 | add 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-23 | remove unused function | Charles Longeau | |
from tobias@ (loooooong time ago) ok henning@ claudio@ tobias@ | |||
2010-05-23 | Place drive in standby mode before shutdown. Avoids the loud click heard on | Mark Kettenis | |
many laptops when powering them down. ok jsg@, oga@, krw@ | |||
2010-05-22 | Remove instruction TLB purges for direct mappings that will never have the | Mark Kettenis | |
X bit set. | |||
2010-05-22 | this is amd64, not i386, and the protection was all busted | Theo de Raadt | |
2010-05-22 | macppc never has i386 defined; ok drahn | Theo de Raadt | |
2010-05-22 | protection should use the upper case names | Theo de Raadt | |
2010-05-22 | Blank lines at the start of a function are so .Nx. | Mark Kettenis | |
2010-05-22 | missing dkio.h includes | Theo de Raadt | |
2010-05-22 | remove the last #ifdef hp300, and unused hp700 code as well; ok miod | Theo de Raadt | |
2010-05-21 | Fix a locking problem in mincore where it was possible for us to sleep | Owain 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-21 | defintion -> definition. | Miod Vallat | |
2010-05-21 | Make compile with NBIO = 0 | Marco Peereboom | |
2010-05-21 | sync | Theo de Raadt | |
2010-05-21 | sync | Theo de Raadt | |
2010-05-21 | Remove 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-21 | Don't define NEED_STRNDUP_PROTO | Todd C. Miller | |
2010-05-21 | Add support for IPIs on hppa. | Joel Sing | |
ok kettenis@ | |||
2010-05-21 | remove unused functions | Charles Longeau | |
from tobias@ (loooooong time ago) ok rainer@ henning@ tobias@ | |||
2010-05-21 | Use _exit(2) in mda helper child process. | Jacek Masiulaniec | |
2010-05-21 | remove unused variable. | Charles Longeau | |
ok millert@ tedu@ | |||
2010-05-21 | colon() returns char*, so s/return (0)/return NULL/ | Damien Miller | |
2010-05-20 | Move the permit-* options to the non-critical "extensions" field for v01 | Damien 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-20 | Make fans run slower in Sun systems with tda controllers by bumping the | Edd 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-20 | We have a copy of git_version.h in src so that we can build libperl | Todd 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-20 | S_ISREG() should be called on st.st_mode not st.st_flags | Gilles Chehade | |
2010-05-20 | remove unused variable. fallout from previous. | Thordur I. Bjornsson | |
ok phessler@ | |||
2010-05-20 | Split some copies of two struct members together into two bcopy rather | Nicholas Marriott | |
than one to make gcc4 -Wbounded happy. ok krw | |||
2010-05-20 | escape '' to avoid confusing groff/mandoc; | Jason McIntyre | |
2010-05-20 | document 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-20 | turn off strict overflow for all optimizations on OpenBSD, also disable wrapv. | Dale Rahn | |
ok kettenis@ robert@, tested by marco@, kevlo@ myself | |||
2010-05-20 | add more devices to list | Yojiro Uo | |
2010-05-20 | add mode change command to support ZTE 3G modem (MF633 etc) | Yojiro Uo | |
ok jsg@ | |||
2010-05-20 | fix logspam when key options (from="..." especially) deny non-matching keys; | Damien Miller | |
reported by henning@ also bz#1765; ok markus@ dtucker@ | |||
2010-05-20 | add new device | Yojiro Uo | |
2010-05-20 | regen | Yojiro Uo | |
2010-05-20 | add ZTE633 (3G modem) etc | Yojiro Uo | |
ok jsg@ | |||
2010-05-20 | Force max physical memory allocation for bus_dmamem_alloc() to be 4gig | Owain 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-20 | Don't dereference cp to shut gcc4 up (the intent anyway). | Marco Peereboom | |
ok drahn oga | |||
2010-05-20 | Escape "=", remove if 0'd out code and simplify check in x_print_expansions. | Federico G. Schwindt | |
millert@ ok some time ago. | |||
2010-05-20 | Support 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-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth 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-20 | Simplify new disk cache code so simpler people can understand it. | Kenneth R Westerback | |
No functional change. ok dlg@ | |||
2010-05-19 | Enhance paste-buffer to allow lines to be separated by any string, from | Nicholas Marriott | |
Andrea Barisani. | |||
2010-05-19 | Use the newly committed version of strnlen from libc. ok millert@ kettenis@ | Dale Rahn | |
2010-05-19 | cleanup-only commit, removes unrequired includes, no functionnal change | Gilles Chehade | |