aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setlocale(3) has been fixed to match POSIX standard:Ruslan Ermilov2001-03-0222-42/+30
* POSIX wrote:Ruslan Ermilov2001-03-023-30/+11
* Mismatched MFSNAMELEN and MNAMELEN with fstype / fspath.Adrian Chadd2001-03-022-4/+4
* Removed duplicate $FreeBSD$.Ruslan Ermilov2001-03-021-2/+0
* Fix setlocale() to conform to the ISO C and POSIX standards.Ruslan Ermilov2001-03-021-2/+2
* mdoc(7) police: fix markup.Ruslan Ermilov2001-03-026-21/+27
* mdoc(7) police: in -offset clause, spell the ``indent'' correctly.Ruslan Ermilov2001-03-022-16/+16
* Change "NO_PROFILE_DATA" to "NO_PROFILE_COUNTERS" to match the commit byDavid E. O'Brien2001-03-021-2/+2
* Merged from sys/i386/include/bus_at386.h revision 1.13.KATO Takenori2001-03-021-1/+0
* Ack! I finally got annoyed enough to actually kill this. There is noPeter Wemm2001-03-023-11/+0
* Fix the rest of formatting.Ruslan Ermilov2001-03-021-27/+27
* Add -g group to usage message.Warner Losh2001-03-021-2/+4
* Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob2001-03-026-87/+150
* Ok, the kernel will panic in kmem_malloc() if the kernel map is full, soJohn Baldwin2001-03-021-4/+0
* Back out a removal that I was far to quick to apply. The root causeMark Murray2001-03-022-0/+6
* version 1.7 made some changes to correct problems identifed by compilingMatthew N. Dodd2001-03-026-6/+0
* - Check to see if malloc() returned NULL even with M_WAITOK.John Baldwin2001-03-021-1/+6
* Fix isp_print_qentry to print all four lines- it's been broken for months.Matt Jacob2001-03-021-2/+3
* Add link for resource_query_unit, now documented in theWarner Losh2001-03-021-0/+1
* Flesh out this man page a bit more. Add information aboutWarner Losh2001-03-021-20/+58
* Include `dbxelf.h' via tm.h (the approved FSF/GNU way) vs. in our MI header.David E. O'Brien2001-03-021-1/+2
* Define "FREEBSD_NATIVE" in the freebsd-native header to reduce the amountDavid E. O'Brien2001-03-022-1/+4
* Move the obvious bits of mixed ELF and a.out support down into this MDDavid E. O'Brien2001-03-021-0/+108
* Push as much as was easy of the mixed ELF & a.out support for the i386David E. O'Brien2001-03-021-130/+21
* Add comments regarding enabling IPv6Gregory Neil Shapiro2001-03-021-0/+4
* There were a few changes missed when this file was converted toIan Dowse2001-03-021-3/+9
* Spell deprecated correctly (dufault)Warner Losh2001-03-021-2/+3
* Add the LINPROCFS option.Dag-Erling Smørgrav2001-03-011-0/+1
* Do not need to define "VERSION" here -- we do it on the command line.David E. O'Brien2001-03-011-3/+0
* New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,Bruce A. Mah2001-03-012-21/+73
* Correctly emulate linux_connect. For nonblocking sockets, the behaviorJonathan Lemon2001-03-011-51/+21
* Free lock before returning from process_worklist_item.Kirk McKusick2001-03-011-1/+3
* Reviewed by: jlemonAdrian Chadd2001-03-0132-175/+209
* Allocate vm_page_array and vm_page_buckets from the end of the biggest chunkAndrew Gallatin2001-03-011-18/+16
* The 'X' permission symbol is specified by POSIX.2, so don't say that itBen Smithurst2001-03-011-4/+2
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-0132-38/+45
* Fix brokeness in rev. 1.6: this manpage appeared in NetBSD 1.4.Ruslan Ermilov2001-03-011-1/+1
* No longer an option. Config(8) is whining over LINT.Mark Murray2001-03-012-6/+0
* Add code to turn on the entropy harvesting sysctl's as early as possibleDoug Barton2001-03-012-0/+81
* Put back several lines that I erroneously deleted in my previous commit. ThisMaxim Sobolev2001-03-011-0/+3
* Update the BUGS section.Ruslan Ermilov2001-03-011-12/+0
* Fixed undesirable hyphenation on the dash of a flag argument.Ruslan Ermilov2001-03-011-1/+1
* Fixed two bugs with -tag lists.Ruslan Ermilov2001-03-011-10/+6
* mdoc(7) police: misc fixes.Ruslan Ermilov2001-03-011-8/+5
* Correct English used.Jeroen Ruigrok van der Werven2001-03-011-7/+7
* Numerous formatting/content fixes.Ruslan Ermilov2001-03-011-23/+28
* Hook Warner's resource_* manpages to the build.Jeroen Ruigrok van der Werven2001-03-011-1/+5
* Remove leading . from .Nd description.Jeroen Ruigrok van der Werven2001-03-011-1/+1
* Fix typo: the the -> to the.Jeroen Ruigrok van der Werven2001-03-011-5/+6
* h_errno is declared in netdb.h.Warner Losh2001-03-011-2/+0