Changeset 34832c3 in mainline for uspace/lib


Ignore:
Timestamp:
2026-03-18T12:46:13Z (35 hours ago)
Author:
Vít Skalický <skalicky@…>
Children:
6dae798
Parents:
05c9d92
Message:

Update license text and docs for vfs_walk and vfs_lookup_internal

Location:
uspace/lib/c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/dirent.c

    r05c9d92 r34832c3  
    11/*
    22 * Copyright (c) 2008 Jakub Jermar
     3 * Copyright (c) 2026 Vít Skalický
    34 * All rights reserved.
    45 *
  • uspace/lib/c/generic/vfs/vfs.c

    r05c9d92 r34832c3  
    12591259 *
    12601260 * @param parent        File handle of the parent node where the walk starts
    1261  * @param path          Parent-relative path to be walked
     1261 * @param path          Parent-relative absolute path to be walked (an
     1262 *                      absolute path with the parent being the root).
     1263 *                      If /foo is parent and path is "/bar/baz", the
     1264 *                      result would be /foo/bar/baz. Just "bar/baz" is
     1265 *                      not valid.
    12621266 * @param flags         Flags influencing the walk
    12631267 * @param[out] handle   File handle representing the result on success.
  • uspace/lib/c/include/dirent.h

    r05c9d92 r34832c3  
    11/*
    22 * Copyright (c) 2008 Jakub Jermar
     3 * Copyright (c) 2026 Vít Skalický
    34 * All rights reserved.
    45 *
Note: See TracChangeset for help on using the changeset viewer.