summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-29syncOwain Ainsworth
2010-09-29Radeon HD4200 Mobility from BrynetOwain Ainsworth
2010-09-29Add missing err.h includeDavid Coppa
OK deraadt@
2010-09-29back out support for variable sized processing unit controls untilJacob Meuser
I can figure out why it causes boot hangs with some Sonix camera
2010-09-29Ensure that we always parse all deltas before expecting "desc" keyword.Tobias Stoeckmann
ok nicm, zinovik
2010-09-29Adjust to the pipex changes introduced during j2k10. Compiles again notClaudio Jeker
sure if all protocols work.
2010-09-29Do not delay ACKs on connections using loopback interfaces. There is noClaudio Jeker
reason to reduce the amount of ACKs sent and delayed ACKs have a very bad interaction with the large MTU of lo(4) and the fairly small socketbuffer size. In collaboration with andre@freebsd. OK deraadt@
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-09-29Fix a unfinished comment and add another one for tcp_update_(snd|rcv)space().Claudio Jeker
Reminded by naddy@
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
to complete matthew@'s commit of a few days ago, and drop __HAVE_CPU_MUTEX_LEVEL define. With help from, and ok deraadt@.
2010-09-28syncTheo de Raadt
2010-09-28malloc() without a WAIT flagTheo de Raadt
2010-09-28document disklabel uids and move a little text to improve readability; theJason McIntyre
duid text was supplied by krw ...after much discussion with jsing and krw ok krw
2010-09-28tweak the fs_spec paragraph, chiefly in order to document that disklabelJason McIntyre
uids can be used, and add an example; ...after much discussion with jsing and krw ok krw
2010-09-28pregenerate unicode files; mktables uses too much memory for some platformsTodd C. Miller
2010-09-28pregenerate unicode files; mktables uses too much memory for some platformsTodd C. Miller
2010-09-28Fix [perl #74404] h2ph using deprecated gotoTodd C. Miller
Patch from perl git repo
2010-09-28wrap long line. correct indent. delete a useless comment.YASUOKA Masahiko
OK djm@ claudio@ dlg@
2010-09-28Make this compile again.Miod Vallat
2010-09-28typoMiod Vallat
2010-09-28Undo last change now that RCS keyword expansion is disabled on the perl sourcesTodd C. Miller
2010-09-28Make -k work in clientmode by passing the right socket to theClaudio Jeker
stats_prepare() function.
2010-09-28replace hand-rolled infinite loop with LIST_FOREACHBret Lambert
ok claudio@ guenther@
2010-09-28Nuke a leftover RB tree declaration spotted by blambert.Nicholas Marriott
2010-09-28Correct the handling of GS.base when iretq faults: the fault happensPhilip Guenthe
with CPL == 0 but the user's GS.base, so the normal INTRENTRY handling won't work. Contrawise, the asm that trap() redirects us to when that happens (resume_iret) sees a trapframe showing CPL==3 but it's run with the kernel's GS.base, so INTRENTRY won't work there either. asm style fixes drahn@ and mikeb@ ok kettenis@
2010-09-28syncTheo de Raadt
2010-09-28do not assume PR_NOWAIT is 0; it is not anymoreTheo de Raadt
2010-09-28missing PR_NOWAITTheo de Raadt
2010-09-27must have either PR_WAITOK or PR_NOWAIT set.David Gwynne
2010-09-27Merge the last bits of 1.10.6 (released today), most were already in:Ingo Schwarze
* ignore double-.Pp * ignore .Pp before .Bd and .Bl (unless -compact in specified) * avoid double blank line upon .Pp, .br and friends in literal context * cast enums to int when passing them to exit(3) to please lint(1) While merging, fix a regression introduced by kristaps@: Outside literal mode, double blank lines must both be printed. To achieve this again after kristaps@ improvements in 1.10.6, treat such blank lines as .sp (instead of .Pp as in 1.10.5) and drop .Pp before .sp just like dropping .Pp before .Pp.
2010-09-27Unbreak atalk: don't call ifa_add() until the ifa_addr pointer has been setPhilip Guenthe
ok henning@
2010-09-27A few M_ZEROs without any M_WAITOK/M_NOWAITs.Thordur I. Bjornsson
2010-09-27Make sure the SEND_DEV_ID command is sent synchronously, so the response bufferMiod Vallat
is valid when we look at it. Repairs intellimouse (former pmsi) operation.
2010-09-27Update to tzcode2010m from elsie.nci.nih.govTodd C. Miller
2010-09-27must use M_WAITOK here; run into by landryTheo de Raadt
2010-09-27Update to tzdata2010m from elsie.nci.nih.govTodd C. Miller
2010-09-27a pool_get() assuming that PR_NOWAIT is 0 (not anymore!); run into by naddyTheo de Raadt
2010-09-27Have cvs_file_walkdir() ignore CVS/ directories when walking a repository tree.Joshua Elsasser
This fixes r* commands such as rlog against a repository which has somehow ended up containing CVS/Entries.Static files. ok nicm@ guenther@
2010-09-27add support for tracing process stacks in ddb (trace /p).Mike Belopuhov
due to the way arguments are parsed, pid has to be specified in the hexadecimal notation. tested by me and sthen, ok sthen kettenis
2010-09-27tedu's shiny new pool_get kassert found an instance of PR_NOWAIT orMarco Peereboom
PR_WAITOK not being set. While here add a diagnostic check for malloc.
2010-09-27syncTheo de Raadt
2010-09-27IP_PIPEX mistakenly was applied to the 1723/tcp socket. Apply the optionYASUOKA Masahiko
to the gre socket.
2010-09-26support variable sized (bControlSize != 2) processing unit bmControls,Jacob Meuser
and add support for more processing unit controls. from Martin Pieuchot, thanks!
2010-09-26new sentence, new line;Jason McIntyre
2010-09-26when performing an "ls" in columnated (short) mode, only callDamien Miller
ioctl(TIOCGWINSZ) once to get the window width instead of per- filename
2010-09-26oops, don't free array before freeing members; spotted by dkrause@Damien Miller
2010-09-26No need for ums either; from BradMiod Vallat
2010-09-26No need for pms on the installation media; from BradMiod Vallat
2010-09-26unify some pool and malloc flag values. the important bit is that all flagsTed Unangst
have real values, no 0 values anymore. ok deraadt kettenis krw matthew oga thib
2010-09-26Two new options:Nicholas Marriott
- server option "exit-unattached" makes the server exit when no clients are attached, even if sessions are present; - session option "destroy-unattached" destroys a session once no clients are attached to it. These are useful for preventing tmux remaining in the background where it is undesirable and when using tmux as a login shell to keep a limit on new sessions.