summaryrefslogtreecommitdiff
path: root/sys/rump
AgeCommit message (Expand)Author
2014-03-03also include bsd.own.mk, so value for RUMP_NPF_TESTING can come from mk.confpooka
2014-03-03Fix the memory limiter to work for non-pagedaemon threads againpooka
2014-03-03For now, make it possible to not specify -D_NPF_TESTING by compilingpooka
2014-03-03Pull in the changes from the dpdk, netmap and snabb switch repos.pooka
2014-02-28Use the new FEAT_LDREX to replace ARMV6/ARMV7matt
2014-02-28G/C sys/simplelock.h includesskrll
2014-02-27Currently dead vnodes still reside on the vnodelist of the file systemhannken
2014-02-26Run constructor as part of network faction bootstrap, not devicepooka
2014-02-25Schedule only those netisr's that have registered handlers.pooka
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-25Add kern.{ostype,osrelease,osrevision,version} kern.domainname,justin
2014-02-24+rump_wmdpooka
2014-02-24truncate is not a defined operation for host filespooka
2014-02-21Fix typo in fix for PR/48606skrll
2014-02-21PR/48606: Lloyd Parkes: Drivers not using ifp->if_input but using ether_inputchristos
2014-02-20+ resettodrpooka
2014-02-20Remove the "host" signal model. I'm not sure it ever made any sense.pooka
2014-02-18remove stub now provided by rump kernel basepooka
2014-02-18Use same uvm_swap_shutdown() stub for !vmswap kernels and rump kernels.pooka
2014-02-17simply issue a warning if <1MB RAM configured. it might work, butpooka
2014-02-17reserve a small amount of memory for the pagedaemonpooka
2014-02-14Register netisr's from component constructors instead of via a hardcodedpooka
2014-02-14g/c prototype of imaginary routinepooka
2014-02-12Minor comment massage, zero functionality massage.pooka
2014-02-12Rototill a bit, and attempt to disguise it as non-gratuitous.pooka
2014-02-07Change vnode operation lookup to return the resulting vnode *vpp unlocked.hannken
2014-02-03Undo previous - it still needs a lot more work.pgoyette
2014-01-31Use ioconf file to generate config data structurespgoyette
2014-01-29lwp0 needs l_proc set for panic->cpu_reboot to dump core the right waypooka
2014-01-28Build with IPv6 support.njoly
2014-01-25Add now needed linux_pipe.c sources.njoly
2014-01-25Regen for pipe2 and lchown.njoly
2014-01-25Add pipe2 and lchown syscalls.njoly
2014-01-23Change vnode operations create, mknod, mkdir and symlink to returnhannken
2014-01-22Kludges like to procreate. Add alpha cpu_frequency() kludge.christos
2014-01-19Make IPL_ values different.martin
2014-01-17don't use temp buffer from the stack, fix the constantspooka
2014-01-17Change vnode operations create, mknod, mkdir and symlink to keep thehannken
2014-01-17sysctl_init needs to be pretty much at the top of main()pooka
2014-01-17Use subr_cprng.c instead of stub implementation. Rijndael migrates frompooka
2014-01-16Don't bring in the zlib stuff at build time. This will get resolvedpgoyette
2014-01-16Use existing rumpkern_z library rather than including another copy ofpgoyette
2014-01-16Remove explicit definition of COMPAT_50. As pointed out by pooka@,pgoyette
2014-01-15yearly updatepooka
2014-01-14Link new opencrypto library into the build.pgoyette
2014-01-14Add new rump library for opencrypto frameworkpgoyette
2014-01-14Add the MODULE parts for blowfish and des.pgoyette
2014-01-10Regen.njoly
2014-01-10Add NetBSD futimes/lutimes syscalls which does not exists on Linux.njoly
2014-01-10Regen.njoly