| Commit message (Expand) | Author | Age | Files | Lines |
| * | Spell void * as void * rather than caddr_t. This is complicated by the | Dag-Erling Smørgrav | 2002-04-28 | 15 | -117/+122 |
| * | Add code to emulate arithmetic, comparison and conversion operations | Jake Burkholder | 2002-04-28 | 2 | -1/+136 |
| * | Obliterate the new password as well as the old, even if though it's hashed. | Dag-Erling Smørgrav | 2002-04-27 | 1 | -2/+8 |
| * | Emulate ldq and stq (load/store long double) instructions. GCC has started | Jake Burkholder | 2002-04-27 | 12 | -106/+252 |
| * | Don't ask root for the old password, except in the NIS case. | Dag-Erling Smørgrav | 2002-04-26 | 1 | -1/+6 |
| * | Fix a really dumb bug (missing curly braces around the body of an if | Dag-Erling Smørgrav | 2002-04-26 | 1 | -2/+3 |
| * | #include <string.h> instead of <strings.h> | Dag-Erling Smørgrav | 2002-04-25 | 1 | -1/+1 |
| * | Constify _malloc_options. | Poul-Henning Kamp | 2002-04-24 | 2 | -3/+3 |
| * | Do not +1 with MAXPATHLEN. | David E. O'Brien | 2002-04-23 | 1 | -1/+1 |
| * | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 4 | -4/+4 |
| * | Implement several of the c99 updates to scanf(3): | Bill Fenner | 2002-04-20 | 2 | -140/+220 |
| * | Oops, fix an inverted if test. | Dag-Erling Smørgrav | 2002-04-20 | 1 | -1/+1 |
| * | Strip /dev/ from tty name, and clean up the "last login" printout. | Dag-Erling Smørgrav | 2002-04-20 | 1 | -6/+10 |
| * | login(3) doesn't care about the controlling terminal any more. | Dag-Erling Smørgrav | 2002-04-20 | 1 | -1/+1 |
| * | Fix for the sshd(8) utmp problem. Previously, login(3) would ignore the tty | Dag-Erling Smørgrav | 2002-04-20 | 1 | -3/+9 |
| * | Add character translation table between Unix and NetWare according | Boris Popov | 2002-04-20 | 1 | -1/+78 |
| * | mdoc(7) police: polishing. | Ruslan Ermilov | 2002-04-19 | 1 | -11/+14 |
| * | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 8 | -13/+29 |
| * | Connect the kenv.2 manpage to the build. | Maxime Henrion | 2002-04-18 | 1 | -1/+1 |
| * | Add a manpage for the kenv(2) syscall that Chad David kindly | Maxime Henrion | 2002-04-18 | 1 | -0/+172 |
| * | Back out previous commit, which was not at all approved by the maintainer | Dag-Erling Smørgrav | 2002-04-18 | 1 | -19/+30 |
| * | This style is *way* outside the relm of any other of our Makefiles | David E. O'Brien | 2002-04-18 | 1 | -30/+19 |
| * | Removed gratuitous LIBCOMPATDIR assignments. | Ruslan Ermilov | 2002-04-18 | 3 | -6/+0 |
| * | This Makefile.inc depended on the (wrong) order of inclusion | Ruslan Ermilov | 2002-04-18 | 1 | -1/+2 |
| * | Revert previous change. bsd.dep.mk,v 1.31 had a bug that was fixed | Ruslan Ermilov | 2002-04-17 | 1 | -2/+2 |
| * | Make mppath and masterpasswd pointers instead of arrays, and initialize | Dag-Erling Smørgrav | 2002-04-17 | 1 | -2/+4 |
| * | Add a missing .El and fix a typo. | Dag-Erling Smørgrav | 2002-04-16 | 1 | -1/+2 |
| * | Reflect change in share/mk/bsd.dep.mk,v 1.31. | Ruslan Ermilov | 2002-04-16 | 1 | -2/+2 |
| * | Support the snapshot file flag, so that tools like 'ls -ol' work | Josef Karthauser | 2002-04-16 | 1 | -0/+3 |
| * | Add a missing cross-ref. | Ceri Davies | 2002-04-16 | 1 | -1/+2 |
| * | The GCC developers have made good on their threats against #pragma for 3.1. | David E. O'Brien | 2002-04-15 | 5 | -5/+8 |
| * | Back out rev 1.6 -- I was in the wrong dir during a 'ci'. This change | David E. O'Brien | 2002-04-15 | 1 | -19/+30 |
| * | ypclnt.h was the correct spelling... we now have yet another special | David E. O'Brien | 2002-04-15 | 1 | -30/+19 |
| * | Revert previous commit, it is incorrect. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -1/+1 |
| * | Properly spell rpcsvc/ypclnt.h and fix the build. | David E. O'Brien | 2002-04-15 | 1 | -1/+1 |
| * | Sync SCM ID comments with libc. | David E. O'Brien | 2002-04-15 | 3 | -21/+27 |
| * | Add awareness of an IPv6. | Hajimu UMEMOTO | 2002-04-15 | 1 | -7/+20 |
| * | Remove bogus reference to _use_yp. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -9/+1 |
| * | Fix incorrect dependency. This should fix the -j build. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -1/+1 |
| * | This isn't WARNS ready in the -nostdinc case. | Ruslan Ermilov | 2002-04-15 | 1 | -0/+1 |
| * | Throw in NO_WERROR to please the peanut gallery. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -0/+1 |
| * | Quoting log message for OpenBSD rev 1.7: | Jacques Vidrine | 2002-04-15 | 1 | -0/+28 |
| * | Use PAM_SUCCESS instead of PAM_IGNORE. | Dag-Erling Smørgrav | 2002-04-15 | 2 | -3/+3 |
| * | Whitespace nits. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -17/+17 |
| * | Add a manual page based on Solar Designer's README. | Dag-Erling Smørgrav | 2002-04-15 | 2 | -1/+234 |
| * | pam_passwdqc depends on libcrypt. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -0/+2 |
| * | Prompt for new password during update phase, not during preliminary phase. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -16/+10 |
| * | Dike out most of the NIS code and replace it with calls to libypclnt. | Dag-Erling Smørgrav | 2002-04-15 | 2 | -285/+79 |
| * | Add a missing generated file. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -1/+5 |
| * | Missed a spot in previous commit. | Dag-Erling Smørgrav | 2002-04-15 | 1 | -1/+3 |