Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As per style.9, prototypes should not have variable names associated | 2017-03-09 | 1 | -2/+2 | |
| | | | | | | with the types. OK jca@ | ||||
* | Use internal '__' names for __attributes__ in public headers | 2014-04-21 | 1 | -3/+3 | |
| | |||||
* | Adapt things to use __type_t instead of _BSD_TYPE_T_ | 2006-01-06 | 1 | -2/+4 | |
| | | | | | Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | ||||
* | put sentinel back in. Thx miod@ | 2002-08-30 | 1 | -3/+6 | |
| | |||||
* | Backout previous change. Since it requires people to upgrade gcc, we want | 2002-06-07 | 1 | -6/+3 | |
| | | | | | to give them a larger timeslot to do that. Requested by deraadt@ and various people on icb or vocally. | ||||
* | Use attribute((sentinel)) on functions where it makes sense. | 2002-06-05 | 1 | -3/+6 | |
| | | | | | | | (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@ | ||||
* | Make the function prototypes line up better and add stub struct | 2002-03-12 | 1 | -27/+29 | |
| | | | | | definitions to allow bsd_auth.h to be included before login_cap.h or pwd.h. | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -31/+31 | |
| | |||||
* | $OpenBSD$ | 2001-01-28 | 1 | -0/+2 | |
| | |||||
* | Guard agaist multiple inclusion | 2001-01-01 | 1 | -30/+39 | |
| | | | | Add missing __BEGIN_DECLS and use __P macro in function prototypes | ||||
* | BSD authentication routines from BSDI. Presently this is not used but | 2000-11-21 | 1 | -0/+87 | |
the login_* helper programs and other support will be committed in the near future. |