Age | Commit message (Expand) | Author |
2012-01-18 | Add new filters callbacks for: | Charles Longeau |
2012-01-18 | npppdctl related files should be removed. Added a mention about that. | YASUOKA Masahiko |
2012-01-18 | Replace npppdctl(8) by new npppctl(8). npppctl was written from | YASUOKA Masahiko |
2012-01-18 | Fix compiler warnings and some styles. | YASUOKA Masahiko |
2012-01-18 | Fix a problem that causes LCP keepalive timeout. In case the ack number of | YASUOKA Masahiko |
2012-01-17 | Remove assembly version of strlen from i386 and amd64, where it's | Mike Belopuhov |
2012-01-17 | Fix trailing whitespace. | Alexander Bluhm |
2012-01-17 | sync | Theo de Raadt |
2012-01-17 | Bump minor for addition of openat/pread/preadv/pwrite/pwritev | Philip Guenthe |
2012-01-17 | Add an __attribute__((__format__(__kprintf__))) to disasm_interface_t.di_printf | Miod Vallat |
2012-01-17 | Avoid redefining DEVNAME from <dev/sdmmc/sdmmcvar.h> by renaming this one | Joel Sing |
2012-01-17 | No need for saying out loud what we're thinking during auto-allocation. | Kenneth R Westerback |
2012-01-17 | Move the bio(4) cookie into a separate struct and make this struct the | Joel Sing |
2012-01-17 | CONCAT requires at least two disks. | Joel Sing |
2012-01-17 | Check the metadata level against the assembly level before proceeding with | Joel Sing |
2012-01-17 | Add missing ioctl DNPRINTFs and nuke some rogue commas. | Joel Sing |
2012-01-17 | zap trailing whitespace; | Jason McIntyre |
2012-01-17 | flesh out the VI COMMANDS section somewhat; | Jason McIntyre |
2012-01-17 | tweak previous; | Jason McIntyre |
2012-01-17 | fix SEE ALSO; | Jason McIntyre |
2012-01-17 | sync | Theo de Raadt |
2012-01-17 | Allow pkill to use the -l option. This displays which processes have been | lum |
2012-01-17 | Change the exit value on errors to be more 4.4BSD like. Use the sum of | lum |
2012-01-17 | Did Richard Stallman suggest the name change AND the new name "mg"? This is | lum |
2012-01-17 | Make openat(), pread(), preadv(), pwrite(), and pwritev() cancellation | Philip Guenthe |
2012-01-17 | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. | Philip Guenthe |
2012-01-17 | net_addrcmp() dies. found out to be a horrific function by eric | Theo de Raadt |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |
2012-01-17 | net_addrcmp() dies. found out to be a horrific function by eric | Theo de Raadt |
2012-01-17 | During IPv6 source address selection, give address scope higher priority | Stefan Sperling |
2012-01-17 | Avoid ffs fragsize < sector-size when 'a'dding a partition via the | Kenneth R Westerback |
2012-01-16 | sync | Theo de Raadt |
2012-01-16 | Fix a memory leak in pkcs11_rsa_private_encrypt(), reported by Jan Klemkow. | Miod Vallat |
2012-01-16 | Use nsdc to reliably stop nsd. | Camiel Dobbelaar |
2012-01-16 | POSIX indicates that some fields should be computed even if not | Todd C. Miller |
2012-01-16 | Nuke unused parameter (f) to makebootarea(). Unused since r1.123 | Kenneth R Westerback |
2012-01-16 | Pass struct pf_pdesc to pf_walk_option6() and pf_walk_header6() to | Alexander Bluhm |
2012-01-16 | Ensure that all disk attach callbacks have completed before attempting | Joel Sing |
2012-01-16 | mpi_get_ccb and mpi_put_ccb are only called via iopools now, so change | David Gwynne |
2012-01-16 | do carp demotion adjustments on syncdev link state change. | Mike Belopuhov |
2012-01-16 | import (and fix) net_addrcmp() from libc as a static function. | Eric Faurot |
2012-01-16 | Backout activation of the new apropos(1)/whatis(1)/makewhatis(8). | Ingo Schwarze |
2012-01-16 | update the supported adapters list | David Gwynne |
2012-01-16 | Document the \-C output format generated by VIS_ALL | Philip Guenthe |
2012-01-16 | bpf devices behave similar to raw sockets and never block on write, | Philip Guenthe |
2012-01-16 | Fix description for tcp.opening timeout in pf.conf(5). | Alexander Bluhm |
2012-01-15 | Calling pf_normalize_ip() from pf_setup_pdesc() was bad as the | Alexander Bluhm |
2012-01-15 | Document early history of a few functions specifically mentioned in 2BSD | Ingo Schwarze |
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze |
2012-01-15 | Calculate last position correctly for UTF-8 wide characters, reported by | Nicholas Marriott |