summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/setbuffer.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-03Rename the -W option to -p (mnemonics: picky, print to stderr):schwarze2-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-03Update Copyright notice; ok otto@ beck@ deraadt@.schwarze1-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-03Proper validation and computation of bsize in expert mode; ok krw@ millert@otto1-6/+8
2014-04-03I have discussed these licenses with Poul-Henning Kamp and he has agreed tobeck5-41/+88
this license change. We will remember that we all still like beer.
2014-04-03The -v option of mandocdb(8) clashes with the -v option of espie@'sschwarze2-25/+25
makewhatis(8), which traditionally does something different, so rename it to -D (mnemonics: Debug, Dump, Display).
2014-04-03various macro cleanup and tweaks;jmc1-10/+9
ok yasuoka schwarze
2014-04-03XHCI -> xHCI to be consistent with device names.mpi1-2/+2
2014-04-03sort SEE ALSO;jmc1-2/+2
2014-04-03enable hdsdlg1-2/+2
2014-04-03use asr helpers after libevent update.eric1-62/+5
2014-04-03add helper functions to use asr with libevent.eric5-8/+123
ok deraadt@
2014-04-03More uvm_extern.h cleanup.mpi6-14/+16
2014-04-03Use <uvm/uvm_extern.h> if it's enough.mpi7-21/+13
2014-04-03Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop().mpi4-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-03Work out mouse scroll wheel effect when the mouse is first detected andnicm4-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-03A couple of trivial mouse-related style nits.nicm2-5/+5
2014-04-03Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love.mpi13-27/+26
2014-04-03add mention about "monitor" command.yasuoka1-2/+14
2014-04-03calucuation of response message size was wrong.yasuoka1-3/+3
2014-04-03document some non-portable env vars in STANDARDS;jmc1-3/+8
ok millert sobrado schwarze
2014-04-03It cannot be assumed the top of the mbuf chain has required length here.yasuoka1-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-03Sync malloc(9) M_* types with sys/malloc.hlteo1-4/+8
2014-04-03massage the preferred path detection to happen when mpath asks fordlg1-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-03lies lies lies lies liestedu2-96/+7
2014-04-02Fix syntax error in commented out local-zone entry. OK sthen@millert1-4/+3
2014-04-02Add the '#' character as a comment character in the startup file.lum2-4/+10
Include ';' and '#' into man page. ok deraadt@ phessler@
2014-04-02Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm7-28/+77
buffer_sample bigger to let it trim at window right edge.
2014-04-02Use the same logic for bell with and without visual-bell, from Filipnicm1-3/+4
Moc.
2014-04-02Do not replace ## with # in status_replace1 because it'll be done laternicm1-4/+1
by the format code.
2014-04-02enable hdsderaadt1-2/+2
2014-04-02enable mpathderaadt1-1/+7
2014-04-02goos -> gooajacoutot1-3/+3
req. by jmc@
2014-04-02Add missing "SEE ALSO" header.mpi1-2/+3
2014-04-02Add a man page for rtrequest1(9) splitted from route(9) with somempi3-103/+149
improvements. ok sthen@
2014-04-02whitespace fix, no functional changedlg1-2/+2
2014-04-02skey == SKEY_ILLEGAL_REQUEST && ASC_ASCQ(sense) == 0x9401 meansdlg1-1/+2
invalid request due to current lu ownership
2014-04-02Document the required x11/gnome goos.ajacoutot1-3/+24
ok jasper@
2014-04-02pane_start_path has gone away.nicm1-3/+2
2014-04-02use setresgid()deraadt1-2/+2
ok guenther millert
2014-04-01Remove -ggdb -g3, this shouldn't be herefgsch6-12/+12
Requested by deraadt@
2014-04-01Remove the almost unused abstraction around "struct firmware" and usempi5-83/+19
instead a single function ppc_mem_regions() required by the ppc pmap. ok kettenis@
2014-04-01Remove the almost unused abstraction around "struct firmware" and usempi8-138/+17
instead a single function ppc_mem_regions() required by the ppc pmap. ok kettenis@
2014-04-01Move some duplicated code implementing Linux compatibility APIs and stick itkettenis4-73/+69
in a seperate header file. This will become a dumping ground for similar code. ok jsg@
2014-04-01EV -> Ev;jmc1-2/+2
2014-04-01sync with gnome.port.mk regarding MODGNOME_TOOLS, idea discussed with aja@jasper1-30/+27
2014-04-01slightly reword -f; ok sobrado schwarzejmc1-3/+3
2014-04-01in the gnome module section for MODGNOME_TOOLS, rename 'gi' tojasper1-3/+4
'gobject-introspection'
2014-04-01update currency exchange rates;jmc1-40/+40
2014-04-01More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.mpi7-18/+20
ok kettenis@, deraadt@
2014-04-01cleanup forkmda() and get rid of a useless seteuid()-based dancegilles2-32/+19
prompted by deraadt@, ok eric@