freebsd-src/sys/compat
John Baldwin 932151064a - Add a new linker_file_foreach() function that walks the list of linker
file objects calling a user-specified predicate function on each object.
  The iteration terminates either when the entire list has been iterated
  over or the predicate function returns a non-zero value.
  linker_file_foreach() returns the value returned by the last invocation
  of the predicate function.  It also accepts a void * context pointer that
  is passed to the predicate function as well.  Using an iterator function
  avoids exposing linker internals to the rest of the kernel making locking
  simpler.
- Use linker_file_foreach() instead of walking the list of linker files
  manually to lookup ndis files in ndis(4).
- Use linker_file_foreach() to implement linker_hwpmc_list_objects().
2006-06-20 20:37:17 +00:00
..
freebsd32 Do not copy out the iovec in the 32bit recvmsg call since soreceive 2006-06-08 18:33:08 +00:00
ia32 Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure 2005-12-26 21:23:57 +00:00
linprocfs Add the model name, obtained from the hw.model sysctl variable. 2006-06-12 18:14:49 +00:00
linsysfs Remove the dependency on procfs since it isn't used. 2006-05-11 15:27:58 +00:00
linux Fix file leaking in translate_path_major_minor. 2006-05-16 17:57:00 +00:00
ndis - Add a new linker_file_foreach() function that walks the list of linker 2006-06-20 20:37:17 +00:00
netbsd Start each of the license/copyright comments with /*- 2005-01-05 22:34:37 +00:00
pecoff remove dead code 2005-02-22 01:26:48 +00:00
svr4 Annotate uses of fgetsock() with indications that they should rely 2006-04-01 15:25:01 +00:00