OpenBSD CVS

src/sbin/swapctl/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / swapctl

Current tag: OPENBSD_6_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   8 years  jmc   for some time now mandoc has not required MLINKS to function correctly - logical...
[TXT] swapctl.8  1.34   8 years  schwarze   fix markup of the -t argument
[TXT] swapctl.c  1.23   8 years  krw   Last parameter to execl[e]() functions *must* be cast to a pointer. Just NULL is...
[TXT] swapctl.h  1.4   16 years  millert   Remove dead code and fix incorrect comment. From Igor Zinovik.
[TXT] swaplist.c  1.12   8 years  mmcc   Remove NULL-checks before free(). ok tb@