Age | Commit message (Expand) | Author |
2009-06-28 | Don't list the AlphaServer 4100 in the unsupported systems | Jonathan Gray |
2009-06-28 | Teach sysmerge to deal with links (found the hard way when I realised I | Antoine Jacoutot |
2009-06-28 | Restore lost string constant, make DEBUG kernels compile. | Kenneth R Westerback |
2009-06-27 | Stricter checks when deciding which acceleration code to use. Instead of | Miod Vallat |
2009-06-27 | Preliminary cleanup work in order to help the PCI resource management code. | Miod Vallat |
2009-06-27 | In the bus_space_*_raw_* functions, move the invariant computations out of | Miod Vallat |
2009-06-27 | release storage after asprintf. ok sthen@ | Martynas Venckus |
2009-06-27 | If a device which has not been initialized by ARCS has a non-zero BAR, ignore | Miod Vallat |
2009-06-27 | Add an explicit widget locator to xbow children; allows a given widget to | Miod Vallat |
2009-06-27 | Remove debug printfs. | Mark Kettenis |
2009-06-27 | Revert the last change to this file which was made with armv7 support came in. | Dale Rahn |
2009-06-27 | Use gmtime_r so the current time isn't overwritten, the minute comparison works | Nicholas Marriott |
2009-06-27 | sync description of struct audio_prinfo; | Jason McIntyre |
2009-06-27 | Now in sync with 1.7.20, except that a few patches looking incorrect | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: minimum offset for .Bl -enum is 5 spaces, not 4 | Ingo Schwarze |
2009-06-27 | Copy the 256-colour flag into the tty saved cell as well as the actual colour, | Nicholas Marriott |
2009-06-27 | sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual. | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: .Bd -indent uses 6-space, not 5-space indent | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: .Bl -diag get two spaces after the tag | Ingo Schwarze |
2009-06-27 | sync to 1.7.20: handle [01-9]+m -width specifiers | Ingo Schwarze |
2009-06-27 | Mark MPLS routes with T (tagged) in route output. | Michele Marchetto |
2009-06-27 | sync to 1.7.20: .D1 and .Dl use 6-space, not 5-space indent; | Ingo Schwarze |
2009-06-27 | Add client option UseRoaming. It doesn't do anything yet but will | Andreas Gunnarsson |
2009-06-27 | It may be necessary to retransmit some data when resuming, so add it | Andreas Gunnarsson |
2009-06-27 | packet_bacup_state() and packet_restore_state() will be used to | Andreas Gunnarsson |
2009-06-27 | Add initial user to the 'staff' class. | Antoine Jacoutot |
2009-06-26 | Add missing spaces before some alias closing brackets, otherwise they are | Nicholas Marriott |
2009-06-26 | add jackson's death. ok\with sthen@ | Martynas Venckus |
2009-06-26 | the forms \*x, \*(xx and \*[xxx] are not deprecated, so revert most of 1.8; | Ingo Schwarze |
2009-06-26 | After logging (if enabled) is switched to file, there is no reason to keep | Nicholas Marriott |
2009-06-26 | undefine() leaves the hash entry for the macro (for use by builtin()) and | Philip Guenthe |
2009-06-26 | Sync with sudo repo | Todd C. Miller |
2009-06-26 | Two pci'd that come from cardbus, in case anyone ever needs them... | Theo de Raadt |
2009-06-26 | Fix a use after free in the pagedaemon. | Owain Ainsworth |
2009-06-26 | Remove some unused function declarations; no binary change. | Nicholas Marriott |
2009-06-26 | invert direction for inner icmp state lookups (e.g. traceroute with icmp) | Markus Friedl |
2009-06-26 | If we are going to move to the eeprom-based MAC address finding instead of | Theo de Raadt |
2009-06-26 | Prefer fdcache() to pdcache() in cpu_fork(), as the MI uvm code has touched | Miod Vallat |
2009-06-26 | Add all the cardbus com devices to puc, since these can show up on the | Theo de Raadt |
2009-06-26 | explicitly print an empty value between two end_line() calls to prevent | Can Erkin Acar |
2009-06-26 | Using information gleamed from the FreeBSD driver, change the MAC address | Theo de Raadt |
2009-06-26 | Status line fixes: don't truncate status-right now the length calculation is | Nicholas Marriott |
2009-06-26 | Overhaul sr_boot_assembly(). The original code had a number of problems, | Joel Sing |
2009-06-26 | Support the ICH10 variants of em(4). All the work done by Dariusz Swiderski | Claudio Jeker |
2009-06-26 | since nitems() is not yet fit for userland consumption, provide it | Theo de Raadt |
2009-06-26 | use standard safe C | Theo de Raadt |
2009-06-26 | locally define nitems() macro, #ifndef'd. | Okan Demirmen |
2009-06-26 | Also #ifndef nitems here, caught by Thomas Jeunet. | Nicholas Marriott |
2009-06-26 | the pr_usrreq implementation for routing sockets shares exactly one line | Bret Lambert |
2009-06-26 | There is no need to log routing socket version mismatches. | Claudio Jeker |