summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Add protocol definitions for NFSv3. Use -DWANT_NFS3 with rpcgen to getdfr1997-04-182-4/+1001
| | | | | | the new protocol. Obtained from: rfc1813
* Fixed spelling of isnetworktty.bde1997-04-141-2/+2
| | | | Fixed stray whitespace.
* Fixed some style bugs.bde1997-04-131-2/+2
|
* Removed nonstandard #include of <sys/types.h>.bde1997-04-131-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'tbde1997-04-131-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 whichdavidn1997-04-131-0/+6
| | | | make use of them.
* This file is deprecated not "obsoleted".paul1997-04-131-1/+1
|
* Upgrade to the 1997/02/19 version.jmz1997-04-131-1/+10
|
* Declare issetugid()peter1997-04-051-0/+1
| | | | Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>, PR#3200
* Declare lchown()..peter1997-03-311-0/+1
|
* Add srandomdev() prototypeache1997-03-231-0/+1
|
* Put text after #endif in a comment (it's illegal otherwise)peter1997-03-141-2/+2
|
* Merge Lite2 changes -peter1997-03-112-11/+12
| | | | move getopt etc declarations from stdlib.h to unistd.h
* Merge Lite2 changespeter1997-03-111-2/+2
| | | | (Just version number)
* Merge Lite2 changes onto mainline:peter1997-03-111-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,peter1997-03-112-4/+158
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import CSRG 4.4BSD-Lite2 includes onto vendor branchpeter1997-03-117-55/+254
| |
| * Incorporate v1.85 of the Berkeley DB code into the CSRG branchpst1996-02-272-75/+57
| |
| * recording cvs-1.6 file deathpeter1995-12-301-151/+0
| |
* | Don't use a dot in the chown command. In fact, don't use a chown command.bde1997-03-091-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 supportedalex1997-03-041-1/+1
| | | | | | | | | | | | at this time. Reviewed by: John Birrell <jb@cimlogic.com.au>
* | Install headers for isofs/cd9660 and msdosfs. The mount utilities needbde1997-03-021-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 increasedache1997-03-021-2/+2
| |
* | Revert $FreeBSD$ to $Id$peter1997-02-2342-43/+43
| |
* | Allow commonly-used "insecure" as a valid keyword in /etc/ttys.davidn1997-02-151-0/+1
| | | | | | | | | | This prevents keywords after "insecure" occurs being errnoeously parsed as comments.
* | Submitted by: John Birrelljulian1997-02-051-2/+15
| | | | | | | | uthreads update from the author.
* | Change to comment for fs_passno to reflect that it appliesmpp1997-01-281-1/+1
| | | | | | | | to fsck and not dump.
* | Change XOPEN constants to match FreeBSD reality and add someache1997-01-161-4/+4
| | | | | | | | comments to describe them
* | Activate _POSIX_* stuff if !_ANSI_SOURCEache1997-01-161-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$jkh1997-01-1442-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".davidn1997-01-091-1/+2
| |
* | Typo fix.davidn1997-01-071-2/+2
| |
* | Move typedef for rlim_t into sys/types.h (as per NetBSD).davidn1997-01-051-7/+1
| |
* | Add the forgotten login_cap.hsos1997-01-041-3/+3
| |
* | Header for login class capabilities handling.davidn1997-01-041-0/+143
| |
* | Oops, remove FNM_NOCASE alias: really I can't remember any systemache1997-01-021-1/+0
| | | | | | | | with this define, it was ftpd-inspired.
* | Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLDache1997-01-021-0/+2
| | | | | | | | for better compatibility with other systems
* | Added group= facility to /etc/ttys for tty grouping for moredavidn1997-01-021-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()peter1996-12-311-1/+2
| |
* | - Prototypes, including pointers to functionspeter1996-12-302-28/+30
| | | | | | | | - C++ safe
* | First commit of a series of cleanups for the libc rpc code which has beenpeter1996-12-308-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-P1peter1996-12-302-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.peter1996-12-302-53/+94
| | | | | | | | (More commits to come)
* | Geeze, I'm really off-target on my Makefile hacking tonite. Guess I'lljkh1996-12-301-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.jkh1996-12-301-3/+3
| |
* | string.h defines nonstandard routines when _POSIX_SOURCE isimp1996-12-171-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 commentache1996-12-051-1/+1
| | | | | | | | 2.2 candidate
* | Bump maximum username length to 16 characters. This brings us intojkh1996-12-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | line with BSD/OS and Linux's username limits, making transitioning from either operating system a lot easier than it is now. I'm currently running with this change on my system, as are several others, and have experienced no ill effects. This is not for 2.2! This needs to get shaken out longer term in 3.0. Previously-approved-by: davidg
* | Update to more current reality.phk1996-11-281-11/+31
| | | | | | | | | | Reviewed by: phk Submitted by: Robin Carey <robin@mailgate.dtc.rankxerox.co.uk>
* | Matching routed.h to go along with latest routed.wollman1996-11-191-2/+14
| |
OpenPOWER on IntegriCloud