Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-24 | Unify the dependency time check for whether an architecture has SFILES | Theo de Raadt | |
2010-05-24 | stupid typo snuck in | Theo de Raadt | |
2010-05-24 | CPP and TOUCH are not used | Theo de Raadt | |
2010-05-24 | typo regarding __mach__ | Theo de Raadt | |
2010-05-24 | Correctly recognise extended partitions created prior to the addition of | Joel Sing | |
sl_uid. Fix tested by okan@. ok deraadt@ | |||
2010-05-24 | sync to hppa: Add missing prototypes | Theo de Raadt | |
ok kettenis | |||
2010-05-24 | Add missing prototypes | Theo de Raadt | |
ok jsing kettenis | |||
2010-05-24 | Reduce differences between the Makefile.* files for all architectures. | Theo de Raadt | |
ok various people, tested by fewer people, tested by me on 15. | |||
2010-05-24 | We sometimes compile kernels with -Wvariable-decl because it makes us | Theo de Raadt | |
happier regarding potential kernel stack overflows, so just use the (small) maximum buffer size in one case. ok marco | |||
2010-05-24 | Flush cache before suspend. | Mark Kettenis | |
ok krw@, marco@ | |||
2010-05-24 | removed prototypes for functions that were removed. | David Gwynne | |
patch from matthew dempsky | |||
2010-05-24 | atascsi may (will) reuse ata_xfers, meaning the xa state that | David Gwynne | |
ahci_ata_cmd is called with might be the state of the xfer that ahci set previously. this stops ahci_ata_cmd from checking the state of ata_xfers its given, and instead trusts that atascsi is doing the right thing. reported and fix tested by matthew dempsky, who also did an awesome job of tracing the problem. | |||
2010-05-24 | remove bpfdetach() here, because it is called correctly in if_detach() | David Gwynne | |
afterwards diff from gleydson soares ok claudio@ | |||
2010-05-24 | there is no reason for one MAXPHYS definition to be different from all the ↵ | Theo de Raadt | |
others | |||
2010-05-24 | Remove the drm drivers that are not enabled (and have never been so). | Owain Ainsworth | |
For now they are unmaintained, and work on kernel modesetting has very large inferface changes needing to be made. Also, when the radeon driver has been converted over, we will no longer support X with the DRI1 protocol, only DRI2. When the upheaval has finished, these drivers may be brought back after work to switch them to DRI2 style memory management and kernel modesetting has been done, but until then they are unsupported and probably broken (i know at least two of them have been reported broken before now). ragedrm will likely come back as a component of radeon (their interfaces are still fairly similar). The other drivers require rewriting. I have been threatening to do this for over a year. Discussed with deraadt@ and matthieu@ at various points since then. | |||
2010-05-23 | seteconf() died years ago | Theo de Raadt | |
2010-05-23 | #ifdef arc is just too common, but I don't know how to extract this correctly | Theo de Raadt | |
so make that __arc__ for now, to avoid collisions ok miod | |||
2010-05-23 | Does not need -Dloongson, and instead, but -D__loongson__ is nice since that is | Theo de Raadt | |
the mach (arch is mips64). Also move towards passing $PARAM around in CPPFLAGS, instead of compiling param.c in a special way, as discussed with miod | |||
2010-05-23 | Does not need -Dlandisk, and instead, but -Dlandisk is nice since that is | Theo de Raadt | |
the mach (arch is sh). Also move towards passing $PARAM around in CPPFLAGS, instead of compiling param.c in a special way, as discussed with miod | |||
2010-05-23 | Move towards passing $PARAM around in CPPFLAGS, instead of compiling param.c | Theo de Raadt | |
in a special way, as discussed with miod | |||
2010-05-23 | no need for -Dhppa or -Dhppa64 on these architectures | Theo de Raadt | |
2010-05-23 | Move towards passing $PARAM around in CPPFLAGS, instead of compiling param.c | Theo de Raadt | |
in a special way, as discussed with miod | |||
2010-05-23 | no need for -D__i386__ since it is supplied by the compiler. | Theo de Raadt | |
Also move towards passing $PARAM around in CPPFLAGS, instead of compiling param.c in a special way, as discussed with miod | |||
2010-05-23 | no need for -Dx86_64 or -Damd64, since __amd64__ is supplied by the | Theo de Raadt | |
compiler. Also move towards passing $PARAM around in CPPFLAGS, instead of compiling param.c in a special way, as discussed with miod | |||
2010-05-23 | alpha does not need to -Dalpha | Theo de Raadt | |
2010-05-23 | remove another piece of ancient #ifdef arc code | Theo de Raadt | |
2010-05-23 | fix another signed/unsigned slipt. no functional change. I hate this | Owain Ainsworth | |
header. Found by Clang static analyser. | |||
2010-05-23 | can use __${mach}__ and do not need -Dmc68020 anymore | Theo de Raadt | |
2010-05-23 | mac68k can move to defining __mac68k__ instead | Theo de Raadt | |
2010-05-23 | luna88k moves to defining __luna88k__ instead | Theo de Raadt | |
2010-05-23 | toast __arc__; we gave up on that platform around a decade ago | Theo de Raadt | |
2010-05-23 | missing dkio.h includes; ok krw@ | Christian Weisgerber | |
2010-05-23 | move hp300 to -D__hp300__; ok miod | Theo de Raadt | |
2010-05-23 | rely on __alpha__ instead of alpha | Theo de Raadt | |
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 | 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 | |