summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-04PowerBook3,3 has tumblerMartin Reindl
2006-04-04enable tqphy(4), found on xl(4)Martin Reindl
2006-04-04Add a `prefetch threshold' member to the bus_dma_tag_t, so thatBrad Smith
eventually we can determine whether or not to allocate a spill page on a per-mapping basis. From NetBSD ok martin@
2006-04-04clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit.Brad Smith
ok martin@
2006-04-04Revert r1.58, I was on drugs - the array we are locking is one byte perMiod Vallat
page, so the arithmetic was ok. Spotted by david@
2006-04-04POSIX says tdelete() returns the parent of the deleted node. Sadly theOtto Moerbeek
root node doesn't have a parent, and POSIX does not say what should be done in that case. Warn developers that different implementations may do different things.
2006-04-04Remove unused variable, spotted by otto@Pedro Martelletto
2006-04-04dead code removalHenning Brauer
2006-04-04document set nexthop self, and improve that section whil eon it, claudio okHenning Brauer
2006-04-04add "set nexthop self", force nexthop to be set to own address even with IBGPHenning Brauer
requested & tested Falk Brockerhoff <fb@smartterra.de>, and tony sarendal tested this too. claudio ok
2006-04-04Add input routines to the i2s layer to support future Zaurus audio input.Christopher Pascoe
ok robert@
2006-04-04nuke bundled regex lib, we have and always used the OpenBSD one of courseHenning Brauer
From: Daniel Ouellet <daniel@presscom.net>
2006-04-04Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOsChristopher Pascoe
to memory. ok robert@
2006-04-04Abort any DMA that is in progress before changing the DMA completion handler,Christopher Pascoe
not after.
2006-04-04When tdelete() is used to delete the root node, don't return aMoritz Jodeit
pointer to the freed root node, but return a pointer to the new root node. POSIX does not define, what should be returned in that case. Fixes Coverity CID 2528. ok millert@ otto@
2006-04-04Fix a commentPedro Martelletto
2006-04-04Fix case where a string could not be correctly terminated, okay jaredy@Pedro Martelletto
2006-04-04Configure the I2S controller's GPIOs, not than the USB's.Christopher Pascoe
tested robert@
2006-04-04rip out bundled dbm, we've always used our dbmHenning Brauer
From: Daniel Ouellet <daniel@presscom.net>
2006-04-04Small hex-vs-decimal typo from gwk, and tested by me (with cpusig checkUwe Stuehler
disabled because my BIOS sucks).
2006-04-04Wait until the microdrive in socket 1 becomes ready before starting zboot.Uwe Stuehler
This should avoid "hd0 missing" errors seen with some other cards inserted in socket 0. Tested by me and probably kjell@
2006-04-04Update for C3200.Uwe Stuehler
2006-04-04Some hacks for the C3200. Files have to be moved and copied around to makeUwe Stuehler
room in the root filessystem and to avoid a known problem with zbsdmod.
2006-04-03Change an int to size_tDavid Hill
Remove NEW() Remove unused return value of add_tty() ok moritz@
2006-04-03add translation for mknodNikolay Sturm
ok provos
2006-04-03Ignore http_proxy for file urls; ok millert deraadtUwe Stuehler
2006-04-03more careful getting port numberTheo de Raadt
2006-04-03a few size_t casts are needed here; ok ottoTheo de Raadt
2006-04-03be more careful with atoi() result; ok ottoTheo de Raadt
2006-04-03syncTheo de Raadt
2006-04-03reflect reality, wchar_t has been int on OpenBSD for about a year now.Marc Espie
okay millert@
2006-04-03Clarify the firmware part of the iwi(4) manpage:Dimitry Andric
- Trim firmware files list to match -current - Mention URL of prepackaged proper firmware ok deraadt
2006-04-03typo; from tobias stoeckmannJason McIntyre
2006-04-03GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066Damien Miller
by dleonard AT vintela.com. use xasprintf() to simplify code while in there; "looks right" deraadt@
2006-04-03lint, strtonum()Theo de Raadt
2006-04-03few more int that can become a size_tTheo de Raadt
2006-04-03spreading the lint love (very minimal things..)Theo de Raadt
2006-04-03fixed "text in message line would get stuck there" issue.Kjell Wooding
feedback from Philip Guenther and Han Boetes
2006-04-03Move scsi_done back under splbio.Marco Peereboom
ok dlg
2006-04-03Since we have a run-queue now lets check it in the isr and get io ontoMarco Peereboom
the card if there is any still pending. ok dlg
2006-04-03Silly dlg hz/500 isnt a whole lot. Also removed busy-wait inMarco Peereboom
ami_quartz_exec. This fixes interactivity issues that we saw when running iogen. This is possible due to the new run-queue model for io. ok dlg@
2006-04-03useless code simplification from adobriyan AT gmail.comDamien Miller
2006-04-03some more malloc(x * y); bzero() -> calloc(x, y) whacking fromDamien Miller
adobriyan AT gmail.com
2006-04-03lint love; ok kjellTheo de Raadt
2006-04-03Always leave compile buffer on first line after compilation.Kjell Wooding
Change 0->NUL while I'm here.
2006-04-02delete unused variableTheo de Raadt
2006-04-02- add pccbb_attach_hook in pccbbattach for MD initializations.Brad Smith
- omit arithmetics to bus_space_handle_t. - remove use of IST_LEVEL; not defined on sparc64 and unused. From NetBSD
2006-04-02sprinkle some lint loveTheo de Raadt
2006-04-02There's no need for some comments to be so utterly crypticPedro Martelletto
2006-04-02Two changes in the FFS2 lazy inode allocation code:Pedro Martelletto
- Insert some comments and space the code to improve readability - Make sure the inode's gen number is always positive (from NetBSD)