summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/setbuffer.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-06-18syncderaadt1-2/+0
2005-06-18regenbrad2-4/+4
2005-06-18Shorten a couple of structure names:krw2-7/+7
scsi_mode_direct_blk_desc -> scsi_direct_blk_desc scsi_mode_blk_desc_big -> scsi_blk_desc_big
2005-06-18change ANTARES TC9021 entry description from Antares to TC9021brad1-2/+2
2005-06-18Switch to trying 6 byte MODE SENSE commands (for non ATAPI devices atkrw1-25/+32
least) before 10 byte MODE SENSE. Some older devices can't/won't distinguish between the two and return 6 byte MODE SENSE data for 10 byte requests. Check that at least a full header was returned. Tested by miod@ hshoexer@ and Ed Wandasiewisz on troublesome devices.
2005-06-18syncderaadt21-292/+41
2005-06-18sort SEE ALSO;jmc1-2/+2
2005-06-18remove MLINKS for VOP_GETEXTATTR(9) and VOP_SETEXTATTR(9);jmc1-3/+3
2005-06-17regenbrad1-2/+7
2005-06-17add Jato Technologies 1000baseX PHYbrad1-1/+5
From FreeBSD
2005-06-17Xr uipaq 4deraadt1-1/+3
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduderaadt16-14/+510
2005-06-17syncmartin2-2/+7
2005-06-17Intel 915G Integrated Videomartin1-1/+2
ok brad@
2005-06-17syncderaadt2-4/+18
2005-06-17two more ipaq devicesderaadt1-1/+3
2005-06-17Fix ControlPath's %p expanding to "0" for a default port,djm2-11/+9
spotted dwmw2 AT infradead.org; ok markus@
2005-06-17A second approach at fixing the telnet localhost & problemniklas6-64/+48
(but I tend to call it ssh localhost & now when telnetd is history). This is more localized patch, but leaves us with a recursive lock for protecting scheduling and signal state. Better care is taken to actually be symmetric over mi_switch. Also, the dolock cruft in psignal can go with this solution. Better test runs by more people for longer time has been carried out compared to the c2k5 patch. Long term the current mess with interruptible sleep, the default action on stop signals and wakeup interactions need to be revisited. ok deraadt@, art@
2005-06-17- remove .Sh LIBRARYjmc6-17/+17
- add $OpenBSD$ tag - a couple minor tweaks
2005-06-17Override cpu_switch() with a faster version if we can use BWX instructions.miod2-7/+43
From RusticBSD, ok deraadt@
2005-06-17Allow ev56 opcodes in the .s files by default (gas on alpha does not yet havemiod1-2/+2
.ev56, .ev4, etc, in-file modifiers).
2005-06-17forgotten commit.espie1-2/+3
2005-06-17no longer a need for the free(malloc(1)) hack, because the brk stuffderaadt1-9/+5
no longer needs initializing (we use mmap for malloc entirely now) noticed by kjell, ok dhartmei, tested by me
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn2-50/+2
been worked on, so EA is pointless to maintain. go ahead jmc@
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn9-815/+0
been worked on, so EA is pointless to maintain.
2005-06-17support disassoc reason codesreyk1-16/+21
2005-06-17rot in Attichenning23-6200/+0
2005-06-17Missed in previous regen commitmillert4-20/+15
2005-06-17don't install netns includes any longer, ports bulk build test by pvalhenning1-2/+2
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn3-100/+3
been worked on, so EA is pointless to maintain.
2005-06-17regenmillert12-59/+28
2005-06-17next citrus step.espie105-194/+1599
reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump
2005-06-17bye bye whiteoutsmillert2-22/+3
2005-06-17remove netns stuff, ok millerthenning5-459/+4
libc major bump by espie in a few
2005-06-17remove undelete syscallmillert6-27/+22
2005-06-17Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn8-508/+4
been worked on, so EA is pointless to maintain.
2005-06-17formatting tweaks;jmc1-74/+83
ok reyk@
2005-06-17add some configuration examples for the new hostapd(8) event rulesreyk1-1/+21
(commented out).
2005-06-17- remove old debugging codemarco1-18/+33
- allocate and use scribble page - provide method to see if something has scribbled out of bounds The gart still remains disabled by default. From jason@
2005-06-17first step to implement a proactive wireless monitoring system usingreyk10-119/+2502
hostapd(8). it's a very simple but powerful approach using highly flexible and stateless event and action rules for IEEE 802.11 traffic. you can monitor a wireless network by watching frames with types and addresses (with support for tables and masks) and you can trigger actions like writing log messages, sending pcap/radiotap dumps to the IAPP network, removing nodes from the hostap, resending received frames and sending contructed 802.11 frames in reply to traffic received from any rogue nodes. it's based on some initial work from the c2k5 which has been tested and improved during the last weeks. some missing documentation for hostapd.conf(5) will be written as soon as possible. ok deraadt@
2005-06-17Protect buf_countdeps() call in buf_daemon() with splbio(), okay art@pedro1-2/+2
2005-06-17document the VFS name cache.jaredy2-2/+208
lots of parts/help from and ok pedro joris jmc
2005-06-17- fix description for BCM5750 A0, A1 -> A0brad2-3/+8
- recognize BCM5750 B1
2005-06-17correctly build a temporary copy of the client its repositoryjoris5-51/+300
localy, so the server can execute the local commands on it and pipe the output to the client. with this diff in, our server is now working, please note that we currently don't have support for all commands yet, but you can expect this soon. ok xsa@
2005-06-17when pruning don't try to remove any directories outsidejoris1-1/+6
the actual repository. reported by david@, ok xsa@
2005-06-17remove non-constant array initializers which is a GNU extension.reyk4-16/+20
suggested by anil some time ago.
2005-06-17replace hardcoded 128 with MAX_COLS (now 256)markus1-3/+3
2005-06-17add a 'C' command ) that toggles the display of the full cmdline;markus5-9/+54
with Jared Yanovich; ok deraadt
2005-06-17- add missing option in the command usagexsa1-7/+25
- handle -k - handle -D and send it to server ok joris
2005-06-17#define CVS_EX_ERR -1xsa1-1/+2
ok joris jfb