Remove the thread argument from ext2_quotaoff(), ext2_flushfiles(),
[dragonfly.git] / sys / emulation /
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-04-27 Sascha WildnerFix LINT build.
2006-04-26 Matthew DillonFix the range checking for all read and write system...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-07 Matthew DillonRemove two incorrect serializer calls in the NDIS code.
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-31 Simon SchubertPull the fix from procfs_vnops.c:1.27 also to linprocfs
2006-01-22 Sascha WildnerAdd some casts to silence warnings.
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-06 Joerg SonnenbergerSleep before commit, remove trailing ,
2006-01-06 Joerg Sonnenbergernextpid is not public, so don't use it. It's not really...
2006-01-06 Joerg SonnenbergerRemove useless define.
2005-12-31 Matthew DillonFinish fixing NDIS serialization. Wrap detach in the...
2005-12-10 Sascha WildnerAnsify function definitions.
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-12-01 Matthew DillonGet rid of the p_stat SZOMB state. p_stat can now...
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.syscall_mpsafe which...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-14 Matthew DillonFix a broken array lookup in the old 4.3 BSD mmap compa...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-10-08 Simon SchubertRegen.
2005-10-08 Simon SchubertAdd linux_nosys which handles non-existing syscalls...
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-10 Sascha WildnerRemove more scripts whose only purpose was to kldload...
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-08-23 Joerg SonnenbergerBack out accidental commit.
2005-08-22 Joerg SonnenbergerGC unused macro.
2005-08-16 Joerg SonnenbergerHonor process visibility for jailed processes and ps_sh...
2005-08-15 Joerg SonnenbergerSplit the two parts of linprocfs_readdir into subroutines.
2005-08-15 Joerg SonnenbergerRip off PROCFS_ZOMBIE, it wasn't even a knob to play...
2005-08-10 Joerg SonnenbergerReplace the 4.3BSD getdirentries compat function with...
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-09 Joerg SonnenbergerUse vn_get_namelen to provide correct f_namemax field.
2005-08-09 Joerg SonnenbergerDon't hide errors from kern_statfs by overwriting error...
2005-08-09 Joerg SonnenbergerKill stackgap in (f)statvfs(64).
2005-08-09 Joerg SonnenbergerUse vn_get_namelen to reduce bogusnes.
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-30 Joerg SonnenbergerFix macro name in comment.
2005-07-30 Joerg SonnenbergerRegen.
2005-07-30 Joerg SonnenbergerMove ostat definition from sys/stat.h into emulation43b...
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-27 Matthew Dillon* Remove a procedural layer in the scheduler clock...
2005-06-27 Sascha WildnerChange spl*() to critical sections.
2005-06-22 Joerg SonnenbergerSuSE includes a special .note.SuSE section descriping...
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-16 Matthew Dillonspl->critical section conversion.
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-09 Jeffrey HsuFix typo that turns out to be harmless by accident...
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-01 Joerg SonnenbergerAdd back support for SYSV binaries. Those are nasty...
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-31 Joerg SonnenbergerDon't match executables with ELFOSABI_NONE against...
2005-05-31 Joerg SonnenbergerRemove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext...
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-04-27 Hiten PandyaChange CPU time statistics (cputime) to be accounted...
2005-04-22 Sascha WildnerRemove DEC Alpha support.
2005-04-22 Sascha WildnerRemove DEC Alpha support.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
next