| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Const poisoning. | Ruslan Ermilov | 2002-04-08 | 1 | -1/+1 |
| | | |||||
| * | Add __FBSDID()s to libutil | Matthew Dillon | 2001-09-30 | 1 | -2/+3 |
| | | |||||
| * | Fix problems people were having with large -O levels with GCC and | Brian Feldman | 2000-10-27 | 1 | -7/+6 |
| | | | | | | | | | | | getting libutil/libcrypt to work properly. I've determined that GCC thinks it can inline all functions, including weak-symboled ones, if it feels like it. Create a new stub.c and move any stubs there to prevent inlining. Thanks to jdp and William S. Duncanson for helping me finally find the problem. | ||||
| * | Add weak symbol pragma for crypt_set_format(). | Jeroen Ruigrok van der Werven | 2000-08-23 | 1 | -0/+6 |
| | | | | | Approved by: green | ||||
| * | Stick login_setcryptfmt() in its own file to make pulling in of | Brian Feldman | 2000-08-23 | 1 | -0/+44 |
| -lcrypt only happen if truly necessary. | |||||
