]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Additional work is still needed before we can claim that tmpfs
[FreeBSD/FreeBSD.git] / sys / compat /
2007-10-03 ruThis commit was generated by cvs2svn to compensate...
2007-09-24 jhbAllow the ia32 resource limits (compat.ia32.max{dsiz...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-09-18 dwmaloneThe kernel version of Linux statfs64 is actually suppos...
2007-08-28 jhbRework the routines to convert a 5.x+ statfs structure...
2007-08-28 kibImplement fake linux sched_getaffinity() syscall to...
2007-08-24 edwinThis commit was generated by cvs2svn to compensate...
2007-08-16 pjdSome ZFS threads needs stack larger than the default...
2007-08-16 davidxuRegenerate.
2007-08-16 davidxuAdd thr_kill2 compat32 syscall.
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-06 rwatsonRemove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT...
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-22 thompsandis will signal the kthread to exit and then sleep...
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-12 jhbFix a couple of issues with the stack limit for 32...
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-05 peterQuiet warnings. I believe gcc is incorrect about these.
2007-07-04 peterDon't add the 'pad' argument to the mmap/truncate/etc...
2007-07-04 peterAdd compat6 wrapper code for mmap/lseek/pread/pwrite...
2007-07-04 peterRegenerate after mmap/lseek/etc syscall changes
2007-07-04 peterAdd i386 emulation wrappers for mmap/lseek/etc. These...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
2007-06-17 mjacobTry a cheap way to get around gcc4.2 believing that...
2007-06-15 emasteRemove stale 'XXX implement' comments for syscalls...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-12 rwatsonEliminate now-unused SUSER_ALLOWJAIL arguments to priv_...
2007-06-10 mjacobQuiesce warnings by initializing irql values to zero.
2007-06-10 mjacobEnsure that newpath is always initialized, even for...
2007-06-09 attiliorufetch and calcru sometimes should be called atomicall...
2007-06-09 attilioThe current rusage code show peculiar problems:
2007-06-08 pjd- Reduce number of atomic operations needed to be imple...
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-05 jeffCommit 14/14 of sched_lock decomposition.
2007-06-04 dwmaloneDespite several examples in the kernel, the third argum...
2007-06-04 pjdReimplement traverse() helper function:
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-02 dougbThis commit was generated by cvs2svn to compensate...
2007-05-31 attilioRevert VMCNT_* operations introduction.
2007-05-31 kibRevert UF_OPENING workaround for CURRENT.
2007-05-26 pjdThere are too many false positive LORs reported by...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 pjdDNLC_NO_VNODE can't be NULL.
2007-05-23 pjdFreeBSD's namecache works quite well with ZFS, so remov...
2007-05-23 cognetRemove duplicate includes.
2007-05-23 kibMove futex support code from <arch>/support.s into...
2007-05-22 kanAllow FreeBSD's native ELF image activators to execute...
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-20 jeff - Move GDT/LDT locking into a seperate spinlock, remov...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-18 jeff - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros...
2007-05-14 jhbRework the support for ABIs to override resource limits...
2007-05-02 pjdShare-lock a vnode where possible.
2007-05-01 marcelThis commit was generated by cvs2svn to compensate...
2007-05-01 alcEliminate the use of Giant from ia64-specific code...
2007-05-01 alcSynchronize vm map and object accesses.
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 pjdMFp4: Reduce diff against vendor code:
2007-04-22 desNow that we're MPSAFE, tell namei() to acquire Giant...
2007-04-21 pjdMFp4:
2007-04-18 pjdMFp4: Fix automatic snapshot mount when unprivileged...
2007-04-17 pjd- Fix a leftover - vfs_mount_alloc() is now exported...
2007-04-16 rwatsonThis commit was generated by cvs2svn to compensate...
2007-04-15 desWhitespace cleanup.
2007-04-14 rwatsonSome Linux applications (ping) pass a non-NULL msg_cont...
2007-04-11 ruThis commit was generated by cvs2svn to compensate...
2007-04-11 njlThis commit was generated by cvs2svn to compensate...
2007-04-10 wkoszekstrchr() and strrchr() are already present in the kerne...
2007-04-10 scottlWhitespace fixes
2007-04-10 pjdTry to stabilize ZFS with regard to memory consumption:
2007-04-09 gshapiroThis commit was generated by cvs2svn to compensate...
2007-04-09 pjdInstead of detecting if lock is already initialized...
2007-04-08 pjdExtend kobj compatibility KPI to support operating...
2007-04-08 pjdMFp4: Synchronize with recent OpenSolaris changes.
2007-04-07 scottlAdd the CAM 'SG' peripheral device. This device implem...
2007-04-07 desThis commit was generated by cvs2svn to compensate...
2007-04-06 jkimFix kernel module dependency. linprocfs depends on...
2007-04-06 kanThis commit was generated by cvs2svn to compensate...
2007-04-06 pjdWe have strcasecmp() in libkern now.
2007-04-06 pjdPlease welcome ZFS - The last word in file systems.
2007-04-04 thompsaThis commit was generated by cvs2svn to compensate...
2007-04-04 rwatsonReplace custom file descriptor array sleep lock constru...
next