summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-06-02Use the getopt() in getopt_long.c which supports some GNU extensions.Todd C. Miller
2003-06-02remove junkTheo de Raadt
2003-06-01Correct string bounds; spotted by avsm@'s bounds checker.Miod Vallat
2003-06-01- section reorderJason McIntyre
2003-06-01- section reorderJason McIntyre
2003-06-01- section reorderJason McIntyre
2003-06-01- section reorderJason McIntyre
2003-06-01- section reorderJason McIntyre
2003-05-30- whitespace at EOLJason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30- section reorderJason McIntyre
2003-05-30make a dynamic one to quiet the whinersTheo de Raadt
2003-05-30section reorder;Jason McIntyre
2003-05-30i sent you the damn working diff, didn't i?Michael Shalayeff
2003-05-30- section reorderJason McIntyre
2003-05-30Fix dependancy building for ELF startup code. Changed MakefilesDale Rahn
2003-05-30- correct macro usageJason McIntyre
2003-05-30- clean up macro abuseJason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30- section reorder in crypt(3)Jason McIntyre
2003-05-30- section reorderJason McIntyre
2003-05-30remove whitespace at EOL;Jason McIntyre
2003-05-29tweak;Jason McIntyre
2003-05-29layout problems; jmc okTheo de Raadt
2003-05-29mention that this has to be enabled via sysctl before useMichael Shalayeff
2003-05-27libpthread support for vax, at last.Miod Vallat
2003-05-27if reverse lookup result looks like a numeric hostname,Jun-ichiro itojun Hagino
2003-05-24- typos;Jason McIntyre
2003-05-24typoTodd C. Miller
2003-05-24Say POSIX-2001 instead of Single Unix v3. They are the same but we generallyTodd C. Miller
2003-05-23- typosJason McIntyre
2003-05-23- typosJason McIntyre
2003-05-20this is all new code. copyright to downsj and myself who managed toTheo de Raadt
2003-05-20Document ENXIO error condicion when the named file is a FIFO andTodd C. Miller
2003-05-20- typosJason McIntyre
2003-05-20consistent non-capitalization of words not beginning sentencesPaul Janzen
2003-05-19Make sure our return value is withing the range 20 - -20 (aka NZERO - -NZERO).Todd C. Miller
2003-05-19Explicitly state that priority values outside the range -20 to 20 areTodd C. Miller
2003-05-19Add the generated files as a dependency for the 'all' target.Todd C. Miller
2003-05-19Missing licenceMiod Vallat
2003-05-18- typosJason McIntyre
2003-05-17Use unique variable names in Makefile.*.inc.Magnus Holmberg
2003-05-17Generated files. Removes dependency on asn1_compile, etc.Magnus Holmberg
2003-05-17Directory for pre-generated files.Magnus Holmberg
2003-05-17Added regen target to pregenerate files to get rid of dependency onMagnus Holmberg
2003-05-17Better English.Paul Janzen
2003-05-17Document behaviour when size = 1. ok millert@Paul Janzen
2003-05-17Support for 'make includes'; ok hin@, millert@Magnus Holmberg
2003-05-17Make the hardlinks the right way. Found by mho@Hans Insulander
2003-05-16When positional arguments need more memory for storage (more than 8 args),Theo de Raadt