Age | Commit message (Expand) | Author |
2008-11-11 | remove the use of O_EXLOCK, when open()ing a file, and use flock() instead. | Charles Longeau |
2008-11-11 | Replace some 4 space knf spacing with install space paranoia tabs, saving | Kenneth R Westerback |
2008-11-10 | add a per-stream ``soft volume'' knob and the corresponding -v option. | Alexandre Ratchov |
2008-11-10 | - open the message file earlier after a successful MAIL command instead of | Gilles Chehade |
2008-11-10 | - define MAX_LINE_SIZE which is the maximum length of a line we allow from | Gilles Chehade |
2008-11-10 | rename h_errno field into getaddrinfo_error, to avoid confusion with errno. | Charles Longeau |
2008-11-10 | fix store_write_header() prototype. | Charles Longeau |
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 |