| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This commit was manufactured by cvs2svn to create tagrelease/2.2.7_cvs | cvs2svn | 1998-07-24 | 687 | -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.7 | cvs2svn | 1998-07-24 | 7 | -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. Hubbard | 1998-07-19 | 48 | -113/+153 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=37751 | ||||
| * | MFC: {rev 1.12} Correct wording on range of addresses examined by | Joseph Koshy | 1998-07-17 | 1 | -2/+2 | 
| | | | | | | | | `msync(2)'. Notes: svn path=/stable/2.2/; revision=37721 | ||||
| * | MFC: Bring in FAT32 support from -current. | Jordan K. Hubbard | 1998-07-16 | 1 | -0/+7 | 
| | | | | | | | | Merged by: Hideki Yamamoto <hyama@kansai.oki.co.jp> Notes: svn path=/stable/2.2/; revision=37694 | ||||
| * | MFC: errno | Andrey A. Chernov | 1998-07-14 | 1 | -5/+17 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=37644 | ||||
| * | MFC: Fix assorted problems with the history edit functions. | Brian Somers | 1998-07-03 | 6 | -14/+49 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=37361 | ||||
| * | MFC: Provide __error() in libc, to allow linking _THREAD_SAFE objects in | Dmitrij Tejblum | 1998-06-29 | 3 | -53/+8 | 
| | | | | | | | | non-threaded programs. Notes: svn path=/stable/2.2/; revision=37271 | ||||
| * | MFC: Move ftok() from libcompat to libc. | John Polstra | 1998-06-28 | 6 | -144/+7 | 
| | | | | | | | | PR: misc/6763 Notes: svn path=/stable/2.2/; revision=37225 | ||||
| * | MFC: fix ^Z keypad on/off | Andrey A. Chernov | 1998-06-19 | 3 | -25/+53 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=37059 | ||||
| * | MFC: #pragma weak, NULL check | Andrey A. Chernov | 1998-06-19 | 1 | -0/+11 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=37058 | ||||
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. | cvs2svn | 1998-06-13 | 7 | -0/+516 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36947 | ||||
| * | MFC. Update file descriptor masks when no file descriptors are ready. | John Birrell | 1998-06-12 | 1 | -1/+1 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36937 | ||||
| * | Reviewed by: thepish | Daniel O'Callaghan | 1998-06-10 | 1 | -5/+5 | 
| | | | | | | | | MFC: fix grammar, "null" -> "NUL" Notes: svn path=/stable/2.2/; revision=36855 | ||||
| * | MFC: Spelling corrections from PR 6868. | Joseph Koshy | 1998-06-06 | 9 | -29/+29 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36693 | ||||
| * | MFC: Spelling nits. {r1.14 madvise.2; r1.12 mincore.2} | Joseph Koshy | 1998-06-06 | 2 | -4/+4 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36689 | ||||
| * | MFC: {r1.4} tftpd also uses LOG_FTP. | Joseph Koshy | 1998-06-05 | 1 | -2/+3 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36669 | ||||
| * | MFC: v1.9 | Andrey A. Chernov | 1998-06-05 | 1 | -16/+4 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36666 | ||||
| * | MFC: allow setting idle/realtime priorities per login class. | Steve Price | 1998-06-04 | 1 | -5/+22 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36653 | ||||
| * | MFC: {r1.4} correct misleading statement on lifetimes of cookies returned | Joseph Koshy | 1998-06-03 | 1 | -16/+11 | 
| | | | | | | | | by `telldir()'. Notes: svn path=/stable/2.2/; revision=36604 | ||||
| * | MFC: allow inclusion from C++. | Steve Price | 1998-05-31 | 1 | -0/+2 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36543 | ||||
| * | MFC: Don't use absolute path. | John Hay | 1998-05-30 | 1 | -1/+1 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36472 | ||||
| * | Remove the error test from the call to set the file descriptor to | John Birrell | 1998-05-26 | 1 | -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 write | John Birrell | 1998-05-26 | 2 | -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 Price | 1998-05-26 | 1 | -3/+3 | 
| | | | | | | | | Submitted by: bde Notes: svn path=/stable/2.2/; revision=36389 | ||||
| * | Update code example to reflect new usage. | Steve Price | 1998-05-25 | 1 | -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 Koshy | 1998-05-22 | 1 | -1/+0 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36298 | ||||
| * | MFC: Remove `sigmask()' reference from synopsis. {from r1.6} | Joseph Koshy | 1998-05-22 | 1 | -1/+0 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36295 | ||||
| * | MFC: warn about interaction of S/Key and login(1) for users without | Joseph Koshy | 1998-05-22 | 1 | -0/+9 | 
| | | | | | | | | S/Key passwords. Notes: svn path=/stable/2.2/; revision=36292 | ||||
| * | Merge from current: check only for zero-length record sizes. | Bill Paul | 1998-05-20 | 1 | -3/+7 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36258 | ||||
| * | MFC rev 1.35 | David E. O'Brien | 1998-05-19 | 1 | -1/+2 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36183 | ||||
| * | Merge RPC DoS attack fixes from current. | Bill Paul | 1998-05-18 | 2 | -7/+30 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36157 | ||||
| * | MFC: NULL pointer in vidattr | Andrey A. Chernov | 1998-05-15 | 1 | -5/+11 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36084 | ||||
| * | MFC rev 1.34 | David E. O'Brien | 1998-05-15 | 1 | -2/+2 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=36082 | ||||
| * | MFC: clean up in the child, not the parent. | Thomas Gellekum | 1998-05-07 | 1 | -1/+1 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=35824 | ||||
| * | Reviewed by: phk | Julian Elischer | 1998-05-06 | 1 | -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'. | cvs2svn | 1998-05-06 | 3 | -0/+197 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=35768 | ||||
| * | MFC: restore exit.c | Jean-Marc Zucconi | 1998-05-03 | 2 | -1/+38 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=35650 | ||||
| * | Merge 4.9.7-t1b changes from current. | Peter Wemm | 1998-05-02 | 3 | -251/+753 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=35625 | ||||
| * | MFC: Fix incremental priority increment. | John Birrell | 1998-04-30 | 1 | -2/+2 | 
| | | | | | | | | PR: bin/6467 Marino Ladavac <lada@pc8811.gud.siemens.at> Notes: svn path=/stable/2.2/; revision=35565 | ||||
| * | MFC: LC_MESSAGES | Andrey A. Chernov | 1998-04-30 | 2 | -12/+16 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=35560 | ||||
| * | MFC: LC_MESSAGES, fixes | Andrey A. Chernov | 1998-04-30 | 7 | -40/+64 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=35558 | ||||
| * | MFC part 5: Fix recursion problem which occurs when a signal is received | Thomas Gellekum | 1998-04-30 | 1 | -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 the | Thomas Gellekum | 1998-04-30 | 2 | -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 Gellekum | 1998-04-24 | 1 | -0/+39 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=35415 | ||||
| * | MFC part 2: Static initializers for mutexes and condition variables. | Thomas Gellekum | 1998-04-23 | 6 | -17/+41 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=35400 | ||||
| * | Back out last commit. | Paul Traina | 1998-04-23 | 1 | -2/+2 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=35398 | ||||
| * | MFC part 1: Safety belts for code written for older drafts of | Thomas Gellekum | 1998-04-22 | 6 | -9/+35 | 
| | | | | | | | | the POSIX threads standard. Notes: svn path=/stable/2.2/; revision=35384 | ||||
| * | MFC: Convert cabs/cabsf definitions to proper prototypes. | Paul Traina | 1998-04-22 | 1 | -3/+3 | 
| | | | | | | | | [make world soon to follow] Notes: svn path=/stable/2.2/; revision=35381 | ||||
| * | MFC: indent | Dima Ruban | 1998-04-20 | 1 | -1/+1 | 
| | | | | | Notes: svn path=/stable/2.2/; revision=35359 | ||||
