Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplicate decls | brian | 1998-04-19 | 1 | -2/+0 |
| | | | | Not objected to by: freebsd-hackers | ||||
* | Added forgotten declaration of mkdtemp(). | bde | 1998-03-12 | 1 | -0/+1 |
| | |||||
* | Change usleep return type from void to int to match OpenGroup specs. | ache | 1997-10-22 | 1 | -1/+1 |
| | |||||
* | Prototypes for getsid() and getpgid(). Also, prefix type names in | peter | 1997-08-19 | 1 | -1/+3 |
| | | | | setpgrp() prototype with _ as per style(9). | ||||
* | remove stray forward declaration for struct timespec | peter | 1997-05-13 | 1 | -3/+0 |
| | | | | Pointed out by: bde | ||||
* | Oops, move clock_*() and nanosleep() to time.h | peter | 1997-05-12 | 1 | -4/+0 |
| | | | | Submitted by: Peter Dufault <dufault@hda.com> | ||||
* | prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep(). | peter | 1997-05-12 | 1 | -0/+7 |
| | |||||
* | #ifdef'ed the declaration of lseek() so that -Wredundant-decls doesn't | bde | 1997-04-13 | 1 | -0/+10 |
| | | | | | | | | cause noise. Duplicated the lseek() redeclaration hack for all functions involving off_t's (ftruncate(), mmap() and truncate()) to help broken programs work. | ||||
* | Declare issetugid() | peter | 1997-04-05 | 1 | -0/+1 |
| | | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3200 | ||||
* | Declare lchown().. | peter | 1997-03-31 | 1 | -0/+1 |
| | |||||
* | Merge Lite2 changes - | peter | 1997-03-11 | 1 | -1/+9 |
| | | | | move getopt etc declarations from stdlib.h to unistd.h | ||||
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -4/+2 |
| | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. | ||||
* | Fixed new and old standards conformance bugs. The non-POSIX confstr() was | bde | 1996-07-17 | 1 | -3/+2 |
| | | | | | | in the POSIX section for a log time. The non-POSIX getgrouplist() and setgroups() were recently added to the POSIX section although setgroups() was already in the non-POSIX section. | ||||
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -0/+2 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | Add prototype for rfork(). | peter | 1996-02-23 | 1 | -0/+1 |
| | |||||
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 1 | -0/+1 |
| | | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations | ||||
* | Make the argument list for the (non-Posix) fchown() consistent with | joerg | 1995-02-16 | 1 | -1/+1 |
| | | | | | | Posix chown(), and also with the man page. Submitted by: Doug Rabson <dfr@render.com> | ||||
* | Declare [gs]etdomainname(). | wollman | 1994-09-18 | 1 | -0/+2 |
| | |||||
* | Declare functions that don't return as having attribute __dead2. | bde | 1994-09-08 | 1 | -1/+1 |
| | |||||
* | BSD 4.4 Lite Include Sources | rgrimes | 1994-05-24 | 1 | -0/+175 |