Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speedup in case locale not used | ache | 1997-04-04 | 1 | -5/+11 |
| | |||||
* | Speedup in case locale not used | ache | 1997-04-04 | 1 | -1/+3 |
| | |||||
* | Eliminate some function calls when locale not used | ache | 1997-04-04 | 1 | -6/+4 |
| | |||||
* | Eliminate yet one function call when locale not used | ache | 1997-04-04 | 1 | -3/+4 |
| | |||||
* | Speedup in case locale not used | ache | 1997-04-04 | 1 | -2/+6 |
| | |||||
* | Speedup in case locale not used | ache | 1997-04-04 | 1 | -7/+16 |
| | |||||
* | Add libg++ 3.0 | jkh | 1997-04-03 | 2 | -2/+4255 |
| | |||||
* | Honor the nouser/nogroup flag when determing if NULL should | mpp | 1997-04-03 | 1 | -2/+2 |
| | | | | | be returned if a cached uid/gid does not exist in the password file. | ||||
* | Update to include details about the changes to setuid/setgid. | peter | 1997-04-02 | 1 | -2/+6 |
| | |||||
* | Fix an error in the previous revision that caused make world breakage. | jdp | 1997-04-02 | 1 | -1/+3 |
| | |||||
* | The user_from_{uid,gid} routines would return garbage if the | mpp | 1997-04-02 | 1 | -2/+2 |
| | | | | | | | uid/gid in question was in the cache, but did not exist in the password file. This causes the -nouser and -nogroup options to find(1) to only print the first file owned by an unknown user/group in some cases. | ||||
* | Grammar police. | mpp | 1997-04-02 | 1 | -2/+2 |
| | |||||
* | Add Id | ache | 1997-04-02 | 1 | -1/+4 |
| | | | | | Reduce space for error bufer from 512 to 128: there is no such long strings can be returned from strerror() | ||||
* | Code space optimization in uu_lockerr() | ache | 1997-04-02 | 1 | -10/+7 |
| | |||||
* | Remove unused USE_PERROR define and syslog.h include | ache | 1997-04-02 | 2 | -25/+17 |
| | | | | | | | | | | Use snprintf instead of sprintf to avoid buffer overflows Use snprintf in uu_lockerr instead of lots of hardcoded constants and not null-terminated strncpy Return "" for OK and "device in use" for INUSE, it allows simple strcpy(buf, uu_lockerr(retcode)) without testing for special OK case (NULL was there) and obtaining meaningful result for INUSE ("" was there) without special testing for it too. | ||||
* | Correct the most glaring errors. I have a feeling there are some | jdp | 1997-04-02 | 1 | -13/+7 |
| | | | | left. | ||||
* | Link chown with lchown | ache | 1997-04-01 | 1 | -2/+2 |
| | |||||
* | Add issetugid.2 to MAN2 list | ache | 1997-04-01 | 1 | -2/+3 |
| | |||||
* | Fix the return value. Oops. | jb | 1997-04-01 | 1 | -1/+3 |
| | |||||
* | Fix indentations. Sigh. | jb | 1997-04-01 | 3 | -45/+51 |
| | |||||
* | Make error checking less zealous to handle devices like /dev/null | jb | 1997-04-01 | 1 | -2/+10 |
| | | | | | | | | | | | which don't provide a non-blocking interface. This is a short term "fix" which changes a half-lose to a half-win. The thread that accesses a device that does not provide a non-blocking interface will block for its time slice. A medium term solution would be to use rfork. A long-term solution would be some sort of kernel thread/SMP implementation. | ||||
* | Add parentheses to make blocking mode work. | jb | 1997-04-01 | 12 | -12/+36 |
| | |||||
* | Xref the new issetugid(2) man page where appropriate. | mpp | 1997-04-01 | 5 | -4/+13 |
| | | | | Also add additional set*id(2) xrefs where appropriate. | ||||
* | Don't xref setregid(2) twice - one of them should be setreuid(2). | mpp | 1997-04-01 | 1 | -2/+2 |
| | |||||
* | Fix one very minor mdoc problem. Gentle enough, Peter? :-) | mpp | 1997-04-01 | 1 | -2/+2 |
| | |||||
* | Fix a minor grammar problem. | mpp | 1997-04-01 | 1 | -2/+2 |
| | |||||
* | MLINK uu_lockerr(3). | mpp | 1997-04-01 | 1 | -1/+1 |
| | |||||
* | Mdoc police. | mpp | 1997-04-01 | 1 | -9/+10 |
| | |||||
* | Simplified install rule. | bde | 1997-04-01 | 1 | -6/+2 |
| | |||||
* | Fix the output format for numbers >= 1E99. | jmz | 1997-04-01 | 1 | -2/+2 |
| | | | | Closes PR bin/648. | ||||
* | Add the -DPedantic flag. This is used in wref.c only. | jmz | 1997-04-01 | 1 | -1/+1 |
| | |||||
* | Remove the syslog stuff, and allow various return values | brian | 1997-03-31 | 3 | -48/+145 |
| | | | | | | | | | in uu_lock(). Add uu_lockerr() for turning the results of uu_lock into something printable. Remove bogus section in man page about race conditions allowing both processes to get the lock. Include libutil.h and use uu_lock() correctly where it should. Suggested by: ache@freebsd.org | ||||
* | General cleanup and update to specify exactly how our implementation | peter | 1997-03-31 | 1 | -31/+38 |
| | | | | | | | | | | passes on the status across fork/exec. The previous version had some typos, referred to itself as link(2) in one place :-), and didn't really match openbsd's implementation either. Now that I've mentioned typos, hopefully our Typo Police and Xref Police will be gentle with me. :-) | ||||
* | Steal issetugid man page from OpenBSD. Needs work.. | peter | 1997-03-31 | 1 | -0/+87 |
| | | | | Obtained from: OpenBSD | ||||
* | Add libc hook for issetugid() | peter | 1997-03-31 | 1 | -2/+3 |
| | |||||
* | Create lchown() in libc and document it as a variation of chown(). | peter | 1997-03-31 | 2 | -7/+23 |
| | |||||
* | Fixed wording of previous change. | bde | 1997-03-31 | 1 | -1/+1 |
| | | | | | Obtained from: fgets.3 Guided by: ISO C standard | ||||
* | Revert my last few changes. They were bogus. Replaced them with | imp | 1997-03-31 | 1 | -14/+4 |
| | | | | | | | the original text plus a statement saying that if strftime fails, the results are undefined. Requested a long time ago by: bde | ||||
* | Move uucplock into libutil and create a manual page. | brian | 1997-03-30 | 4 | -3/+276 |
| | |||||
* | Remove orand* code as promised for the next release | ache | 1997-03-29 | 2 | -20/+4 |
| | |||||
* | Remove unneded define from CFLAGS (from orand* compatibility) | ache | 1997-03-29 | 1 | -1/+1 |
| | |||||
* | Remove orand* compatibility as promised (next release) | ache | 1997-03-29 | 1 | -5/+1 |
| | |||||
* | Remove conflicting declaration of sys_errlist, which caused make world | jdp | 1997-03-29 | 1 | -3/+0 |
| | | | | breakage. | ||||
* | Fixed #includes in synopsis to compile. | bde | 1997-03-28 | 1 | -6/+7 |
| | | | | | Fixed #includes in synopsis to declare the prototype in the synopsis. Fixed stale types in description of struct dirent. | ||||
* | The w+ entry description was misformatted. | mpp | 1997-03-27 | 1 | -1/+1 |
| | | | | Pointed out by: bde | ||||
* | Remove minor warning (for -Wall -Wshadow); clarifies code. | davidn | 1997-03-26 | 1 | -3/+3 |
| | |||||
* | Get my last commit right. The NOTE section now reads: | mpp | 1997-03-25 | 1 | -2/+4 |
| | | | | | | | The sa_mask field specified in act is not allowed to block SIGKILL or SIGSTOP. Any attempt to do so will be silently ignored. Now where did I leave that pointy hat... | ||||
* | Restricting $LANG was a really bad idea | imp | 1997-03-25 | 1 | -4/+2 |
| | | | | Pointed out by: Everybody but Jordan. | ||||
* | Back out 1.14 until I reproduce trouble reports | imp | 1997-03-25 | 1 | -4/+2 |
| | |||||
* | Change the description of how attempts to block SIGKILL and SIGSTOP | mpp | 1997-03-25 | 1 | -1/+1 |
| | | | | | | | are handled. The system call will actually fail in this case - the system doesn't silently ignore the request. Closes PR# 3047 Pointed out by: fenner |