Age | Commit message (Expand) | Author |
2009-08-19 | ether -> either; | Jason McIntyre |
2009-08-19 | add missing .El; | Jason McIntyre |
2009-08-18 | Instead of just checking for an empty buffer, which may not be the case if | Nicholas Marriott |
2009-08-18 | Whoops, getting the comparison the right way round is usually recommended. | Nicholas Marriott |
2009-08-18 | Move another expensive options test to after a cheaper timer check/update. | Nicholas Marriott |
2009-08-18 | fix "get" command usage, spotted by jmc@ | Damien Miller |
2009-08-18 | options_get_number() is relatively expensive and a check for dead panes happens | Nicholas Marriott |
2009-08-18 | Disable address translation. Necessary on the RB600 where the firmware starts | Mark Kettenis |
2009-08-18 | Document recent developments. | Miod Vallat |
2009-08-18 | Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards on | Miod Vallat |
2009-08-18 | Replace a few hardcoded numbers from the interrupt register with proper | Miod Vallat |
2009-08-18 | Blind support for SGI PIC PCI-X controller found on Origin 350 and Tezro | Miod Vallat |
2009-08-18 | On dual interrupt IOC3 designs, disestablish the ethernet interrupt if no | Miod Vallat |
2009-08-18 | Fix after readdisklabel() change. | Matthias Kilian |
2009-08-18 | The end of headers check that is used to determine where to insert our | Gilles Chehade |
2009-08-18 | recursive transfer support for get/put and on the commandline | Damien Miller |
2009-08-18 | Now that pane targets (-t) are supported, switch some commands to use them | Nicholas Marriott |
2009-08-18 | Tag a few missed printf-like functions and fix a missing "%s". | Nicholas Marriott |
2009-08-18 | Pass show-buffer output through vis(3) as well, and wrap it to the edge of the | Nicholas Marriott |
2009-08-18 | Change list-buffers to run the preview of the buffer through vis(1). | Nicholas Marriott |
2009-08-18 | Use the full screen width when printing output rather than one less. | Nicholas Marriott |
2009-08-18 | Nuke unnecessary assignment. | Nicholas Marriott |
2009-08-18 | HEADS-UP: change the way sysmerge(8) runs by default. | Antoine Jacoutot |
2009-08-18 | Add entry for ypldap.conf (may contain a password). | Antoine Jacoutot |
2009-08-18 | Add a "delete line" key when editing in the status line or the search up/down | Nicholas Marriott |
2009-08-18 | Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with | Nicholas Marriott |
2009-08-17 | fix readdpmelabel() declaration since the definition was changed | Dariusz Swiderski |
2009-08-17 | Document that explicitly unset WRKOBJDIR gives the old behaviour of | Stuart Henderson |
2009-08-17 | All callers of qli_get_fw_state() bzero the mbox memory, no need to do it | Miod Vallat |
2009-08-17 | sizeof(ptr) -> sizeof(*ptr) as intended; ok djm@ millert@ | Miod Vallat |
2009-08-17 | allow midicat to take multiple -i and -o options | Alexandre Ratchov |
2009-08-17 | if one or more MIDI devices are specified in server mode, subscribe | Alexandre Ratchov |
2009-08-17 | Use ANSI function declarations. No binary change. | Joel Sing |
2009-08-17 | Update to tzdata2009l from elsie.nci.nih.gov | Todd C. Miller |
2009-08-17 | document 'show all bufs' | Jasper Lievisse Adriaanse |
2009-08-17 | dd 'show all bufs' to show all the buffers in the system | Jasper Lievisse Adriaanse |
2009-08-17 | initialize retry to zero; otherwise if firmware sends odd val16 | Martynas Venckus |
2009-08-17 | the null check makes more sense when it's done before deref | Martynas Venckus |
2009-08-17 | Don't try to move files that don't exist. | Antoine Jacoutot |
2009-08-17 | also report routers and their host states in relayctl | Reyk Floeter |
2009-08-17 | remove prototype of non-existent midi_get_hwif() | Alexandre Ratchov |
2009-08-17 | Switch several kerberos/afs tools from using using libreadline | Jonathan Gray |
2009-08-17 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-08-16 | Add PubkeyAuthentication to the list allowed in a Match block (bz #1577) | Darren Tucker |
2009-08-16 | Properly initialize the array setting auto-upgradable files. | Antoine Jacoutot |
2009-08-16 | remove use of BITS and BIT macros | Jonathan Gray |
2009-08-16 | tweak a switch statement to appease lint | Jonathan Gray |
2009-08-16 | remove use of BITS and BIT macros. | Jonathan Gray |
2009-08-16 | start getting rid of some of these horrific bit macros, remove | Jonathan Gray |
2009-08-16 | parse "nameserver [host]:port" syntax in /etc/resolv.conf | Stefan Sperling |