| Commit message (Expand) | Author | Age | Files | Lines |
* | Long ago, there was just /etc/daily. Then /etc/security was split out | cjc | 2001-12-07 | 20 | -266/+872 |
* | Add a man page describing the fuctions directly related to network domains. | davidc | 2001-12-07 | 2 | -0/+234 |
* | The previous commit log message should have said: | arr | 2001-12-07 | 0 | -0/+0 |
* | When rfc1323 is mentioned in the context of buffer sizes, not that it | rwatson | 2001-12-07 | 1 | -0/+1 |
* | o Expand list of tunables documented in loader.8 to include kern.maxusers, | rwatson | 2001-12-07 | 1 | -0/+8 |
* | o Add a mention of kern.openfiles to the description of kern.maxfiles, | rwatson | 2001-12-07 | 1 | -0/+4 |
* | - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; it | arr | 2001-12-07 | 1 | -5/+5 |
* | Get rid of unused anymore file! Alpha works fine with our strtod() now. | phantom | 2001-12-07 | 1 | -2496/+0 |
* | o Update rc.network to reflect the recent change of default in the | rwatson | 2001-12-07 | 7 | -21/+21 |
* | o Our currenty userland boot code (due to rc.conf and rc.network) always | rwatson | 2001-12-07 | 1 | -1/+1 |
* | Return 'c' back to signed due to potential comparison problems | ache | 2001-12-07 | 6 | -60/+72 |
* | Fix a typo. | ru | 2001-12-07 | 1 | -1/+1 |
* | Fix typo: 'fragement' -> 'fragment' | sheldonh | 2001-12-07 | 1 | -1/+1 |
* | * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag | phantom | 2001-12-07 | 1 | -3/+3 |
* | Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include. | des | 2001-12-07 | 1 | -1/+2 |
* | Be exsplicit about the parentheses around return statements. It is | imp | 2001-12-07 | 1 | -0/+2 |
* | mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13. | ru | 2001-12-07 | 1 | -4/+11 |
* | mdoc(7) police: | ru | 2001-12-07 | 1 | -7/+6 |
* | Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Be | wes | 2001-12-07 | 2 | -6/+32 |
* | This patch will fix the lockups associated with AMD 751,761,762 based AGP | cokane | 2001-12-07 | 4 | -14/+104 |
* | Remove blank line. | fenner | 2001-12-07 | 1 | -1/+0 |
* | Document the 'enableAlwaysAck' field in the config structure. | archie | 2001-12-07 | 1 | -0/+4 |
* | Back out my "joy" change. It was really the for some uncommitted ata | imp | 2001-12-07 | 1 | -1/+1 |
* | - malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag) | arr | 2001-12-07 | 1 | -4/+1 |
* | MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods. | peter | 2001-12-07 | 1 | -2/+3 |
* | MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods. | peter | 2001-12-07 | 2 | -4/+4 |
* | Now that _pam_init_handlers() works as intended, it seems clear that we | des | 2001-12-07 | 1 | -1/+1 |
* | Although the previous went some way towards fixing the pam.conf / pam.d | des | 2001-12-07 | 1 | -117/+110 |
* | Install pam.d files with mode 0644, not 0755. | des | 2001-12-06 | 1 | -1/+1 |
* | Part 2 of previous commit. Add joy_isa.c and joy_pccard.c. | peter | 2001-12-06 | 1 | -0/+2 |
* | o A few more minor whitespace and other style fixes. | rwatson | 2001-12-06 | 1 | -6/+7 |
* | o Remove unnecessary inclusion of opt_global.h. | rwatson | 2001-12-06 | 2 | -2/+0 |
* | Add a commented-out defaultrouter entry for 6to4 users. See RFC-3068 | nsayer | 2001-12-06 | 1 | -0/+1 |
* | o Fix spelling of allocations as allocates. | rwatson | 2001-12-06 | 1 | -1/+1 |
* | o Reflect changed default such that keepalives are always enabled by | rwatson | 2001-12-06 | 1 | -7/+10 |
* | Moderate the recommendation that TCP keepalives always be turned on; | rwatson | 2001-12-06 | 1 | -10/+13 |
* | o Add an additional .Pp between the send/recvbuffer comments and | rwatson | 2001-12-06 | 1 | -0/+1 |
* | o When describing kern.ipc.nsfbufs, use the slightly less colloquial | rwatson | 2001-12-06 | 1 | -1/+1 |
* | The default values for net.inet.tcp.sendspace and net.inet.tcp.recvspace | rwatson | 2001-12-06 | 1 | -1/+2 |
* | vmiodirenable is now on by default; reflect that change in default, | rwatson | 2001-12-06 | 1 | -5/+5 |
* | Reword parts of tuning(7) regarding loader tunables, which are refered | rwatson | 2001-12-06 | 1 | -8/+7 |
* | Add multiple inclusion protection. | jhb | 2001-12-06 | 2 | -0/+10 |
* | Somebody moved joy.c from isa/ to dev/joy/ without updating conf/files. | peter | 2001-12-06 | 1 | -1/+1 |
* | Compile all kernels with "-ffreestanding": | obrien | 2001-12-06 | 1 | -1/+1 |
* | Fixed two problems: | pdeuskar | 2001-12-06 | 2 | -9/+5 |
* | Introduce the variable USE_PAM_D, which, if set, will cause pam.d to be | des | 2001-12-06 | 1 | -1/+8 |
* | Makefile for pam.d configuration files. | des | 2001-12-06 | 1 | -0/+24 |
* | We need pam_client.h from libpamc. This unbreaks world | des | 2001-12-06 | 1 | -0/+6 |
* | -lcipher is an installable library. | ru | 2001-12-06 | 2 | -12/+2 |
* | Protect the '*' in pppoed_provider (the default) from metacharacter | cjc | 2001-12-06 | 7 | -0/+14 |