summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Point users towards nisdomainname and rc.conf.joel2013-04-221-6/+8
| | | | | | PR: 144630 Submitted by: Stefan Krueger <stadtkind2@gmx.de>, Fel <wtfcrap@mail.ru>
* Minor clarificiation.joel2013-04-221-2/+2
| | | | PR: 177455
* - Some BIOSes use an Extended IRQ resource descriptor in _PRS for a linkjhb2013-04-222-2/+12
| | | | | | | | | | that uses non-ISA IRQs but use a plain IRQ resource in _CRS. However, a non-ISA IRQ can't fit into a plain IRQ resource. If we encounter a link like this, build the resource buffer from _PRS instead of _CRS. - Set the correct size of the end tag in a resource buffer. Tested by: Benjamin Lee <ben@b1c1l1.com> MFC after: 2 weeks
* Use a higher TTL (128) for DHCP packets. This matches the ISC DHCP client.jhb2013-04-221-1/+1
| | | | | PR: bin/170279 MFC after: 1 week
* Build uart_dev_lpc.c on arm only. This fixes pc98 build.nyan2013-04-222-1/+7
|
* Keep up with negative addrlen check removal in r249649.pluknet2013-04-221-5/+1
|
* Panic if UMA_ZONE_PCPU is created at early stages of boot, when mp_ncpusglebius2013-04-221-0/+1
| | | | | | isn't yet initialized. Otherwise we will panic at first allocation later. Sponsored by: Nginx, Inc.
* Initialize GIC_PMRR register on ARM GIC.dmarion2013-04-221-0/+6
| | | | Provided by: Thomas Skibo
* Clarify to the user the amount of time required to load the menus fordteske2013-04-221-4/+4
| | | | each view in the details dialog.
* New helper functions for common widgets.dteske2013-04-221-0/+136
|
* Proper fix for copy/paste error (first attempt r249756).dteske2013-04-221-2/+2
|
* Fix a copy/paste error.dteske2013-04-221-2/+2
|
* Update comment for accuracy.dteske2013-04-221-3/+3
|
* Style nit (to be consistent across project).dteske2013-04-221-2/+2
|
* Fix two bugs when setting up a plip interface. First, dhcp status was notdteske2013-04-221-1/+2
| | | | | being properly cleared each iteration of the loop. Second, values weren't properly quoted when sent to the editor function.
* Convert over the etherswitch framework to use VLAN IDs per port, ratheradrian2013-04-224-19/+34
| | | | | | | | | | | | | | | | | | | | | than VLAN groups. Some chips (eg this rtl8366rb) has a VLAN group per port - you first define a set of VLANs in a vlan group, then you assign a VLAN group to a port. Other chips (eg the AR8xxx switch chips) have a VLAN ID array per port - there's no group per se, just a list of vlans that can be configured. So for now, the switch API will use the latter and rely on drivers doing the heavy lifting if one wishes to use the VLAN group method. Maybe later on both can be supported. PR: kern/177878 PR: kern/177873 Submitted by: Luiz Otavio O Souza <loos.br@gmail.com> Reviewed by: ray
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-2242-343/+845
| | | | | | | | possible to save keystrokes. Second, overhaul startup/rcdelete for much improved performance. Last, but not least, kill-off useage of --clear and implement --keep-tite in harmony to minimize jarring transitions. Also, fix local variable names where necessary while we're here with other minor comment-enhancements/typo-corrections.
* Use new f_getvar for clarity and general code follow-up to r249746.dteske2013-04-221-2/+5
|
* etherswitchcfg(8) crashes when you don't set vlangroup members.adrian2013-04-221-2/+5
| | | | | | | Fix this to require an argument. PR: kern/177872 Submitted by: Luiz Otavio O Souza <loos.br@gmail.com>
* Initialise this to zero before using it to configure the vlangroupadrian2013-04-221-0/+1
| | | | | | | information. PR: kern/177871 Submitted by: Luiz Otavio O Souza <loos.br@gmail.com>
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-2256-129/+228
| | | | | | improve debugging initialization. Also fixup USAGE statements while we're here. Also, change initialization of main program to _not_ change working directory, allowing the debugFile to be relative without confusion.
* Simplify vm_radix_{add,dec}lev().alc2013-04-221-8/+13
| | | | Sponsored by: EMC / Isilon Storage Division
* Add missing static keyword, to make the code build with WARNS=6.ed2013-04-211-1/+1
|
* Unbreak the build of newfs_nandfs.ed2013-04-211-16/+19
| | | | | Mark global variables static. While there, make some small style(9) cleanups and remove a variable that is unused.
* Plug static llentry leak (ipv4 & ipv6 were affected).oleg2013-04-212-10/+16
| | | | | PR: kern/172985 MFC after: 1 month
* Remove code duplication.trociny2013-04-211-11/+1
|
* Document a few expansions for the $PS1 and $PS2 environmental variables.joel2013-04-211-1/+25
| | | | | | PR: 173410 Submitted by: Derek Wood <ddwood@outlook.com> Reviewed by: jilles
* dup(2): Remove incorrect sentence about getdtablesize().jilles2013-04-211-4/+1
| | | | | | | | | There are no getdtablesize() bounds on the file descriptor to be duplicated; it only has to be open. If the RLIMIT_NOFILE rlimit was decreased after opening the file descriptor, it may be greater than or equal to getdtablesize() but still valid. MFC after: 1 week
* Fix typos in my last commit.imp2013-04-211-2/+2
| | | | Submitted by: Niclas Zeising and Benjamin Kaduk
* Note merge to head for sendmail 8.14.7.gshapiro2013-04-211-1/+1
|
* Minor changes to force commit these files so new freebsd*.cf files aregshapiro2013-04-212-2/+1
| | | | | | built to use the new sendmail-8.14.6/cf tree. MFC after: 4 days
* Embed revision id in the library.trociny2013-04-211-2/+3
| | | | MFC after: 29 days
* Update for sendmail 8.14.7gshapiro2013-04-211-2/+2
| | | | MFC after: 4 days
* Merge sendmail 8.14.7 to HEADgshapiro2013-04-2144-275/+799
|\ | | | | | | MFC after: 4 days
| * Import sendmail 8.14.7gshapiro2013-04-2155-512/+1051
| |
| * Fix regression in sendmail 8.14.6 release based on errata published at:gshapiro2013-02-181-1/+1
| | | | | | | | http://www.sendmail.com/sm/open_source/download/8.14.6/
| * Import sendmail 8.14.6gshapiro2012-12-2963-778/+1249
| |
* | Fix manual page.hselasky2013-04-211-2/+2
| | | | | | | | | | PR: usb/177896 Submitted by: Leif Velcro <velcroleaf@rocketmail.com>
* | Add OHCI controller ID.hselasky2013-04-211-0/+2
| | | | | | | | | | MFC after: 2 weeks Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
* | Merge the 386 and amd64 versions of the fenv.h, to make cc -m32kib2013-04-213-286/+164
| | | | | | | | | | | | | | compilations which use fenv.h work. Reviewed by: tjil Sponsored by: The FreeBSD Foundation
* | Remove redundant definitions of _ALIGN and _ALIGNBYTES.tijl2013-04-211-13/+2
| |
* | Add example.joel2013-04-211-1/+42
| | | | | | | | | | | | PR: 177025 Submitted by: Fernando <fernando.apesteguia@gmail.com> Reviewed by: theraven
* | Move EXAMPLES descriptions to before the actual command.joel2013-04-211-35/+34
| | | | | | | | | | PR: 177870 Submitted by: Bjorn Heidotting <b.heidotting@yahoo.com>
* | Since we didn't break the loop, we should set i to -1 to start from theae2013-04-211-1/+2
| | | | | | | | | | | | | | beginning. Submitted by: Steven Hartland MFC after: 1 week
* | Fix an off by one calculation in wiipic_dispatch().rpaulo2013-04-211-1/+4
| |
* | Remove cross-references to nonexistent CPU_SET(3) manpage.joel2013-04-214-8/+4
| | | | | | | | | | | | | | Also fix cpu_getaffinity(2) document title. PR: 176317 Submitted by: brucec
* | When doing BAW tracking, don't dereference a NULL pointer if the BAWadrian2013-04-211-1/+2
| | | | | | | | slot is actually NULL.
* | Add more details about updating across the clang divide.imp2013-04-201-5/+12
| | | | | | | | | | Add hints about having a root shell around on live updates. Couple of additional nits.
* | There's some races (likely in the BAR handling, sigh) which is causingadrian2013-04-201-1/+13
| | | | | | | | | | | | | | the pause/resume code to not be called completely symmetrically. I'll chase down the root cause of that soon; this at least works around the bug and tells me when it happens.
* | Add missing Pp. Also remove some minor whitespace.joel2013-04-201-1/+1
| | | | | | | | | | PR: 177995 Submitted by: olgeni
OpenPOWER on IntegriCloud