Age | Commit message (Expand) | Author |
2009-07-22 | Add big-endian platform support to sis(4). Tested to not break anything on | Miod Vallat |
2009-07-22 | Get rid of now unused extent_malloc_ok variable. | Miod Vallat |
2009-07-22 | Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields. | Miod Vallat |
2009-07-22 | Use direct mappings in XKPHYS for bus_space, instead of extent and TLB | Miod Vallat |
2009-07-22 | Tidy the target parsing code a bit and correct the behaviour so that as before | Nicholas Marriott |
2009-07-22 | When disassembling, if our pc matches the beginning of a routine, then | Miod Vallat |
2009-07-22 | Put the PG_RELEASED changes diff back in. | Owain Ainsworth |
2009-07-22 | tty_write is relatively short and the only function left in tty-write.c so move | Nicholas Marriott |
2009-07-22 | More tty code tidying: move the saved cursor/region position (from before the | Nicholas Marriott |
2009-07-22 | via nano cpus are amd64, and so we need machdep.xcrypt | Theo de Raadt |
2009-07-22 | Overhaul resource handling and mapping in macepcibr(4): | Miod Vallat |
2009-07-22 | libsa printf doesn't support sizes in %s specifiers; fix format strings | Miod Vallat |
2009-07-22 | Fix the configure test for symbol visibility support; the current test | Miod Vallat |
2009-07-22 | Make sure the irq numbers for the O2 event counters match the interrupt lines | Miod Vallat |
2009-07-22 | Define BUS_SPACE_MAP_CACHEABLE. | Miod Vallat |
2009-07-22 | log_debug3 no longer exists, change the sole use in GRID_DEBUG to log_debug2. | Nicholas Marriott |
2009-07-22 | enum tty_cmd is only used as an index into the array of command function | Nicholas Marriott |
2009-07-22 | sync | Alexandre Ratchov |
2009-07-22 | add missing /dev/{rmidi,sequencer,music} bits in MAKEDEV for | Alexandre Ratchov |
2009-07-22 | There are relatively few arguments to tty_cmd_* functions now, so tidy them up | Nicholas Marriott |
2009-07-22 | correctly list which files this license applies to | Theo de Raadt |
2009-07-22 | tty_cmd_raw is only used once, for raw UTF-8 output, so rename it to | Nicholas Marriott |
2009-07-22 | enter_user() is only called in one way, rendering the third parameter | Theo de Raadt |
2009-07-22 | Instead of calculating a number of seconds to sleep, tsleep()ing on | Bret Lambert |
2009-07-22 | remove a comment thats part lie and part stating the obvious. | Thordur I. Bjornsson |
2009-07-22 | Comment diff only; list an additional supported PHY and add a link | Stuart Henderson |
2009-07-22 | The last paragraphs of the "Built-in commands" section are properly | Philip Guenthe |
2009-07-22 | sync | Theo de Raadt |
2009-07-21 | Adjust field width to fit longest key when listing. | Nicholas Marriott |
2009-07-21 | Make pmap_enter respect the PMAP_CANFAIL flag. With and essential | Mark Kettenis |
2009-07-21 | PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge) | Miod Vallat |
2009-07-21 | Make rbus_new_body() invocable from outside cardbus.c, to allow md code | Miod Vallat |
2009-07-21 | Remove leftover debug logging of password. | Nicholas Marriott |
2009-07-21 | Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead | Miod Vallat |
2009-07-21 | Use the symbolic constants for the window registers in pci configuration | Miod Vallat |
2009-07-21 | Make some functions which return unused values void (mostly found by lint) and | Nicholas Marriott |
2009-07-21 | Nix a few unused attributes on arguments which are no longer unused. | Nicholas Marriott |
2009-07-21 | Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by | Nicholas Marriott |
2009-07-21 | __progname is not const, pointed out by deraadt. | Nicholas Marriott |
2009-07-21 | Tidy up keys: use an enum for the key codes, and remove the macros which just | Nicholas Marriott |
2009-07-21 | add missing flag to synopsis. | Igor Sobrado |
2009-07-21 | Rewrite ioctl parts and rx filter handling. From Brad, tested by | Stuart Henderson |
2009-07-21 | stop gcc from whining | Theo de Raadt |
2009-07-21 | Allow systat(1) to resolve names by adding a new -N flag. (The default was | Stuart Henderson |
2009-07-21 | sync | Theo de Raadt |
2009-07-21 | pf_scrub_ip/ip6 prototypes are already in pfvar.h | Henning Brauer |
2009-07-21 | Support KERN_FILE_TEXT here too | Todd C. Miller |
2009-07-21 | Handle the case where so_pcb is NULL. | Todd C. Miller |
2009-07-21 | Add a family flag for the original 5700 series chipsets. Idea from FreeBSD. | Christian Weisgerber |
2009-07-21 | sorry, but showing a diff, getting an explicit "not ok" and then committing | Henning Brauer |