Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Don't overflow buffers, and only open alternative termcap files if we're | imp | 1997-03-24 | 2 | -2/+8 |
| | | | | | | | | not running setuid or setgid. Fixes PR 2586 Submitted by: Julian Assange | ||||
* | Don't honor LANG or NLSPATH if we're setuid/setgid. | imp | 1997-03-24 | 1 | -3/+8 |
| | | | | | | Fixes PR 2582 Submitted by: Julian Assange | ||||
* | If we're running setuid/setguid then don't open the host alias file to | imp | 1997-03-24 | 1 | -1/+4 |
| | | | | | | | | prevent information leakage. Closes PR 2578 Submitted by: Julian Assange | ||||
* | Don't open the tz file if we're running setuid or setgid to prevent infomration | imp | 1997-03-24 | 1 | -2/+4 |
| | | | | | | leakage. Submitted by: Julian Assange | ||||
* | add xrefs for getpeername, so other people that look for it can find it.. :) | jmg | 1997-03-24 | 4 | -1/+5 |
| | |||||
* | Buffer overflow. Similar, but different, to the fix that Julian A submitted | imp | 1997-03-23 | 1 | -9/+15 |
| | | | | | | | | in PR 2580. Obtained from: BSDi by way of Keith Bostic Should be in 2.2 and 2.1.x. I'll merge into 2.2. | ||||
* | Fix a minor buffer overflow. | imp | 1997-03-23 | 1 | -3/+2 |
| | | | | Obtained from: BSDi by way of Keith Bostic | ||||
* | Add srandomdev.3 link | ache | 1997-03-23 | 1 | -1/+2 |
| | |||||
* | Fix urandom reference in the comment | ache | 1997-03-23 | 1 | -1/+1 |
| | |||||
* | Add srandomdev() description | ache | 1997-03-23 | 1 | -1/+24 |
| | |||||
* | Add srandomdev() function (use "/dev/urandom" now) | ache | 1997-03-23 | 1 | -0/+40 |
| | | | | Submitted by: wollman & me (add type casts and remove unneded loop) | ||||
* | Remove an extra comma. | mpp | 1997-03-22 | 1 | -2/+2 |
| | |||||
* | Use the .Tn macro for generic FreeBSD references. Other minor cleanup. | mpp | 1997-03-21 | 6 | -18/+31 |
| | |||||
* | Mdoc cleanup. | mpp | 1997-03-21 | 3 | -43/+91 |
| | |||||
* | Document SCM_CREDS changes. | wpaul | 1997-03-21 | 1 | -0/+28 |
| | |||||
* | Add backward compatibility so that static executables built on | jdp | 1997-03-20 | 1 | -10/+23 |
| | | | | | | | | modern FreeBSD systems will syslog properly on older systems that still name the logging socket "/dev/log". This includes pre-2.2 versions of FreeBSD as well as BSD/OS systems. If the connect to "/var/run/log" fails, the function now tries to connect to "/dev/log" as a fallback. | ||||
* | Don't use the undocumented .Fr (function return value) macro for function | mpp | 1997-03-19 | 1 | -33/+34 |
| | | | | | arguments. Use .Fa instead (the output is the same). Also fixed a formatting error. | ||||
* | Fixed missing #include of <sys/types.h> and wrong arg types in synopsis. | bde | 1997-03-19 | 1 | -5/+6 |
| | | | | Reviewed by: wollman | ||||
* | Fixed misquoted arg in synopsis. | bde | 1997-03-19 | 1 | -2/+2 |
| | |||||
* | Fixed wrong return type for tputs() in synopsis. | bde | 1997-03-19 | 1 | -1/+1 |
| | |||||
* | Fixed this header to compile with gcc -pedantic -Werror (removed comma | bde | 1997-03-19 | 1 | -2/+2 |
| | | | | at end of enum). | ||||
* | Fixed synopsis (missing #includes and consts). | bde | 1997-03-19 | 1 | -6/+7 |
| | |||||
* | Fixed synopsis. Some float functions claimed to have the same name as | bde | 1997-03-19 | 3 | -6/+6 |
| | | | | the double version. | ||||
* | Fixed quoting in .Fn macro invocations in synopsis. The args must be | bde | 1997-03-19 | 1 | -8/+8 |
| | | | | | | quoted individually. Quoting them all together sort of worked, except for scsreq_build(), the long arg list was chopped near column 80, to no avail since the closing parentheses was put on new line by itself. | ||||
* | FIxed arg types (mostly missing consts) in synopsis. | bde | 1997-03-19 | 3 | -7/+7 |
| | |||||
* | FIxed arg types (mostly missing consts) in synopsis. | bde | 1997-03-19 | 6 | -11/+11 |
| | |||||
* | Added missing #include of <stdarg.h> to synopsis. Moved prototypes for | bde | 1997-03-19 | 1 | -9/+10 |
| | | | | | `v' functions after this #include (same organisation as in printf.3 for printf/vprintf). | ||||
* | Fixed missing function types in synopsis. | bde | 1997-03-19 | 6 | -0/+9 |
| | |||||
* | Fixed synopsis (put all of the function (return) type info in .Ft and | bde | 1997-03-19 | 2 | -3/+3 |
| | | | | none in .Fn). | ||||
* | Removed unnecessary quoting of function names in synopsis to simplify | bde | 1997-03-18 | 6 | -13/+13 |
| | | | | automated checking of synopses. | ||||
* | Re-order terms to avoid potential pointer overflow, and remove one | eivind | 1997-03-18 | 1 | -2/+7 |
| | | | | | | more potential buffer overflow. Submitted by: bde | ||||
* | Check for overflow in size argument. | phk | 1997-03-18 | 1 | -2/+4 |
| | | | | | Tested by: Joel Maslak <j@pobox.com> Closes: PR kern/2964 | ||||
* | Fix arg types to match Lite2 | ache | 1997-03-17 | 1 | -2/+2 |
| | |||||
* | Buffer overflow fix - closes PR bin/2983 for -current. Should really | eivind | 1997-03-17 | 1 | -0/+14 |
| | | | | | go into 2.2.0 Release, even at the present time. Problem spotted by Tero Kivinen <kivinen@ssh.fi> - was in BugTraq today :-( | ||||
* | Updated prototype for mount() to match Lite2 reality for the 1st arg | bde | 1997-03-13 | 1 | -1/+1 |
| | | | | and Lite1 or earlier reality for the 4th arg. | ||||
* | Part 2 of a failed commit (cvs broke). Original message: | peter | 1997-03-13 | 2 | -0/+283 |
| | | | | | | | | | | | | | | | | Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD because it's potentially dangerous (think: symlink races). Move realpath() back to it's original location, and remove getcwd_physical() by renaming it back to getcwd() and zapping the original getcwd wrapper. Noticed by: bde The following commits already happened but the log message got lost: Modified Files: gen/Makefile.inc gen/getcwd.c stdlib/Makefile.inc Removed Files: gen/realpath.3 | ||||
* | Back out a dubious Lite2 change to "optimise" getcwd() to look at $PWD | peter | 1997-03-13 | 4 | -282/+4 |
| | | | | | | | | because it's potentially dangerous (think: symlink races). Move realpath() back to it's original location, and remove getcwd_physical() by renaming it back to getcwd() and zapping the original getcwd wrapper. Noticed by: bde | ||||
* | Add a pair __BEGIN_DECLS/__END_DECLS | jmz | 1997-03-13 | 1 | -0/+2 |
| | |||||
* | Make this man page really match the current <sys/signal.h> again and | bde | 1997-03-12 | 1 | -2/+2 |
| | | | | | the 2.x <sys/signal.h> for the first time :-). The type of ss_sp was lexically different. |