summaryrefslogtreecommitdiffstats
path: root/daemon/swap.c
Commit message (Collapse)AuthorAgeFilesLines
* New commands: swapon-*, swapoff-*, mkswap-file.Richard W.M. Jones2009-07-311-2/+128
| | | | | | | | | | | | swapon-device swapoff-device swapon-file swapoff-file swapon-label swapoff-label swapon-uuid swapoff-uuid mkswap-file
* remove trailing blanksJim Meyering2009-07-031-1/+1
|
* Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.Richard W.M. Jones2009-06-291-0/+70
These commands are used to make Linux swap devices. The mkswap_L command makes one with a label. The mkswap_U command makes one with a known UUID.