summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* MFC: new rune functions.Jordan K. Hubbard1998-07-161-18/+21
| | | | Notes: svn path=/stable/2.2/; revision=37696
* Make prototype match implementation.Jordan K. Hubbard1998-07-161-1/+1
| | | | | | | Submitted by: Graham Wheeler <gram@cdsec.com> Notes: svn path=/stable/2.2/; revision=37691
* MFC: LC_MESSAGESAndrey A. Chernov1998-04-302-6/+8
| | | | Notes: svn path=/stable/2.2/; revision=35560
* MFC part 4: pthread_yield() was renamed to sched_yield() in theThomas Gellekum1998-04-302-2/+74
| | | | | | | | | POSIX thread standard. sched.h is John's version, needed for the prototype. Notes: svn path=/stable/2.2/; revision=35527
* MFC part 2: Static initializers for mutexes and condition variables.Thomas Gellekum1998-04-231-2/+8
| | | | Notes: svn path=/stable/2.2/; revision=35400
* Back out the removal of psignal() and sys_siglist asBrian Somers1998-04-221-0/+2
| | | | | | | | it's not appropriate in this branch. Suggested by: bde Notes: svn path=/stable/2.2/; revision=35375
* MFC: Remove psignal & sys_signlist decls.Brian Somers1998-04-211-2/+0
| | | | Notes: svn path=/stable/2.2/; revision=35362
* MFC (1.55: don't generate osreldate.h at install time).Bruce Evans1998-04-191-15/+20
| | | | | | | | Submitted by: Arne Henrik Juul <arnej@stud.math.ntnu.no> PR: 6330 Notes: svn path=/stable/2.2/; revision=35293
* MFC: merge r1.12. I was too conservative to merge this before.Jordan K. Hubbard1998-03-021-2/+2
| | | | | | | Requested by: bde Notes: svn path=/stable/2.2/; revision=34000
* MRC: arc4random prototypes.Jordan K. Hubbard1998-03-011-2/+9
| | | | Notes: svn path=/stable/2.2/; revision=33948
* MFC: convert to unsignedJordan K. Hubbard1998-02-171-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=33451
* MFC: spelling fixJordan K. Hubbard1998-02-171-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=33450
* MFC: POSIXification.Jordan K. Hubbard1998-02-171-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=33447
* MFC: very small - just bring in fix for fpos_t typedef.Jordan K. Hubbard1998-02-171-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=33446
* MFC: don't say "obsoleted"Jordan K. Hubbard1998-02-161-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=33433
* MFC: FNM_IGNORECASE compat macro.Jordan K. Hubbard1998-02-161-0/+1
| | | | Notes: svn path=/stable/2.2/; revision=33432
* ${.OBJDIR}\osreldate.h -> ${.OBJDIR}/osreldate.hBrian Somers1998-02-011-2/+2
| | | | | | | This is not MSDOS :-) Notes: svn path=/stable/2.2/; revision=32982
* MFC: install osreldate.h from ${.OBJDIR}.Steve Price1998-02-011-2/+3
| | | | Notes: svn path=/stable/2.2/; revision=32972
* Since stringlist.h is now in this branch, it might be a good idea to mentionJordan K. Hubbard1998-01-281-3/+3
| | | | | | | it in the Makefile. :-) Notes: svn path=/stable/2.2/; revision=32853
* MFC: Libedit updates from NetBSD, local fixes, etc.Mike Smith1998-01-281-8/+15
| | | | | | | Required by new ftp(1). Notes: svn path=/stable/2.2/; revision=32840
* Merge from main branch: add ELF header files and fix a misspelledJohn Polstra1998-01-272-9/+9
| | | | | | | | | | | | | | | | | identifier in brandelf.c. Files merged from main branch: src/usr.bin/brandelf/brandelf.c 1.5 -> 1.6 src/include/Makefile 1.55 -> 1.56 src/sys/sys/imgact_elf.h 1.4 -> 1.5 Files added from main branch: src/include/elf.h 1.1 src/sys/i386/include/elf.h 1.2 src/sys/sys/elf32.h 1.2 Notes: svn path=/stable/2.2/; revision=32824
* Update prototype for pthread_detach.Alexander Langer1998-01-111-1/+1
| | | | | | | Pointed out by: David E. Cross <dec@phoenix.its.rpi.edu> Notes: svn path=/stable/2.2/; revision=32434
* MFC: Const correctness for dl*(). The link.h polutionBrian Somers1997-12-071-8/+8
| | | | | | | | should probably be fixed here too. PR: 5243 Notes: svn path=/stable/2.2/; revision=31599
* Add prototype for strptime().Jordan K. Hubbard1997-10-051-0/+1
| | | | Notes: svn path=/stable/2.2/; revision=30111
* Bring in the 'make -DNOCLEAN world' fixes from -current. The problemPeter Wemm1997-09-102-4/+11
| | | | | | | | | is that obj/tmp/usr/include is built first with symlinks and then deleted and replaced with real files, causing all the dependencies to be triggered. Notes: svn path=/stable/2.2/; revision=29273
* YAMFC: prototype issetugid()Peter Wemm1997-09-031-0/+1
| | | | Notes: svn path=/stable/2.2/; revision=29062
* Upgrade routed(8) to the version from -current.Joerg Wunsch1997-08-191-2/+14
| | | | | | | Suggested by: fenner Notes: svn path=/stable/2.2/; revision=28432
* Sync with -current.John Polstra1997-08-081-1/+3
| | | | Notes: svn path=/stable/2.2/; revision=27971
* Merge 1.60.Satoshi Asami1997-07-311-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=27804
* YAMFC: Update from bind-4.9.4 to 4.9.6Peter Wemm1997-06-284-95/+204
| | | | Notes: svn path=/stable/2.2/; revision=27025
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-06-251-0/+55
| | | | Notes: svn path=/stable/2.2/; revision=26941
* YAMFCJulian Elischer1997-06-241-3/+3
| | | | | | | bring in thread specific changes from current Notes: svn path=/stable/2.2/; revision=26871
* YAMFCJulian Elischer1997-06-242-9/+30
| | | | | | | the include files need to match the lib (duh) Notes: svn path=/stable/2.2/; revision=26868
* YAMFC (don't redeclare lseek(), but declare lseek() and other functionsBruce Evans1997-06-212-1/+34
| | | | | | | | | involving off_t's in more places). PR: 1229 Notes: svn path=/stable/2.2/; revision=26773
* Reference LUDIR before LUDIRS. Noted by many on the net.Jordan K. Hubbard1997-06-091-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=26529
* SHARED=copiesJordan K. Hubbard1997-06-051-5/+6
| | | | Notes: svn path=/stable/2.2/; revision=26458
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-05-241-0/+35
| | | | Notes: svn path=/stable/2.2/; revision=26082
* YAMFC. NFS fixes, make NFSv3 the default, some other fs fixes.Doug Rabson1997-05-142-4/+1001
| | | | | | | Reviewed by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/stable/2.2/; revision=25811
* Merge from current, support for tty-group field in struct ttyent,David Nugent1997-05-101-0/+10
| | | | | | | add prototypes for isdialuptty() and isnetworktty(). Notes: svn path=/stable/2.2/; revision=25681
* YAMFC: prototype lchown()Peter Wemm1997-05-031-0/+1
| | | | Notes: svn path=/stable/2.2/; revision=25410
* YAMFC (rev 1.5, disable definition of _POSIX_THREAD_PRIORITY_SCHEDULING).Alexander Langer1997-03-041-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=23365
* YAMFC: from rev 1.2: fix the comment on fs_passno.Mike Pritchard1997-01-281-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=22053
* Back out my botched merge of the libc_r ctime functions.Joerg Wunsch1996-12-221-3/+3
| | | | | | | (More commits to follow.) Notes: svn path=/stable/2.2/; revision=20804
* YAMFCJoerg Wunsch1996-12-102-4/+4
| | | | Notes: svn path=/stable/2.2/; revision=20289
* YAMFCPoul-Henning Kamp1996-11-291-10/+30
| | | | Notes: svn path=/stable/2.2/; revision=20032
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-021-179/+0
| | | | Notes: svn path=/stable/2.2/; revision=19327
* Remove collate_range_cmpAndrey A. Chernov1996-10-311-3/+0
| | | | Notes: svn path=/head/; revision=19289
* improve comments for UT_NAMESIZEWolfram Schneider1996-10-272-3/+7
| | | | Notes: svn path=/head/; revision=19211
* Fixed tabs and punctuation to match nearby (and KNF) style. Sigh.Bruce Evans1996-10-241-2/+2
| | | | Notes: svn path=/head/; revision=19144
* GNU-style changes:Andrey A. Chernov1996-10-231-3/+4
| | | | | | | | 1) Rename FNM_ICASE to FNM_CASEFOLD 2) Add FNM_LEADING_DIR Notes: svn path=/head/; revision=19133