Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update swab() to match the current posix definition. "rationale: none." | tedu | 2014-12-11 | 1 | -50/+24 |
| | | | | | | rewrite the function to be simpler as well. the compiler can unroll the loop for us if necessary. ok schwarze | ||||
* | - len is size_t, but n uses len and is an int. Matching those types | ray | 2008-03-15 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | should be good, plus it prevents weird things from happening if len > INT_MAX. - Since n is now size_t, compare it against 0 instead of >= 0. - temp is used to store individual bytes, so use char instead (matches fp and tp). - millert noted that the comma operator may not guarantee order of execution, so replace with semicolons. Found by lint, OK millert. | ||||
* | zap remaining rcsid. | espie | 2005-08-08 | 1 | -4/+1 |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@ | otto | 2005-03-30 | 1 | -4/+4 |
| | |||||
* | ansification; pval ok | deraadt | 2003-06-11 | 1 | -5/+2 |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | move proto to unistd.h | deraadt | 1998-02-10 | 1 | -2/+2 |
| | |||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -2/+1 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+66 |