summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-04Add input routines to the i2s layer to support future Zaurus audio input.Christopher Pascoe
2006-04-04nuke bundled regex lib, we have and always used the OpenBSD one of courseHenning Brauer
2006-04-04Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOsChristopher Pascoe
2006-04-04Abort any DMA that is in progress before changing the DMA completion handler,Christopher Pascoe
2006-04-04When tdelete() is used to delete the root node, don't return aMoritz Jodeit
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
2006-04-04rip out bundled dbm, we've always used our dbmHenning Brauer
2006-04-04Small hex-vs-decimal typo from gwk, and tested by me (with cpusig checkUwe Stuehler
2006-04-04Wait until the microdrive in socket 1 becomes ready before starting zboot.Uwe Stuehler
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
2006-04-03Change an int to size_tDavid Hill
2006-04-03add translation for mknodNikolay Sturm
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
2006-04-03Clarify the firmware part of the iwi(4) manpage:Dimitry Andric
2006-04-03typo; from tobias stoeckmannJason McIntyre
2006-04-03GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066Damien Miller
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
2006-04-03Move scsi_done back under splbio.Marco Peereboom
2006-04-03Since we have a run-queue now lets check it in the isr and get io ontoMarco Peereboom
2006-04-03Silly dlg hz/500 isnt a whole lot. Also removed busy-wait inMarco Peereboom
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
2006-04-03lint love; ok kjellTheo de Raadt
2006-04-03Always leave compile buffer on first line after compilation.Kjell Wooding
2006-04-02delete unused variableTheo de Raadt
2006-04-02- add pccbb_attach_hook in pccbbattach for MD initializations.Brad Smith
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
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
2006-04-02some characters are in fact allowed in symbol names, don't freakJoris Vink
2006-04-02Prevent panic when loading pre-3.0 iwi firmware, and give a helpfulDimitry Andric
2006-04-02test char against '\0', not 0Kjell Wooding
2006-04-02When setting timestamps TOSERVER having write permissions is adaquate;Otto Moerbeek
2006-04-02kill atoi(), correct signedness of internal API gettype(); ok a few peopleTheo de Raadt
2006-04-02Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX andOtto Moerbeek
2006-04-02fix ^W (delete to start of word) in minibuffer;Kjell Wooding
2006-04-02Cope with FFS2's lazy inode allocation policy, adapted from FreeBSDPedro Martelletto
2006-04-02Set cg_ffs2_time whenever cg_time is setPedro Martelletto