NetBSD/sys/compat/common
mycroft 45a21b76f0 Fixing age old cruft:
* Rather than using mnt_maxsymlinklen to indicate that a file systems returns
  d_type fields(!), add a new internal flag, IMNT_DTYPE.

Add 3 new elements to ufsmount:
* um_maxsymlinklen, replaces mnt_maxsymlinklen (which never should have existed
  in the first place).
* um_dirblksiz, which tracks the current directory block size, eliminating the
  FS-specific checks littered throughout the code.  This may be used later to
  make the block size variable.
* um_maxfilesize, which is the maximum file size, possibly adjusted lower due
  to implementation issues.

Sync some bug fixes from FFS into ext2fs, particularly:
* ffs_lookup.c 1.21, 1.28, 1.33, 1.48
* ffs_inode.c 1.43, 1.44, 1.45, 1.66, 1.67
* ffs_vnops.c 1.84, 1.85, 1.86

Clean up some crappy pointer frobnication.
2004-08-15 07:19:54 +00:00
..
compat_exec.c Don't include malloc.h if you are not going to use it. 2003-11-19 15:48:21 +00:00
compat_file.c Add a wrapper for connect that check an alternate path in emulation tree 2004-07-24 15:44:09 +00:00
compat_file.h Add a wrapper for connect that check an alternate path in emulation tree 2004-07-24 15:44:09 +00:00
compat_util.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
compat_util.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
gen_errno_tables.awk
kern_exit_43.c Don't include malloc.h if you are not going to use it. 2003-11-19 15:48:21 +00:00
kern_info_09.c Dynamic sysctl. 2003-12-04 19:38:21 +00:00
kern_info_43.c Dynamic sysctl. 2003-12-04 19:38:21 +00:00
kern_ipc_10.c Don't include malloc.h if you are not going to use it. 2003-11-19 15:48:21 +00:00
kern_resource_43.c Don't include malloc.h if you are not going to use it. 2003-11-19 15:48:21 +00:00
kern_sig_13.c Merge the nathanw_sa branch. 2003-01-18 07:28:34 +00:00
kern_sig_43.c SA_SIGINFO changes 2003-09-06 22:09:20 +00:00
kern_xxx_12.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
Makefile Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
Makefile.inc Add lint infrastructure 2002-11-02 07:49:57 +00:00
sysv_ipc_14.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
sysv_msg_14.c Merge the nathanw_sa branch. 2003-01-18 07:28:34 +00:00
sysv_sem_14.c Merge the nathanw_sa branch. 2003-01-18 07:28:34 +00:00
sysv_shm_14.c Merge the nathanw_sa branch. 2003-01-18 07:28:34 +00:00
tty_43.c Constify the speedtab arrays 2004-04-25 06:23:40 +00:00
uipc_syscalls_43.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
vfs_syscalls_12.c Don't include malloc.h if you are not going to use it. 2003-11-19 15:48:21 +00:00
vfs_syscalls_20.c grr, forgot to take out the & 2004-05-22 20:53:26 +00:00
vfs_syscalls_43.c Fixing age old cruft: 2004-08-15 07:19:54 +00:00
vm_12.c The Double-Semi-Colon Police. 2003-01-20 05:29:53 +00:00
vm_43.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00