Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-23 | Add some more udl devices. -moj | Mats O Jansson | |
2009-07-23 | Add some more udl devices. -moj | Mats O Jansson | |
2009-07-23 | sync. -moj | Mats O Jansson | |
2009-07-23 | Add some more udl devices. -moj | Mats O Jansson | |
2009-07-23 | mention the 0,125 resolution, which explains why sysctl(8) may show something | Constantine A. Murenin | |
like "39.38 degC" (i.e. rounded from 39,375) on some newer Phenom II chips as seen on misc | |||
2009-07-23 | Redraw after starting selection to correctly remove any existing selection. | Nicholas Marriott | |
2009-07-23 | Document rdomain keyword, again from stsp@ | Claudio Jeker | |
2009-07-23 | Spelling and comment fixes by stsp@ | Claudio Jeker | |
2009-07-23 | What gets allocated with bus_space_map() needs to be released with | Miod Vallat | |
bus_space_unmap(), not bus_space_free(). Fortunately this file is only used on i386 where bus_space_free() simply invokes bus_space_unmap(). | |||
2009-07-23 | Revert r1.5, I don't like it, new sessions should start off identically - with | Nicholas Marriott | |
the defaults. | |||
2009-07-23 | Adding disabled framework for RAID6 | Jordan Hargrave | |
ok marco@ | |||
2009-07-23 | Remove unused code. | Mark Kettenis | |
ok oga@, jsg@, blambert@, zap zap zap deraadt@ | |||
2009-07-23 | Update bgpctl show next to show all necessary info. This time OK henning@ | Claudio Jeker | |
2009-07-23 | Send the used kroute along with the nexthop information. This allows us | Claudio Jeker | |
to show all necessary information in bgpctl show next. OK henning@ | |||
2009-07-23 | Always print interface names, not just ifindex, even when -n is | Stuart Henderson | |
specified. Most people want -n to avoid reverse DNS lookups, and it's stupid not to print a useful interface name just for that. YES PLEASE! Ok claudio@ | |||
2009-07-23 | Only print unknown in RTM_IFINFO messages when the link is in | Claudio Jeker | |
LINK_STATE_UNKOWN. In the other case use LINK_STATE_IS_UP() to print either "up" or "down". OK henning@, sthen@ | |||
2009-07-23 | C-d is delete as well in emacs mode. | Nicholas Marriott | |
2009-07-23 | Both of cmdclient and curclient CAN be NULL - if the command is executed from | Nicholas Marriott | |
the configuration file. In this case, attach-session can't do much, and new-session should just assume -d. | |||
2009-07-23 | knexthop_compare() failed to compare correctly and because of this it was | Claudio Jeker | |
possible to corrupt the nexthop RB tree. Use the same compare logic used in the kroute compare functions. Nice side effect is a nicely sorted list in bgpctl show next. OK sthen@ henning@ | |||
2009-07-23 | If we initialize miicapabilities, we might as well pass it on when calling | Mark Kettenis | |
mii_attach. Spotted by chl@. Fix inspired by looking at the current NetBSD code. Repeated calls for testing went unanswered. | |||
2009-07-23 | Use the correct buffer for non-zero report IDs in uhidev_set_report(). | Jonathan Gray | |
From Dave Huang via NetBSD rev 1.18. ok miod@ deraadt@ | |||
2009-07-23 | tweak the aibs stuff; | Jason McIntyre | |
2009-07-23 | sync | Theo de Raadt | |
2009-07-23 | reserve a space for aibs(4) in amd64 and i386, commented out for now; ok deraadt | Constantine A. Murenin | |
2009-07-23 | aibs(4) manual page | Constantine A. Murenin | |
2009-07-23 | New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring, | Constantine A. Murenin | |
with sensor state support through limits provided by the ACPI. Tested on several ASUS motherboards kindly networked by Sam Fourman Jr. ok deraadt marco jordan | |||
2009-07-23 | Don't use the presence of /etc/fstab to determine if all filesystems | Kenneth R Westerback | |
are umount'd at the start of install/upgrade. As halex@ pointed out 'umount -af' doesn't actually use /etc/fstab, so just always do it. Fixes situations where bailing out of install/upgrade before /etc/fstab was created meant filesystems were not umount'd and restarting the install/upgrade would fail. Noticed & prodded deraadt@ | |||
2009-07-22 | comment fix from Brad; OpenBSD's mii_phy_add_media() does not print | Stuart Henderson | |
the media names like NetBSD does. | |||
2009-07-22 | If there is a current session, use its default path and working directory for | Nicholas Marriott | |
the initial window when creating a new session. | |||
2009-07-22 | Pass a set of flags into client_init rather than just a start_server | Nicholas Marriott | |
variable. Only one flag now but more to come later. | |||
2009-07-22 | window_add_pane cannot fail, so remove the unused cause argument and don't | Nicholas Marriott | |
bother to check for a NULL return. | |||
2009-07-22 | Add big-endian platform support to sis(4). Tested to not break anything on | Miod Vallat | |
sokeris by mk@, and to work on sparc64 by brad@ and on sgi by yours truly. | |||
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 | |
backed pages. | |||
2009-07-22 | Tidy the target parsing code a bit and correct the behaviour so that as before | Nicholas Marriott | |
a string with no colon as a target window is first looked up as a window then as a session, noted by Iain Morgan. Also attempt to clarify the description of the target specification in the man page. | |||
2009-07-22 | When disassembling, if our pc matches the beginning of a routine, then | Miod Vallat | |
it's at routine+0; do not search for the previous routine in the symbol table. This fixes tracebacks when the fault occurs on the first instruction of a routine. | |||
2009-07-22 | Put the PG_RELEASED changes diff back in. | Owain Ainsworth | |
This has has been tested very very thoroughly on all archs we have excepting 88k and 68k. Please see cvs log for the individual commit messages. ok beck@, thib@ | |||
2009-07-22 | tty_write is relatively short and the only function left in tty-write.c so move | Nicholas Marriott | |
it into tty.c. | |||
2009-07-22 | More tty code tidying: move the saved cursor/region position (from before the | Nicholas Marriott | |
screen was updated) out of struct screen and into struct tty_ctx. | |||
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 | |
- do not use a stinking extent to track bus_space_map allocations, but directly map in XKPHYS instead. What are 64 bit address spaces good for if we still need to use TLB for that? - provide proper resource management extents to the MI pci code, so that, in turn, the cardbus code can reuse them instead of providing their own. - use the whole 4GB address space window for PCI I/O resources, just because we can. - make sure no device can get assigned address zero in I/O space, because this address triggers a PCI error. | |||
2009-07-22 | libsa printf doesn't support sizes in %s specifiers; fix format strings | Miod Vallat | |
accordingly. | |||
2009-07-22 | Fix the configure test for symbol visibility support; the current test | Miod Vallat | |
tries to check for an old, known to be flawed, ld version, but the in-tree ld causes a false positive. | |||
2009-07-22 | Make sure the irq numbers for the O2 event counters match the interrupt lines | Miod Vallat | |
reported in dmesg. While there, silence the spurious interrupt warning logic if, at the time it is triggered, there are really no hardware interrupts pending; this can happen if serial interrupts gets processed e.g. at splx() before the hardware interrupt routine has a change to run. | |||
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 | |
pointers, so remove it and use the function pointers directly to represent themselves. | |||
2009-07-22 | sync | Alexandre Ratchov | |
2009-07-22 | add missing /dev/{rmidi,sequencer,music} bits in MAKEDEV for | Alexandre Ratchov | |
armish, landisk and zaurus. Also fix corresponding .Xr in MAKEDEV.8 ok miod@, todd@ |