summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-05Second step of PG_RELEASED cleanup.Owain Ainsworth
2009-05-05The first step in cleaning up the use of PG_RELEASED for uvm objects.Owain Ainsworth
2009-05-05spaces to tabsTheo de Raadt
2009-05-04Make the http fetcher capable of dealing with more complex index.txt filesTheo de Raadt
2009-05-04pass desired set path to ftplistTheo de Raadt
2009-05-04Instead of keeping two ints in the uvm structure specifically just toOwain Ainsworth
2009-05-04in IPSEC BRIDGE:Jason McIntyre
2009-05-04explain which variables belong to daily(8) and which to weekly(8);Ingo Schwarze
2009-05-04type pedantry.Owain Ainsworth
2009-05-04a bit of wordsmithing for the SHA256 messageTheo de Raadt
2009-05-04put codec-specific mixer bits in their own routines andAlexandre Ratchov
2009-05-04ok, but the jobs stderr redirect from guenther is goodTheo de Raadt
2009-05-04no, that way of looking at the jobs does not workTheo de Raadt
2009-05-04cleaner job watcher by guentherTheo de Raadt
2009-05-04The strings "x5y" and "-42" are not valid group IDs, so fix the regex,Ingo Schwarze
2009-05-03Prevent the entry of duplicate mount points while in Editor mode.Kenneth R Westerback
2009-05-03Get rid of pci_addr_fixup machinery; set up the appropriate extents and passMark Kettenis
2009-05-03On the UltraBook the PROM privides two interrupts for its ccb(4)'s. HandleMark Kettenis
2009-05-03delete XXX comment about upgrades; it should workTheo de Raadt
2009-05-03don't emit spurious error when no network is configured, also fix typos.Stuart Henderson
2009-05-03reorganize mixer bits to allow, supporting codec-dependent mixerAlexandre Ratchov
2009-05-03Oops. Untested over-optimization slipped in, breaking installs.Kenneth R Westerback
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