Age | Commit message (Expand) | Author |
2008-11-10 | typo: be -> by in comment | Owain Ainsworth |
2008-11-10 | Clear ifindex2ifnet[] in if_detach() this is needed because link local | Claudio Jeker |
2008-11-10 | clean namespace a fair bit; wrap kernel-use-only structures and gunk in | Theo de Raadt |
2008-11-10 | fix some situations where it was impossible to buy a hotel, | Stuart Henderson |
2008-11-10 | delete operation not needed; from naddy | Theo de Raadt |
2008-11-10 | #if 0 a function which we have we do not use, and where the call to it is in ... | Theo de Raadt |
2008-11-10 | Fix the bits to enable bus mastering mode on some newer chips. From | Owain Ainsworth |
2008-11-10 | spaces fixed while reading code | Theo de Raadt |
2008-11-10 | If a bind() spuriously fails (as appears to happen once in a blue moon due | Theo de Raadt |
2008-11-10 | Make writeback work on after a suspend. From Dave Airlie via drm git. | Owain Ainsworth |
2008-11-10 | Use the correct sizeof for the _ca. | Artur Grabowski |
2008-11-10 | - remove last occurences of the atomic api in store.c, smtpd no longer uses | Gilles Chehade |
2008-11-10 | remove unused variable 'error' from two functions; llvm/clang; ok dlg | Constantine A. Murenin |
2008-11-10 | Remove 17 unused vars from uvideo_softc. | Marcus Glocker |
2008-11-10 | One more replacement; 2 -> UVIDEO_SH_MIN_LEN | Marcus Glocker |
2008-11-10 | Fix typo in comment, okay jmc@. | Pedro Martelletto |
2008-11-10 | missing static | Marc Espie |
2008-11-10 | adjust comment to reflect reality (CompatRunCommand is gone) | Marc Espie |
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 |