Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | 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 | do not look for sblock at offset 0; pedro@ deraadt@ ok | Michael Shalayeff | |
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 | |
2007-02-17 | Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke. | Mark Kettenis | |
2007-02-17 | only reset the controller if it is already enabled. | David Gwynne | |
2007-02-17 | To squeeze new stuff onto onto the very full boot floppies, occasionally | Theo de Raadt | |
some drivers for ancient devices must die. To modify one of my favorite quotes into this particular context: The total amount of suffering per year [on a boot floppy] is beyond all decent contemplation. During the minute that it takes me to compose this sentence, [a few device drivers] are being [deleted], many others are running for their lives, whimpering with fear, others are being slowly devoured from within by rasping parasites, thousands of all kinds are dying of starvation, thirst and disease. It must be so. If there is ever a time of [sufficient space], this very fact will automatically lead to an increase in [driver] population until the natural state of starvation and misery is restored. - cribbed from Richard Dawkins "God's Utility Function", Scientific American, November 1995 Of course, these drivers remain on the CD boot media, so there is a solution for the truly desperate legacy addicts. | |||
2007-02-17 | Add some additional device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | regen | Jonathan Gray | |
2007-02-17 | Add some axe(4) device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | Add some device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | regen | Jonathan Gray | |
2007-02-17 | Add some uslcom(4) ids found in Linux. | Jonathan Gray | |
2007-02-16 | Enable malo(4) on macppc. OK mglocker@ deraadt@ | Claudio Jeker | |
2007-02-16 | Unbreak ppp(8) over tun(4) by restriciting the flags that can be changed | Claudio Jeker | |
via TUNSIFINFO. ppp(8) was happily clearing the RUNNING flag and so all incomming packets where dropped. Issue reported by irix <at> ukr <dot> net. While there check that the mtu is in a valid range -- stolen from SIOCSIFMTU case. | |||
2007-02-16 | bge_newbuf_std() should return ENOBUFS on failure, as that's what | Kenneth R Westerback | |
callers check for. One return accidentally changed to ENOMEM when r1.133 reverted r1.85. Nuke superfluous blank line. From brad@, tested by myself and Johan M:son Lindman. | |||
2007-02-15 | Simplify the #if NBRIDGE case as in in_gif.c:1.33. | Claudio Jeker | |
2007-02-15 | Simplify even more by reducing shared code in #if NBRIDGE and default case. | Claudio Jeker | |
OK mglocker@ | |||
2007-02-15 | Change some functions so there's only one exit point. This should make | Michael Knudsen | |
it harder to introduce leaks in the code. | |||
2007-02-15 | Reorder endpoints so that endpoint numbers match, remove more debug. | Dale Rahn | |
2007-02-15 | TX is working fine, turn off debug. | Dale Rahn | |
2007-02-15 | Let acpidock_eject take an extra argument of what node to call _EJ0 on. | Michael Knudsen | |
Will be used when ejecting devices sitting in the dock. | |||
2007-02-15 | Don't clear the struct aml_value res when aml_evalnode() does this | Michael Knudsen | |
anyway. Also clean up a bit. | |||
2007-02-15 | from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others... | Jason Wright | |
looks like realtek reversed the order of multicast stuff on the PCI-E cards | |||
2007-02-15 | break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok | Michael Shalayeff | |
2007-02-15 | Add a mapping for logical to physical endpoints, otherwise data tries to | Dale Rahn | |
go out the wrong endpoint. Some debug massage. | |||
2007-02-15 | Set topology change propagation on all ports _except_ the caller. | Reyk Floeter | |
From FreeBSD | |||
2007-02-15 | Dont hang completely on watchdog. | Dale Rahn | |
2007-02-15 | Fix transmit packet termination. odd length and 64 byte multiple packets | Dale Rahn | |
were not sending the last data correctly before. | |||
2007-02-15 | It is not valid to have the input endpoint and output endpoint the same. | Dale Rahn | |