summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r155832,ume2006-02-1912-0/+36
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import required files to enable use of libiconv from tcsh-6.14.00.ume2006-02-1912-0/+36
| | | | | | | | Reviewed by: arch (no objection)
* | Correctly locate the character preceeding the matched string in -wtjr2006-02-191-5/+35
| | | | | | | | | | | | mode when in non-UTF-8 multibyte locales (e.g. EUC, GB2312, etc.). PR: 91909
* | For the coda5 module, CODA_COMPAT_5 is mandatory, not optional.yar2006-02-191-4/+1
| | | | | | | | | | | | | | | | | | | | Without CODA_COMPAT_5, it would be equivalent to the plain coda module. Therefore just add -DCODA_COMPAT_5 to CFLAGS instead of fiddling with opt_coda.h. This is particularly important when the module is built along with the kernel and CODA_COMPAT_5 isn't in the kernel conf file (and so not in opt_coda.h either). MFC after: 3 days
* | Add a quite late 20051014 entry for the changes in module Makefiles,yar2006-02-191-0/+9
| | | | | | | | | | | | | | mainly to stick to the conventional MFC procedure. Requested by: Thomas E. Zander <riggs at rrr dot de> MFC after: 3 days
* | Back out revs 1.18 and 1.19; they were based on incorrect assumptions.des2006-02-191-4/+0
| | | | | | | | Requested by: nate
* | Style: Remove blank lines before EOF.yar2006-02-1814-14/+0
| | | | | | | | Tested by: cvs diff -B
* | Work around the fact that nfsclient SRCS must includeyar2006-02-181-0/+17
| | | | | | | | | | | | | | | | nfs_diskless.c if NFS_ROOT is in effect, e.g., present in the kernel config file. Otherwise the built module won't load due to an undefined reference to nfs_setup_diskless. MFC after: 3 days
* | Remove empty lines at the endache2006-02-182-2/+0
| |
* | The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen]andre2006-02-182-7/+10
| | | | | | | | | | | | | | | | | | | | | | can't be changed from userland. Make them read-only and provide descriptions. kern.ipc.max_datalen must never be less than one byte. Enforce this with a panic in net_init_domain(). Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days
* | Remove unneeded includes and provide more accurate descriptionandre2006-02-183-6/+4
| | | | | | | | | | | | | | to others. Submitted by: garys PR: kern/86437
* | A file can also be a link, so check not only for a file, but also for a linknetchild2006-02-181-14/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | in the delete-old and check-old targets. We don't install a lib (libXY.so.Z) as a link, but an user may have created something like this. This is dangerous if this link points to a different version of the lib. So check for a link also in the *-lib targets (an annoyed user which absolutely wants this redirection of a lib should use libmap.conf instead of a link). A directory can also be a link, but in this case just echo a message to remove it by hand.
* | Add missing TH_PUSH to the TH_FLAGS enumeration.andre2006-02-181-1/+1
| | | | | | | | | | Submitted by: Andre Albsmeier <Andre.Albsmeier-at-siemens.com> PR: kern/85203
* | Xref chkgrp(8).brueffer2006-02-181-0/+1
| | | | | | | | | | | | PR: 93529 Submitted by: Daniel Gerzo <danger@rulez.sk> MFC after: 3 days
* | Build audit command line tools only if NO_AUDIT isn't defined.rwatson2006-02-181-4/+11
| | | | | | | | | | Submitted by: brueffer Obtained from: TrustedBSD Project
* | Add system call auditing support for sparc64.rwatson2006-02-181-0/+3
| | | | | | | | | | Submitted by: brueffer Obtained from: TrustedBSD Project
* | - add libxpg4netchild2006-02-181-2/+7
| | | | | | | | | | | | | | - correct typo in variable name - remove etc/security (file): While this doesn't affect the new directory, we should remove it to keep the list "clean".
* | Improved description for packet zone statistics.andre2006-02-181-1/+1
| | | | | | | | | | Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days
* | Print statistics on mbuf+clusters in packet zone.andre2006-02-181-0/+4
| | | | | | | | | | Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days
* | Look for cpu/ichss instead of cpu/p4tcc, which is i386/amd64-only.des2006-02-181-1/+1
| |
* | Print statistics on jumbo mbuf clusters.andre2006-02-181-2/+72
| | | | | | | | | | Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days
* | Use kld(3) for loading geom_md.ko.pjd2006-02-181-20/+3
| |
* | Load cpufreq at startup if it isn't there already.des2006-02-181-0/+4
| |
* | Replace the guts of usbmodule() with calls to the new kld(3) functions.des2006-02-181-34/+1
| |
* | Add utility functions for checking if a given kernel module is loaded,des2006-02-184-2/+180
| | | | | | | | and loading it.
* | Inform when label disappears.pjd2006-02-181-16/+36
| | | | | | | | MFC after: 3 days
* | Allow to use g_slice_orphan() from outside.pjd2006-02-182-2/+2
| | | | | | | | MFC after: 3 days
* | - Do not depend on fact that file system covers entire provider.pjd2006-02-181-19/+13
| | | | | | | | | | | | | | | | It won't work for file systems created with -s option. Use better file system verfication. - Add myself to the copyright. MFC after: 3 days
* | - Fix severe crackling after long running and abusive module load / unload byariff2006-02-181-15/+59
| | | | | | | | | | | | | | | | | | | | | | forcing DMA alignment to default buffer size. - Make sure DMA pointer properly aligned to avoid being truncated by caller which causing severe underruns and random popping (especially in 32bit playback / recording). - Add AC97 inverted external amplifier quirk for Maxselect x710s - http://maxselect.ru/ MFC after: 1 week
* | Fix random popping while playing in 32bit by increasing default buffer sizeariff2006-02-181-1/+1
| | | | | | | | | | | | from 4096 to 8192. MFC after: 1 week
* | This function returns nothing.pjd2006-02-181-1/+1
| |
* | If provider's sector size prevents reading SBLOCKSIZE bytes returnpjd2006-02-181-8/+10
| | | | | | | | immediatelly.
* | Use shell's version of if to check if the firmware really exists in themlaier2006-02-181-7/+9
| | | | | | | | | | | | | | current directory to allow user rules to create the firmware (e.g. from a uuencoded blob). make's version of if is evaluated too early to catch this. Found-by: gallatin
* | use s/w bmiss facilitysam2006-02-182-0/+4
| | | | | | | | MFC after: 1 week
* | stop device so we don't panic on card ejectsam2006-02-181-0/+1
| | | | | | | | MFC after: 1 week
* | These files apply to all the atmel parts that freebsd is going to run on,imp2006-02-174-5/+5
| | | | | | | | | | so name them more generically. If we do support the MMU-less ARM7 parts, then we'll need to, at that time, expand the files we have.
* | This file was obsolete when committed. Catchup and delete it.imp2006-02-171-215/+0
| |
* | Expand scope of marker to reduce the number of page queue scan restarts.tegge2006-02-171-12/+19
| |
* | Belatedly bump the date for the fan control changes in rev. 1.9.brueffer2006-02-171-1/+1
| |
* | Re-work the bus attachment somewhat. Make the rids unique forambrisko2006-02-172-37/+51
| | | | | | | | | | | | | | | | | | the SMI/TCO address space. Switch the bus space I/O to the one specific for either the SMI or TCO space. Re-calibrate the tick. Add some more device id's, 82801FBR submitted by des. This makes it work on the platforms I've tested with. Go ahead by: des
* | Check return value from nonblocking call to vn_start_write().tegge2006-02-171-2/+8
| |
* | 1) Ignore link events for MII/GMII cards if MI auto-polling disabled. Thisoleg2006-02-171-4/+14
| | | | | | | | | | | | | | | | | | | | | | should fix strange link state behaviour reported for bcm5721 & bcm5704c 2) Clear bge_link flag in bge_stop() 3) Force link state check after bge_ifmedia_upd(). Otherwise we can miss link event if PHY changes it's state fast enough. Tested by: phk (bcm5704c) Approved by: glebius (mentor) MFC after: 1 week
* | JMicron RAID metadata support.brueffer2006-02-171-1/+5
| |
* | Replace the 4k fixed sized jumbo mbuf clusters with PAGE_SIZE sizedandre2006-02-174-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | jumbo mbuf clusters. To make the variable size clear they are named MJUMPAGESIZE. Having jumbo clusters with the native PAGE_SIZE is more useful than a fixed 4k size according the device driver writers using this API. The 9k and 16k jumbo mbuf clusters remain unchanged. Requested by: glebius, gallatin Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 days
* | Add r/w support for JMicron ATA RAID metadata.sos2006-02-172-7/+346
| | | | | | | | | | Acknowledgement should definitly go to JMicron Technology for providing full docs on the metadata format as the only vendor so far, big thanks from here.
* | Fix standalone module build.ru2006-02-171-1/+2
| | | | | | | | Reported by: Boris Samorodov
* | Remove unused now field.glebius2006-02-171-1/+0
| |
* | Document how to find a short description of a memory type.pjd2006-02-171-0/+3
| |
* | Check if /sbin/nextboot exists before running it.ru2006-02-171-1/+3
| | | | | | | | | | PR: 93466 Submitted by: Mats Palmgren
* | Document Intel E7505 support.brueffer2006-02-171-2/+2
| |
OpenPOWER on IntegriCloud