Age | Commit message (Expand) | Author |
2008-11-10 | don't assign ifp to ifp; llvm/clang; ok jsg | Constantine A. Murenin |
2008-11-10 | remove some dead code and fix a comment; llvm/clang; ok jsg | Constantine A. Murenin |
2008-11-10 | Add eMPIA Technology 2761 (ASUS EeePC 701 Notebooks) chipset which | Marcus Glocker |
2008-11-10 | uninitialised value caused some lmenv(4) fans to never appear sometimes; | Constantine A. Murenin |
2008-11-10 | vm_map_lock() around calls to uvm_map_findspace(); ok tedu | Theo de Raadt |
2008-11-10 | last character in line is at len - 1. ok gilles | Ted Unangst |
2008-11-10 | insertion sort is faster than bubble sort. ok gilles | Ted Unangst |
2008-11-10 | - simplify the passing of ssl cert/key during ssl configuration, | Gilles Chehade |
2008-11-10 | same vmspace song and dance as in kern_sysctl.c 1.167; ok kurt | Theo de Raadt |
2008-11-10 | - in queue, do not use the atomic api when dealing with real files | Gilles Chehade |
2008-11-10 | - plug a descriptor leak when session is aborted by a server error instead | Gilles Chehade |
2008-11-10 | - move '=>' into the lex loop, requested by and with help from deraadt@ | Gilles Chehade |
2008-11-10 | PuTTY supports AES CTR modes, so interop test against them too | Damien Miller |
2008-11-10 | - in queue_load_submissions(), if queue_message_from_id() fails for some | Gilles Chehade |
2008-11-10 | - snprintf() can return -1, make sure every call is checked properly | Gilles Chehade |
2008-11-10 | - recognize '=>' as one token instead of trying to match '=' and '>'. this | Gilles Chehade |
2008-11-10 | - make READ_BUF_SIZE a power of 2 | Gilles Chehade |
2008-11-09 | the extra kget() macro just befuddles the things we need to replace with a sy... | Theo de Raadt |
2008-11-09 | protect against .orig files resulting from a patch. | Marc Espie |
2008-11-09 | correct device name. | Owain Ainsworth |
2008-11-09 | Don't attach to the agp bridges on amd64 machines. They have a different | Owain Ainsworth |
2008-11-09 | Make own struct for the stream header instead saving the data in single | Marcus Glocker |
2008-11-09 | Add BULK xfer support. | Marcus Glocker |
2008-11-09 | typos; ok ratchov@ jmc@ | Christian Weisgerber |
2008-11-09 | workaround lack of struct proc. this whole mess must be cleaned out. | Theo de Raadt |
2008-11-09 | make aucat(1) stop automatically the audio(1) device if it's idle. This | Alexandre Ratchov |
2008-11-09 | add missing header needed by getpagesize(). | Charles Longeau |
2008-11-09 | if the device is not started, make sio_pollfd() pass 0 events bitmap | Alexandre Ratchov |
2008-11-09 | Rework that way that agp attaches. | Owain Ainsworth |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-11-09 | sio_revents() should return 0 poll events if the device isn't started | Alexandre Ratchov |
2008-11-09 | rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal() | Damien Bergamini |
2008-11-09 | uninitialized value, caused by a typo. | Charles Longeau |
2008-11-09 | tweak previous; | Jason McIntyre |
2008-11-09 | Removed unneeded conversion from RCSNUM to string in rcs_rev_setlog. | Tobias Stoeckmann |
2008-11-09 | remove reference to POOL_DIAGNOSTIC which hasn't existed for nearly a year. | Chris Kuethe |
2008-11-09 | systrace activation happens in the middle of a rather sensitive piece of | Theo de Raadt |
2008-11-08 | Use atop() and ptoa() in buf_free_pages() to make it consistent with | Pedro Martelletto |
2008-11-08 | sync | Theo de Raadt |
2008-11-08 | Get rid of va-ppc.h. | Mark Kettenis |
2008-11-08 | when defragmenting an mbuf chain, do not call M_DUP_PKTHDR. | Damien Bergamini |
2008-11-08 | remove two printfs that slipped through my last commit. | Damien Bergamini |
2008-11-08 | sort; | Jason McIntyre |
2008-11-08 | initialize k to NULL in wpi_tx_data() | Damien Bergamini |
2008-11-08 | fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom | David Gwynne |
2008-11-08 | do not call if_start() from tx_done() unless there is a reason to do so | Damien Bergamini |
2008-11-08 | do not allocate cmd memory for rings 5 and 6 (HCCA) which are unused. | Damien Bergamini |
2008-11-08 | Support for retrieving revisions from branches in branches was missing. | Tobias Stoeckmann |
2008-11-08 | rework iwn_start(). | Damien Bergamini |