Age | Commit message (Expand) | Author |
2010-08-17 | MDEXT missed some files (result was they are not listed in the build-time | Theo de Raadt |
2010-08-17 | Power management for PCI devices. For now just put everything in the D3 | Mark Kettenis |
2010-08-16 | Restore initialization of apcicnaddr which got accidentally removed in revision | Miod Vallat |
2010-08-16 | Make sure we reserve enough room after the kernel image to avoid stomping | Miod Vallat |
2010-08-16 | Netboot description tweaks; spotted by and help krw@ | Miod Vallat |
2010-08-16 | djust miniroot disklabel for layout changes caused by fdisk partition | Mark Kettenis |
2010-08-16 | Add a dummy elf64.c, effectively removing support for loading 64-bit kernels | Mark Kettenis |
2010-08-16 | Fix another gcc4 mis-alignment, by using bcopy() rather than | Kenneth R Westerback |
2010-08-16 | backout previous temporarily; discussed with deraadt@ | Damien Miller |
2010-08-13 | now that we are at -current again, re-enable POOL_DEBUG | Peter Hessler |
2010-08-13 | if we pass pkgnames with .tgz to -l, just deal with it silently. | Marc Espie |
2010-08-13 | bad works better if you push consistent stuff in it, like always strings... | Marc Espie |
2010-08-13 | whitespace | Marc Espie |
2010-08-13 | Fix indentation. | Mark Kettenis |
2010-08-13 | when sending a fragmented packet, dont check if the interfaces send queue | David Gwynne |
2010-08-12 | OpenSSL_add_all_algorithms is the name of the function we have a man page | Ted Unangst |
2010-08-12 | fix a few warnings. ok jsing | Ted Unangst |
2010-08-12 | some inconsequential cleanups. ok deraadt | Ted Unangst |
2010-08-12 | close any extra file descriptors inherited from parent at start and | Damien Miller |
2010-08-12 | if we ask for cleanup, always close the location. If it's not open, it's | Marc Espie |
2010-08-12 | homogeneous style. | Damien Bergamini |
2010-08-12 | Enable periodic (every 4 minutes) power amplifier calibration | Damien Bergamini |
2010-08-12 | no need to set these pointers to NULL, softc is already zeroed. | Damien Bergamini |
2010-08-12 | For chips in open-loop power control mode, periodically (every 30 secs) | Damien Bergamini |
2010-08-12 | Fix look-up of the power control digital-to-analog converter (PCDAC) | Damien Bergamini |
2010-08-12 | Print the real device name followed by the disklabel UID in parenthesis | Joel Sing |
2010-08-12 | Fix a ton of space and tab violations. No binary change. | Marco Peereboom |
2010-08-12 | Fix a one character typo that broke interrupt handling on ironlake. | Owain Ainsworth |
2010-08-12 | Instead of returning EBUSY when the busy flag is set in the ioctl, sleep | Owain Ainsworth |
2010-08-12 | Nuke extra (typoed) extern declaration and a spare newline from the last | Owain Ainsworth |
2010-08-12 | Reset the chip upon suspend, to make sure it stops DMA. Reset it again upon | Mark Kettenis |
2010-08-12 | make fgetln fixups look like the man page. correct a pair of brances and | Ted Unangst |
2010-08-12 | correct a format string. not sure who thought size_t would be a good match | Ted Unangst |
2010-08-12 | these files don't need to include nearly so many headers | Ted Unangst |
2010-08-12 | clean up some macro obfuscation and assorted styling problems. | Ted Unangst |
2010-08-12 | Use symbolic names for the file descriptors rather than numeric values. | Kevin Lo |
2010-08-12 | Initialize xs to NULL in gdt_intr() since it now might be used before | Matthew Dempsky |
2010-08-12 | we are at -current again | Theo de Raadt |
2010-08-11 | Disable the RTC the periodic interrupt. Leaving it enabled causes the | Mark Kettenis |
2010-08-11 | plug several resource leaks | Jasper Lievisse Adriaanse |
2010-08-11 | Make the number of vnodes to correspond to the number of buffers in | Bob Beck |
2010-08-11 | crank version | Theo de Raadt |
2010-08-11 | De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements | Theo de Raadt |
2010-08-11 | Use the correct offsets when reading/writing to DCA_TXCTRL in the 82599 | Jonathan Gray |
2010-08-11 | Fix a logic problem which could in theory cause pfctl | Jonathan Gray |
2010-08-11 | Do not allow duplicate session names to be created, reported by Dominik | Nicholas Marriott |
2010-08-11 | Handle failure to change mode, to avoid dying when switching into copy | Nicholas Marriott |
2010-08-11 | Usage string fixes from Ben Boeckel. | Nicholas Marriott |
2010-08-11 | Treat trying to link or move to the same window as an error to avoid | Nicholas Marriott |
2010-08-11 | Change the way backoff works. Instead of stopping reading from the pty | Nicholas Marriott |