Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLD | ache | 1997-01-02 | 1 | -0/+2 |
| | | | | | | | | for better compatibility with other systems | ||||
* | | Added group= facility to /etc/ttys for tty grouping for more | davidn | 1997-01-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | more manageable and convenient referencing by login.conf (login class database) and (e.g.) login.access. This is the first of a group of commits which implements the login class capabilities database. | ||||
* | | Missed prototype for svc_getreqset2() | peter | 1996-12-31 | 1 | -1/+2 |
| | | |||||
* | | - Prototypes, including pointers to functions | peter | 1996-12-30 | 2 | -28/+30 |
| | | | | | | | | - C++ safe | ||||
* | | First commit of a series of cleanups for the libc rpc code which has been | peter | 1996-12-30 | 8 | -84/+137 |
| | | | | | | | | | | | | | | | | | | | | | | suffering a bad case neglect for the last few years. - Add full prototypes, including to function pointers. - Make the wire protocols 64-bit type safe, eg: 32 bit quantities are int32_t, not long. The orginal rpc code was implemented when an int could be 16 bits. Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code. | ||||
* | | Update 4.9.4-P1 -> 4.9.5-P1 | peter | 1996-12-30 | 2 | -42/+110 |
| | | | | | | | | Included here are definitions for the DNSSEC key management stuff. | ||||
* | | Update the resolver definitions from bind-4.9.4-P1 to 4.9.5-P1 level. | peter | 1996-12-30 | 2 | -53/+94 |
| | | | | | | | | (More commits to come) | ||||
* | | Geeze, I'm really off-target on my Makefile hacking tonite. Guess I'll | jkh | 1996-12-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | go to bed. :-) Revert this change which would have broken the ${DESTDIR} relative link when chrooted. Pointed-Out-To-My-Embarassment-By: bde | ||||
* | | Add some missing ${DESTDIR}s here. | jkh | 1996-12-30 | 1 | -3/+3 |
| | | |||||
* | | string.h defines nonstandard routines when _POSIX_SOURCE is | imp | 1996-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | defined. It has been fixed to not do that. Submitted by: Jake Hamby <jehamby@lightside.com> Closes PR: 1954 | ||||
* | | Fix compiler warning: /* inside comment | ache | 1996-12-05 | 1 | -1/+1 |
| | | | | | | | | 2.2 candidate |