Fix buffer overflow bug involving inet_ntoa().
[dragonfly.git] / sys / kern / vfs_syscalls.c
2004-12-28 Matthew DillonFix a range check bug in lseek()
2004-12-24 Matthew DillonJournaling layer work. Add a new system call, mountctl...
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-24 Matthew DillonCleanup some ESTALE issues on the client when files...
2004-11-23 Matthew DillonFix a bug in chown, chmod, and chflags. When the setff...
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-10-07 Matthew DillonVFS messaging/interfacing work stage 7f/99: More firmin...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7e/99: More firmin...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7d/99: More firmin...
2004-10-02 Matthew DillonVFS messaging/interfacing work stage 7b/99: More firmin...
2004-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-09-28 Matthew DillonVFS messaging/interfacing work stage 6/99. Populate...
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-05-26 Matthew DillonCleanup warnings. No operational changes.
2004-05-21 David RhodusRemove unneeded typecast.
2004-05-21 David RhodusCleanup pass. Removed code that is not needed anymore.
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-21 Hiten PandyaAdd a KKASSERT to mount(2) to make sure we have a proc...
2004-04-21 Hiten PandyaMerge: FreeBSD (RELENG_4) vfs_syscalls.c rev. 1.151...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-03-16 Matthew DillonSeparate chroot() into kern_chroot(). Rename change_di...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2003-11-14 Matthew DillonFix bug in last syscall separation commit, an extra...
2003-11-13 David P. Reese, Jr.Split mkfifo().
2003-11-12 David P. Reese, Jr.Remind myself and others that kern_readlink() isn't...
2003-11-11 David P. Reese, Jr.The big syscall split commit broke utimes(), lutimes...
2003-11-10 Matthew DillonThe last major syscall separation commit completely...
2003-11-03 Matthew DillonFix a minor compile-time bug introduced in 1.22 when...
2003-11-03 David P. Reese, Jr.Split wait4(), setrlimit(), getrlimit(), statfs(),...
2003-10-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-28 Matthew Dillonnamecache work stage 2: move struct namecache to its...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-26 Robert Garrett__P() removal
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-03 Hiten PandyaUse FOREACH_PROC_IN_SYSTEM() throughout.
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: post commit cleanup. Fix minor...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: