aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/factor/factor.c
Commit message (Collapse)AuthorAgeFilesLines
* factor: Remove an empty #ifdef __FBSDID clauseJohn Baldwin2023-10-241-2/+0
| | | | (cherry picked from commit f2f73fa7bd4b24c22ced0ff4566e03115dc9cb5f)
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ Similar commit in main: (cherry picked from commit 1d386b48a555)
* Fix the way 'factor' behaves when using OpenSSL to match the descriptionGarance A Drosehn2020-01-121-16/+53
| | | | | | | | | | | | | | | | of how it works when not compiled with OpenSSL. Also, allow users to specify a hexadecimal number by using a prefix of '0x'. Before this, users could only specify a hexadecimal value if that value included a hex digit ('a'-'f') in the value. PR: 243136 Submitted by: Steve Kargl Reviewed by: gad MFC after: 3 weeks Notes: svn path=/head/; revision=356666
* Make factor(6) buildable.Jung-uk Kim2018-09-191-5/+3
| | | | Notes: svn path=/projects/openssl111/; revision=338785
* Final step of eliminating the "games" distribution: Merge src/gamesColin Percival2015-10-021-0/+374
(or what's left of it, at least) into src/usr.bin. This change will not be MFCed. Discussed at: EuroBSDCon 2014 Committed from: EuroBSDCon 2015 Notes: svn path=/head/; revision=288485