Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix missing close comment in login_cap additions | peter | 1997-05-18 | 1 | -2/+2 |
| | |||||
* | struct timespec needs to be useable with just <time.h>, but needs to not | peter | 1997-05-13 | 1 | -7/+27 |
| | | | | | | conflict with the kernel visible one. Make the new stuff not visible if _ANSI_SOURCE or _POSIX_SOURCE is defined (!) because the new things are not part of the base 1003.1-1990 standard (or ansi). | ||||
* | remove stray forward declaration for struct timespec | peter | 1997-05-13 | 1 | -3/+0 |
| | | | | Pointed out by: bde | ||||
* | Add clockid_t definition like in sys/types.h to allow time.h | ache | 1997-05-13 | 1 | -0/+5 |
| | | | | to be included without sys/types.h, it fixes broken groff compilation | ||||
* | Oops, move clock_*() and nanosleep() to time.h | peter | 1997-05-12 | 2 | -4/+4 |
| | | | | Submitted by: Peter Dufault <dufault@hda.com> | ||||
* | prototype clock_settime(), clock_gettime(), clock_getres(), nanosleep(). | peter | 1997-05-12 | 1 | -0/+7 |
| | |||||
* | Build osreldate.h at build time rather than install time. This fixes | peter | 1997-05-12 | 1 | -15/+20 |
| | | | | a breakage with 'make reinstall' on a read-only source tree. | ||||
* | Removed login_cap.h, now moved to src/lib/libutil. | davidn | 1997-05-10 | 2 | -142/+2 |
| | |||||
* | Back out all of yesterdays include file changes. | eivind | 1997-05-07 | 26 | -81/+18 |
| | |||||
* | Back out part of yesterdays changes. They were obviously not tested well | eivind | 1997-05-07 | 1 | -4/+1 |
| | | | | | | | enough :-( (With backout on this file, libc compiles. 'make world' isn't finished yet.) Pointed out by: Oliver Roberts | ||||
* | Make a lot of include-files self-contained. I excluded the patches changing | eivind | 1997-05-07 | 27 | -19/+89 |
| | | | | | | | | int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org> | ||||
* | Fixed missing __P() to complete the K&R support in this header. | bde | 1997-05-07 | 2 | -3/+3 |
| | |||||
* | Don't try to install f2c'h now that it's installed from | asami | 1997-04-25 | 1 | -2/+2 |
| | | | | /usr/src/usr.bin/f2c. :) | ||||
* | This file is a duplicate of src/usr.bin/f2c/f2c.h | jmz | 1997-04-24 | 1 | -223/+0 |
| | | | | Reviewed by: bde | ||||
* | Add protocol definitions for NFSv3. Use -DWANT_NFS3 with rpcgen to get | dfr | 1997-04-18 | 2 | -4/+1001 |
| | | | | | | the new protocol. Obtained from: rfc1813 | ||||
* | Fixed spelling of isnetworktty. | bde | 1997-04-14 | 1 | -2/+2 |
| | | | | Fixed stray whitespace. | ||||
* | Fixed some style bugs. | bde | 1997-04-13 | 1 | -2/+2 |
| | |||||
* | Removed nonstandard #include of <sys/types.h>. | bde | 1997-04-13 | 1 | -8/+29 |
| | | | | | | | Use _BSD_OFF_T_ instead of off_t so that we're still self-sufficent. Copied the ftruncate/lseek()/mmap()/truncate() redeclaration hacks from <sys/types.h> so that things depending on them don't break. | ||||
* | #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. | ||||
* | Add bitflags TTY_NETWORK/TTY_DIALUP and interface functions which | davidn | 1997-04-13 | 1 | -0/+6 |
| | | | | make use of them. | ||||
* | This file is deprecated not "obsoleted". | paul | 1997-04-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to the 1997/02/19 version. | jmz | 1997-04-13 | 1 | -1/+10 |
| | |||||
* | 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 |
| | |||||
* | Add srandomdev() prototype | ache | 1997-03-23 | 1 | -0/+1 |
| | |||||
* | Put text after #endif in a comment (it's illegal otherwise) | peter | 1997-03-14 | 1 | -2/+2 |
| | |||||
* | Merge Lite2 changes - | peter | 1997-03-11 | 2 | -11/+12 |
| | | | | move getopt etc declarations from stdlib.h to unistd.h | ||||
* | Merge Lite2 changes | peter | 1997-03-11 | 1 | -2/+2 |
| | | | | (Just version number) | ||||
* | Merge Lite2 changes onto mainline: | peter | 1997-03-11 | 1 | -1/+9 |
| | | | | | - declare opendir2(), which is used to control how readdir() handles whiteouts etc. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r23650, | peter | 1997-03-11 | 2 | -4/+158 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import CSRG 4.4BSD-Lite2 includes onto vendor branch | peter | 1997-03-11 | 7 | -55/+254 |
| | | |||||
| * | Incorporate v1.85 of the Berkeley DB code into the CSRG branch | pst | 1996-02-27 | 2 | -75/+57 |
| | | |||||
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -151/+0 |
| | | |||||
* | | Don't use a dot in the chown command. In fact, don't use a chown command. | bde | 1997-03-09 | 1 | -8/+3 |
| | | | | | | | | | | | | Use mtree instead of mkdir+chown+chmod to build the subdirectory hierachy. The corresponding mtree command in src/etc/Makefile can't be relied on because the hierachy gets blown away in the default SHARED=symlinks case. | ||||
* | | Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported | alex | 1997-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | | at this time. Reviewed by: John Birrell <jb@cimlogic.com.au> | ||||
* | | Install headers for isofs/cd9660 and msdosfs. The mount utilities need | bde | 1997-03-02 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | them now that <sys/mount.h> no longer declares filesytem-specific mount args structs. Renamed some macros to be less ufs-centric. Fixed order of mkdirs. The order has been broken since the backwards `.for' loop bug was fixed in `make' on 1996/09/21. | ||||
* | | increase L_cuserid because UT_NAMESIZE increased | ache | 1997-03-02 | 1 | -2/+2 |
| | | |||||
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-23 | 42 | -43/+43 |
| | | |||||
* | | Allow commonly-used "insecure" as a valid keyword in /etc/ttys. | davidn | 1997-02-15 | 1 | -0/+1 |
| | | | | | | | | | | This prevents keywords after "insecure" occurs being errnoeously parsed as comments. | ||||
* | | Submitted by: John Birrell | julian | 1997-02-05 | 1 | -2/+15 |
| | | | | | | | | uthreads update from the author. | ||||
* | | Change to comment for fs_passno to reflect that it applies | mpp | 1997-01-28 | 1 | -1/+1 |
| | | | | | | | | to fsck and not dump. | ||||
* | | Change XOPEN constants to match FreeBSD reality and add some | ache | 1997-01-16 | 1 | -4/+4 |
| | | | | | | | | comments to describe them | ||||
* | | Activate _POSIX_* stuff if !_ANSI_SOURCE | ache | 1997-01-16 | 1 | -0/+13 |
| | | | | | | | | | | | | Add _XOPEN constants set, needed mainly to sense position arguments in printf (vi cares at this moment) Obtained from: NetBSD | ||||
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 42 | -43/+43 |
| | | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | | Internationalise "authorize". | davidn | 1997-01-09 | 1 | -1/+2 |
| | | |||||
* | | Typo fix. | davidn | 1997-01-07 | 1 | -2/+2 |
| | | |||||
* | | Move typedef for rlim_t into sys/types.h (as per NetBSD). | davidn | 1997-01-05 | 1 | -7/+1 |
| | | |||||
* | | Add the forgotten login_cap.h | sos | 1997-01-04 | 1 | -3/+3 |
| | | |||||
* | | Header for login class capabilities handling. | davidn | 1997-01-04 | 1 | -0/+143 |
| | | |||||
* | | Oops, remove FNM_NOCASE alias: really I can't remember any system | ache | 1997-01-02 | 1 | -1/+0 |
| | | | | | | | | with this define, it was ftpd-inspired. |