summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Long ago, there was just /etc/daily. Then /etc/security was split outcjc2001-12-0720-266/+872
* Add a man page describing the fuctions directly related to network domains.davidc2001-12-072-0/+234
* The previous commit log message should have said:arr2001-12-070-0/+0
* When rfc1323 is mentioned in the context of buffer sizes, not that itrwatson2001-12-071-0/+1
* o Expand list of tunables documented in loader.8 to include kern.maxusers,rwatson2001-12-071-0/+8
* o Add a mention of kern.openfiles to the description of kern.maxfiles,rwatson2001-12-071-0/+4
* - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; itarr2001-12-071-5/+5
* Get rid of unused anymore file! Alpha works fine with our strtod() now.phantom2001-12-071-2496/+0
* o Update rc.network to reflect the recent change of default in therwatson2001-12-077-21/+21
* o Our currenty userland boot code (due to rc.conf and rc.network) alwaysrwatson2001-12-071-1/+1
* Return 'c' back to signed due to potential comparison problemsache2001-12-076-60/+72
* Fix a typo.ru2001-12-071-1/+1
* Fix typo: 'fragement' -> 'fragment'sheldonh2001-12-071-1/+1
* * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flagphantom2001-12-071-3/+3
* Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include.des2001-12-071-1/+2
* Be exsplicit about the parentheses around return statements. It isimp2001-12-071-0/+2
* mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13.ru2001-12-071-4/+11
* mdoc(7) police:ru2001-12-071-7/+6
* Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Bewes2001-12-072-6/+32
* This patch will fix the lockups associated with AMD 751,761,762 based AGPcokane2001-12-074-14/+104
* Remove blank line.fenner2001-12-071-1/+0
* Document the 'enableAlwaysAck' field in the config structure.archie2001-12-071-0/+4
* Back out my "joy" change. It was really the for some uncommitted ataimp2001-12-071-1/+1
* - malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag)arr2001-12-071-4/+1
* MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods.peter2001-12-071-2/+3
* MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.peter2001-12-072-4/+4
* Now that _pam_init_handlers() works as intended, it seems clear that wedes2001-12-071-1/+1
* Although the previous went some way towards fixing the pam.conf / pam.ddes2001-12-071-117/+110
* Install pam.d files with mode 0644, not 0755.des2001-12-061-1/+1
* Part 2 of previous commit. Add joy_isa.c and joy_pccard.c.peter2001-12-061-0/+2
* o A few more minor whitespace and other style fixes.rwatson2001-12-061-6/+7
* o Remove unnecessary inclusion of opt_global.h.rwatson2001-12-062-2/+0
* Add a commented-out defaultrouter entry for 6to4 users. See RFC-3068nsayer2001-12-061-0/+1
* o Fix spelling of allocations as allocates.rwatson2001-12-061-1/+1
* o Reflect changed default such that keepalives are always enabled byrwatson2001-12-061-7/+10
* Moderate the recommendation that TCP keepalives always be turned on;rwatson2001-12-061-10/+13
* o Add an additional .Pp between the send/recvbuffer comments andrwatson2001-12-061-0/+1
* o When describing kern.ipc.nsfbufs, use the slightly less colloquialrwatson2001-12-061-1/+1
* The default values for net.inet.tcp.sendspace and net.inet.tcp.recvspacerwatson2001-12-061-1/+2
* vmiodirenable is now on by default; reflect that change in default,rwatson2001-12-061-5/+5
* Reword parts of tuning(7) regarding loader tunables, which are referedrwatson2001-12-061-8/+7
* Add multiple inclusion protection.jhb2001-12-062-0/+10
* Somebody moved joy.c from isa/ to dev/joy/ without updating conf/files.peter2001-12-061-1/+1
* Compile all kernels with "-ffreestanding":obrien2001-12-061-1/+1
* Fixed two problems:pdeuskar2001-12-062-9/+5
* Introduce the variable USE_PAM_D, which, if set, will cause pam.d to bedes2001-12-061-1/+8
* Makefile for pam.d configuration files.des2001-12-061-0/+24
* We need pam_client.h from libpamc. This unbreaks worlddes2001-12-061-0/+6
* -lcipher is an installable library.ru2001-12-062-12/+2
* Protect the '*' in pppoed_provider (the default) from metacharactercjc2001-12-067-0/+14
OpenPOWER on IntegriCloud