Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-18 | Correct yo-yo shutdowns: | Gordon Willem Klok | |
Apparently some machines don't detect a clean (i.e. software initiated) shutdown; and ignore the 'wake on AC loss' bit, meaning they wake up immediatly after being told to shutdown e.g. via shutdown -hp. So now we continue preserve the wake on AC loss behaivour, howerver if we initiate a clean shutdown we clear this bit so that it the machine does not immediately power back up again. ok kettenis@ | |||
2007-02-18 | sync | Theo de Raadt | |
2007-02-18 | Add currently unused functions for getting EDID information (max supported | Gordon Willem Klok | |
resolution, hsync, vsync etc) from the monitor using DDC. Cleanup a whole bunch of magic, ok deraadt | |||
2007-02-18 | strlen(3) returns size_t. | Ray Lai | |
OK itojun@. | |||
2007-02-18 | Pass correct buffer size. (sizeof(cfgPtr->spare_names[c]) != 256) | Ray Lai | |
OK moritz@. | |||
2007-02-18 | Don't ignore buffer size argument. | Ray Lai | |
OK millert@. | |||
2007-02-18 | Display the interrupt priority in dmesg, for frame buffers which register | Miod Vallat | |
interrupt handlers. | |||
2007-02-18 | Make it more apparent these boards have (crippled version of) vga-compatible | Miod Vallat | |
crtc. No functional change. | |||
2007-02-18 | Provide a working example of changing resolution. | Miod Vallat | |
2007-02-18 | document -C option; ok jmc | Theo de Raadt | |
2007-02-18 | Add bcw_phy_set_baseband_attenuation(). | Marcus Glocker | |
2007-02-18 | Comment corrections from Bret Lambert. | Marcus Glocker | |
2007-02-18 | Add bcw_shm_write16(). | Marcus Glocker | |
2007-02-18 | Add support for ShanTou ST268. | Jonathan Gray | |
Tested by Paul de Weerd. | |||
2007-02-18 | regen | Jonathan Gray | |
2007-02-18 | another udav(4) | Jonathan Gray | |
2007-02-18 | Remove #ifdef/#endif's around MBR checking code. Remove now unused | Kenneth R Westerback | |
option DISKLABEL_I386. ok deraadt@ | |||
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback | |
for a bare FAT12/16/32 filesystem. If one is found, spoof it as 'i'. This enables iPod shuffles and other umass devices that are shipped with a bare FAT32 filesystem to be used as install media. And generally makes things easier for the user just trying to mount some media, e.g. floppies. Does not make it safe to write a disklabel or MBR on such a device! That will still obliterate the FAT filesystem. Help and suggestions from tom@ and deraadt@. Feedback and suggestions for future enhancements from espie@ mickey@ and peter@. ok tom@ deraadt@ | |||
2007-02-18 | In writedisklabel(), read the disklabel sector before rewriting it, to | Miod Vallat | |
preserve the non-disklabel contents; otherwise altering your disklabel may render your machine unbootable. ok deraadt@ krw@ | |||
2007-02-18 | Sort routines (phy, radio). | Marcus Glocker | |
2007-02-18 | an erroneous free() crept in due to a merge error | Otto Moerbeek | |
2007-02-18 | Start to add radio PHY initialization routines. | Marcus Glocker | |
Rename some radio variable names to names which doesn't confuse me everytime I have to use them. | |||
2007-02-18 | simplify synopsis/usage; mostly from Igor Sobrado | Jason McIntyre | |
2007-02-18 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre | |
also fix a misplaced .El | |||
2007-02-18 | missing full stop; from Daniel Matic | Jason McIntyre | |
2007-02-18 | tweaks; | Jason McIntyre | |
2007-02-18 | Added dynamic perfect hash for opcodes | Jordan Hargrave | |
ok marco@ | |||
2007-02-18 | Shave off another K pre compression. | Marco Peereboom | |
Shuffle SMALL_KERNEL functions around so that we only have a single #ifndef | |||
2007-02-18 | reorder allocation of the ports resources so register manipulation can be | David Gwynne | |
done earlier. | |||
2007-02-18 | Turn radio (version 2050) on. | Marcus Glocker | |
2007-02-17 | Add SMALL_KERNEL throught acpi to make it fit on boot media. | Marco Peereboom | |
ok deraadt | |||
2007-02-17 | fix ddb buf printing for daddr_t growth to 64bit; | Michael Shalayeff | |
from juan hernandez gonzalez; tested by bluhm@ | |||
2007-02-17 | Document aml_val2int(). Also, add an EXAMPLES section that shows use of | Michael Knudsen | |
aml_evalname(), aml_val2int(), and aml_freevalue() in turn. Still a lot more to come. ok marco | |||
2007-02-17 | Remove duplicate code. No functional change. | Ray Lai | |
OK itojun@, moritz@, and millert@. | |||
2007-02-17 | If we __HAVE_PMAP_DIRECT, handle these mappings in pmap_extract(). | Miod Vallat | |
2007-02-17 | In pmap_collect(): | Miod Vallat | |
- do not bother checking for pmap_kernel() and operating on it, as pmap_collect() will not be invoked for P_SYSTEM process. - preserve wired pages while purging. | |||
2007-02-17 | Since a full battery can still have state BST_CHARGE ("charging"), | Deanna Phillips | |
fullness needs to be checked first. Otherwise, full batteries are always described as "charging." ok marco | |||
2007-02-17 | -q flag is unused (old shared code from dhclient); spotted by mark@cyodesigns | Theo de Raadt | |
ok krw | |||
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria | |
functionality w/ xsnprintf(); Initial diff started by thib@. OK thib@ joris@. | |||
2007-02-17 | Bring in the AMD errata checks from amd64. | Tom Cosgrove | |
Changes to either copy of amd64errata.c must be replicated in the other. ok deraadt@ | |||
2007-02-17 | Add code to check for the AMD amd64 errata, and correct them where | Tom Cosgrove | |
possible. Taken from NetBSD. ok deraadt@ | |||
2007-02-17 | Add aml_find_node(). | Michael Knudsen | |
2007-02-17 | silence fsck_{e2fs,ffs} when being put to work on non-existing filenames | Alexander von Gernler | |
idea from and ok pedro@ | |||
2007-02-17 | Marco has been wanting documentation for the AML/ACPI API for a long | Michael Knudsen | |
time so here is a first stab at it. Only documents three functions so far, but I'm putting it in the tree now so more people can easily contribute. Input and ok marco jmc | |||
2007-02-17 | remove two expired certificates, diff from <Christian_Rusch@genua.de> | Alexander von Gernler | |
ok jakob@ | |||
2007-02-17 | do not look for sblock at offset 0; pedro@ deraadt@ ok | Michael Shalayeff | |
2007-02-17 | no code for -p, so remove from man page and usage(); | Jason McIntyre | |
confirmed by ckuethe; spotted by Mark Lumsden | |||
2007-02-17 | sort the hardware list; | Jason McIntyre | |
2007-02-17 | Fix spelling of Cool'n'Quiet, as done on i386 some time ago. Also | Tom Cosgrove | |
correct PowerNow in a couple of places. | |||
2007-02-17 | regen | Mark Kettenis | |