summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* Make use of the more flexable device hints by adding a new field,delphij2009-09-121-3/+7
| | | | vesa_mode to specify VESA mode, as suggested by jhb@.
* Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now meansdelphij2009-09-111-7/+7
| | | | | | | | | | "set vesa mode" and higher 16bits of the flag would be the desired mode. One can now set, for instance, hint.sc.0.flags=0x01680180, which means that the system should set VESA mode 0x168 upon boot. Submitted by: paradox <ddkprog yahoo com>, swell k at gmail.com with some minor changes.
* Change one no to not in r197047brooks2009-09-091-1/+1
| | | | Submitted by: John Nielsen <john at jnielsen net>
* Mention that a few ed(4) devices don't emit link state change noticesbrooks2009-09-091-0/+18
| | | | | | | and a workaround for dhclient. Reviewed by: thierry MFC after: 3 days
* Remove dpms.4 missed in r197025.bz2009-09-091-1/+0
|
* - Teach vesa(4) and dpms(4) about x86emu. [1]delphij2009-09-092-0/+2
| | | | | | | | | | - Add vesa kernel options for amd64. - Connect libvgl library and splash kernel modules to amd64 build. - Connect manual page dpms(4) to amd64 build. - Remove old vesa/dpms files. Submitted by: paradox <ddkprog yahoo com> [1], swell k at gmail.com (with some minor tweaks)
* MFV of r196998.edwin2009-09-092-4/+56
| | | | | | | Import of tzdata2008m Samoa will go in DST on 4 October 2009 till 28 March 2010 Palestine will go back from DST on 4 September 2009
* A few enhancements I made while working on the Firewire target (sbp_targ).sbruno2009-09-072-3/+7
| | | | | | | | | | | Update the error handling in a couple of cases to exit gracefully if certain mandatory conditions aren't met. Reduce the maximum number of initiators to 8 for this example code. While 1024 is more correct, this example code would act like it was stalled out even though it was merely allocating the needed structures in init_ccbs() Reviewed by: scottl@freebsd.org
* Some of the controllers sold as ServeRAID (IBM ServeRAID-MR10i,trasz2009-09-071-1/+4
| | | | | | in particular) are actually mfi(4) devices. Provide hints. Submitted by: <pluknet at gmail.com>
* Move ptmx into pty(4).ed2009-09-062-11/+11
| | | | | | | | Now that pty(4) is a loadable kernel module, I'd better move /dev/ptmx in there as well. This means that pty(4) now provides almost all pseudo-terminal compatibility code. This means it's very easy to test whether applications use the proper library interfaces when allocating pseudo-terminals (namely posix_openpt and openpty).
* Add lv_LVache2009-09-043-0/+204
| | | | | PR: 105100 Submitted by: Aldis Berjoza <killasmurf86@gmail.com>
* Add lv_LVache2009-09-043-0/+30
| | | | | PR: 105100 Submitted by: Aldis Berjoza <killasmurf86@gmail.com>
* Add lv_LVache2009-09-042-1/+38
| | | | | PR: 105100 Submitted by: Aldis Berjoza <killasmurf86@gmail.com>
* Add lv_LVache2009-09-031-1/+2
|
* Add lv_LV, move lt_LT to common partache2009-09-032-3/+6
|
* Add lv_LV, move lt_LT to common partache2009-09-032-4/+7
|
* o Document MALLOC_PRODUCTION knob.maxim2009-09-011-1/+7
| | | | | | PR: docs/136029 Submitted by: anonymous MFC after: 2 weeks
* Make it easier to find proper manual page for newer ServeRAID controllers.trasz2009-08-311-0/+5
|
* Manual page for mfiutil(8) is in section 8 now.trasz2009-08-311-2/+2
|
* MFp4:mav2009-08-301-1/+16
| | | | | | | | | | | - Add Command Completion Coalescing support. - Add SNTF support. - Add two more power management modes (4, 5), implemented on driver level. - Fix interface mode setting. - Reduce interface reset time. - Do not report meaningless protocol/transport versions. - Report CAP2 register content. - Some performance optimizations.
* Fix the reference for the IPV6_V6ONLY option. This option is describedmotoyuki2009-08-301-1/+1
| | | | | | | | in RFC 3493, not 3542. PR: docs/134127 Submitted by: Kenji Rikitake <kenji.rikitake@acm.org> MFC after: 2 weeks
* AM/PM date format for ja_JP.eucJP and ja_JP.SJIS wereume2009-08-301-4/+2
| | | | | localized by r193869. However, ja_JP.UTF-8 wasn't. So, reflect it to ja_JP.UTF-8 as well.
* MFV of r196350edwin2009-08-272-3/+38
| | | | | | | Import of tzdata2009l - Egypt will go to Wintertime on 21 August 2009 - Heads up for a possible DST in Samoa
* MFV of r195792:edwin2009-08-274-20/+50
| | | | | | | Import of tzdata2009k to head. - Changes in Mauritius and Bangladesh - No leapsecond at the end of December 2009
* Add a new rc.d script, static_arp, which enables the administrator todelphij2009-08-251-1/+17
| | | | | | | | | | | | | | | | | | | | statically bind IPv4 <-> MAC address at boot time. In order to use this, the administrator needs to configure the following rc.conf(5) variable: - static_arp_pairs: A list of names for static bind pairs, and, - a series of static_arp_(name): the arguments that is being passed to ``arp -S'' operation. Example: static_arp_pairs="gw" static_arp_gw="192.168.1.1 00:01:02:03:04:05" See the rc.conf(5) manual page for more details. Reviewed by: -rc@ MFC after: 2 weeks
* Add a missing .El.delphij2009-08-251-0/+1
| | | | Founded by: make manlint
* Update example for RELENG_8.kensmith2009-08-241-4/+5
|
* Add claraifications to the kproc and kthread manpages and linkjulian2009-08-233-0/+44
| | | | | | | the kthread_create(9) man page to the kproc(9) page as it had migrated and people looking for it may need a hand to find its new name. MFC after: 1 week
* This patch fixes two bugs in sglist(9) and improves robustness of the API viajhb2009-08-211-0/+4
| | | | | | | | | | | | | | | | better semantics if a request to append an address range to an existing list fails. - When cloning an sglist, properly set the length in the new sglist instead of leaving the new list empty. - Properly compute the amount of data added to an sglist via _sglist_append_buf(). This allows sglist_consume_uio() to properly update uio_resid. - When a request to append an address range to a scatter/gather list fails, restore the sglist to the state it had at the start of the function call instead of resetting it to an empty list. Requested by: np (3) Approved by: re (kib)
* Change the 'resid' parameter to sglist_consume_uio() from an int to ajhb2009-08-201-1/+1
| | | | | | | size_t to match the recent type change of the uio_resid member of struct uio. Approved by: re (kib)
* Add support for backing up the old kernel when installing a new kernelsimon2009-08-191-2/+50
| | | | | | | | | | | | | | | | | | using freebsd-update. This applies to using freebsd-update in "upgrade mode" and normal freebsd-update on a security branch. The backup kernel will be written to /boot/kernel.old, if the directory does not exist, or the directory was created by freebsd-update in a previous backup. Otherwise freebsd-update will generate a new directory name for use by the backup. By default symbol files are not backed up to save diskspace and avoid filling up the root partition. This feature is fully configurable in the freebsd-update config file, but defaults to enabled. MFC after: 1 week (stable/7) Reviewed by: cperciva Approved by: re (kib)
* Remove unused taskqueue_find() function.pjd2009-08-181-10/+2
| | | | | Reviewed by: dfr Approved by: re (kib)
* Document MAKE_DVD and xref svn in ports.trhodes2009-08-181-2/+7
| | | | Approved by: re@ (kib)
* Document the newly added SVNCMDARGS, SVNROOT, and SVNBRANCH variables.jhb2009-08-171-0/+29
| | | | Approved by: re (kib)
* Correct typo in the previous commit.pjd2009-08-171-1/+1
| | | | | Noticed by: pluknet <pluknet@gmail.com> Approved by: re (kib, implicit)
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andpjd2009-08-171-1/+15
| | | | | | | | replace it with wrappers around our taskqueue(9). To make it possible implement taskqueue_member() function which returns 1 if the given thread was created by the given taskqueue. Approved by: re (kib)
* Rather than fix questionable ifnet list locking in the implementation ofrwatson2009-08-151-9/+10
| | | | | | | | the kern.polling.enable sysctl, remove the sysctl. It has been deprecated since FreeBSD 6 in favour of per-ifnet polling flags. Reviewed by: luigi Approved by: re (kib)
* Add mptutil(8) and mfiutil(1) to 'SEE ALSO' sections in mpt(4) and mfi(4).trasz2009-08-152-2/+4
| | | | Approved by: re (rwatson)
* First (early) draft of net80211 documentation. Note this issam2009-08-1216-986/+2727
| | | | | | | focused on driver writers (as opposed to folks adding to net80211). Reviewed by: wkoszek Approved by: re (rwatson)
* USB serial:alfred2009-07-301-1/+1
| | | | | | | | | | - add new ID for Huawei - P4 ID: 166150 PR: usb/136761 Submitted by: hps Approved by: re
* urtw(4) supports RTL8187B chipset now.weongyo2009-07-271-4/+4
| | | | Approved by: re (kib)
* * Document the dev.asmc.N.light.control sysctl. [1]rpaulo2009-07-271-10/+17
| | | | | | | | * Add more models that have the SMC. PR: 137168 [1] Submitted by: Patrick Lamaiziere <patfbsd at davenulle.org> Approved by: re (kib)
* Update epair(4) to the new netisr implementation and polishbz2009-07-264-5/+10
| | | | | | | | | | | | | | | | things a bit: - use dpcpu data to track the ifps with packets queued up, - per-cpu locking and driver flags - along with .nh_drainedcpu and NETISR_POLICY_CPU. - Put the mbufs in flight reference count, preventing interfaces from going away, under INVARIANTS as this is a general problem of the stack and should be solved in if.c/netisr but still good to verify the internal queuing logic. - Permit changing the MTU to virtually everythinkg like we do for loopback. Hook epair(4) up to the build. Approved by: re (kib)
* PMP provides 16 targets (15 drives + itself).mav2009-07-251-1/+1
| | | | Approved by: re (implicitly)
* mxge's tunable hw.mxge.rss_hash_type cannot be set from thegallatin2009-07-221-2/+2
| | | | | | | | | | | | loader, because it uses a reserved suffix (_type). Fix this by removing the "_" and renaming the tunable to hw.mxge.rss_hashtype. The old (rss_hash_type) tunable is still fetched, in case people load the driver via scripts. When both are present in the kernel environment, the new value (hw.mxge.rss_hashtype) overrides the old value. Approved by: re (kib)
* Add `siis` CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers.mav2009-07-212-0/+123
| | | | | | | | | | Driver supports Serial ATA and ATAPI devices, Port Multipliers (including FIS-based switching), hardware command queues (31 command per port) and Native Command Queuing. This is probably the second on popularity, after AHCI, type of SATA2 controllers, that benefits from using CAM, because of hardware command queuing support. Approved by: re (kib)
* - Add my birthdayyzlin2009-07-211-0/+3
| | | | | | - Add myself to ports committers and to lwhsu's mentee list Approved by: re (kib), lwhsu (mentor)
* Second attempt at eliminating .text relocations in shared librarieskan2009-07-141-2/+2
| | | | | | | | | | | | | | compiled with stack protector. Use libssp_nonshared library to pull __stack_chk_fail_local symbol into each library that needs it instead of pulling it from libc. GCC generates local calls to this function which result in absolute relocations put into position-independent code segment, making dynamic loader do extra work every time given shared library is being relocated and making affected text pages non-shareable. Reviewed by: kib Approved by: re (kib)
* Fix a few language nits.joel2009-07-131-5/+6
| | | | | Submitted by: Ben Kaduk <minimarmot@gmail.com> Approved by: re (blanket)
* add IEEE80211_SCAN_REQsam2009-07-121-0/+16
| | | | Approved by: re (blanket)
OpenPOWER on IntegriCloud