| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | MFC: 1.52: sysctl(3) returns ENOENT on non-match, not EOPNOTSUPP. | Ruslan Ermilov | 2001-12-13 | 1 | -2/+2 |
| | * | MFC: 1.24: s/crypt_format/crypt_default/ | Ruslan Ermilov | 2001-12-13 | 1 | -1/+1 |
| | * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2001-12-11 | 2 | -0/+175 |
| | * | MFC: prevent infinite loop when kevent(2) is invoked wihout eventlist. | Maxim Sobolev | 2001-12-11 | 1 | -1/+1 |
| | * | Change sigreturn from a protected syscall to a normal syscall. When | Daniel Eischen | 2001-12-10 | 1 | -1/+1 |
| | * | MFC: | Mike Barcroft | 2001-12-09 | 2 | -13/+65 |
| | * | MFC: 1.17: Punch firewall holes for passive mode internal FTP server. | Ruslan Ermilov | 2001-12-06 | 1 | -5/+2 |
| | * | MFC: add a pam_set_item(3) man page with an MLINK to pam_get_item(3). | Dag-Erling Smørgrav | 2001-12-03 | 1 | -0/+2 |
| | * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2001-12-02 | 1 | -0/+156 |
| | * | MFC: 1.19, 1.21: Use the .In macro for #include statements, and add | Crist J. Clark | 2001-12-01 | 1 | -5/+5 |
| | * | MFC: rename() can't guarantee "to" always exists if it didn't exist in the first | Gregory Neil Shapiro | 2001-12-01 | 1 | -1/+3 |
| | * | Previous to the 2001-09-21 peril-sensitive sunglasses commit, keeping the | David E. O'Brien | 2001-11-28 | 2 | -3/+2 |
| | * | Previous to the 2001-09-21 peril-sensitive sunglasses commit, keeping the | David E. O'Brien | 2001-11-28 | 2 | -6839/+0 |
| | * | MFC: Increment the loop counter. | Dag-Erling Smørgrav | 2001-11-27 | 1 | -0/+1 |
| | * | Enable the kerberos5 PAM module. | Mark Murray | 2001-11-27 | 1 | -1/+1 |
| | * | MFC: remove stale /usr/lib/* libs when we're installing a fresher | Peter Wemm | 2001-11-27 | 1 | -0/+11 |
| | * | MFC: 1.40; don't claim that non page-aligned offsets don't work. | Ian Dowse | 2001-11-24 | 1 | -3/+1 |
| | * | MFC: 1.12: s/processes/files/ | Ruslan Ermilov | 2001-11-24 | 1 | -1/+1 |
| | * | MFC: move prototypes for cabs() and cabsl() to complex.h and | Dima Dorfman | 2001-11-23 | 3 | -19/+20 |
| | * | MFC: style(9)ify | Brian Somers | 2001-11-23 | 2 | -231/+215 |
| | * | MFC: Add cross-references. | Murray Stokely | 2001-11-20 | 2 | -1/+3 |
| | * | MFC: describe handling of NULLs passed to pthread_setcancelstate. | Murray Stokely | 2001-11-18 | 1 | -2/+10 |
| | * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2001-11-15 | 3 | -0/+253 |
| | * | MFC: Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was | Gregory Neil Shapiro | 2001-11-14 | 1 | -1/+6 |
| | * | MFC 1.49: malloc and calloc do not free memory. | Dima Dorfman | 2001-11-12 | 1 | -2/+3 |
| | * | Back out fake nl_langinfo() stub addition, it breaks configure for ports | Andrey A. Chernov | 2001-11-07 | 2 | -38/+1 |
| | * | MFC: cmott@scientech.com -> cm@linktel.net | Brian Somers | 2001-11-03 | 9 | -10/+10 |
| | * | MFC: Dont hard-code knowledge about where the stack starts by peering | Peter Wemm | 2001-11-03 | 2 | -3/+15 |
| | * | Add a NOP nl_langinfo(). The purpose is to get an "nl_langinfo" symbol | David E. O'Brien | 2001-11-02 | 2 | -166/+5 |
| | * | MFC rev1.11: Don't say "both files" while speaking of a single file. | Yaroslav Tykhiy | 2001-11-02 | 1 | -1/+3 |
| | * | MFC: Add $FreeBSD$ and change pthread_set_name_np to take a const char *. | Warner Losh | 2001-11-01 | 1 | -1/+1 |
| | * | MFC: Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong token | Archie Cobbs | 2001-10-29 | 1 | -2/+2 |
| | * | MFC: printed current sequence number of the SA. accordingly, changed | Hajimu UMEMOTO | 2001-10-24 | 1 | -7/+9 |
| | * | MFC 1.25: Fill _res.sort_list with harmless entry. sortlist for IPv6/IPv4 | Hajimu UMEMOTO | 2001-10-24 | 1 | -0/+3 |
| | * | MFC: security fix, allow to pick only "me" class from ~/.login_conf | Andrey A. Chernov | 2001-10-21 | 2 | -8/+5 |
| | * | libc_r doesn't provide a wrapper for sigreturn(2). | Ruslan Ermilov | 2001-10-19 | 5 | -6/+6 |
| | * | We don't provide a wrapper for nfssvc(2), and signanosleep(2) was | Ruslan Ermilov | 2001-10-19 | 1 | -2/+2 |
| | * | Cleanup of _thread_sys* declarations: | Ruslan Ermilov | 2001-10-19 | 1 | -157/+92 |
| | * | MFC: optional support for loading bzip2-compressed kernels and modules. | Maxim Sobolev | 2001-10-18 | 5 | -6/+19 |
| | * | MFC: rev 1.2: provide libcrypto.so.1 and libssl.so.1 that do not depend | Peter Wemm | 2001-10-16 | 2 | -7413/+9224 |
| | * | MFC Rev 1.10 | Mike Barcroft | 2001-10-15 | 1 | -2/+9 |
| | * | MFC 1.21 | Matthew Dillon | 2001-10-13 | 1 | -0/+4 |
| | * | MFC 1.4: | Hajimu UMEMOTO | 2001-10-10 | 1 | -35/+44 |
| | * | MFC: 1.8 (don't get stuck if a signal interrupts us during wait4) | Alfred Perlstein | 2001-10-10 | 1 | -2/+3 |
| | * | MFC: Initiate de-orbit burn for PT_READ_U/PT_WRITE_U. These particularly | Peter Wemm | 2001-10-03 | 1 | -45/+0 |
| | * | MFC: 1.14: | Ruslan Ermilov | 2001-10-02 | 1 | -3/+4 |
| | * | MFC: 1.31: TFTP support. | Ruslan Ermilov | 2001-10-02 | 1 | -0/+9 |
| | * | MFC: 1.15: Document "normalizing" behavior of mktime(3). | Ruslan Ermilov | 2001-10-02 | 1 | -2/+13 |
| | * | Doh, namespace.h isn't in -STABLE. Also, add the forgotten manpage. | Ruslan Ermilov | 2001-10-02 | 1 | -1/+0 |
| | * | MFC: Add new, from scratch implementation of hsearch() that actually works. | Ruslan Ermilov | 2001-10-02 | 3 | -113/+5 |