Age | Commit message (Expand) | Author |
2003-05-11 | Document \s | Paul Janzen |
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-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 | 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-07 | typos; | Jason McIntyre |
2003-05-06 | updated URL 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-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 | 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 | -Wall cleanup, make rcsid variables const | Anil Madhavapeddy |
2003-05-01 | add missing enumeration case to select to kill gcc warning | Anil Madhavapeddy |
2003-05-01 | typos; | Jason McIntyre |
2003-05-01 | typos; | Jason McIntyre |
2003-05-01 | typos; | Jason McIntyre |
2003-04-30 | a extended -> an extended; | Jason McIntyre |
2003-04-30 | typos; | Jason McIntyre |
2003-04-29 | remove printf from static dlctl and dlerror stubs. Return -1 if | Marco S Hyman |
2003-04-28 | Change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-25 | Remove note about POLLMSG. not used and not provided. ok millert@ | Ted Unangst |
2003-04-25 | Make function declaration and man page match prototype. Closes PR 3236 | Todd C. Miller |
2003-04-25 | backout mquery change, something broke when not combined with a different diff. | Dale Rahn |
2003-04-25 | Document hw.sensors | Alexander Yurchenko |
2003-04-25 | always widen the imputed netmask if it is narrower than the specified octets. | Henning Brauer |
2003-04-25 | Document changes to mquery(2) function signature change, now the same as mmap(2) | Dale Rahn |
2003-04-25 | change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-22 | Indent delay slot insns | Jason Wright |
2003-04-22 | char * in prototypes should be const; Kamo Hiroyasu | Todd C. Miller |
2003-04-21 | Mention that stroul() et al *do* accept negative numbers, they | Todd C. Miller |
2003-04-21 | Close .Bl | Mike Pechkin |
2003-04-18 | Fix format odditiy in 'ERRORS' section, formats like mmap(2) manpage now. | Dale Rahn |
2003-04-18 | Document that mquery() returns EINVAL if request memory was not available | Dale Rahn |
2003-04-17 | fix typo; Julien Bordet | Todd C. Miller |
2003-04-17 | ELF fixups, ELF PIC syscall support, asm changes as requested by assembler. | Dale Rahn |
2003-04-16 | Warn people that the value of the pointer passed in to asprinf() | Todd C. Miller |
2003-04-14 | There are two related changes. | Artur Grabowski |