summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-20Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott
2012-01-20save content of the pci attach args, not the pointer; from Christian EhrhardtMike Belopuhov
2012-01-20Add bio(4) status interface structs and utility functions to softraid(4).Joel Sing
2012-01-20Teach bioctl(8) about the new status interface for bio(4). With theJoel Sing
2012-01-20Implement a status message interface for bio(4) capable devices.Joel Sing
2012-01-20Remove global carp demote option. It is currently broken, but also flawedCamiel Dobbelaar
2012-01-20the glob stat limit is way too low. bump to 2048.Ted Unangst
2012-01-20Do not log the password at LOG_INFO, but at LOG_DEBUG instead.David Hill
2012-01-19Document RFC 4638 support in pppoe(4). Incorporates parts from Matt DaintyStuart Henderson
2012-01-19symetryMarc Espie
2012-01-19Even 'X'perts should not be able to use the built in editor toKenneth R Westerback
2012-01-19remove unused variable.Charles Longeau
2012-01-19Teach pppoe(4) about RFC 4638. This allows negotiating increased MTU withStuart Henderson
2012-01-18Ensure that $DISPLAY contains only valid characters before using it toDarren Tucker
2012-01-18remove unused variableCharles Longeau
2012-01-18Add missing header needed by iswspace()Charles Longeau
2012-01-18Remove dead assignments and newly created unused variables.Charles Longeau
2012-01-18tweak previous;Jason McIntyre
2012-01-18Welcome dhartmei@'s login_yubikey. To be worked on in-tree.David Hill
2012-01-18Don't unconditionally allocate new nodes in the hostap auth frame input path.Stefan Sperling
2012-01-18Make it possible to free cached nodes which never associated (e.g. nodesStefan Sperling
2012-01-18Add support for C99 %ls, %lc, and %l[ format directives to scanf(3).Stefan Sperling
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