| Commit message (Expand) | Author | Age | Files | Lines |
* | Better lint(1) framework. Mostly from cgd@NetBSD |  tholo | 1998-02-08 | 23 | -621/+498 |
* | Pull in prototype |  tholo | 1998-02-08 | 1 | -1/+2 |
* | Cast pointer in assignment |  tholo | 1998-02-07 | 2 | -6/+6 |
* | Forward declare structures to silence warnings |  tholo | 1998-02-07 | 3 | -3/+9 |
* | strftime is no longer in this directory |  tholo | 1998-02-07 | 1 | -3/+3 |
* | More XPG4.2 -- |  millert | 1998-02-07 | 2 | -13/+19 |
* | size_t n in initstate(); XPG |  deraadt | 1998-02-06 | 2 | -4/+4 |
* | Xr |  deraadt | 1998-02-05 | 1 | -1/+2 |
* | + strptime, from netbsd |  deraadt | 1998-02-04 | 4 | -4/+554 |
* | clarify fileno(3) |  deraadt | 1998-02-04 | 1 | -2/+2 |
* | possessive |  deraadt | 1998-02-03 | 2 | -5/+5 |
* | void *ss_sp; XPG |  deraadt | 1998-02-03 | 1 | -2/+2 |
* | Steal better desciption of GLOB_NOESCAPE from fnmatch(3). |  millert | 1998-02-03 | 1 | -12/+11 |
* | Don't override environ if realloc() fails. Pointed out by |  millert | 1998-02-02 | 1 | -3/+4 |
* | Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escaping |  millert | 1998-01-31 | 2 | -18/+23 |
* | glob(3) is not xpg4.2 compliant yet |  millert | 1998-01-31 | 1 | -8/+1 |
* | Don't try to use our locale stuff, it hoses strftime(3). |  millert | 1998-01-23 | 1 | -1/+3 |
* | type botch |  deraadt | 1998-01-20 | 1 | -3/+3 |
* | Better fix for %n and whitespace. Chris Torek <torek@bsdi.com> |  millert | 1998-01-20 | 1 | -12/+3 |
* | for yp_match() and yp_next(), do not permit keys longer than YPMAXRECORD |  deraadt | 1998-01-20 | 1 | -3/+4 |
* | for YP lookups, avoid names longer than MAXHOSTNAMELEN |  deraadt | 1998-01-20 | 1 | -1/+3 |
* | Ignore whitespace separating a conversion and %n. There may be |  millert | 1998-01-19 | 1 | -2/+7 |
* | We want XPG4 behavior. |  millert | 1998-01-19 | 1 | -1/+2 |
* | use tzcode strftime(3) as it is kept up to date. |  millert | 1998-01-19 | 5 | -354/+698 |
* | tzcode1998b from ftp://elsie.nci.nih.gov/pub |  millert | 1998-01-18 | 19 | -342/+653 |
* | Oops, missed a 0 vs. '\0' |  millert | 1998-01-12 | 1 | -2/+2 |
* | typo |  millert | 1998-01-12 | 1 | -2/+2 |
* | Based on some FreeBSD changes: |  millert | 1998-01-12 | 7 | -31/+34 |
* | Add gethostent(), as some LEGACY code wants it. If you write new |  weingart | 1998-01-11 | 2 | -2/+8 |
* | so_linger is in seconds |  deraadt | 1998-01-06 | 1 | -2/+2 |
* | make {f,}chflags(.., -1) return EINVAL because -1 is VNOVAL; problem noted by provos |  deraadt | 1998-01-02 | 1 | -0/+2 |
* | make mmap() return void *, add MAP_FAILED |  deraadt | 1998-01-02 | 4 | -12/+12 |
* | correct description |  deraadt | 1997-12-30 | 2 | -5/+5 |
* | s/NetBSD/OpenBSD |  kstailey | 1997-12-29 | 1 | -1/+1 |
* | NUL not NULL |  deraadt | 1997-12-29 | 1 | -2/+2 |
* | Correct mmap-related prototypes |  tholo | 1997-12-27 | 1 | -9/+9 |
* | Always give .Fn an argument, it will not default to the previous value. |  tholo | 1997-12-24 | 2 | -4/+4 |
* | also need sys/stat.h; hubertf |  deraadt | 1997-12-24 | 1 | -1/+2 |
* | add XPG4.2 lockf; kleink |  deraadt | 1997-12-22 | 4 | -5/+341 |
* | sprintf bye bye |  deraadt | 1997-12-19 | 1 | -2/+3 |
* | gid_t is unsigned |  deraadt | 1997-12-19 | 1 | -2/+2 |
* | handle long usernames more carefully |  deraadt | 1997-12-18 | 1 | -5/+9 |
* | MAP_COPY|MAP_FILE; mrg. indent too |  deraadt | 1997-12-15 | 1 | -21/+23 |
* | pw -> rpc |  weingart | 1997-12-10 | 1 | -2/+2 |
* | make struct statfs reflect reality. |  millert | 1997-12-09 | 1 | -1/+3 |
* | i failed to test compile this before commiting |  deraadt | 1997-12-02 | 1 | -3/+3 |
* | buf oflow; bitblt |  deraadt | 1997-12-01 | 1 | -5/+7 |
* | 2**8 is normally 256 and not 64, I should resign from applied math it seems. |  provos | 1997-11-30 | 1 | -2/+2 |
* | kill bad .Os line |  deraadt | 1997-11-30 | 1 | -2/+2 |
* | Deal with realloc() failure in v?asprintf() |  millert | 1997-11-30 | 1 | -2/+3 |