summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__.des2001-12-091-3/+3
* p_trespass() has been dead for over a year.des2001-12-081-1/+0
* Replace %i formatting characters with %d since printf(9) doesn't support %i.alfred2001-12-081-1/+1
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...des2001-12-082-3/+5
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-081-32/+56
* Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.mike2001-12-081-1/+2
* The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which isdillon2001-12-081-6/+12
* Start using .St macro for POSIX.1-2001.ru2001-12-082-4/+3
* December 6th -- the IEEE Standards Board approves the Austin Groupru2001-12-081-0/+10
* mdoc(7) police: fix markup, sort xrefs, grammar nit.ru2001-12-081-26/+32
* mdoc(7) police:ru2001-12-081-59/+60
* mdoc(7) police: Style style(9).ru2001-12-081-90/+189
* mdoc(7) police:ru2001-12-081-5/+11
* mdoc(7) police: sort xrefs.ru2001-12-082-4/+4
* mdoc(7) police: bump document date, fix markup.ru2001-12-081-21/+24
* mdoc(7) police: sort xrefs.ru2001-12-081-5/+5
* mdoc(7) police: markup nits.ru2001-12-081-1/+1
* mdoc(7) police: fix markup in revision 1.25.ru2001-12-081-2/+2
* mdoc(7) police: change xref to vfs_mountedon(9).ru2001-12-081-1/+1
* Be more specific in an example of fortune's -e option.keramida2001-12-081-1/+1
* Update the comment about System initialization to reflect the use ofdavidc2001-12-081-8/+6
* buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.davidc2001-12-081-1/+1
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butimp2001-12-0814-0/+28
* Prevent infinite loop, when kevent(2) is called wihout eventlist (i.e.sobomax2001-12-081-1/+1
* 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
OpenPOWER on IntegriCloud