Age | Commit message (Expand) | Author |
2009-05-03 | Complete overhaul of the PCI bridge initialization. It will now allocate | Miod Vallat |
2009-05-03 | Pass 0 as base offset, not -1, for child devices which ignore the value. | Miod Vallat |
2009-05-03 | remove dead code and the associated documentation | Ingo Schwarze |
2009-05-03 | Tune the medium profile to provide more /usr space as 'requested' by beck | Theo de Raadt |
2009-05-03 | A few long standing sh'isms -> ksh'isms. | Kenneth R Westerback |
2009-05-03 | Simplify and shrink fstab creation code by putting mount point and | Kenneth R Westerback |
2009-05-03 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-05-03 | Make sure pckbd_scancode_translate() returns a scancode with the break/release | Miod Vallat |
2009-05-03 | Discovering an extended MBR partition and setting 'wander' to 1 | Kenneth R Westerback |
2009-05-03 | Use the new ftplist backend which tries to intelligently provide you with | Theo de Raadt |
2009-05-03 | Simplify things by putting extra swap partitions in the fstab as | Kenneth R Westerback |
2009-05-03 | Fix signed vs unsigned issue with memcmp/strncmp where the size parameter | Dale Rahn |
2009-05-03 | Hinge at the natural rollover point 9999x instead of 1024x when switching to | Dale Rahn |
2009-05-03 | need sleep here, too | Theo de Raadt |
2009-05-03 | the _oifs variables should be local; spotted by Alexander Hall | Theo de Raadt |
2009-05-03 | Remove an XXX handled in the previous 5 lines of code | Theo de Raadt |
2009-05-03 | We will need bin/sleep on all ramdisks. | Theo de Raadt |
2009-05-02 | Let ioc(4) decide which child devices to attach depending on its identification | Miod Vallat |
2009-05-02 | More progress taming the xbow and the pci bridge; still needs code to write, | Miod Vallat |
2009-05-02 | Explain why the short window of widget #0 needs to be accessed through a | Miod Vallat |
2009-05-02 | More KL configuration structures. | Miod Vallat |
2009-05-02 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-05-02 | If we are on the console we can assume the term type is either vt220 or | Theo de Raadt |
2009-05-02 | Drop the pm_cpus bitmask field from struct pmap, and instead remember the | Miod Vallat |
2009-05-02 | a few more memset changes. | Owain Ainsworth |
2009-05-01 | comment typo, no binary change | Stuart Henderson |
2009-05-01 | Add option USER_PCICONF. | Miod Vallat |
2009-05-01 | initialize secret to NULL otherwise we may try to free a junk pointer when | Gilles Chehade |
2009-05-01 | uvm_page_alloc() + memset -> uvm_page_zalloc() | Owain Ainsworth |
2009-05-01 | be precise about which archs need to use 4.2bsd (sparc), and move that | Jason McIntyre |
2009-05-01 | Only have tset prompt for the terminal type if it is "unknown" or | Todd C. Miller |
2009-05-01 | Simplify the initial script text to ask less questions. Instead of asking | Theo de Raadt |
2009-05-01 | Only tell the user about new mail at install time (not upgrade); from Pierre ... | Theo de Raadt |
2009-05-01 | Clean up the keyboard type question | Theo de Raadt |
2009-05-01 | remove unused function | Charles Longeau |
2009-05-01 | add missing header needed by isdigit() | Charles Longeau |
2009-05-01 | add missing header needed by err() | Charles Longeau |
2009-05-01 | use printf instead of echo for one of the anchor examples - this allows it | Jason McIntyre |
2009-05-01 | initialize the mic ADC index before possibly setting it. | Jacob Meuser |
2009-05-01 | recognize several more IDT/Sigmatel codecs. IDs taken from the codecs' | Jacob Meuser |
2009-05-01 | make mic ADC selection a little more like speaker DAC selection | Jacob Meuser |
2009-05-01 | allow jack sensing to mute the DAC the speaker is connected to by | Jacob Meuser |
2009-05-01 | try to get built-in speakers connected to a DAC no other output pin | Jacob Meuser |
2009-05-01 | fix a couple bugs when finding sole connections | Jacob Meuser |
2009-05-01 | Since we no longer give an explicit chance to tweak the fstab used | Kenneth R Westerback |
2009-04-30 | Only do the snapshots vs release thingy for ftp or http transfers, | Theo de Raadt |
2009-04-30 | Oga changed apm ioctls and forgot to grep. Temporary work around by hitting | Marco Peereboom |
2009-04-30 | fix previous, admin may again set non-standard shell; ok millert@ | Jacek Masiulaniec |
2009-04-30 | The previous change did not always update vr_link on rlphy(4) based | Marco Pfatschbacher |
2009-04-30 | add support for passing db_console from the bootloader to the kernel. | David Gwynne |