summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* etc/defaults/pccard.conf has been relegated to the scrapheap ofimp2007-11-081-0/+2
| | | | history, note its newly minted obsolete status here.
* Another vestige of OLDCARD that needs to be retired.imp2007-11-082-2356/+1
| | | | Prodded by: jhb@
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.obrien2007-11-089-58/+55
|
* correct termination check doing amsdu de-aggregationsam2007-11-081-4/+3
| | | | MFC after: 3 days
* Make it easier to add more ptys to the pty(4) driver:jhb2007-11-081-19/+12
| | | | | | | | | | - Use unit2minor() and minor2unit() to generate minor numbers to support unit numbers higher than 255. - Use simple string operations on the 'names' array rather than hard-coded constants and switch statements so that more ptys can be added by simply expanding the 'names' array. MFC after: 1 week
* Update X11 dists for xorg-7.3 layout.kensmith2007-11-083-12/+4
| | | | X-MFC-after: Insta-MFC may be coming so this can get into 6.3-BETA2.
* Initial checkin for rmlock (read mostly lock) a multi reader single writerups2007-11-0812-25/+946
| | | | | | | | lock optimized for almost exclusive reader access. (see also rmlock.9) TODO: Convert to per cpu variables linkerset as soon as it is available. Optimize UP (single processor) case.
* Add entries for the L2 cache-related functions for armv5.cognet2007-11-081-0/+5
| | | | Spotted out by: Rafal Jaworowski
* Two minor improvements uncovered by work on upgrading between releases:cperciva2007-11-081-2/+14
| | | | | | | | | | | | | * When installing updates, make sure that securelevel <= 0. Otherwise we can't remove the schg flag from files. * When preparing to download updates, check to see if we already have them sitting in the /files/ directory. This saves bandwidth if users run "freebsd-update fetch" more than once without installing updates in between. While I'm here, bump the copyright date. MFC after: 3 days
* Document the per-arch default value of kern.maxbcache.ru2007-11-081-2/+3
|
* Use static storage-class specifier where appropriate.dds2007-11-084-10/+10
| | | | Found by: CScout
* Make function's definition follow its declared visibility.dds2007-11-081-1/+1
| | | | Found by: CScout
* Fix visibility of "inplace".dds2007-11-081-1/+1
| | | | Found by: CScout
* - Remove magic number and fit max rx buffer size accurately.ariff2007-11-082-12/+88
| | | | | | | | | | | | | | | | - Patch registers CR47 and CR157 on devices that require it. - Fix power calibration setting on ZD1211B. Obtained from: OpenBSD - Fix multicast transfer by properly reprogram multicast global hash table, which in turns fix promiscuous mode and IPv6 autoconfiguration / local networking. Reviewed by: sam, Weongyo Jeong Tested using: Aztech WL230 , Belkin F5D7050, Unicorn WL-54G, 3COM 3CRUSB10075 MFC after: 1 week
* setenv(3) sets errno on failure, use warn() insteadkevlo2007-11-081-3/+3
| | | | Pointed out by: ru
* Put back devstat support that was lost during GEOM transition. Initially,sobomax2007-11-071-0/+12
| | | | | | | | | | | I've tried to move md(4) to use geom_disk class, like real disks do, but this requires major rework of some of the existing features such as configuration dumping for example. Therefore just putting devstat support directly into md(4) seems to be optimal solution. Now you can see md(4) stats in `systat -vm' again. MFC after: 2 weeks
* Change unused 'user_wait' argument to 'timo' argument, which will bepjd2007-11-073-7/+7
| | | | | | | used to specify timeout for msleep(9). Discussed with: alc Reviewed by: alc
* asmc build infrastructure.rpaulo2007-11-071-0/+8
| | | | | Approved by: njl (mentor) Reviewed by: njl (mentor)
* Connect asmc to the build infrastructure.rpaulo2007-11-073-0/+5
| | | | | Approved by: njl (mentor) Reviewed by: njl (mentor)
* Driver for the Apple System Management Console (SMC). This hardware isrpaulo2007-11-072-0/+1141
| | | | | | | | | | | | | | | | present on the MacBook, MacBook Pro, and Intel MacMini. This driver exports information via sysctl in its private sysctl tree dev.asmc.*. You can get information about temperatures, fan speeds, the keyboard light sensor and the Sudden Motion Sensor (SMS). The SMS is very useful to park the disk heads when the laptop is moved. Basically, the SMS is setup so that, under movement, we get an interrupt on irq 6 and a devd notification is sent. Sponsored by: Google Summer of Code 2007 Approved by: njl (mentor) Reviewed by: attilio (previous version, but very similar), jhb (interrupt specific review)
* Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.kib2007-11-072-1/+15
| | | | | | | | | | | | | LINUX_SIOCGIFCOUNT just returns 0 since it is not implemented in the Linux 2.6.16. LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX are mapped to the FreeBSD native SIOCGIFINDEX. Tested by: Peter Kostouros <kpeter@melbpc.org.au> Reviewed by: brooks, rpaulo (on net@) Submitted by: rdivacky MFC after: 1 week
* - Include runefile.h for _CACHED_RUNESrafan2007-11-071-0/+1
|
* - Include runetype.h for _RuneLocale_rafan2007-11-071-0/+2
|
* Warn if kmem_map size is set to less than 512MB. Previous warning was a bitpjd2007-11-072-10/+10
| | | | | | | pointless, because default is set to something around 300MB and also insufficient. MFC after: 3 days
* devinfo(8) manual page refers to pciconfr(8). Add back reference formarck2007-11-071-1/+2
| | | | | | completeness. MFC After: 2 weeks
* Revise the markup.ru2007-11-071-36/+32
|
* Add missing <stdlib.h> for exit()kevlo2007-11-072-0/+2
|
* Cleanup of userland __P usekevlo2007-11-07111-1216/+1227
|
* Check the correct variables for malloc failures.matteo2007-11-072-2/+2
| | | | Submitted by: Michiel Boland <michiel@boland.org>
* Catch up to changes in the ports tree since last releasekris2007-11-071-6/+4
|
* Markup nits.ru2007-11-071-2/+5
|
* Fix markup.ru2007-11-071-29/+31
|
* Update after importache2007-11-071-0/+1
|
* Merge after importing official patches 3-7ache2007-11-073-10/+95
|
* This commit was generated by cvs2svn to compensate for changes in r173403,ache2007-11-075-8/+45
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Official patches 3-7ache2007-11-078-18/+140
| |
| * Official patch 002 importedache2007-04-121-0/+12
| |
| * Official patch 001ache2006-12-311-0/+2
| |
| * Remove non-FSF fileache2006-12-311-9/+0
| |
* | After discussions with grog@ (mentor):edwin2007-11-072-22/+37
| | | | | | | | | | | | | | | | | | - When none of the directories in FORTUNE_PATH exist, abort instead of using the default FORTDIR. - Little stylify changes. - Add documentation about the FORTUNE_PATH variable. MFC after: 1 week
* | s/maybe/may be/danger2007-11-061-1/+1
| | | | | | | | MFC after: 3 days
* | 1) dummynet_io() declaration has changed.oleg2007-11-065-36/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2) Alter packet flow inside dummynet: allow certain packets to bypass dummynet scheduler. Benefits are: - lower latency: if packet flow does not exceed pipe bandwidth, packets will not be (up to tick) delayed (due to dummynet's scheduler granularity). - lower overhead: if packet avoids dummynet scheduler it shouldn't reenter ip stack later. Such packets can be fastforwarded. - recursion (which can lead to kernel stack exhaution) eliminated. This fix long existed panic, which can be triggered this way: kldload dummynet sysctl net.inet.ip.fw.one_pass=0 ipfw pipe 1 config bw 0 for i in `jot 30`; do ipfw add 1 pipe 1 icmp from any to any; done ping -c 1 localhost 3) Three new sysctl nodes are added: net.inet.ip.dummynet.io_pkt - packets passed to dummynet net.inet.ip.dummynet.io_pkt_fast - packets avoided dummynet scheduler net.inet.ip.dummynet.io_pkt_drop - packets dropped by dummynet P.S. Above comments are true only for layer 3 packets. Layer 2 packet flow is not changed yet. MFC after: 3 month
* | style(9) cleanup.oleg2007-11-061-340/+350
| | | | | | | | MFC after: 3 month
* | Another typo in the previous commited fix. That makes four typosedwin2007-11-061-1/+1
| | | | | | | | | | | | | | | | in one fortune of only 32 words. Based on that single ratio, there are 50453 more typos in the rest of the fortunes file.... Noticed by: Nate Lawson <nate@root.org> MFC after: 1 week
* | games/fortune: add FORTUNE_PATH env var, so ports of fortunes can work sanelyedwin2007-11-061-14/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds an environment variable FORTUNE_PATH, which works like PATH for fortune files. PR: bin/36867 Submitted by: Alan Eldridge <ports@geeksrus.net> [patch] fortune -e implementation bug Fix the behaviour of "-e file1 file2" to equally pick them instead of only picking the first one. PR: bin/70182 Submitted by: Martin Kulas <coolaz@web.de> MFC after: 1 week Approved by: grog (mentor)
* | [patch] Fortune typos, around line 57346 of fortunes datfileedwin2007-11-061-2/+2
| | | | | | | | | | | | | | | | | | | | Small typos -- saw in a fortune today that 'equipped' is spelled 'equpped'. Also, 'vacuum' is spelled 'vaccuum'. Corrected diff provided below. PR: misc/112049 Submitted by: Seth Hieronymus <shieronymus@speakeasy.net> MFC after: 1 week
* | In _pthread_key_create() ensure that libthr is initialized. Thismarius2007-11-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | fixes a NULL-dereference of curthread when libstdc+ initializes the exception handling globals on archs we can't use GNU TLS due to lack of support in binutils 2.15 (i.e. arm and sparc64), yet, thus making threaded C++ programs compiled with GCC 4.2.1 work again on these archs. Reviewed by: davidxu MFC after: 3 days
* | Check return value for setenv()kevlo2007-11-061-3/+7
| |
* | Check wep flag in *_tx_mgt since we need to encrypt some management framekevlo2007-11-065-0/+55
| | | | | | | | | | | | in case of shared authentification. Obtained from: NetBSD
* | Correct typo.grog2007-11-061-1/+1
| | | | | | | | MFC after: 2 weeks
OpenPOWER on IntegriCloud