summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-03The wlmouse offset should be part of the client, not the server. FromNicholas Marriott
Ailin Nemui.
2012-03-03Remove unused variable, from Michael W Bombardieri who also got an okNicholas Marriott
from tobias@.
2012-03-03Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott
-b flag to join-pane and move-pane to place the pane to the left or above. From George Nachman.
2012-03-02fix check when setting the contention scope. harmless atm but still wrong.Federico G. Schwindt
guenther@ ok.
2012-03-02for readability, put the label on it's own line.Federico G. Schwindt
2012-03-02Fix handling of 'offend' (OFFset from the END of the arg list)Matthew Dempsky
arguments in systrace(1). In intercept_translate(), argsize is actually the number of *bytes* taken up by the arguments, not the number of arguments. ok ajacoutot, sthen, dcoppa
2012-03-02tweaks;Jason McIntyre
2012-03-02Add printf attribute to a couple of functions, from Tim Ruehsen.Nicholas Marriott
2012-03-02resolve conflictsStuart Henderson
2012-03-02import nsd 3.2.10, "cool" jakob@, also looked over by BradStuart Henderson
2012-03-02_SPINLOCK_UNLOCKED isn't zero everywhere (*cough*hppa*cough*), soPhilip Guenthe
sem_init() can't assume that calloc will leave the embedded spinlock in the unlocked state ok miod@ otto@
2012-03-02Don't include ou=People in the basedn. ypldap(8) has had netid supportAntoine Jacoutot
for a while now and groups are usually stored outside of People. ok sthen@
2012-03-02CFLAGS+= -Wall -Werror and the resulting cleanupDavid Gwynne
2012-03-02a persistent event driven tftp daemon.David Gwynne
because tftpd out of inetd doesnt cope with a lot of concurrent requests. ok deraadt@ krw@ henning@
2012-03-01Sync gcc3 and gcc4 knowledge of the kernel printf capabilities with reality:Miod Vallat
kprintf supports %z, doesn't support old ddb %n/%r%z anymore, and check of %b arguments have to occur on the next argument, like, duh. These changes will eventually allow for kernel to be compiled without -Wno-format, but some more casts or type changes are necessary, first. Discussed about six months ago at s2k11, time to put this in, so that I have no excuse not to work on the format fixes diffs.
2012-03-01Update to tzcode2012a from munnari.oz.auTodd C. Miller
2012-03-01Update to tzdata2012a from munnari.oz.auTodd C. Miller
2012-03-01Add luna88k GENERIC.MP configuration file, based on mvme88k.Kenji Aoyama
ok miod@
2012-03-01Remove unused variable. Added in 1.20 by me.lum
2012-03-01update currency exchange rates;Jason McIntyre
2012-03-01use UE_GET_ADDR to get endpoint address (remove direction bit). FixesAlexandre Ratchov
devices using sych endpoints. From Gregor Pintar <grpintar at gmail.com> Thanks!
2012-03-01zaudio is play only, so return ENXIO on any attempt to open the deviceAlexandre Ratchov
for recording. Fixes full-duplex apps (including sndiod) unable to fall back to play-only mode. Found by david@
2012-03-01Add ssh(1) to SEE ALSO.lum
ok jmc@
2012-03-01Add sentence about ntpd. ok jmc@lum
2012-03-01add support for AX88772BJonathan Gray
tweaked version of a diff from jcs@
2012-03-01regenJonathan Gray
2012-03-01ASIX AX88772BJonathan Gray
2012-03-01-This option devlivers the retransmission timeout,David Gwynne
+This option delivers the retransmission timeout,
2012-03-01remove c230, while we have a model number in cpudevs it was apparentlyJonathan Gray
never released confirmed by Paul Weissmann of openpa.net
2012-02-29Remove accidentally committed option.Nicholas Marriott
2012-02-29allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@Damien Miller
2012-02-29- Test for the retrieved page address not being NULL. This turns free((void*)1)Otto Moerbeek
into an bogus pointer error instead of a segfault. - Document that we use the assumption that a non-MAP_FIXED mmap() with hint 0 never returns NULL.
2012-02-28Add support for Roland UM-ONE, from Tom Ivar Helbekkmo in NetBSD PR 45908.Jonathan Gray
ok ratchov@
2012-02-28regenJonathan Gray
2012-02-28Roland UM-ONEJonathan Gray
2012-02-28wording tweak; from robert at peichaer orgJason McIntyre
2012-02-28Luna88k multi-processor support, step 3.Kenji Aoyama
GENERIC.MP on luna88k is now stable. Changes are: - Make secondary processors boot sequence closer to OpenBSD/aviion. This makes boot sequence more stable. Now we have not see any assertions or panics during boot. - Implement IPI as level 1 hardware interrupt by using software interrupt register. - Add IPI support and some clean-ups in interrupt handler function.
2012-02-28MosChip not MOSCHIP or MoschipJonathan Gray
2012-02-28add support for the MCS7832 which is apparently a low pin countJonathan Gray
version of the MCS7830 with no software visible changes besides a new product id. from brad
2012-02-28add a bunch of four digit modelsJonathan Gray
2012-02-28mention some additional phys that might attach to this judgingJonathan Gray
by the list in the linux driver from brad
2012-02-28For non-__HAVE_MD_TCB archs, p_tcb should be copied on fork. Found by miod@Philip Guenthe
p_oldmask and the core dump/debugger members don't need to be copied. Pointed out by matthew@ ok miod@
2012-02-28regenJonathan Gray
2012-02-28- move GE_FORCE_9300_GE_1 to correct orderJonathan Gray
- add nForce 780a SLI/nForce 200 from Brad Davis - correct 3400 PT IDER entry - some additional entries from submitted dmesgs
2012-02-28- Always try to reclaim transmitted frames instead of returningJonathan Gray
from jme_start() if IFF_OACTIVE is set before that happens; as the original driver did before it was ported to DragonFly - Return from jme_start() if there is no link or an empty queue. prevents watchdog timeouts when there is no link present. from brad
2012-02-28Our default mutex type is PTHREAD_MUTEX_ERRORCHECK, for which tryingPhilip Guenthe
to unlock an uninitialized mutex is required to return EPERM, so add the necessary checks. For recursive mutexes, return an error from pthread_mutex_lock() if the count would overflow. problem observed in glib testing by aja@
2012-02-27test based on python's dubious test_3_join_in_forked_from_thread test.Federico G. Schwindt
2012-02-27fix __errno symbol nameMiod Vallat
2012-02-27Use correct Counter32 type for following MIBs. They only return dummy dataStuart Henderson
but we should use the correct type anyway. BRIDGE-MIB::dot1dBasePortDelayExceededDiscards BRIDGE-MIB::dot1dBasePortMtuExceededDiscards OK joel@
2012-02-26update error message. inetd has not been used since rev 1.3.Federico G. Schwindt
spotted by miod@