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