Page MenuHomeFreeBSD

Sandbox wc(1) with fileargs.
ClosedPublic

Authored by oshogbo on Feb 17 2018, 12:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 2:11 PM
Unknown Object (File)
Thu, Oct 9, 3:17 PM
Unknown Object (File)
Wed, Oct 1, 2:50 PM
Unknown Object (File)
Tue, Sep 30, 10:08 PM
Unknown Object (File)
Tue, Sep 30, 5:07 AM
Unknown Object (File)
Thu, Sep 25, 3:09 PM
Unknown Object (File)
Tue, Sep 23, 2:03 AM
Unknown Object (File)
Sat, Sep 20, 5:33 AM
Subscribers

Details

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This looks pretty clean, I like it.

usr.bin/wc/wc.c
144

Doesn't this need to be before the first use of err.h? It should be before the above if() because of the xo_warn()

This revision is now accepted and ready to land.Feb 17 2018, 5:12 PM
usr.bin/wc/wc.c
144

But this is needed only when we are in capability mode which we enter below, so if xo_warn will be called it will still have access to the NLS.

We handle now empty argc and argv.

This revision now requires review to proceed.Feb 21 2018, 9:57 PM

Looks good

usr.bin/wc/wc.c
49

should sort alphabetically before stat

This revision is now accepted and ready to land.Feb 22 2018, 12:46 AM