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