Age | Commit message (Expand) | Author |
2009-07-28 | do not leak pf_rule_item_pl items in pf_test_rule() when | Henning Brauer |
2009-07-28 | check that pool_get actually gives us memory in pf_test_rule. | Henning Brauer |
2009-07-28 | Using the buf pointer returned from incore is a really bad idea. | Artur Grabowski |
2009-07-28 | Accept and print "Enter" and "Escape" for keys rather than C-m and C-[. | Nicholas Marriott |
2009-07-28 | Replace "XXX ? from linux" with a descriptive comment. From Brad. | Stuart Henderson |
2009-07-28 | The firmware is an array of u_int32_t and differs between architectures. | Claudio Jeker |
2009-07-28 | Next step towards customisable mode keys: build each default table of keys into | Nicholas Marriott |
2009-07-28 | If select-layout is not given an argument, repply the last layout used in the | Nicholas Marriott |
2009-07-28 | print the chipset name in the dmesg so it is possible to tell | Kevin Lo |
2009-07-28 | sync | Theo de Raadt |
2009-07-28 | Add flow control support | Kevin Lo |
2009-07-27 | - make urls such as http://foo, http://foo/, or http://foo/bar/ | Martynas Venckus |
2009-07-27 | sync | Theo de Raadt |
2009-07-27 | Remove an unused entry in the mode keys command enum and rename | Nicholas Marriott |
2009-07-27 | The Digital EtherWORKS card is confirmed to work. | Mark Kettenis |
2009-07-27 | Change mode key bindings from big switches into a set of tables. Rather than | Nicholas Marriott |
2009-07-27 | Please don't commit documentation for changes which don't compile in | Theo de Raadt |
2009-07-27 | When will people learn to commit their .h file changes? | Theo de Raadt |
2009-07-27 | Get rid of empty mode_key_free function. | Nicholas Marriott |
2009-07-27 | explain the pedigree of these firmwares, since the license is not quite right. | Theo de Raadt |
2009-07-27 | Do enter the tigon directory, and build there, and ship them. We have tried | Theo de Raadt |
2009-07-27 | sync | Theo de Raadt |
2009-07-27 | As is already the case for ffs, do not allow creation of msdos file systems | Alexander Hall |
2009-07-27 | Unbreak non-DIAGNOSTIC kernels (i.e. RAMDISK-IP27) | Miod Vallat |
2009-07-27 | seperation -> separation; from Amarendra Godbole | Jason McIntyre |
2009-07-27 | Split comment from lint keyword. OK dms@ | Claudio Jeker |
2009-07-27 | document how patterns are matched and that only the first 16 chars | Jason McIntyre |
2009-07-27 | List the additional TOS values and DiffServ Code Points now recognised | Stuart Henderson |
2009-07-27 | Make it possible to use DiffServ Code Point in the TOS fields. Names like | Claudio Jeker |
2009-07-27 | Define the common DiffServ Codepoints so pf(4) can use them. | Claudio Jeker |
2009-07-27 | add a section on automatic disk allocation, to give an idea of | Jason McIntyre |
2009-07-27 | Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi). | Nicholas Marriott |
2009-07-27 | tiemout_add -> timeout_add_sec | Bret Lambert |
2009-07-27 | Draw UTF-8 characters under the selection correctly. | Nicholas Marriott |
2009-07-27 | add bus speed recognition on Nehalem based cpus, this | Dariusz Swiderski |
2009-07-27 | Change previous-word behavior to move to the beginning of the word (matches | Nicholas Marriott |
2009-07-27 | don't use ``return'' in sio_close() and mio_close() | Alexandre Ratchov |
2009-07-26 | now in sync with version 1.8.1 | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: explicit-close macros now only warn when encountering | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: remove superfluous NOSPACE in bd post, | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: add a comment explaining the non-trivial termpair semantics; | Ingo Schwarze |
2009-07-26 | sync to 1.8.1: describe corrected handling of quoted literals, | Ingo Schwarze |
2009-07-26 | - revert thread model posix since it broke the build for hppa. will revist | Kurt Miller |
2009-07-26 | sync to 1.8.1: rewrite quoted literal handling correctly, | Ingo Schwarze |
2009-07-26 | Detect backspace by looking at termios VERASE and translate it into \177 (which | Nicholas Marriott |
2009-07-26 | stop trying to fast-recycle pages for now. a few bugs have been found and | Theo de Raadt |
2009-07-26 | Calculate the space available for the prompt buffer and the cursor position | Nicholas Marriott |
2009-07-26 | Rework ioc children attachment: instead of having ioc build a semi-bogus | Miod Vallat |
2009-07-26 | Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap(). | Miod Vallat |
2009-07-26 | Make the bus_space boundary checks #ifdef DIAGNOSTIC. | Miod Vallat |