Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-29 | Remove blank lines at EOF | Guillem Jover | 1 | -1/+0 | |
2011-05-29 | Include the correct deprecated headeres when using the overlay | Guillem Jover | 1 | -0/+4 | |
2011-05-29 | Add LIBBSD_DISABLE_DEPRECATED to deprecated headers | Guillem Jover | 1 | -0/+4 | |
When enabled this will make the inclusion of deprecated headers a fatal error so that it's easier to spot. | |||||
2011-05-28 | Condense and clarify header deprecation warnings | Guillem Jover | 1 | -1/+1 | |
Mention the possibility of using libbsd-overlay.pc. | |||||
2009-10-24 | Move <bsd/queue.h> to <bsd/sys/queue.h> | Guillem Jover | 1 | -606/+19 | |
This maps more closely the location of the real header. For transitional purposes keep a <bsd/queue.h> that warns and includes <bsd/sys/queue.h>. | |||||
2009-10-24 | Update <sys/queue.h> | Guillem Jover | 1 | -61/+130 | |
Taken from FreeBSD. | |||||
2008-07-09 | Renumber 4th clause from BSD license to 3rd | Guillem Jover | 1 | -1/+1 | |
Those files have only three clauses. | |||||
2008-05-06 | bsd/queue.h: Sync with current glibc variant from GNU/kFreeBSD | Petr Salinger | 1 | -2/+2 | |
2008-05-06 | Use the same macro (_SYS_QUEUE_H) as <sys/queue.h> for header protection | Robert Millan | 1 | -3/+3 | |
This prevents collisions. | |||||
2008-05-06 | bsd/queue.h: Replace with patched copy of glibc's <sys/queue.h> | Robert Millan | 1 | -6/+408 | |
This doesn't affect freebsd6-buildutils. | |||||
2008-05-06 | Reorganize header files | Guillem Jover | 1 | -0/+151 | |