summaryrefslogtreecommitdiffstats
path: root/sbin/gbde/gbde.c
Commit message (Expand)AuthorAgeFilesLines
* Don't create a template file if we're not going to let the user edit it.des2004-02-051-19/+28
* Fixed some non-critical memory leaks and one temporary file leakpjd2004-02-051-1/+6
* Mechanical whitespace cleanup. Also, note that previous commit wasdes2004-02-031-12/+12
* Remove newline characters from error strings.des2004-02-031-2/+2
* Insert an overview of the plans here, in case I get run over by a bus.phk2003-10-131-0/+32
* I think it is more correct to use modfind() than kldfind() here.phk2003-10-101-2/+2
* Autoload kernel module if necessary.phk2003-10-071-0/+9
* Interior decoration changes.phk2003-10-071-5/+5
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-011-2/+4
* Avoid off_t -> integer overflow when sorting the locksector addresses.phk2003-04-141-1/+1
* Use new GEOM OAM. Kernels have supported this for a number of days, sophk2003-03-311-39/+28
* Fix two unsafe uses of sprintf().tjr2003-02-231-3/+8
* Correct some err() format string bugs.tjr2003-02-231-7/+7
* Solve another bug in the mapping code: correctly skip lock sectors.phk2002-12-181-1/+1
* Fix two blunders in the mapping functions which can lead to corrupt data,phk2002-12-181-1/+21
* Untwist a twisty bit of logic which gcc for some reason cannot seephk2002-12-181-4/+4
* A couple of stylistic improvements.phk2002-12-171-5/+4
* Synchronize usage() with reality.phk2002-12-011-8/+19
* Run a revision on the GBDE encryption facility.phk2002-11-041-41/+72
* Initialize the new salt field in the lock sector.phk2002-10-301-2/+3
* s/dettach/detach/g etc.phk2002-10-201-7/+7
* Complete the Geom Based Disk Encryption: Add the OAM utility.phk2002-10-201-0/+750
OpenPOWER on IntegriCloud