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