Age | Commit message (Expand) | Author |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-11 | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | Miod Vallat |
2009-12-11 | Fill out the pdq_cmd_info table to 18 elements, despite many of | Philip Guenthe |
2009-12-10 | fix potential bugs spotted by parfait | Bob Beck |
2009-12-10 | getcwd() is posix, not ansi; from Thomas Pfaff | Jason McIntyre |
2009-12-10 | Now that the old SysV SHM size limits global variables are gone, remove | Mark Kettenis |
2009-12-10 | clarify the new rules of hostname.if files. A few special formats are | Theo de Raadt |
2009-12-10 | Length of the host address in the FEC TLV must be encoded in number | Michele Marchetto |
2009-12-10 | "please apply the same diff as for rt2860 to if_run.c" damien@ | Owain Ainsworth |
2009-12-10 | fix a theoretical (but not possible) array bound overflow. | Owain Ainsworth |
2009-12-10 | memory leak, and off by one buffer overflow - spotted by parfait | Bob Beck |
2009-12-10 | Change nasty realloc call to a more correct looking ideom - noticed while | Bob Beck |
2009-12-10 | careless fscanf, found by parfait, ok jsg | Theo de Raadt |
2009-12-10 | memory leak, found by parfait, ok jsg | Theo de Raadt |
2009-12-10 | ansi | Theo de Raadt |
2009-12-10 | spacing | Theo de Raadt |
2009-12-10 | "fix" from freebsd to hide potential race in silly renames, where | Bob Beck |
2009-12-10 | a few sizeof(array)/sizeof(array[0]) -> nitems(array) conversions found while | Owain Ainsworth |
2009-12-10 | unify; ok jmc | Theo de Raadt |
2009-12-10 | do not leak memory, found by parfait, ok millert otto | Theo de Raadt |
2009-12-10 | plug some memory leaks; found by parfait, ok henning | Theo de Raadt |
2009-12-10 | Fix a case when 2yz status would not override existing 4yz one. | Jacek Masiulaniec |
2009-12-10 | Fix few read overruns found by parfait. | Jacek Masiulaniec |
2009-12-10 | better wording for 1 option from jmc | Ted Unangst |
2009-12-10 | add an option '1' to display all cpu stats combined. helps save space | Ted Unangst |
2009-12-10 | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott |
2009-12-10 | tweak previous; | Jason McIntyre |
2009-12-10 | Make sure to use 64 bit instructions in the assembly statements (addi -> daddi) | Miod Vallat |
2009-12-10 | various bits of knf; ok yuo | Theo de Raadt |
2009-12-10 | plug memory leak, spotted by parfait; ok krw | Theo de Raadt |
2009-12-10 | o stop reordering ifconfig arguments (e.g. after 'up ..') | Todd T. Fries |
2009-12-10 | Eliminate the confusing term "find codes database" which is used nowhere else. | Ingo Schwarze |
2009-12-10 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-12-10 | sync | Theo de Raadt |
2009-12-10 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-12-09 | Resubmit any pending SCSI commands when we sucessfully (re)connect to | Mark Kettenis |
2009-12-09 | this does not even compile | Theo de Raadt |
2009-12-09 | mention uhts(4). suggested by jmc@ | Matthieu Herrb |
2009-12-09 | add uhts(4). | Matthieu Herrb |
2009-12-09 | add uhts(4) a driver for USB HID touchscreens. ok miod@. | Matthieu Herrb |
2009-12-09 | off by one in carp configuration; found by parfait, ok jsg | Theo de Raadt |
2009-12-09 | Nuke stray comment referencing deceased TRY_AGAIN_LATER that dlg@ | Kenneth R Westerback |
2009-12-09 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-09 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-09 | sloppy oga, tsk tsk, you are scaring us | Theo de Raadt |
2009-12-09 | Don't try to shove I/O down the LDC if we're disconnected from the virtual | Mark Kettenis |
2009-12-09 | Do not count input errors twice. We always read input errors from | Christian Weisgerber |
2009-12-09 | sync | Theo de Raadt |
2009-12-09 | Add entries in compat signal mapping arrays for SIGTHR. | Jonathan Gray |
2009-12-09 | Remove the clean gdt bit and leave the idt part in. | Paul Irofti |