summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-04convert arm and mips64 platforms to ptoa/atopMartin Reindl
2008-05-03Rework the interrupt calculation masks, a bit easier to follow (not so wrong).Dale Rahn
2008-05-03add stmp-dirs to dependancy list, fixes a make -j issue seen on macppcDale Rahn
2008-05-03catch up with curpriority changes and convert to ptoa/atopMartin Reindl
2008-05-03add missing header for closeCharles Longeau
2008-05-03Do not acquire the kernel lock for SY_NOLOCK system calls; ok drahn@ kettenis@Miod Vallat
2008-05-03mpcpcibr(4) bits. OK drahn@.Xavier Santolaria
2008-05-03Introduce vop_generic_bmap(); use it where applicable.Thordur I. Bjornsson
2008-05-03remove unused functionsCharles Longeau
2008-05-02implement rw_cas, "go for it" miod@Dale Rahn
2008-05-02Check for a disabled FPU before attempting to emulate the instruction.Miod Vallat
2008-05-02Grab the biglock unconditionnaly when system calls go through systrace;Miod Vallat
2008-05-02Implement rw_cas correctly, unlike previous revision where I was obviouslyMiod Vallat
2008-05-02Invalidate and initialize the l2 on secondary processors, ok kettenis@Dale Rahn
2008-05-02- Use a const pointer for bufferevent_write.Brad Smith
2008-05-02- Increment MAX_ADDRS in evdns so as to be quite large.Brad Smith
2008-05-02Pass FORK_SHAREFILES flag in kthread_create; avoids allocating aBret Lambert
2008-05-02Compare flags against the right flag field or else unexpected things mayClaudio Jeker
2008-05-02Fix logic when setting the F_RIB_ELIGIBLE flag. A path with a NULL nexthopClaudio Jeker
2008-05-02plug potential mbuf leaks;Thordur I. Bjornsson
2008-05-02Fix the label swithing and forwarding logic a bit. OK norby@Claudio Jeker
2008-05-02There is no need to endian convert the label after swapping it, all label opsClaudio Jeker
2008-05-02Makefile: sort MLINKS and add event_base_once.3Jason McIntyre
2008-05-02Make the SO_TIMESTAMP sockopt work. When set, this allows the user toChris Kuethe
2008-05-02Remove debug prints.Dale Rahn
2008-05-02syncTheo de Raadt
2008-05-02Update to libevent 1.3e while retaining our local changes.Brad Smith
2008-05-02do not always delay log initialization, when no configuration file isPierre-Yves Ritschard
2008-05-02syncTheo de Raadt
2008-05-01correct attach messagesTheo de Raadt
2008-05-01In the main loop, do not call wait() if there is no child process yet;Miod Vallat
2008-05-01Be carefull not to read away the target entry when encounteringOtto Moerbeek
2008-05-01.Xr memc(4)Xavier Santolaria
2008-05-01memc(4) bits. OK drahn@.Xavier Santolaria
2008-05-01Sync hpux_sendsig() behaviour with native sendsig(): let malloc fail andMiod Vallat
2008-05-01regenMiod Vallat
2008-05-01The built-in frame buffer in models 362 and 382 actually comes in differentMiod Vallat
2008-05-01Don't forget to bus_space_unmap() after probing for a com chip.Miod Vallat
2008-05-01spl0() is not your friend, use splx() instead.Miod Vallat
2008-05-01Implement a nop IPI to signal other CPUs.Mark Kettenis
2008-04-30regenBrad Smith
2008-04-30Add the id for the Marvell 88E3016 10/100 PHYBrad Smith
2008-04-30regenBrad Smith
2008-04-30Add E1000 PCI ids for another ICH9 variant, ICH10's and 82574L.Brad Smith
2008-04-30* add xetcXX.tgz support to sysmerge and handle binary filesAntoine Jacoutot
2008-04-30Spacing.Mark Kettenis
2008-04-30don't stop both play and record in envy_halt_input() ad envy_halt_output()Alexandre Ratchov
2008-04-30Fix typo in last commit.Mark Kettenis
2008-04-30Initialize randseed to 1.Mark Kettenis
2008-04-30add two missing prototypes.Federico G. Schwindt