| Age | Commit message (Expand) | Author |
| 2003-03-03 | Call setsid so we get our own logname. | dsl |
| 2003-03-03 | Call setsid so we don't change inetd's logname (and that of our peers). | dsl |
| 2003-03-03 | Call setsid() before (setusercontext() calls) setlogin() so we don't change | dsl |
| 2003-03-03 | Call setsid() so that setlogname doesn't affect our parent and siblings. | dsl |
| 2003-03-03 | Don't declare "yylex()" static; AFAICT it shouldn't be, and it causes | lukem |
| 2003-03-03 | Fix typos accidentally introduced in rev 1.70 as part of the large | lukem |
| 2003-03-02 | Shorten rtld_start() by 2 instructions or 8 bytes, and make it not use GOT | mycroft |
| 2003-03-02 | Shorten rtld_start() slightly -- there's a base-relative _DYNAMIC pointer at | mycroft |
| 2003-03-02 | Let the cleaner use LFCNRECLAIM to help empty segments along, if it | perseant |
| 2003-03-01 | Update copyright. | mycroft |
| 2003-02-28 | we have constants for all this crap. don't hard-code things. | christos |
| 2003-02-28 | Eliminate GOT usage in rtld_start() on this platform, too. | mycroft |
| 2003-02-28 | Use the "__NetBSD_Version__" constant rather than the "NetBSD" constant | thorpej |
| 2003-02-28 | Similar to other rela platforms, do not use any GOT entries (other than the | mycroft |
| 2003-02-28 | it's actually 2003 ... | lukem |
| 2003-02-27 | Adjust for the fact that the GOT is all 0s in new binutils -- do the trick of | mycroft |
| 2003-02-26 | The following changes make ftpd able to remove its own entries. Ftpd | christos |
| 2003-02-26 | Add '-L xferlogfile', to write xferlog entries there rather than syslog them. | lukem |
| 2003-02-26 | Do not add ${LIBC_PIC} to DPADD if MKPICINSTALL is "no". | uwe |
| 2003-02-25 | Make fs-specific fcntl macros take three arguments (approved wrstuden). | perseant |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-24 | Fix uninitialized variable "notglob" in send_file_list() that was causing | erh |
| 2003-02-24 | Fix uninitialized variable in mlsname() | erh |
| 2003-02-24 | use LLT and STRTOLL() instead of off_t and strtoull() for parsing the | lukem |
| 2003-02-24 | Convert lfs_cleanerd over to use the new ioctl calls instead of the | perseant |
| 2003-02-23 | rename local copies of login(), logout() and logwtmp() to | lukem |
| 2003-02-23 | crank version for: | lukem |
| 2003-02-21 | Revert previous change. | mycroft |
| 2003-02-19 | gidlist is nolonger an array. | matt |
| 2003-02-19 | Stop ftpd changing inetd's 'logname' | dsl |
| 2003-02-17 | Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for now | perseant |
| 2003-02-14 | Remove bug section, we now support group quotas. | bouyer |
| 2003-02-14 | Implement rquota RPC version 2, compatible with the linux implementation, | bouyer |
| 2003-02-10 | Use int32_t for block adresses in segment summary structures. | fvdl |
| 2003-02-06 | If fstat info was passed, and from it it can be seen that the file size | fvdl |
| 2003-02-05 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-02-04 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-02-02 | undo mallocvar.h change! | christos |
| 2003-02-01 | Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoid | tron |
| 2003-02-01 | Fix build problem by rearranging the order of "#include" statements so | tron |
| 2003-01-28 | make this build on alpha after daddr_t->64bit | mrg |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2003-01-22 | Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com> | lukem |
| 2003-01-22 | Fixes from Dmitry Sivachenko <demon@freebsd.org>: | lukem |
| 2003-01-16 | Rename `sigset' locals to avoid symbol shadowing warning. | kleink |
| 2003-01-16 | Fix problem where dlclose() falls into infinite loop. | itohy |
| 2003-01-11 | Fix bug where only 2/3 of the PLT was being synched with the icache. | matt |
| 2003-01-08 | ftpd was unable to service the pwd request once you entered a directory | manu |
| 2002-12-18 | Make this work finally, by prepending _PATH_DEV to the tty name. | christos |
| 2002-12-16 | Add man page for utmp_update(8), reviewed by Christos. | wiz |