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