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