Age | Commit message (Expand) | Author |
2014-12-05 | keep punctuation separate on macro lines | Ingo Schwarze |
2014-12-05 | Enable xhci(4). | Mark Kettenis |
2014-12-05 | Improve parsing of function names. | Ingo Schwarze |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-12-05 | Move initial wait for network link into the state machine by adding | Kenneth R Westerback |
2014-12-05 | Do not misinterpret function arguments as function names; | Ingo Schwarze |
2014-12-05 | macro cleanup: remove bogus .Nm and split joint .Fn arguments | Ingo Schwarze |
2014-12-05 | Move rmuser(8) from man to base because it's a hardlink to adduser(8). | Ingo Schwarze |
2014-12-05 | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze |
2014-12-05 | Add Southend (SEN). | Mark Kettenis |
2014-12-05 | Store return value of i2d_X509_NAME in a signed integer to make | Mike Belopuhov |
2014-12-05 | Specify correct number of iovecs when sending replies to the ikev2 proc | Mike Belopuhov |
2014-12-05 | Allow only root to use KERN_PROC_VMMAP until it is really proven safe. | Masao Uebayashi |
2014-12-05 | Introduce a new sysctl to retrieve VM map entries | Masao Uebayashi |
2014-12-05 | Rework the number handling to avoid an integer overflow/crash | Jonathan Gray |
2014-12-05 | memmove/bcopy from libkern, almost certainly the unrolling here is | Theo de Raadt |
2014-12-05 | Remove SVR4 codeblock which insisted on using srand(time(0)) and rand(). | Theo de Raadt |
2014-12-04 | add tests for new client RevokedHostKeys option; | Damien Miller |
2014-12-04 | Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler() | Miod Vallat |
2014-12-04 | When finding a .so link after the page was already processed, | Ingo Schwarze |
2014-12-04 | remove a kerberosV leftover. ok miod | Ted Unangst |
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst |
2014-12-04 | key_in_file() wrapper is no longer used | Damien Miller |
2014-12-04 | correctly store .Dt and .TH information in the names table | Ingo Schwarze |
2014-12-04 | obvious cases of missing NAME .Nm entries | Ingo Schwarze |
2014-12-04 | replace an overlapping memcpy with memmove, ok deraadt tedu | Stuart Henderson |
2014-12-04 | in the SYNOPSIS, add .Fo and first .Fn arguments to the names table | Ingo Schwarze |
2014-12-04 | add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5) | Ingo Schwarze |
2014-12-04 | use the actual function name in .Dt and NAME .Nm, not an alias; | Ingo Schwarze |
2014-12-04 | In the SYNOPSIS, if .Nm occurs without argument, give the first .Nm | Ingo Schwarze |
2014-12-04 | Repair VLAN tagging in the bridge output path | Mike Belopuhov |
2014-12-04 | asm version from libkern, but mempcy() remains tied to the | Theo de Raadt |
2014-12-04 | sync | Theo de Raadt |
2014-12-04 | Xr umcs | Theo de Raadt |
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot |
2014-12-04 | Manpage for umcs(4). | Martin Pieuchot |
2014-12-04 | Driver for MosChip Semiconductor 78x0 USB multiport serial adapters. | Martin Pieuchot |
2014-12-04 | regen | Martin Pieuchot |
2014-12-04 | Various MosChip Semiconductor multiport serial adapter. | Martin Pieuchot |
2014-12-04 | The sparc64 Open Firmware package-to-path call (used since softraid boot | Stefan Sperling |
2014-12-04 | document some more commands that are POSIX extensions. ok jmc@ | Daniel Dickman |
2014-12-04 | Allow POSIX 0i; from Jeremy Mates. | Daniel Dickman |
2014-12-04 | Disable MSI with the Samsung S4LN053X01 SSD controller as found in some | Brad Smith |
2014-12-04 | Disallow file allocations on directories that have been removed | David Coppa |
2014-12-04 | Simplify the MSI bits a bit. | Brad Smith |
2014-12-04 | Stop people from cheating. Especially those that believe in FIPS, they | Theo de Raadt |
2014-12-04 | init the mutex used in sleeping pool_gets with the right ipl if the | David Gwynne |
2014-12-04 | stop viral header propagation. none of this code uses sys/hash.h | Ted Unangst |
2014-12-04 | add RevokedHostKeys option for the client | Damien Miller |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |