Age | Commit message (Expand) | Author |
2006-04-04 | clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit. | Brad Smith |
2006-04-04 | Revert r1.58, I was on drugs - the array we are locking is one byte per | Miod Vallat |
2006-04-04 | POSIX says tdelete() returns the parent of the deleted node. Sadly the | Otto Moerbeek |
2006-04-04 | Remove unused variable, spotted by otto@ | Pedro Martelletto |
2006-04-04 | dead code removal | Henning Brauer |
2006-04-04 | document set nexthop self, and improve that section whil eon it, claudio ok | Henning Brauer |
2006-04-04 | add "set nexthop self", force nexthop to be set to own address even with IBGP | Henning Brauer |
2006-04-04 | Add input routines to the i2s layer to support future Zaurus audio input. | Christopher Pascoe |
2006-04-04 | nuke bundled regex lib, we have and always used the OpenBSD one of course | Henning Brauer |
2006-04-04 | Add pxa2x0_dma_from_fifo to support DMA from internal peripheral FIFOs | Christopher Pascoe |
2006-04-04 | Abort any DMA that is in progress before changing the DMA completion handler, | Christopher Pascoe |
2006-04-04 | When tdelete() is used to delete the root node, don't return a | Moritz Jodeit |
2006-04-04 | Fix a comment | Pedro Martelletto |
2006-04-04 | Fix case where a string could not be correctly terminated, okay jaredy@ | Pedro Martelletto |
2006-04-04 | Configure the I2S controller's GPIOs, not than the USB's. | Christopher Pascoe |
2006-04-04 | rip out bundled dbm, we've always used our dbm | Henning Brauer |
2006-04-04 | Small hex-vs-decimal typo from gwk, and tested by me (with cpusig check | Uwe Stuehler |
2006-04-04 | Wait until the microdrive in socket 1 becomes ready before starting zboot. | Uwe Stuehler |
2006-04-04 | Update for C3200. | Uwe Stuehler |
2006-04-04 | Some hacks for the C3200. Files have to be moved and copied around to make | Uwe Stuehler |
2006-04-03 | Change an int to size_t | David Hill |
2006-04-03 | add translation for mknod | Nikolay Sturm |
2006-04-03 | Ignore http_proxy for file urls; ok millert deraadt | Uwe Stuehler |
2006-04-03 | more careful getting port number | Theo de Raadt |
2006-04-03 | a few size_t casts are needed here; ok otto | Theo de Raadt |
2006-04-03 | be more careful with atoi() result; ok otto | Theo de Raadt |
2006-04-03 | sync | Theo de Raadt |
2006-04-03 | reflect reality, wchar_t has been int on OpenBSD for about a year now. | Marc Espie |
2006-04-03 | Clarify the firmware part of the iwi(4) manpage: | Dimitry Andric |
2006-04-03 | typo; from tobias stoeckmann | Jason McIntyre |
2006-04-03 | GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066 | Damien Miller |
2006-04-03 | lint, strtonum() | Theo de Raadt |
2006-04-03 | few more int that can become a size_t | Theo de Raadt |
2006-04-03 | spreading the lint love (very minimal things..) | Theo de Raadt |
2006-04-03 | fixed "text in message line would get stuck there" issue. | Kjell Wooding |
2006-04-03 | Move scsi_done back under splbio. | Marco Peereboom |
2006-04-03 | Since we have a run-queue now lets check it in the isr and get io onto | Marco Peereboom |
2006-04-03 | Silly dlg hz/500 isnt a whole lot. Also removed busy-wait in | Marco Peereboom |
2006-04-03 | useless code simplification from adobriyan AT gmail.com | Damien Miller |
2006-04-03 | some more malloc(x * y); bzero() -> calloc(x, y) whacking from | Damien Miller |
2006-04-03 | lint love; ok kjell | Theo de Raadt |
2006-04-03 | Always leave compile buffer on first line after compilation. | Kjell Wooding |
2006-04-02 | delete unused variable | Theo de Raadt |
2006-04-02 | - add pccbb_attach_hook in pccbbattach for MD initializations. | Brad Smith |
2006-04-02 | sprinkle some lint love | Theo de Raadt |
2006-04-02 | There's no need for some comments to be so utterly cryptic | Pedro Martelletto |
2006-04-02 | Two changes in the FFS2 lazy inode allocation code: | Pedro Martelletto |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller |
2006-04-02 | some characters are in fact allowed in symbol names, don't freak | Joris Vink |
2006-04-02 | Prevent panic when loading pre-3.0 iwi firmware, and give a helpful | Dimitry Andric |