summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge from upstream:des2007-04-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r380 | des | 2006-03-14 15:42:09 +0100 (Tue, 14 Mar 2006) | 1 line Fix signedness mismatch, and use an explicit cast when calling ctype functions. ------------------------------------------------------------------------
* | | New release notes:brueffer2007-04-071-4/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - PIM option now included in MROUTING - MSI support + MFC - TCP_DROP_SYNFIN compiled in by default - FICL updated to 3.03 - icee driver added - net.link.tap.up_on_open sysctl added - ZFS support added Updated release notes: - ncurses 5.6-20061217 MFC noted - mpsave_vfs=1 on powerpc
* | | Add missing mutex_init() which was causing assertion panic when on clonepjd2007-04-072-0/+2
| | | | | | | | | | | | | | | | | | destruction. Reported by: kris
* | | Prevent the usage of an uninitialized variable: do not acceptpiso2007-04-071-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | StartMediaTx message before an OpnRcvChnAck message was received. Reviewed by: glebius Approved by: glebius (mentor) MFC after: 3 days Found with: Coverity Prevent(tm) CID: 498
* | | Silence Coverity about an unused variable.piso2007-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Reviewed by: glebius Approved by: glebius (mentor) MFC after: 3 days CID: 538
* | | Added the IPLware 3.33 support.kato2007-04-076-7/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added magic numbers to pretend the NEC original program version 2.70. - Added string display routine with Shift-JIS code support. - Added three nop instructions at start1 in start.s since the installaer of the IPLware put 'call $0x09ab' instruction. - Put the near return instruction at 0x9ab in selector.s. Since the Shit-JIS display routine must be located at 0x1243, the linker script file (ldscript) is applied.
* | | Fix the output of percentage figures, which mistakenly weredds2007-04-071-9/+12
| | | | | | | | | | | | | | | | | | | | | the corresponding ratios. PR: bin/111329 MFC after: 10 days
* | | Simplify the logic for handling header readkientzle2007-04-071-7/+5
| | | | | | | | | | | | errors.
* | | Enable 'ar' support; hook it up to the build andkientzle2007-04-073-2/+7
| | | | | | | | | | | | enable it with _read_support_format_all().
* | | Clarification: Point people to archive_read_data(), whichkientzle2007-04-071-1/+4
| | | | | | | | | | | | should be used instead of archive_read_data_into_buffer().
* | | back out last changekmacy2007-04-071-1/+1
| | | | | | | | | | | | Requested by: ru
* | | Update the man page a bit- also to reflect that testingmjacob2007-04-071-9/+23
| | | | | | | | | | | | | | | | | | | | | that Jun Kuriyama did to verify the PCI-Express (Apple Fibre Channel) HBA. MFC after: 3 days
* | | When copying data from one archive to another, only set the errorcperciva2007-04-071-5/+4
| | | | | | | | | | | | | | | | | | message in the reader to the error message from the writer if the error which occurred was in the writer. This avoids error messages of "Empty error message" when extracting truncated archives.
* | | Describe PT_GETLWPLIST's arguments.emaste2007-04-071-0/+9
| | |
* | | Fix a bug for over 4GB media.simokawa2007-04-071-1/+1
| | | | | | | | | | | | MFC after: 3 days
* | | Add a small test program for the additional socket options whichbms2007-04-062-0/+231
| | | | | | | | | | | | RFC 3678 (Source-specific Multicast API) brings to FreeBSD.
* | | Remove XXX comment that changes to file fields should be protected withrwatson2007-04-061-5/+0
| | | | | | | | | | | | | | | | | | | | | the file lock rather than the filedesc lock: I fixed this in the last revision. Spotted by: kris
* | | pc98 boot2 is compiled with _KERNEL defined, and that makes non-statickan2007-04-061-1/+1
| | | | | | | | | | | | | | | | | | bootinfo variable declaration visible. It conflicts with static declaration in this file. Declare variable as globally visible in order to resolve the conflict.
* | | __p_rcode_syms is declared as external in resolv.conf, so it cannot bekan2007-04-062-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | redeclared as static in res_debug.c. Make __p_rcode_syms global and add it to Symbol map. The rest of __p_??_syms are already global. Choice of FBSD_1.0 version for these debug symbols seems strange and should be revisited before symbol versioning is enabled for libc.so.7.
* | | Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem.jkim2007-04-061-0/+2
| | | | | | | | | | | | Submitted by: nork
* | | Add the PG_NX support for i386/PAE.ru2007-04-068-34/+135
| | | | | | | | | | | | Reviewed by: alc
* | | This commit was generated by cvs2svn to compensate for changes in r168433,kan2007-04-062-20/+17
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import two binutils header files from FSF 2.15 branch.kan2007-04-062-20/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These fix binutils compilation on i386/amd64 with GCC 4.1 and have no other effect. No response by: obrien
* | | | Add 64bit addressing support to SiI 3132/3124sos2007-04-061-0/+2
| | | |
* | | | Remove debug gunk.sos2007-04-061-1/+0
| | | |
* | | | Add support for 64bit addressing to AHCI and Marvell controllers.sos2007-04-065-15/+28
| | | | | | | | | | | | | | | | | | | | | | | | Munged into ATA shape and Marvell specifics my yours truely. Submitted by: jhb
* | | | Remove conflicting extern decralaration for mboxfile variable.kan2007-04-061-1/+0
| | | | | | | | | | | | | | | | It is defined as static in implementation file.
* | | | getblocksize expects pointer to long as a second argument, notkan2007-04-061-2/+2
| | | | | | | | | | | | | | | | a pointer to u_long.
* | | | nfe(4) supports polling.brueffer2007-04-062-2/+4
| | | |
* | | | Sysctl description is not a format string, so one % is enough.pjd2007-04-061-1/+1
| | | |
* | | | MFi386: add libkern/memset.cnyan2007-04-061-0/+1
| | | |
* | | | sort.nyan2007-04-062-2/+2
| | | |
* | | | Use strcasecmp() from libkern.pjd2007-04-061-4/+4
| | | |
* | | | Implement a work-around for poor ggate write performance.pjd2007-04-062-1/+12
| | | |
* | | | We have strcasecmp() in libkern now.pjd2007-04-064-55/+3
| | | |
* | | | Remove temporary files when there are no longer needed.pjd2007-04-061-0/+2
| | | |
* | | | Claim maintainership of ZFS.pjd2007-04-061-0/+1
| | | |
* | | | Oops, keep things sorted.pjd2007-04-061-1/+1
| | | | | | | | | | | | | | | | Found by: ru
* | | | style(9):yar2007-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use a single space before $FreeBSD$ to avoid terminal line overflow. Pointed out by: ru (The All-Seeing Eye)
* | | | make modules compile without updating etckmacy2007-04-061-1/+1
| | | |
* | | | Be more conservative and compile libkern/memset.c only on architectureskan2007-04-064-1/+4
| | | | | | | | | | | | | | | | than need it. These are i386, amd64 and powerpc so far.
* | | | Bump __FreeBSD_version on ZFS import.pjd2007-04-061-1/+1
| | | | | | | | | | | | | | | | Requested by: nork
* | | | Add ZFS periodic scripts that monitors status of ZFS pools.pjd2007-04-063-0/+40
| | | | | | | | | | | | | | | | Submitted by: des
* | | | Regen.pjd2007-04-061-1/+10
| | | |
* | | | - Add ZFS startup script.pjd2007-04-065-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: des - When starting mountd(8) and ZFS is enabled, add /etc/zfs/exports file. - Update rc.conf(5).
* | | | Connect ZFS to the build.pjd2007-04-066-3/+57
| | | |
* | | | If we've encountered unrecognized chipset don't access hardwareyongari2007-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anymore. Previously it tried to access interrupt register to disable interrupts which could result in hang if the hardware was not properly initialized by system BIOS/ACPI. Tested by: Benjamin Hansmann (benjamin.hansmann AT rub dot de) MFC after: 3 days
* | | | Add new libraries. We may want to rename libumem to not colide withpjd2007-04-061-0/+6
| | | | | | | | | | | | | | | | ports/devel/umem.
* | | | Add Makefile for zfs.ko kernel module.pjd2007-04-061-0/+87
| | | |
* | | | Add ZFS-specific privileges.pjd2007-04-061-0/+9
| | | |
OpenPOWER on IntegriCloud