Age | Commit message (Expand) | Author |
2003-05-14 | sync vis() behaviour when VIS_SAFE to man page: don't do anything if isgraph() | Paul Janzen |
2003-05-14 | Delete reference to /usr/share/doc/papers/malloc.ascii.gz as we do not | Kenneth R Westerback |
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans Insulander |
2003-05-13 | Add support for blocking thread switches during dlopen and other | Marco S Hyman |
2003-05-12 | cpu -> CPU | Jason McIntyre |
2003-05-12 | cpu -> CPU | Jason McIntyre |
2003-05-12 | cpu -> CPU | Jason McIntyre |
2003-05-12 | typos; | Jason McIntyre |
2003-05-12 | Ideas from NetBSD: document nmemb and include sradixsort in the NAME section. | Paul Janzen |
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2003-05-11 | Document \s | Paul Janzen |
2003-05-11 | merge with heimdal | Hans Insulander |
2003-05-10 | typo; | Jason McIntyre |
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat |
2003-05-10 | costant -> constant; | Jason McIntyre |
2003-05-10 | typos; | Jason McIntyre |
2003-05-10 | typos; | Jason McIntyre |
2003-05-10 | Somehow the setr[ug]id() addition didn't get committed here. | Todd C. Miller |
2003-05-09 | Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NUL | Todd C. Miller |
2003-05-09 | assembler versions of insque and remque for m68k, also from 4.4BSD | Todd C. Miller |
2003-05-09 | insque and remque are VAX instructions, no need for C functions; From 4.4BSD | Todd C. Miller |
2003-05-09 | Include string.h for memset() proto; noticed by lebel@ | Todd C. Miller |
2003-05-09 | Oops, forgot to add remque.c here | Todd C. Miller |
2003-05-08 | crank major number to correspond to libc major change | Todd C. Miller |
2003-05-08 | Major number crank due to setr[ug]id() moving into libcompat. | Todd C. Miller |
2003-05-08 | Add sha2 routines based on code by Aaron D. Gifford with minor | Todd C. Miller |
2003-05-08 | Clear the digest local var w/ memset() in the End function. | Todd C. Miller |
2003-05-08 | Move setrgid(3) and setruid(3) from libc -> libcompat. | Todd C. Miller |
2003-05-08 | move insque(3) and remque(3) from libcompat -> libc; they are now POSIX | Todd C. Miller |
2003-05-08 | move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX | Todd C. Miller |
2003-05-08 | {e,f,g}cvt() are no longer missing. | Todd C. Miller |
2003-05-08 | ERROR -> ERRORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-08 | RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-07 | typos; | Jason McIntyre |
2003-05-06 | updated URL from Leandro Costa; | Jason McIntyre |
2003-05-06 | updated URL for USB specification from Leandro Costa | Jason McIntyre |
2003-05-05 | Add support for command line args in rshprog, e.g. "ssh -C". | Todd C. Miller |
2003-05-05 | add properties of single precision IEE754 | Jason Wright |
2003-05-03 | typo in STANDARDS (this man page is getnameinfo, not getaddrinfo); | Jason McIntyre |
2003-05-03 | typos; | Jason McIntyre |
2003-05-03 | typos; | Jason McIntyre |
2003-05-03 | - make it -Wall clean | Anil Madhavapeddy |
2003-05-03 | these files all had >9 arguments to .Nd, causing the name description to be | Jason McIntyre |
2003-05-02 | Add Doug Gwyn's portable alloca() for platforms w/o an assembler | Todd C. Miller |
2003-05-01 | don't cast pointer to integer, use intptr_t stuff off inttypes.h instead | Peter Valchev |
2003-05-01 | Enable compiler warning options but NOT -Werror | Marco S Hyman |
2003-05-01 | is -Wall clean by making rcsid const | Anil Madhavapeddy |
2003-05-01 | -Wall cleanup, make rcsid variables const | Anil Madhavapeddy |
2003-05-01 | add missing enumeration case to select to kill gcc warning | Anil Madhavapeddy |