Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r279010: | pfg | 2016-01-26 | 1 | -6/+5 |
| | | | | | | | | | | | | | | tdelete(3): don't delete the node we are about to return. The original change, from NetBSD, was bogus; introduced a memory leak and and broke POSIX. By reverting we actually match NetBSD's latest revision. This is a direct commit to 10 since this function was rewritten in 11-current. Reported by: Markiyan Kushnir Obtained from: NetBSD (CVS rev. 1.7, 1.8) | ||||
* | MFC r278301, r278315: | pfg | 2015-02-19 | 1 | -4/+5 |
| | | | | | | | tdelete(3): don't delete the node we are about to return. CID: 272528 Obtained from: NetBSD (CVS rev. 1.4) | ||||
* | No need to include <assert.h> here. | tjr | 2003-01-05 | 1 | -1/+0 |
| | |||||
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001 | robert | 2002-08-14 | 1 | -6/+10 |
| | | | | | | | prototype of the tdelete(3) function. - Remove duplicated space. - Use an ANSI-C function definition for tdelete(3). - Update the manual page. | ||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -1/+3 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | bring in binary search tree code. | alfred | 2000-07-01 | 1 | -0/+66 |
Obtained from: NetBSD |