freebsd-skq/sys/compat
Pawel Jakub Dawidek b4b2596b97 - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type
u_long. Before this change it was of type int for syscalls, but prototypes
  in sys/stat.h and documentation for chflags(2) and fchflags(2) (but not
  for lchflags(2)) stated that it was u_long. Now some related functions
  use u_long type for flags (strtofflags(3), fflagstostr(3)).
- Make path argument of type 'const char *' for consistency.

Discussed on:	arch
Sponsored by:	The FreeBSD Foundation
2013-03-21 22:44:33 +00:00
..
freebsd32 - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type 2013-03-21 22:44:33 +00:00
ia32
linprocfs Switch the vm_object mutex to be a rwlock. This will enable in the 2013-03-09 02:32:23 +00:00
linsysfs
linux Remove check for NULL prior to free(9) and m_freem(9). 2013-03-04 02:21:34 +00:00
ndis Use m_get/m_gethdr instead of compat macros. 2013-03-15 12:55:30 +00:00
netbsd
svr4 Merge Capsicum overhaul: 2013-03-02 00:53:12 +00:00
x86bios