Age | Commit message (Expand) | Author |
2009-04-20 | remove unneeded argument to warnx() | Charles Longeau |
2009-04-20 | fixed style, no binary change | Ariane van der Steldt |
2009-04-20 | do NOT set defaults to their default here | Theo de Raadt |
2009-04-20 | Allow MAIL FROM only in the S_HELO state, which results in behaviour | Jacek Masiulaniec |
2009-04-20 | sync | Theo de Raadt |
2009-04-20 | PR 6090 - from Olli Hauer <ohauer@gmx.de> | Bob Beck |
2009-04-20 | No this change is wrong, because now 'w' followed by 'q' asks if you | Theo de Raadt |
2009-04-20 | fix previous, evtimer_set should be called only once, in session_init. | Jacek Masiulaniec |
2009-04-20 | Rewrite smtp session timeouts; use evtimer_* from event(3) instead | Jacek Masiulaniec |
2009-04-20 | - add missing header for strcmp() . | Jasper Lievisse Adriaanse |
2009-04-20 | bigmem is not tweakable by config(8), it never was. | Reyk Floeter |
2009-04-20 | unbreak EHCI_DEBUG - usbd_dump_pipe() is only defined if USB_DEBUG is | Reyk Floeter |
2009-04-20 | Fix renicing a negative pid in historic mode. From Bryan Linton | Todd C. Miller |
2009-04-20 | amas device for amd64, describes the physical memory layout on AMD64 CPU. | Ariane van der Steldt |
2009-04-20 | when transmitting packets, put the dmamap we used for the packet into the | David Gwynne |
2009-04-20 | fix dma map unmapping and unloading in the tx cleanup path. | Reyk Floeter |
2009-04-20 | Make pegging a proc work when there are idle cpus that are looking for | Artur Grabowski |
2009-04-20 | restore tagged user packages to functionality (for now) | Marc Espie |
2009-04-20 | sync | Theo de Raadt |
2009-04-20 | Don't map all agp memory we allocate. | Owain Ainsworth |
2009-04-20 | Document BUS_DMA_ZERO. | Owain Ainsworth |
2009-04-20 | Man bits for UVM_PLA_ZERO. | Owain Ainsworth |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-20 | add the UVM_PLA_ZERO flag for uvm_pglistalloc to make it return zeroed | Owain Ainsworth |
2009-04-19 | zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;... | Constantine A. Murenin |
2009-04-19 | When configuring the network assume the user means to assign | Kenneth R Westerback |
2009-04-19 | Enable schsio(4) everywhere to get it tested. | Michael Knudsen |
2009-04-19 | Call acpi_sleep_walk() when powering down just like when entering | Kenneth R Westerback |
2009-04-19 | Correct function name in log_warnx(). | Claudio Jeker |
2009-04-19 | calculate size correctly if PAGE_SIZE != ATI_PCIGART_PAGE_SIZE. | Owain Ainsworth |
2009-04-19 | don't print extraneous padding characters when tab-completion file/command | Stuart Henderson |
2009-04-19 | The G4X and GM45 just /had/ to have a different counter register. | Owain Ainsworth |
2009-04-19 | For consistency, make sure that all archs that use the same pattern | Owain Ainsworth |
2009-04-19 | Mutexes for arm and sh softinterrupts. | Owain Ainsworth |
2009-04-19 | On Octane, force a nonzero _dma_mask value so that we do not risk trying to | Miod Vallat |
2009-04-19 | Attach the 1-Wire devices early, and pick our partnumber; based on this | Miod Vallat |
2009-04-19 | Correctly handle bus_dma_tag with _dma_mask == 0. | Miod Vallat |
2009-04-19 | Parse and display the part number and the serial number, instead of falsely | Miod Vallat |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-04-19 | Rename max_cpus to ncpusfound and compute it regardless of option | Miod Vallat |
2009-04-19 | If hw.ncpufound > 1, have the install script automatically prefer to use | Theo de Raadt |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-04-19 | Switch the softinterrupt code on x86 over to mutexes instead of | Owain Ainsworth |
2009-04-19 | optimize for size (3k). "makes sense" millert@ | Martynas Venckus |
2009-04-19 | make ldexpf behavior consistent with the double and extended-precision | Martynas Venckus |
2009-04-19 | - ldexp implementation has issues. switch to the one from libm | Martynas Venckus |
2009-04-19 | Use correct device index for Ethernet interrupt handler. | Joel Sing |
2009-04-19 | Add a new EX_FILLED flag to make extent_create() create an extent map that | Mark Kettenis |
2009-04-19 | remove class FatPackageLocation. Instead make PackageLocation a hierarchy | Marc Espie |
2009-04-19 | Fix interrupt mapping for devices behind PCI-PCI bridges. | Mark Kettenis |