summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2001-12-30Fix -Wshadow warnings (gcc 3.1).thorpej
2001-12-24update vm entries.chs
2001-12-08Use memcpy instead of memmove since no overlaps here (copy from somewhereenami
2001-11-28using -Wcast-qual and -Wwrite-strings reveals that we need to use constchristos
2001-11-23it's sufficient to say _once_ that the functions are macros; keepjdolecek
2001-11-23s/Sig/Specified sig/ in ERRORSjdolecek
2001-11-22Use ANSI signature for signal handler function.tron
2001-11-21Cosmetic changse.enami
2001-11-21Extend an array before allocating an element. This makes cleanup code a bitenami
2001-10-30Added descriptions of the new sysctls for controlling the dispositionkml
2001-10-28Partially back out previous: don't apply restrict qualifier to pointerkleink
2001-10-27Sprinkle some __restrict into <glob.h>.kleink
2001-10-25avoid leaks in the case of error.yamt
2001-10-18bring in new net.inet6.icmp6.nodeinfo description.itojun
2001-09-30don't bother checking _DIAGASSERT(fd != -1), since the underlyinglukem
2001-09-19Cosmetic changes (including ANSI'fy).enami
2001-09-19Remove unnecessary alloca, strcpy and strlen call.enami
2001-09-18From Brian Ginsbach: Fix overflow detection, and only abort on long pathschristos
2001-09-18Use alloca() instead of malloc() and strdup(). Proper fix for the findsimonb
2001-09-16Standardize section headers, sort sections, sort SEE ALSO, punctuationwiz
2001-09-16Boring whitespace fixes.wiz
2001-09-15Unwrap a line that wasn't >80 characters long before it was wrapped.simonb
2001-09-08Selected fixes from Brian Ginsbach <ginsbach@cray.com>, modified by me.christos
2001-08-31fstabscan() fixes:lukem
2001-08-22begin executed --> being executedgroo
2001-07-30Build a single retry into syslog() so that if someone restartedatatat
2001-07-09add fts_safe_changedir() function and use it everywhere.christos
2001-07-09Don't need to include <string.h> unless REALLY_SET_PROGNAME is true.simonb
2001-07-09Don't need to include <string.h>.simonb
2001-06-25avoid an underrun in "buf". noted by dean@huxley.org in PR#13292mrg
2001-06-06oops, make sure we close the file descriptor...christos
2001-06-05Fix problem reported by Kris Kennaway <kris@obsecurity.org>; Inchristos
2001-06-05Whitespace fixes, punctuation fix, NetBSD -> Nx.wiz
2001-06-05Uppercase Dt argument, fix AUTHORS section name.wiz
2001-06-05Uppercase Dt argument, fix typos, remove an empty line.wiz
2001-05-23Fix return value interval; from Tadayuki OKADA in PR lib/12984.kleink
2001-05-07Internally rename sysconf() to __sysconf() to make its latter name suitablekleink
2001-05-03Enable ELF32 support for VAX.matt
2001-04-17Need <limits.h> in _CTYPE_PRIVATE environments.kleink
2001-04-12KERN_RTC_OFFSET sysctl has been readonly.toshii
2001-04-03Fix sentinel for the buffer in globtilde. It was off by x 2. Noted by Theo.christos
2001-04-02Remove trailing space from comment line.wiz
2001-03-31Emit a link warning for the old timezone() interface; from Nick Hudson.kleink
2001-03-31Finally deprecate the old timezone() interface in favor of an XSH5kleink
2001-03-28try to make this compile on 1.4.xchristos
2001-03-28deal with buffer overflows for fixed length buffers.christos
2001-03-28KNF. no functional differences.christos
2001-03-27net.inet.ip.maxfragpackets defines the maximum size of ip reass queueitojun
2001-03-22clean up a bit, xref exit(3), and suggest use of EXIT_FAILURE.cgd
2001-03-18set gl_pathv to NULL after we free it.christos