summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-23Spelling and comment fixes by stsp@Claudio Jeker
2009-07-23What gets allocated with bus_space_map() needs to be released withMiod Vallat
2009-07-23Revert r1.5, I don't like it, new sessions should start off identically - withNicholas Marriott
2009-07-23Adding disabled framework for RAID6Jordan Hargrave
2009-07-23Remove unused code.Mark Kettenis
2009-07-23Update bgpctl show next to show all necessary info. This time OK henning@Claudio Jeker
2009-07-23Send the used kroute along with the nexthop information. This allows usClaudio Jeker
2009-07-23Always print interface names, not just ifindex, even when -n isStuart Henderson
2009-07-23Only print unknown in RTM_IFINFO messages when the link is inClaudio Jeker
2009-07-23C-d is delete as well in emacs mode.Nicholas Marriott
2009-07-23Both of cmdclient and curclient CAN be NULL - if the command is executed fromNicholas Marriott
2009-07-23knexthop_compare() failed to compare correctly and because of this it wasClaudio Jeker
2009-07-23If we initialize miicapabilities, we might as well pass it on when callingMark Kettenis
2009-07-23Use the correct buffer for non-zero report IDs in uhidev_set_report().Jonathan Gray
2009-07-23tweak the aibs stuff;Jason McIntyre
2009-07-23syncTheo de Raadt
2009-07-23reserve a space for aibs(4) in amd64 and i386, commented out for now; ok deraadtConstantine A. Murenin
2009-07-23aibs(4) manual pageConstantine A. Murenin
2009-07-23New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring,Constantine A. Murenin
2009-07-23Don't use the presence of /etc/fstab to determine if all filesystemsKenneth R Westerback
2009-07-22comment fix from Brad; OpenBSD's mii_phy_add_media() does not printStuart Henderson
2009-07-22If there is a current session, use its default path and working directory forNicholas Marriott
2009-07-22Pass a set of flags into client_init rather than just a start_serverNicholas Marriott
2009-07-22window_add_pane cannot fail, so remove the unused cause argument and don'tNicholas Marriott
2009-07-22Add big-endian platform support to sis(4). Tested to not break anything onMiod Vallat
2009-07-22Get rid of now unused extent_malloc_ok variable.Miod Vallat
2009-07-22Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields.Miod Vallat
2009-07-22Use direct mappings in XKPHYS for bus_space, instead of extent and TLBMiod Vallat
2009-07-22Tidy the target parsing code a bit and correct the behaviour so that as beforeNicholas Marriott
2009-07-22When disassembling, if our pc matches the beginning of a routine, thenMiod Vallat
2009-07-22Put the PG_RELEASED changes diff back in.Owain Ainsworth
2009-07-22tty_write is relatively short and the only function left in tty-write.c so moveNicholas Marriott
2009-07-22More tty code tidying: move the saved cursor/region position (from before theNicholas Marriott
2009-07-22via nano cpus are amd64, and so we need machdep.xcryptTheo de Raadt
2009-07-22Overhaul resource handling and mapping in macepcibr(4):Miod Vallat
2009-07-22libsa printf doesn't support sizes in %s specifiers; fix format stringsMiod Vallat
2009-07-22Fix the configure test for symbol visibility support; the current testMiod Vallat
2009-07-22Make sure the irq numbers for the O2 event counters match the interrupt linesMiod Vallat
2009-07-22Define BUS_SPACE_MAP_CACHEABLE.Miod Vallat
2009-07-22log_debug3 no longer exists, change the sole use in GRID_DEBUG to log_debug2.Nicholas Marriott
2009-07-22enum tty_cmd is only used as an index into the array of command functionNicholas Marriott
2009-07-22syncAlexandre Ratchov
2009-07-22add missing /dev/{rmidi,sequencer,music} bits in MAKEDEV forAlexandre Ratchov
2009-07-22There are relatively few arguments to tty_cmd_* functions now, so tidy them upNicholas Marriott
2009-07-22correctly list which files this license applies toTheo de Raadt
2009-07-22tty_cmd_raw is only used once, for raw UTF-8 output, so rename it toNicholas Marriott
2009-07-22enter_user() is only called in one way, rendering the third parameterTheo de Raadt
2009-07-22Instead of calculating a number of seconds to sleep, tsleep()ing onBret Lambert
2009-07-22remove a comment thats part lie and part stating the obvious.Thordur I. Bjornsson
2009-07-22Comment diff only; list an additional supported PHY and add a linkStuart Henderson