Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-21 | Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by | Nicholas Marriott | |
lint. | |||
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 | |
wrap flag sets/clears/tests. | |||
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 | |
myself and jasper@. | |||
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 | |
changed some time ago). Noticed by landry@, discussed with canacar@ and others. ok deraadt@ | |||
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 | |
But also use the flag where it makes sense. From Brad; ok sthen@ | |||
2009-07-21 | sorry, but showing a diff, getting an explicit "not ok" and then committing | Henning Brauer | |
anyway without oks is not our process | |||
2009-07-21 | Call timeout_set() from rl_attach, not rl_init(). From Brad. | Stuart Henderson | |
2009-07-20 | Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the | Miod Vallat | |
logic to be chipset dependent; no functional change yet. ok kettenis@ | |||
2009-07-20 | Now that #P could be in the status line, flag it for redraw when the active | Nicholas Marriott | |
pane changes. | |||
2009-07-20 | (struct foo *)0 -> NULL, every where I could find it. | Thordur I. Bjornsson | |
OK blambert@ | |||
2009-07-20 | Tweak unbind-key language very slightly. | Nicholas Marriott | |
2009-07-20 | Try to show a more usable nexthop output. It may still change but at least | Claudio Jeker | |
it is better than what we had till now and syncs up with the last bgpd change. | |||
2009-07-20 | Include more info in the bgpctl show nexthop ctl message. Mainly add the | Claudio Jeker | |
gateway used for non-connected routes. This info was missing all the time and often resulted in massive confusion when the nexthop selection choosed a bad nexthop. | |||
2009-07-20 | On config reload errors free the list of ribs so that following reloads | Claudio Jeker | |
don't fail because of redefinition conflicts. This problem was reported by some people. | |||
2009-07-20 | Flag added RIBs as F_RIB_NOFIB | F_RIB_NOEVALUATE in the no-eval case even | Claudio Jeker | |
though F_RIB_NOEVALUATE implicitly includes F_RIB_NOFIB. | |||
2009-07-20 | - add MLINK for crypto_get_driverid.9 | Jason McIntyre | |
- fix MLINK typo for disk_detach.9 from Alan R. S. Bueno | |||
2009-07-20 | Display the number of failed password attempts (if any) when the server is | Nicholas Marriott | |
locked. From Tom Doherty. | |||
2009-07-20 | Add a status-justify option to allow the window list in the status line to be | Nicholas Marriott | |
positioned at the left, centre, or right. | |||
2009-07-20 | Update to tzdata2009k from elsie.nci.nih.gov | Todd C. Miller | |
2009-07-20 | For memory that gets allocated for every NFS request, pools make more | Bret Lambert | |
sense than malloc. ok thib@, who says the puffin still gets it either way | |||
2009-07-20 | New options, window-status-current-{fg,bg,attr}, to set the fg, bg and | Nicholas Marriott | |
attributes with which the current window is shown in the status line. From Johan Friis, thanks. | |||
2009-07-20 | Kill some dead stores and fix a null pointer deref, found by clang. | Nicholas Marriott | |
2009-07-20 | Move the offsets as well when swapping panes. | Nicholas Marriott | |
2009-07-20 | KNF fixes | Jordan Hargrave | |
2009-07-20 | enlist mpi(4) and softraid(4) in bio(4) && Xr bio(4); ok marco | Constantine A. Murenin | |
2009-07-19 | Missed these in sudo sudo 1.7.2 update. | Todd C. Miller | |
2009-07-19 | Fix expansion of %h in #include names. | Todd C. Miller | |
2009-07-19 | fix fwrite return code checking. | Jacek Masiulaniec | |
bug exposed by recent change to fwrite, and reported by oga. ok gilles | |||
2009-07-19 | Simplify code that sanitizes pci resources on the O2's mace PCI bridge. | Mark Kettenis | |
The firmware messes up I/O BARs, so whack those back to 0, such that the MI PCI code initializes on an as-needed basis. ok miod@ | |||
2009-07-19 | missing va_end in abuf_dprn. ok ratchov@ | Martynas Venckus | |
2009-07-19 | remove BUILTIN/SHELL cruft that used to be needed for sh, which is | Martynas Venckus | |
gone; and killed in csh w. rev. 1.7. ok millert@ | |||
2009-07-19 | if variable has a NOAUTO flag set; skip printing. | Martynas Venckus | |
requested & diff tested by david@ ok miod@ | |||
2009-07-19 | missing va_end in pppd; ok millert@ | Martynas Venckus | |
2009-07-19 | tweak previous; | Jason McIntyre | |
2009-07-19 | take out a few .Ar macros from the examples. | Igor Sobrado | |
pointed out by jmc@ | |||
2009-07-19 | Improved layout code. | Nicholas Marriott | |
Each window now has a tree of layout cells associated with it. In this tree, each node is either a horizontal or vertical cell containing a list of other cells running from left-to-right or top-to-bottom, or a leaf cell which is associated with a pane. The major functional changes are: - panes may now be split arbitrarily both horizontally (splitw -h, C-b %) and vertically (splitw -v, C-b "); - panes may be resized both horizontally and vertically (resizep -L/-R/-U/-D, bound to C-b left/right/up/down and C-b M-left/right/up/down); - layouts are now applied and then may be modified by resizing or splitting panes, rather than being fixed and reapplied when the window is resized or panes are added; - manual-vertical layout is no longer necessary, and active-only layout is gone (but may return in future); - the main-pane layouts now reduce the size of the main pane to fit all panes if possible. Thanks to all who tested. | |||
2009-07-19 | Hook up "text" (executable) output and implement for fuser too. | Todd C. Miller | |
Man page bits adapted from FreeBSD. OK miod@ | |||
2009-07-19 | The abbreviation for .Bf -symbolic is .Bf Sy, not .Bf Sm; | Ingo Schwarze | |
"Gah! Fixed." kristaps@ | |||
2009-07-19 | Include 0x4402 in the bbp id mapping table used on older | Jonathan Gray | |
devices. http://bcm-specs.sipsolutions.net/BackPlane agrees. | |||
2009-07-19 | clalloc() can't fail, so there's no need to handle failure cases. | Bret Lambert | |
Change to void function. Also, no need to have global tty stats pointer, so just return it from clalloc, as the caller frees it immediately anyway. ok miod@ | |||
2009-07-19 | use addr_eq() where we can; ok krw@ | Kevin Steves | |
2009-07-18 | Kristaps was so happy about .Bl -hang support ("the last major missing | Ingo Schwarze | |
formatting feature") that he bumped the version from 1.7 to 1.8. We are now in sync with release 1.8.0. There is lots of work left, though, before we can use this in production... | |||
2009-07-18 | sync to 1.8.0: a couple of cosmetic fixes: | Ingo Schwarze | |
1) use \(hy instead of \- for .Bl -hyphen (renders the same in -Tascii) 2) clear bold flag after printing the -bullet or -hyphen in .Bl (actually, the flags will be reinitialized in termp_it_post, anyway) 3) do not redo the work of the parser in termp_rv_pre and termp_ex_pre (instead, just assert() validity of the parse tree) 4) do not bother assigning to the offset in termp_ss_post (it will soon be reinitialized in print_node, anyway) |