aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Cross reference the section 9 printf man page since it containsAndrew R. Reiter2001-12-091-1/+2
* WARNS=2 cleanup.Mike Heffner2001-12-092-15/+41
* WARNS=2 cleanup and fix potential unitialized variable bug.Mike Heffner2001-12-092-4/+13
* WARNS=2 cleanup.Mike Heffner2001-12-093-3/+16
* The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requiresMike Smith2001-12-091-1/+11
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-0921-39/+74
* Consider PROTO_IPV6 as compressible by CCP.Brian Somers2001-12-091-1/+1
* Pull in more stuff from procfs now that it's been pseudofsized.Dag-Erling Smørgrav2001-12-091-31/+3
* Fix various bugs in the debugging code and reenable it.Dag-Erling Smørgrav2001-12-092-9/+9
* Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__.Dag-Erling Smørgrav2001-12-091-3/+3
* p_trespass() has been dead for over a year.Dag-Erling Smørgrav2001-12-081-1/+0
* Replace %i formatting characters with %d since printf(9) doesn't support %i.Alfred Perlstein2001-12-081-1/+1
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...Dag-Erling Smørgrav2001-12-082-3/+5
* Don't assume that the number of fds to select on is known quantity (inJordan K. Hubbard2001-12-081-31/+55
* Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.Mike Barcroft2001-12-081-1/+2
* The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which isMatthew Dillon2001-12-081-6/+12
* Start using .St macro for POSIX.1-2001.Ruslan Ermilov2001-12-082-4/+3
* December 6th -- the IEEE Standards Board approves the Austin GroupRuslan Ermilov2001-12-081-0/+10
* mdoc(7) police: fix markup, sort xrefs, grammar nit.Ruslan Ermilov2001-12-081-26/+32
* mdoc(7) police:Ruslan Ermilov2001-12-081-59/+60
* mdoc(7) police: Style style(9).Ruslan Ermilov2001-12-081-90/+189
* mdoc(7) police:Ruslan Ermilov2001-12-081-5/+11
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-12-082-4/+4
* mdoc(7) police: bump document date, fix markup.Ruslan Ermilov2001-12-081-21/+24
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-12-081-5/+5
* mdoc(7) police: markup nits.Ruslan Ermilov2001-12-081-1/+1
* mdoc(7) police: fix markup in revision 1.25.Ruslan Ermilov2001-12-081-2/+2
* mdoc(7) police: change xref to vfs_mountedon(9).Ruslan Ermilov2001-12-081-1/+1
* Be more specific in an example of fortune's -e option.Giorgos Keramidas2001-12-081-1/+1
* Update the comment about System initialization to reflect the use ofChad David2001-12-081-8/+6
* buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.Chad David2001-12-081-1/+1
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butWarner Losh2001-12-0814-0/+28
* Prevent infinite loop, when kevent(2) is called wihout eventlist (i.e.Maxim Sobolev2001-12-081-1/+1
* Long ago, there was just /etc/daily. Then /etc/security was split outCrist J. Clark2001-12-0720-266/+872
* Add a man page describing the fuctions directly related to network domains.Chad David2001-12-072-0/+234
* The previous commit log message should have said:Andrew R. Reiter2001-12-070-0/+0
* When rfc1323 is mentioned in the context of buffer sizes, not that itRobert Watson2001-12-071-0/+1
* o Expand list of tunables documented in loader.8 to include kern.maxusers,Robert Watson2001-12-071-0/+8
* o Add a mention of kern.openfiles to the description of kern.maxfiles,Robert Watson2001-12-071-0/+4
* - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; itAndrew R. Reiter2001-12-071-5/+5
* Get rid of unused anymore file! Alpha works fine with our strtod() now.Alexey Zelkin2001-12-071-2496/+0
* o Update rc.network to reflect the recent change of default in theRobert Watson2001-12-077-21/+21
* o Our currenty userland boot code (due to rc.conf and rc.network) alwaysRobert Watson2001-12-071-1/+1
* Return 'c' back to signed due to potential comparison problemsAndrey A. Chernov2001-12-076-60/+72
* Fix a typo.Ruslan Ermilov2001-12-071-1/+1
* Fix typo: 'fragement' -> 'fragment'Sheldon Hearn2001-12-071-1/+1
* * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flagAlexey Zelkin2001-12-071-3/+3
* Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include.Dag-Erling Smørgrav2001-12-071-1/+2
* Be exsplicit about the parentheses around return statements. It isWarner Losh2001-12-071-0/+2
* mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13.Ruslan Ermilov2001-12-071-4/+11