summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-10libc/shlib_versionTheo de Raadt
2006-10-10state when the sensor api can be used, and that care must be taken withDavid Gwynne
sensor_task_unregister. tweaks from jmc@
2006-10-10syncTodd T. Fries
2006-10-10etc.landisk does not exist yet, dont try to build MAKEDEV for it yet eitherTodd T. Fries
2006-10-104 usb tty devices by default; ok msf@ marco@Todd T. Fries
2006-10-10get the spacing right for -ok too; i missed this in my previous commit.Jason McIntyre
2006-10-10get the spacing right for -exec and -execdir; ok ottoJason McIntyre
2006-10-10add an example of -exec {} and remove a less useful example; ok ottoJason McIntyre
2006-10-10sleep before retrying (not after) since sleep changes errno; fixesMarkus Friedl
pr 5250; rad@twig.com; ok dtucker djm
2006-10-10Minor tweaks.Miod Vallat
2006-10-10Don't spoof a Free/NetBSD MBR partition as the 'a' partition in aKenneth R Westerback
disklabel. Fixes 'double spoofing' of these partitions as both 'a' and something in the 'i' to 'p' range. OpenBSD changed its MBR partition type to 'A6' eight years ago. As a backward compatibility measure NetBSD and FreeBSD MBR partitions were still spoofed as 'a' partitions when no OpenBSD partition could be found. This bit of backward compatibility is no longer required. 'we can get rid of it' deraadt@
2006-10-10Add bus_space_barrier.Brad Smith
Add DELAY in some busy loops to allow the DMA engine to actually do something (neccessary on fast processors). From ws@ & mycroft@ NetBSD Testing by deraadt@ nick@, ok deraadt@
2006-10-09xmalloc -> xcalloc that was missed previously, from portableDamien Miller
2006-10-09Kill unused debug flag.Marcus Glocker
2006-10-09Kill unused kthread struct.Marcus Glocker
2006-10-09Change historical leftovers (tsleep "pftres" to "pgtres").Marcus Glocker
2006-10-09Add powerhooks. Tested with a Netgear WG511v1 on my X40.Marcus Glocker
ok claudio@
2006-10-09The mickey (/brad) jumbo allocation avoidance patch triggers the sameTheo de Raadt
ami bug "on a particular machine" as the uvm anon change that needed to be backed out on jul 13. at least now you are getting close to knowing whether this is a uvm bug or an ami bug or somewhere else; something starves or cuts memory up badly enough to cause a big problem.
2006-10-09landisk bits; ok mickeyJason McIntyre
2006-10-09tweaks; ok mickeyJason McIntyre
2006-10-09Fix jump scroll glitch, reported by dim@ and Paul Stoeber.Miod Vallat
2006-10-09bret lambert sent a patch removing register. i made it ansi.Ted Unangst
2006-10-09revert the last two changes. the changes were causing brgphy@gem to panic.Brad Smith
2006-10-09prettyTed Unangst
2006-10-09pretty. the comma operator should not be used to cram two statements intoTed Unangst
an if without braces, or worse, into a return.
2006-10-08use 'weight-value' vs. 'offset' for the weight argument;Kevin Steves
ok jmc@ henning@
2006-10-08Implement bus searching.Alexander Yurchenko
2006-10-08Rework bus scanning code so that most of work could be offloadedAlexander Yurchenko
the hardware. And fix another bug in the search algorithm.
2006-10-08Define superH obsd-specific emulations for ld, and use it by default.Miod Vallat
2006-10-08Add status register bits string for pretty %b printf.Alexander Yurchenko
2006-10-08Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properlyNikolay Sturm
check and translate options. from netbsd ok deraadt, kettenis
2006-10-08Also attach to boards with the PCI Express Fibre Channel FC949E chipset.Brad Smith
"go go go" dlg@
2006-10-08Execute the Enforce in-order Execution of I/O (eieio) instruction inGordon Willem Klok
mc_dmaintr, its a little bit of voodoo, I dont understand why its necessary for mace versus the near identical dma isr in if_bm.c, but the system no longer panics under network load.
2006-10-08Something more closely resembling english in this comment.Bob Beck
2006-10-08fix minor typoIan Darwin
2006-10-08set Jumbo frame settings for Jumbo capable bge(4) adapters.Brad Smith
2006-10-08refactor the code a bit, use the bge(4) PHY flags and add anotherBrad Smith
PHY workaround from the Linux tg3 driver.
2006-10-08- g/c unused code.Brad Smith
- only call PHY_RESET if trying to set a valid media type.
2006-10-07g/c unused code.Brad Smith
2006-10-07make cd-roms retry forever while the device indicates that it isBob Beck
"becoming ready" - this is done in the exact same way that it was done for tape in st.c. This commit adds a cd specific interpret_sense routine to cd.c that will catch the becoming ready case and handle it. This also removes the need to use crazy timeouts to catch this case. ok krw@
2006-10-07add a no Ethernet@Wirespeed flag.Brad Smith
2006-10-07MGET/MGETHDR will return NULL upon failure, not 0.Brad Smith
2006-10-07More bits in progress, adapted from NetBSD.Miod Vallat
2006-10-07add and set PHY workaround flags depending on the ASIC revisionBrad Smith
or chip id.
2006-10-07Mention nmeaattach(8) in the SEE ALSO section.Marc Balmer
2006-10-07syncTheo de Raadt
2006-10-07remove 'flags S/SA' and 'keep state'Ryan Thomas McBride
ok nick@
2006-10-07'keep state' is now default, and use 'no state' where intended.Ryan Thomas McBride
2006-10-06The NETGEAR WG511 and SMC2835W are CardBus. Only v2 of the SMC is supported.Aaron Campbell
2006-10-06Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out.Ray Lai
Unfortunately this does not fix existing file permissions. Spotted by Antti Harri <iku at openbsd dot fi>. OK millert@.