Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-03 | Rename the -W option to -p (mnemonics: picky, print to stderr): | 2 | -19/+26 | ||
That letter was already chosen by espie@ for OpenBSD 2.7, so avoid being gratuitiously different more than a decade later. Accept -v for backward compatibility with espie@'s makewhatis, even though it does nothing right now. | |||||
2014-04-03 | Update Copyright notice; ok otto@ beck@ deraadt@. | 1 | -2/+4 | ||
This is merely a by-product of figuring out the amount of phk@ code contained herein; i'm not planning to hack on this file. | |||||
2014-04-03 | Proper validation and computation of bsize in expert mode; ok krw@ millert@ | 1 | -6/+8 | ||
2014-04-03 | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | 5 | -41/+88 | ||
this license change. We will remember that we all still like beer. | |||||
2014-04-03 | The -v option of mandocdb(8) clashes with the -v option of espie@'s | 2 | -25/+25 | ||
makewhatis(8), which traditionally does something different, so rename it to -D (mnemonics: Debug, Dump, Display). | |||||
2014-04-03 | various macro cleanup and tweaks; | 1 | -10/+9 | ||
ok yasuoka schwarze | |||||
2014-04-03 | XHCI -> xHCI to be consistent with device names. | 1 | -2/+2 | ||
2014-04-03 | sort SEE ALSO; | 1 | -2/+2 | ||
2014-04-03 | enable hds | 1 | -2/+2 | ||
2014-04-03 | use asr helpers after libevent update. | 1 | -62/+5 | ||
2014-04-03 | add helper functions to use asr with libevent. | 5 | -8/+123 | ||
ok deraadt@ | |||||
2014-04-03 | More uvm_extern.h cleanup. | 6 | -14/+16 | ||
2014-04-03 | Use <uvm/uvm_extern.h> if it's enough. | 7 | -21/+13 | ||
2014-04-03 | Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop(). | 4 | -203/+163 | ||
Move these functions to a more generic place and make them reuse existing code, they'll be soon used in IPv4 too. Tested by André Lucas, Vigdis and sthen@, thanks! ok sthen@ | |||||
2014-04-03 | Work out mouse scroll wheel effect when the mouse is first detected and | 4 | -15/+36 | ||
store it in struct mouse_event, reduce the scroll size the 3 but allow shift to reduce it to 1 and meta and ctrl to multiply by 3 if the terminal supports them, also support wheel in choose mode. From Marcel Partap. | |||||
2014-04-03 | A couple of trivial mouse-related style nits. | 2 | -5/+5 | ||
2014-04-03 | Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love. | 13 | -27/+26 | ||
2014-04-03 | add mention about "monitor" command. | 1 | -2/+14 | ||
2014-04-03 | calucuation of response message size was wrong. | 1 | -3/+3 | ||
2014-04-03 | document some non-portable env vars in STANDARDS; | 1 | -3/+8 | ||
ok millert sobrado schwarze | |||||
2014-04-03 | It cannot be assumed the top of the mbuf chain has required length here. | 1 | -14/+13 | ||
Actually, since packets from Octeon's cnmac(4) don't have enough size, pppoe(4) is unable to connect. ok claudio | |||||
2014-04-03 | Sync malloc(9) M_* types with sys/malloc.h | 1 | -4/+8 | ||
2014-04-03 | massage the preferred path detection to happen when mpath asks for | 1 | -46/+60 | ||
a paths status, rather than on attach. the status it returns depends on the type of device you have. hds provides two types of arrays, symmetric and asymmetric. on a symmetric device you can shove io down any path to any port on any controller and it will work. on symmetric devices we say all paths are part of the same group, and unconditionally return active path status to any check request. on asymmetric devices we group paths by which controller in teh array they connect to. the controllers return whether theyre providing a preferred path via a couple of status bits in a hds specific vpd page, so we query that and return the state of the bits. unfortunately hds arrays dont report change of lun ownership in any way, so we dont currently have any way of failing over at the moment. ill have to think about the least worst way to handle that. tested by deraadt@ on hppa | |||||
2014-04-03 | lies lies lies lies lies | 2 | -96/+7 | ||
2014-04-02 | Fix syntax error in commented out local-zone entry. OK sthen@ | 1 | -4/+3 | ||
2014-04-02 | Add the '#' character as a comment character in the startup file. | 2 | -4/+10 | ||
Include ';' and '#' into man page. ok deraadt@ phessler@ | |||||
2014-04-02 | Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make | 7 | -28/+77 | ||
buffer_sample bigger to let it trim at window right edge. | |||||
2014-04-02 | Use the same logic for bell with and without visual-bell, from Filip | 1 | -3/+4 | ||
Moc. | |||||
2014-04-02 | Do not replace ## with # in status_replace1 because it'll be done later | 1 | -4/+1 | ||
by the format code. | |||||
2014-04-02 | enable hds | 1 | -2/+2 | ||
2014-04-02 | enable mpath | 1 | -1/+7 | ||
2014-04-02 | goos -> goo | 1 | -3/+3 | ||
req. by jmc@ | |||||
2014-04-02 | Add missing "SEE ALSO" header. | 1 | -2/+3 | ||
2014-04-02 | Add a man page for rtrequest1(9) splitted from route(9) with some | 3 | -103/+149 | ||
improvements. ok sthen@ | |||||
2014-04-02 | whitespace fix, no functional change | 1 | -2/+2 | ||
2014-04-02 | skey == SKEY_ILLEGAL_REQUEST && ASC_ASCQ(sense) == 0x9401 means | 1 | -1/+2 | ||
invalid request due to current lu ownership | |||||
2014-04-02 | Document the required x11/gnome goos. | 1 | -3/+24 | ||
ok jasper@ | |||||
2014-04-02 | pane_start_path has gone away. | 1 | -3/+2 | ||
2014-04-02 | use setresgid() | 1 | -2/+2 | ||
ok guenther millert | |||||
2014-04-01 | Remove -ggdb -g3, this shouldn't be here | 6 | -12/+12 | ||
Requested by deraadt@ | |||||
2014-04-01 | Remove the almost unused abstraction around "struct firmware" and use | 5 | -83/+19 | ||
instead a single function ppc_mem_regions() required by the ppc pmap. ok kettenis@ | |||||
2014-04-01 | Remove the almost unused abstraction around "struct firmware" and use | 8 | -138/+17 | ||
instead a single function ppc_mem_regions() required by the ppc pmap. ok kettenis@ | |||||
2014-04-01 | Move some duplicated code implementing Linux compatibility APIs and stick it | 4 | -73/+69 | ||
in a seperate header file. This will become a dumping ground for similar code. ok jsg@ | |||||
2014-04-01 | EV -> Ev; | 1 | -2/+2 | ||
2014-04-01 | sync with gnome.port.mk regarding MODGNOME_TOOLS, idea discussed with aja@ | 1 | -30/+27 | ||
2014-04-01 | slightly reword -f; ok sobrado schwarze | 1 | -3/+3 | ||
2014-04-01 | in the gnome module section for MODGNOME_TOOLS, rename 'gi' to | 1 | -3/+4 | ||
'gobject-introspection' | |||||
2014-04-01 | update currency exchange rates; | 1 | -40/+40 | ||
2014-04-01 | More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning. | 7 | -18/+20 | ||
ok kettenis@, deraadt@ | |||||
2014-04-01 | cleanup forkmda() and get rid of a useless seteuid()-based dance | 2 | -32/+19 | ||
prompted by deraadt@, ok eric@ |