summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-07-22The last paragraphs of the "Built-in commands" section are properlyPhilip Guenthe
2009-07-22syncTheo de Raadt
2009-07-21Adjust field width to fit longest key when listing.Nicholas Marriott
2009-07-21Make pmap_enter respect the PMAP_CANFAIL flag. With and essentialMark Kettenis
2009-07-21PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge)Miod Vallat
2009-07-21Make rbus_new_body() invocable from outside cardbus.c, to allow md codeMiod Vallat
2009-07-21Remove leftover debug logging of password.Nicholas Marriott
2009-07-21Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t insteadMiod Vallat
2009-07-21Use the symbolic constants for the window registers in pci configurationMiod Vallat
2009-07-21Make some functions which return unused values void (mostly found by lint) andNicholas Marriott
2009-07-21Nix a few unused attributes on arguments which are no longer unused.Nicholas Marriott
2009-07-21Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found byNicholas Marriott
2009-07-21__progname is not const, pointed out by deraadt.Nicholas Marriott
2009-07-21Tidy up keys: use an enum for the key codes, and remove the macros which justNicholas Marriott
2009-07-21add missing flag to synopsis.Igor Sobrado
2009-07-21Rewrite ioctl parts and rx filter handling. From Brad, tested byStuart Henderson
2009-07-21stop gcc from whiningTheo de Raadt
2009-07-21Allow systat(1) to resolve names by adding a new -N flag. (The default wasStuart Henderson
2009-07-21syncTheo de Raadt
2009-07-21pf_scrub_ip/ip6 prototypes are already in pfvar.hHenning Brauer
2009-07-21Support KERN_FILE_TEXT here tooTodd C. Miller
2009-07-21Handle the case where so_pcb is NULL.Todd C. Miller
2009-07-21Add a family flag for the original 5700 series chipsets. Idea from FreeBSD.Christian Weisgerber
2009-07-21sorry, but showing a diff, getting an explicit "not ok" and then committingHenning Brauer
2009-07-21Call timeout_set() from rl_attach, not rl_init(). From Brad.Stuart Henderson
2009-07-20Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow theMiod Vallat
2009-07-20Now that #P could be in the status line, flag it for redraw when the activeNicholas Marriott
2009-07-20(struct foo *)0 -> NULL, every where I could find it.Thordur I. Bjornsson
2009-07-20Tweak unbind-key language very slightly.Nicholas Marriott
2009-07-20Try to show a more usable nexthop output. It may still change but at leastClaudio Jeker
2009-07-20Include more info in the bgpctl show nexthop ctl message. Mainly add theClaudio Jeker
2009-07-20On config reload errors free the list of ribs so that following reloadsClaudio Jeker
2009-07-20Flag added RIBs as F_RIB_NOFIB | F_RIB_NOEVALUATE in the no-eval case evenClaudio Jeker
2009-07-20- add MLINK for crypto_get_driverid.9Jason McIntyre
2009-07-20Display the number of failed password attempts (if any) when the server isNicholas Marriott