summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.7_cvscvs2svn1998-07-24687-747/+751
| | | | | | | 'RELENG_2_2_7_RELEASE'. This commit was manufactured to restore the state of the 2.2.7-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create tagrelease/2.2.7cvs2svn1998-07-247-533/+0
| | | | | | | | 'RELENG_2_2_7_RELEASE'. Notes: svn path=/stable/2.2/; revision=37852 svn path=/release/2.2.7/; revision=37853; tag=release/2.2.7
* MFC: doc fixes, casts, cosmetic.Jordan K. Hubbard1998-07-1948-113/+153
| | | | Notes: svn path=/stable/2.2/; revision=37751
* MFC: {rev 1.12} Correct wording on range of addresses examined byJoseph Koshy1998-07-171-2/+2
| | | | | | | `msync(2)'. Notes: svn path=/stable/2.2/; revision=37721
* MFC: Bring in FAT32 support from -current.Jordan K. Hubbard1998-07-161-0/+7
| | | | | | | Merged by: Hideki Yamamoto <hyama@kansai.oki.co.jp> Notes: svn path=/stable/2.2/; revision=37694
* MFC: errnoAndrey A. Chernov1998-07-141-5/+17
| | | | Notes: svn path=/stable/2.2/; revision=37644
* MFC: Fix assorted problems with the history edit functions.Brian Somers1998-07-036-14/+49
| | | | Notes: svn path=/stable/2.2/; revision=37361
* MFC: Provide __error() in libc, to allow linking _THREAD_SAFE objects inDmitrij Tejblum1998-06-293-53/+8
| | | | | | | non-threaded programs. Notes: svn path=/stable/2.2/; revision=37271
* MFC: Move ftok() from libcompat to libc.John Polstra1998-06-286-144/+7
| | | | | | | PR: misc/6763 Notes: svn path=/stable/2.2/; revision=37225
* MFC: fix ^Z keypad on/offAndrey A. Chernov1998-06-193-25/+53
| | | | Notes: svn path=/stable/2.2/; revision=37059
* MFC: #pragma weak, NULL checkAndrey A. Chernov1998-06-191-0/+11
| | | | Notes: svn path=/stable/2.2/; revision=37058
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-06-137-0/+516
| | | | Notes: svn path=/stable/2.2/; revision=36947
* MFC. Update file descriptor masks when no file descriptors are ready.John Birrell1998-06-121-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=36937
* Reviewed by: thepishDaniel O'Callaghan1998-06-101-5/+5
| | | | | | | MFC: fix grammar, "null" -> "NUL" Notes: svn path=/stable/2.2/; revision=36855
* MFC: Spelling corrections from PR 6868.Joseph Koshy1998-06-069-29/+29
| | | | Notes: svn path=/stable/2.2/; revision=36693
* MFC: Spelling nits. {r1.14 madvise.2; r1.12 mincore.2}Joseph Koshy1998-06-062-4/+4
| | | | Notes: svn path=/stable/2.2/; revision=36689
* MFC: {r1.4} tftpd also uses LOG_FTP.Joseph Koshy1998-06-051-2/+3
| | | | Notes: svn path=/stable/2.2/; revision=36669
* MFC: v1.9Andrey A. Chernov1998-06-051-16/+4
| | | | Notes: svn path=/stable/2.2/; revision=36666
* MFC: allow setting idle/realtime priorities per login class.Steve Price1998-06-041-5/+22
| | | | Notes: svn path=/stable/2.2/; revision=36653
* MFC: {r1.4} correct misleading statement on lifetimes of cookies returnedJoseph Koshy1998-06-031-16/+11
| | | | | | | by `telldir()'. Notes: svn path=/stable/2.2/; revision=36604
* MFC: allow inclusion from C++.Steve Price1998-05-311-0/+2
| | | | Notes: svn path=/stable/2.2/; revision=36543
* MFC: Don't use absolute path.John Hay1998-05-301-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=36472
* Remove the error test from the call to set the file descriptor toJohn Birrell1998-05-261-12/+9
| | | | | | | | | | non-blocking. Devices are written inconsistently so it is not practical to test for specific errors to ignore. The most common case when this is a problem is with devices which don't block anyway so failing the open is the wrong thing to do. Notes: svn path=/stable/2.2/; revision=36399
* When doing a blocking write to a pipe, handle the case where the writeJohn Birrell1998-05-262-24/+157
| | | | | | | or writev syscall needs to be repeated until all the bytes are written. Notes: svn path=/stable/2.2/; revision=36398
* Remove style nits introduced with last commit.Steve Price1998-05-261-3/+3
| | | | | | | Submitted by: bde Notes: svn path=/stable/2.2/; revision=36389
* Update code example to reflect new usage.Steve Price1998-05-251-11/+9
| | | | | | | | PR: 6753 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> Notes: svn path=/stable/2.2/; revision=36380
* MFC: {r1.17} Remove self-reference to sigaction(2).Joseph Koshy1998-05-221-1/+0
| | | | Notes: svn path=/stable/2.2/; revision=36298
* MFC: Remove `sigmask()' reference from synopsis. {from r1.6}Joseph Koshy1998-05-221-1/+0
| | | | Notes: svn path=/stable/2.2/; revision=36295
* MFC: warn about interaction of S/Key and login(1) for users withoutJoseph Koshy1998-05-221-0/+9
| | | | | | | S/Key passwords. Notes: svn path=/stable/2.2/; revision=36292
* Merge from current: check only for zero-length record sizes.Bill Paul1998-05-201-3/+7
| | | | Notes: svn path=/stable/2.2/; revision=36258
* MFC rev 1.35David E. O'Brien1998-05-191-1/+2
| | | | Notes: svn path=/stable/2.2/; revision=36183
* Merge RPC DoS attack fixes from current.Bill Paul1998-05-182-7/+30
| | | | Notes: svn path=/stable/2.2/; revision=36157
* MFC: NULL pointer in vidattrAndrey A. Chernov1998-05-151-5/+11
| | | | Notes: svn path=/stable/2.2/; revision=36084
* MFC rev 1.34David E. O'Brien1998-05-151-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=36082
* MFC: clean up in the child, not the parent.Thomas Gellekum1998-05-071-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=35824
* Reviewed by: phkJulian Elischer1998-05-061-1/+3
| | | | | | | | Submitted by: archie@whistle.com MFC: bring up to 1.30 Notes: svn path=/stable/2.2/; revision=35813
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-05-063-0/+197
| | | | Notes: svn path=/stable/2.2/; revision=35768
* MFC: restore exit.cJean-Marc Zucconi1998-05-032-1/+38
| | | | Notes: svn path=/stable/2.2/; revision=35650
* Merge 4.9.7-t1b changes from current.Peter Wemm1998-05-023-251/+753
| | | | Notes: svn path=/stable/2.2/; revision=35625
* MFC: Fix incremental priority increment.John Birrell1998-04-301-2/+2
| | | | | | | PR: bin/6467 Marino Ladavac <lada@pc8811.gud.siemens.at> Notes: svn path=/stable/2.2/; revision=35565
* MFC: LC_MESSAGESAndrey A. Chernov1998-04-302-12/+16
| | | | Notes: svn path=/stable/2.2/; revision=35560
* MFC: LC_MESSAGES, fixesAndrey A. Chernov1998-04-307-40/+64
| | | | Notes: svn path=/stable/2.2/; revision=35558
* MFC part 5: Fix recursion problem which occurs when a signal is receivedThomas Gellekum1998-04-301-3/+12
| | | | | | | | during a malloc. The signal handler creates a thread which requires a malloc... For now, the only thing to do is to block signals. Notes: svn path=/stable/2.2/; revision=35532
* MFC part 4: pthread_yield() was renamed to sched_yield() in theThomas Gellekum1998-04-302-22/+22
| | | | | | | | | POSIX thread standard. sched.h is John's version, needed for the prototype. Notes: svn path=/stable/2.2/; revision=35527
* MFC part 3: After fork(), only the calling thread survives in the child.Thomas Gellekum1998-04-241-0/+39
| | | | Notes: svn path=/stable/2.2/; revision=35415
* MFC part 2: Static initializers for mutexes and condition variables.Thomas Gellekum1998-04-236-17/+41
| | | | Notes: svn path=/stable/2.2/; revision=35400
* Back out last commit.Paul Traina1998-04-231-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=35398
* MFC part 1: Safety belts for code written for older drafts ofThomas Gellekum1998-04-226-9/+35
| | | | | | | the POSIX threads standard. Notes: svn path=/stable/2.2/; revision=35384
* MFC: Convert cabs/cabsf definitions to proper prototypes.Paul Traina1998-04-221-3/+3
| | | | | | | [make world soon to follow] Notes: svn path=/stable/2.2/; revision=35381
* MFC: indentDima Ruban1998-04-201-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=35359