| Commit message (Expand) | Author | Age | Files | Lines |
* | The FTP daemon was vulnerable to a DoS where an attacker could bind() | cjc | 2003-01-21 | 1 | -19/+26 |
* | Fix a typo (missed &&). | sobomax | 2003-01-20 | 1 | -1/+1 |
* | Add a new gettytab(5) option - `pl', which if set tells getty that the line | sobomax | 2003-01-19 | 4 | -4/+7 |
* | Prepend a space character if a line begins with a digit | yar | 2003-01-16 | 1 | -0/+11 |
* | Replace the instances of literal "/bin/ls" | yar | 2003-01-16 | 1 | -2/+3 |
* | We have a usable 'LOGIN_NAME_MAX' now. | obrien | 2003-01-06 | 1 | -2/+0 |
* | Need to prototype strsuftollx() to quiet a warning. | obrien | 2003-01-06 | 1 | -0/+8 |
* | Make the "nbsd_20030105" import build. | obrien | 2003-01-06 | 3 | -1/+18 |
* | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | jmallett | 2003-01-02 | 3 | -0/+113 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 3 | -3/+3 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 3 | -3/+3 |
* | english(4) police. | schweikh | 2002-12-27 | 3 | -3/+3 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 2 | -2/+2 |
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 2 | -2/+2 |
* | Change the way ELF coredumps are handled. Instead of unconditionally | dillon | 2002-12-16 | 1 | -6/+23 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 4 | -6/+6 |
* | Fix rtld to handle SPARC_R_UA{16,64} relocations correctly. | kan | 2002-12-05 | 1 | -2/+2 |
* | rtld support for PowerPC. Mostly obtained from NetBSD, with mods | grehan | 2002-12-04 | 5 | -0/+926 |
* | Put back a test for binaries with no PT_LOAD entries I over-jealosly | kan | 2002-11-29 | 1 | -0/+4 |
* | mdoc(7) police: | ru | 2002-11-25 | 1 | -37/+35 |
* | Fix the handling of high PLT entries (> 32764) on sparc64. This requires | tmm | 2002-11-18 | 12 | -213/+242 |
* | Oops. Some ut_time stuff slipped through the cracks. These turned out | peter | 2002-11-17 | 1 | -1/+2 |
* | [DAIVD O'BRIEN's OPINION] | obrien | 2002-11-12 | 1 | -1/+4 |
* | o Fix usage(). | maxim | 2002-11-12 | 1 | -5/+20 |
* | We don't use libpam, libopie, or libmd. | obrien | 2002-11-12 | 1 | -12/+2 |
* | We have fparseln(3). Also libskey on RELENG_4. | obrien | 2002-11-12 | 1 | -2/+8 |
* | Update for version 1.2 Beta 2. | obrien | 2002-11-12 | 1 | -5/+5 |
* | Don't free the current addrinfo list, or else a pointer to a freed | yar | 2002-11-11 | 1 | -1/+1 |
* | Have ftpd specify the LOGIN_SETMAC flag to setlogincontext() so that | rwatson | 2002-10-24 | 1 | -2/+3 |
* | Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile. | kuriyama | 2002-10-24 | 1 | -1/+1 |
* | Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather | rwatson | 2002-10-24 | 1 | -1/+1 |
* | Add support for binaries with arbitrary number of PT_LOAD sections. | kan | 2002-10-23 | 2 | -45/+55 |
* | Change the symbol lookup order to search RTLD_GLOBAL objects | kan | 2002-10-19 | 1 | -12/+12 |
* | Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return | sobomax | 2002-10-19 | 1 | -6/+8 |
* | Don't call report() without a format string. | kris | 2002-10-13 | 1 | -1/+1 |
* | Mark the logerr() function __printflike(). | kris | 2002-10-13 | 1 | -1/+1 |
* | Use strlcpy instead of incorrectly using strncpy. | kris | 2002-10-13 | 1 | -1/+1 |
* | Use the new freebsd output format from Binutils 2.13.1. | obrien | 2002-10-12 | 1 | -2/+2 |
* | de-__P() | alfred | 2002-10-09 | 2 | -2/+2 |
* | <machine/atomic.h> requires <sys/types.h>. | ru | 2002-10-09 | 2 | -2/+1 |
* | Hook rpc.rstatd back up to the build now that it compiles. | mike | 2002-10-02 | 1 | -1/+2 |
* | Rename local function havedisk() to haveadisk() to avoid conflict a | mike | 2002-10-02 | 1 | -3/+3 |
* | Unhook rpc.rstatd from the build until it actually compiles. | jhb | 2002-10-02 | 1 | -2/+1 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 2 | -10/+10 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 2 | -8/+2 |
* | Return an error if a symbol is not found in reloc_jmpslots() instead of | tmm | 2002-09-14 | 1 | -0/+2 |
* | Was mising ftpchroot.5 | obrien | 2002-08-30 | 1 | -0/+1 |
* | The mode can be "r+" as well on PUT, but only "a" on APPE. | yar | 2002-08-29 | 1 | -1/+1 |
* | Fix lexer jam on unimplemented commands. | yar | 2002-08-29 | 1 | -12/+13 |
* | Remove variables no longer used. | yar | 2002-08-27 | 1 | -2/+1 |