Age | Commit message (Expand) | Author |
2009-07-26 | use ``sizeof(string) - 1'' rather than ``strlen(string)'' on static | Alexandre Ratchov |
2009-07-26 | Document new PCIOCGETROM ioctl. Remove attribution of ioctls that we never | Mark Kettenis |
2009-07-26 | Add PCIOCGETROM, and ioctl(2) to read PCI ROMs. | Mark Kettenis |
2009-07-26 | If we recognize a specific mouse model where we need to override locator | Miod Vallat |
2009-07-26 | remove the (bogus) special case when mio_open() is called with | Alexandre Ratchov |
2009-07-26 | no need to cast the return value of m_freem() to void | Thordur I. Bjornsson |
2009-07-26 | Make all messages sent between the client and server fixed size. | Nicholas Marriott |
2009-07-26 | rephrase description of (MIO_IN | MIO_OUT) mode | Alexandre Ratchov |
2009-07-26 | Make ``static'' few functions that are prototyped as static but are not | Alexandre Ratchov |
2009-07-26 | sort and space headers as per style(9) | Alexandre Ratchov |
2009-07-26 | Fix flow control support: | Mark Kettenis |
2009-07-26 | sync to 1.8.1: removed excessively verbose EARGVPARM warning | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: support .br and .sp | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: modify macro hash tables to deal with lowercase macro names; | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: small clarity updates; | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: .Bl -diag lacked the second blank after the tag | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: correct vis count for erroneously-decorated whitespace; | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: word splitting now happens in libmdoc, | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: libmdoc now breaks up free-form lines into tokens; | Ingo Schwarze |
2009-07-25 | sync to 1.8.1: fix date in footer; from Ulrich Sporlein | Ingo Schwarze |
2009-07-25 | On multiple-node systems, be sure to broadcast reboot requests to all nodes. | Miod Vallat |
2009-07-25 | Fix crash in bwi on armish by properly aligning a 32-bit value. Not | Kenneth R Westerback |
2009-07-25 | sync | Theo de Raadt |
2009-07-25 | Fix Cardbus_conf_{read,write} macros. Not used by anything yet. | Miod Vallat |
2009-07-25 | Add an extra argument to uvm_unmap_remove(), for the caller to tell it | Miod Vallat |
2009-07-25 | Better parameter validation in pciioctl(): check for ioctl number and | Miod Vallat |
2009-07-25 | Make sure that if a PDE isn't there, we skip to the start of the address | Mark Kettenis |
2009-07-25 | typo | Martynas Venckus |
2009-07-25 | Replace magic numbers for ANAR flow control bits with the appropriate | Mark Kettenis |
2009-07-25 | int is big enough to fully represent exponents of all supported fp | Martynas Venckus |
2009-07-25 | Stop using rbus to set up the socket BAR if it has been left unitialized | Mark Kettenis |
2009-07-25 | use const qualifier in libsndio, making it slightly more consistent | Alexandre Ratchov |
2009-07-25 | use const qualifier in libsndio, making it slightly more consistent | Alexandre Ratchov |
2009-07-25 | sio_open returns a pointer so the < 0 comparison is wrong | Alexandre Ratchov |
2009-07-25 | fix comments, remove no longer needed declaration, reorder includes | Alexandre Ratchov |
2009-07-25 | Add flow control status reporting. From Brad. | Stuart Henderson |
2009-07-25 | add sndio.7, forgotten in last commit | Alexandre Ratchov |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |
2009-07-25 | - add a symbol to help gdb location pthread internals (_thread_ctx_offset) | Kurt Miller |
2009-07-25 | - enable thread model posix for gcc 3 which makes dwarf2 exception | Kurt Miller |
2009-07-24 | properly sanitize the default value in ask_num(...) | Alexander Hall |
2009-07-24 | in pmap_kenter_pa(), flush the old pte before installing the new one. | Theo de Raadt |
2009-07-24 | Set the active pane when respawning a window - fixes problems when respawning a | Nicholas Marriott |
2009-07-24 | Use the full range of ACS line drawing characters to draw pane borders, | Nicholas Marriott |
2009-07-24 | cmd_find_index should return -2 on error. | Nicholas Marriott |
2009-07-24 | wrap the kernel specific parts in an _KERNEL ifdef. | Jonathan Gray |
2009-07-24 | Don't include systm.h as it isn't needed and pulls in libkern headers, | Jonathan Gray |
2009-07-24 | sync | Theo de Raadt |
2009-07-24 | Simplify screen redrawing by drawing the border and background together rather | Nicholas Marriott |
2009-07-24 | Accept lowercase c- and m- prefix as well as C- and M-. | Nicholas Marriott |