summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-11Discover some ACPI sleep related methods, and call them at theGordon Willem Klok
appropriate time in acpi_enter_sleep_state(). ok marco@
2006-04-11Change cvs_buf_grow() to return void, since it cannot fail, andRay Lai
just use xrealloc, since it handles the case of an unallocated buffer anyway. (b->cb_buf should be NULL if the space is unallocated.) ``Tested & looks OK to'' niallo@.
2006-04-10typo by bradTheo de Raadt
2006-04-10syncTheo de Raadt
2006-04-10incorrect freeaddrinfo() call on failure; mike.pechkin, otto okTheo de Raadt
2006-04-10syncTheo de Raadt
2006-04-10make sure we add the correct name mkstemp(3) creates for usJoris Vink
to the worklist of temporary files. this way we definatly don't leave any files behind in /tmp. tested & okay niallo@
2006-04-10- use fchmod() instead of chmod() in cvs_buf_write_stmp(), makesNiall O'Higgins
it like cvs_buf_write() - print warning on fchmod() failure (suggested by ray) ok joris@ ray@
2006-04-10move the commented example /var/mail/whitelist.txt to /var/db, so itDaniel Hartmeier
doesn't trigger security(8)'s ownership checks. ok bob@
2006-04-10atoi() -> strtonum(), also better handling of /0 problem spotted byTheo de Raadt
tobias@bugol.de. fix written by me
2006-04-10sch5017 is an adt7460 clone of some type. also, we are seeing someTheo de Raadt
ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman
2006-04-10switch to openrcs and eliminate more gnu from the tree.Joris Vink
note that openrcs still lacks some features. okay niallo@, xsa@, ray@, "Do it" deraadt@
2006-04-10- zap some whitespace.Niall O'Higgins
2006-04-10fix lint comments, no functional changes; ok rayJared Yanovich
2006-04-10rcs_kflag_usage() is not used by usr.bin/rcs; OK joris@.Xavier Santolaria
2006-04-10telldir/seekdir optimization, avoid scanning the complete list,Otto Moerbeek
while still returning the correct index for seekdir(); telldir() Tested by Fred Crowson and others; "put it in" deraadt@
2006-04-10sync comments with reality.Xavier Santolaria
2006-04-10tweaks;Jason McIntyre
2006-04-10kill trailing space;Jason McIntyre
2006-04-10Intrepid 2 host bridges.Brad Smith
2006-04-10recognize the Intrepid 2 ATA controller.Brad Smith
2006-04-10change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.Xavier Santolaria
2006-04-10minimal cleanups lint begs forTheo de Raadt
2006-04-10minimal cleanups prompted by lint; ok ottoTheo de Raadt
2006-04-10fix the macro so gem recognizes the Intrepid 2 GMAC.Brad Smith
2006-04-10recognize the Intrepid 2 GMACBrad Smith
2006-04-10regenBrad Smith
2006-04-10add PCI ids for the Apple Intrepid 2 Controller found on the latestBrad Smith
geneartion of G4 PowerBooks.
2006-04-10syncTheo de Raadt
2006-04-10under some cases some wi(4) cards freak out and then do not recover.Theo de Raadt
make the driver reset in those cases. this needs testing, which is why it is being commited; from kuethe
2006-04-10unify temperature sensor names much moreTheo de Raadt
2006-04-10make this match our code standardsTheo de Raadt
2006-04-10enable schenvTheo de Raadt
2006-04-10new schenv driverTheo de Raadt
2006-04-10new sch5017 driver by roman.hunt@comcast.netTheo de Raadt
2006-04-10files.i2cTheo de Raadt
2006-04-09slightly nicer sensor namesTheo de Raadt
2006-04-09- don't print out warnings about locking when they are actually wrong andNiall O'Higgins
just confuse the user. ok and input joris@
2006-04-09new sentence, new line;Jason McIntyre
2006-04-09macro fix; from moritz grimmJason McIntyre
2006-04-09On macppc and sparc64, if allowaperture=0 only allow mmap()-ing ofMatthieu Herrb
the framebuffer memory in WSDISPLAYIO_MODE_DUMBFB mode.
2006-04-09On MVME188 systems with more than two CMMUs par CPU, do not honor theMiod Vallat
address split scheme when operating on caches, as this does not work (probably for some snooping needs?); TLB operations are still honoring the split and are not affected.
2006-04-09Rewrite bus_compatible() to allow one alias to expand to several drivers,Miod Vallat
and in this case pick the one which matches the driver we are currently attaching, if any; allows systems netbooted via gem interfaces to recognize their boot device, and solves PR #5058.
2006-04-09delete breaks that are not neededTheo de Raadt
2006-04-09a few rlim_t casts, kind of ok otto and millertTheo de Raadt
2006-04-09syncTheo de Raadt
2006-04-09ftree_add arg #2 expects int not pointer.Jared Yanovich
from Han Boetes <han@mijncomputer.nl> via tech@ ok moritz
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-04-09Change a debug interface to take const char pointers so we don't aveKenneth R Westerback
to cast away constness whenever we want to pass in a string that is already const -- we copy the string if we want to use it, so having it be non-const in the first place does not make any sense. From tholo@ ok tedu@
2006-04-09regenBrad Smith