Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some comments. | wollman | 2002-07-10 | 1 | -4/+6 |
| | |||||
* | Typo fix: Setlogin() -> setlogin(). | mux | 2002-07-08 | 1 | -1/+1 |
| | | | | Submitted by: Olivier Houchard <cognet@ci0.org> | ||||
* | Bring poll.h up to conformance with POSIX.1-2001 by adding some | mike | 2002-07-08 | 1 | -3/+2 |
| | | | | | visibility conditionals, adding the nfds_t type, and changing the poll() prototype a little. Update the manual to match. | ||||
* | s/unavilable/unavailable/ | dannyboy | 2002-07-07 | 1 | -1/+1 |
| | | | | | | PR: 39446 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> MFC after: 1 day | ||||
* | Fix syntax error which occurred when LIBC_SCCS was defined. | robert | 2002-07-07 | 1 | -1/+1 |
| | |||||
* | Move appropriate information out of `DESCRIPTION' and into `SECURITY | chris | 2002-07-03 | 1 | -12/+12 |
| | | | | | | CONSIDERATIONS'. Sponsored by: DARPA, NAI Labs | ||||
* | Correct a call to fcntl(F_SETFD) to use `FD_CLOEXEC' instead of `1'. | chris | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | Add a SECURITY CONSIDERATIONS example: make note that access to open | chris | 2002-07-03 | 1 | -0/+33 |
| | | | | | | | | file descriptors does not change upon dropping privilege, and include a likely case of `setuid(non_superuser); exec(...);'. Sponsored by: DARPA, NAI Labs Obtained from: TrustedBSD Project | ||||
* | Fix off-by-one error. | mini | 2002-07-03 | 1 | -1/+1 |
| | | | | | | PR: misc/40104 Submitted by: Neal Fachan <neal@isilon.com> MFC after: 3 days | ||||
* | Fix typo (SIGEV_EVENT -> SIGEV_KEVENT). | mp | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | Make NI_WITHSCOPEID a default (always on), to synchronize | ume | 2002-07-02 | 1 | -30/+20 |
| | | | | | | | with recent 2553bis. Obtained from: KAME MFC after: 3 weeks | ||||
* | Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up to | chris | 2002-07-01 | 1 | -10/+10 |
| | | | | | | | | the correct location--this section consists solely of security considerations information. Sponsored by: DARPA, NAI Labs Obtained from: TrustedBSD Project | ||||
* | Use FBSDID | obrien | 2002-06-30 | 13 | -84/+32 |
| | |||||
* | Use __FBSDID. | obrien | 2002-06-29 | 5 | -36/+9 |
| | |||||
* | Add frexp(3). | obrien | 2002-06-29 | 2 | -2/+80 |
| | | | | Obtained from: OpenBSD | ||||
* | Fix style bugs I added in last commit. | silby | 2002-06-27 | 1 | -4/+4 |
| | | | | Spotted by: bde | ||||
* | Remove pselect from application namespace and instead use a weak reference | deischen | 2002-06-27 | 1 | -1/+3 |
| | | | | | | | to the actual implementation. This is to allow libc_r to override pselect() making it a cancellation point. Prompted by: wollman | ||||
* | Remove improper use of <namespace.h>. | deischen | 2002-06-27 | 1 | -6/+2 |
| | | | | Remove fmtcheck from application name space (fix the weak reference). | ||||
* | Remove improper use of <namespace.h> | deischen | 2002-06-27 | 1 | -1/+0 |
| | |||||
* | Modify bcopy (and memcpy/memmove) so that the length value is not | silby | 2002-06-27 | 1 | -2/+4 |
| | | | | | | | | re-read from the stack mid copy. This may help mitigate the recent Apache buffer overrun and future overruns of the sort. Reviewed by: jdp MFC after: 2 days | ||||
* | Remove two lines that were cvs merged that shouldn't have been. This | imp | 2002-06-26 | 1 | -2/+0 |
| | | | | | | fixes the build. Reported by: dillon. | ||||
* | Remove two stray lines that snuck in the cvs merge | imp | 2002-06-26 | 2 | -2/+0 |
| | |||||
* | Initialize a pointer that was left uninitialized with the previous | nectar | 2002-06-26 | 1 | -0/+1 |
| | | | | commit. | ||||
* | Include more robust checking of end of buffer that more completely | imp | 2002-06-26 | 4 | -52/+32 |
| | | | | plugs the hole. | ||||
* | Don't allow buffer overflow here either. | imp | 2002-06-26 | 1 | -1/+3 |
| | |||||
* | Fix a minor last, minute issue that came in after I committed. | imp | 2002-06-26 | 1 | -1/+1 |
| | | | | Noticed by: nectar | ||||
* | Avoid remote buffer overflow on hostbuf[]. | imp | 2002-06-26 | 2 | -1/+4 |
| | | | | Submitted by: joost Pol <joost@pine.nl> | ||||
* | Fix style and wording bugs introduced in my last commit. | chris | 2002-06-18 | 1 | -11/+9 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Remove unneeded include of machine/emul.h. | jake | 2002-06-18 | 1 | -1/+0 |
| | |||||
* | Actually document pselect(3) so that Bruce can mention it in the release | wollman | 2002-06-17 | 2 | -1/+123 |
| | | | | notes. :-) | ||||
* | Move dillon's time conversion functions to a new header <timeconv.h>. | wollman | 2002-06-17 | 1 | -1/+1 |
| | | | | | | Since they were never documented and have never appeared in a FreeBSD release, no repo-copy of the header is done. This removes namespace pollution from <time.h>. | ||||
* | Add pselect(3) to the build. Need to figure out the most appropriate | wollman | 2002-06-15 | 1 | -1/+1 |
| | | | | way to document this interface. | ||||
* | o Move more information from BUGS into SECURITY CONSIDERATIONS and | chris | 2002-06-15 | 1 | -50/+56 |
| | | | | | | | | condense the redundant bits. o Provide an example for using snprintf over sprintf. This may be supplemented with an asprintf() example soon. Sponsored by: DARPA, NAI Labs | ||||
* | No POSIX.1e capabilities in the main tree yet. | rwatson | 2002-06-13 | 29 | -2995/+0 |
| | |||||
* | Include information on the dangers of passing a user-supplied string as | chris | 2002-06-13 | 1 | -0/+21 |
| | | | | | | | | a format string. This will later on be changed to a reference to the FreeBSD Security Architecture after it has been committed. PR: docs/39320 Sposnored by: DARPA, NAI Labs | ||||
* | Clarify the bit about realloc() and its `ptr' argument a bit. | keramida | 2002-06-06 | 1 | -2/+3 |
| | | | | | | | | Hopefully, now it is more clear that the memory referenced by the ptr argument of realloc(ptr,size) is freed and only the return value of realloc() points to a valid memory area upon successful completion. Submitted by: Martin Faxer <gmh003532@brfmasthugget.se> | ||||
* | Correct FreeBSD release of first appearance in the HISTORY section | sheldonh | 2002-06-06 | 1 | -1/+1 |
| | | | | (5.0 -> 4.6). | ||||
* | Implement _Qp_sqrt. I've been unable to find a C program that gcc generates | jake | 2002-06-04 | 1 | -0/+14 |
| | | | | a call to this for, but apparently somehing in libstdc++ does. | ||||
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 13 | -13/+13 |
| | | | | | Spotted and suggested by: des MFC after: 3 weeks | ||||
* | Correct a bunch of typos. Translators can ignore this commit. | schweikh | 2002-06-02 | 1 | -8/+8 |
| | | | | MFC after: 3 weeks | ||||
* | Add mdoc bits for the new waitpid() WCONTINUED option, and | mike | 2002-06-01 | 1 | -0/+12 |
| | | | | WIFCONTINUED macro. | ||||
* | Grammar nit: treat "contents" as plural. | archie | 2002-05-31 | 1 | -1/+1 |
| | |||||
* | Grammar fix: "contents" is plural. | archie | 2002-05-31 | 1 | -2/+2 |
| | | | | MFC after: 1 day | ||||
* | Const poison. | phk | 2002-05-30 | 1 | -3/+5 |
| | | | | Partially submitted by: wollman | ||||
* | mdoc(7) police: kill hard sentence break. | ru | 2002-05-30 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2002-05-30 | 1 | -43/+53 |
| | |||||
* | Check for defined(__i386__) instead of just defined(i386) since the compiler | alfred | 2002-05-30 | 1 | -1/+1 |
| | | | | will be updated to only define(__i386__) for ANSI cleanliness. | ||||
* | Since POSIX gives us plenary authority to define _t types, change | wollman | 2002-05-29 | 2 | -3/+3 |
| | | | | | | | __dlfunc_t to dlfunc_t to match what I have proposed to the Austin Group. (This also makes it easier for applications to store these values before they decide what to do with them, e.g., in a wrapper function.) | ||||
* | Add link dlopen(3) -> dlfunc(3). | wollman | 2002-05-29 | 1 | -1/+2 |
| | | | | Reminded by: mike | ||||
* | Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces. | wollman | 2002-05-29 | 3 | -6/+61 |
| | | | | | | | | Add new dlfunc() interface, which is a version of dlsym() with a return type that can be cast to a function pointer without turning your computer into a frog. Reviewed by: freebsd-standards |