Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-09 | As per style.9, prototypes should not have variable names associated | Frederic Cambus | |
with the types. OK jca@ | |||
2014-04-21 | Use internal '__' names for __attributes__ in public headers | Philip Guenther | |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
2002-08-30 | put sentinel back in. Thx miod@ | Marc Espie | |
2002-06-07 | Backout previous change. Since it requires people to upgrade gcc, we want | Miod Vallat | |
to give them a larger timeslot to do that. Requested by deraadt@ and various people on icb or vocally. | |||
2002-06-05 | Use attribute((sentinel)) on functions where it makes sense. | Marc Espie | |
(this will warn if they are used without a terminating NULL pointer. Note *pointer*, very useful for arches where 0 != (void *)0, in size) okay millert@ | |||
2002-03-12 | Make the function prototypes line up better and add stub struct | Todd C. Miller | |
definitions to allow bsd_auth.h to be included before login_cap.h or pwd.h. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-01 | Guard agaist multiple inclusion | Todd C. Miller | |
Add missing __BEGIN_DECLS and use __P macro in function prototypes | |||
2000-11-21 | BSD authentication routines from BSDI. Presently this is not used but | Todd C. Miller | |
the login_* helper programs and other support will be committed in the near future. |