Devin Teske
d4fd7c1336
Partially uncommit r249779. The changes to share/common.subr were good
...
while the remaining changes were part of a much larger ``secret sauce''
involved in an up-coming commit that I'm still laboring on.
2013-04-22 21:11:27 +00:00
Devin Teske
8c944ff559
Fix "-D file" to automagically enable debugging if not explicitly disabled.
2013-04-22 21:03:44 +00:00
Joel Dahl
a0bd7e1cc4
Update description of process status output.
...
PR: 143850
Submitted by: Slaven Rezic <slaven@rezic.de>
2013-04-22 20:14:57 +00:00
Brooks Davis
2d60c24f70
MFP4 223084, 227821:
...
Partially implement generic_bs_*_8() for MIPS platforms.
This is known to work with TARGET_ARCH=mips64 with FreeBSD/BERI.
Assuming that other definitions in cpufunc.h are correct it will
work on non-o64 ABI systems except sibyte. On sibyte and o32 systems
generic_bs_*_8() will remain panic() implementations.
Sponsored by: DARPA, AFRL
Reviewed by: imp, jmallett (older versions)
2013-04-22 19:02:37 +00:00
Adrian Chadd
03d48af292
Update arswitch to the new API.
2013-04-22 18:58:12 +00:00
Oleksandr Tymoshenko
833addedf8
Split BeagleBone DTS to generic AM335x part and Beagle-bone specific
2013-04-22 18:53:36 +00:00
Joel Dahl
6a7ac072e5
Minor update about rc.conf.
2013-04-22 18:31:39 +00:00
Simon J. Gerraty
628257b42a
Pass more variables to bsd.prog.mk and
...
only append to already defined variables.
Submitted by: Garrett Cooper
2013-04-22 18:11:29 +00:00
Joel Dahl
224359b52c
Point users towards nisdomainname and rc.conf.
...
PR: 144630
Submitted by: Stefan Krueger <stadtkind2@gmx.de>,
Fel <wtfcrap@mail.ru>
2013-04-22 17:55:12 +00:00
Joel Dahl
6c4b7d71f1
Minor clarificiation.
...
PR: 177455
2013-04-22 17:38:26 +00:00
John Baldwin
60d306f035
- Some BIOSes use an Extended IRQ resource descriptor in _PRS for a link
...
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
2013-04-22 15:51:06 +00:00
John Baldwin
9291a1cd14
Use a higher TTL (128) for DHCP packets. This matches the ISC DHCP client.
...
PR: bin/170279
MFC after: 1 week
2013-04-22 15:02:32 +00:00
Yoshihiro Takahashi
3280345272
Build uart_dev_lpc.c on arm only. This fixes pc98 build.
2013-04-22 13:02:41 +00:00
Sergey Kandaurov
89bbe1496d
Keep up with negative addrlen check removal in r249649.
2013-04-22 09:18:50 +00:00
Gleb Smirnoff
08a3102c0b
Panic if UMA_ZONE_PCPU is created at early stages of boot, when mp_ncpus
...
isn't yet initialized. Otherwise we will panic at first allocation later.
Sponsored by: Nginx, Inc.
2013-04-22 09:02:23 +00:00
Damjan Marion
10443bc3c3
Initialize GIC_PMRR register on ARM GIC.
...
Provided by: Thomas Skibo
2013-04-22 08:28:53 +00:00
Devin Teske
c4091add1f
Clarify to the user the amount of time required to load the menus for
...
each view in the details dialog.
2013-04-22 06:30:29 +00:00
Devin Teske
dbc6a6e179
New helper functions for common widgets.
2013-04-22 06:28:45 +00:00
Devin Teske
efc0f5e2d7
Proper fix for copy/paste error (first attempt r249756).
2013-04-22 06:27:14 +00:00
Devin Teske
a17c2d6e2b
Fix a copy/paste error.
2013-04-22 06:20:34 +00:00
Devin Teske
33a14d6fd2
Update comment for accuracy.
2013-04-22 06:13:30 +00:00
Devin Teske
c7acfca832
Style nit (to be consistent across project).
2013-04-22 06:12:22 +00:00
Devin Teske
143c3d9f14
Fix two bugs when setting up a plip interface. First, dhcp status was not
...
being properly cleared each iteration of the loop. Second, values weren't
properly quoted when sent to the editor function.
2013-04-22 06:10:27 +00:00
Adrian Chadd
a321935999
Convert over the etherswitch framework to use VLAN IDs per port, rather
...
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
2013-04-22 05:52:18 +00:00
Devin Teske
d3a0f91816
UI improvements. First, implement --default-item whenever and wherever
...
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.
2013-04-22 05:52:06 +00:00
Devin Teske
5421f6b13f
Use new f_getvar for clarity and general code follow-up to r249746.
2013-04-22 05:32:27 +00:00
Adrian Chadd
cdf0868a3d
etherswitchcfg(8) crashes when you don't set vlangroup members.
...
Fix this to require an argument.
PR: kern/177872
Submitted by: Luiz Otavio O Souza <loos.br@gmail.com>
2013-04-22 05:30:20 +00:00
Adrian Chadd
e1d6379074
Initialise this to zero before using it to configure the vlangroup
...
information.
PR: kern/177871
Submitted by: Luiz Otavio O Souza <loos.br@gmail.com>
2013-04-22 05:27:13 +00:00
Devin Teske
e14ddd1f16
Add new flags -d' (sets debug=1) and
-D file' (sets debugFile) and
...
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.
2013-04-22 05:02:34 +00:00
Alan Cox
384875a3a6
Simplify vm_radix_{add,dec}lev().
...
Sponsored by: EMC / Isilon Storage Division
2013-04-22 01:26:13 +00:00
Ed Schouten
d0e5fa31a4
Add missing static keyword, to make the code build with WARNS=6.
2013-04-21 22:47:24 +00:00
Ed Schouten
4f929487f3
Unbreak the build of newfs_nandfs.
...
Mark global variables static. While there, make some small style(9)
cleanups and remove a variable that is unused.
2013-04-21 22:36:14 +00:00
Oleg Bulyzhin
1571132f14
Plug static llentry leak (ipv4 & ipv6 were affected).
...
PR: kern/172985
MFC after: 1 month
2013-04-21 21:28:38 +00:00
Mikolaj Golub
f7854e9247
Remove code duplication.
2013-04-21 20:51:53 +00:00
Joel Dahl
1ca3beb91f
Document a few expansions for the $PS1 and $PS2 environmental variables.
...
PR: 173410
Submitted by: Derek Wood <ddwood@outlook.com>
Reviewed by: jilles
2013-04-21 19:55:38 +00:00
Jilles Tjoelker
2cd19a510a
dup(2): Remove incorrect sentence about getdtablesize().
...
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
2013-04-21 19:42:04 +00:00
Warner Losh
6eeab38939
Fix typos in my last commit.
...
Submitted by: Niclas Zeising and Benjamin Kaduk
2013-04-21 17:23:27 +00:00
Gregory Neil Shapiro
c54a8568fb
Note merge to head for sendmail 8.14.7.
2013-04-21 17:13:58 +00:00
Gregory Neil Shapiro
67cdc89155
Minor changes to force commit these files so new freebsd*.cf files are
...
built to use the new sendmail-8.14.6/cf tree.
MFC after: 4 days
2013-04-21 17:11:45 +00:00
Mikolaj Golub
b03e2d7729
Embed revision id in the library.
...
MFC after: 29 days
2013-04-21 17:10:10 +00:00
Gregory Neil Shapiro
b0b88fe82d
Update for sendmail 8.14.7
...
MFC after: 4 days
2013-04-21 17:09:51 +00:00
Gregory Neil Shapiro
552d4955b8
Merge sendmail 8.14.7 to HEAD
...
MFC after: 4 days
2013-04-21 17:08:44 +00:00
Gregory Neil Shapiro
e388eedd7a
Import sendmail 8.14.7
2013-04-21 16:35:04 +00:00
Hans Petter Selasky
d4bb04f686
Fix manual page.
...
PR: usb/177896
Submitted by: Leif Velcro <velcroleaf@rocketmail.com>
2013-04-21 16:09:35 +00:00
Hans Petter Selasky
d81b160aa5
Add OHCI controller ID.
...
MFC after: 2 weeks
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
2013-04-21 16:02:50 +00:00
Konstantin Belousov
826549e53d
Merge the 386 and amd64 versions of the fenv.h, to make cc -m32
...
compilations which use fenv.h work.
Reviewed by: tjil
Sponsored by: The FreeBSD Foundation
2013-04-21 13:31:55 +00:00
Tijl Coosemans
c67f5b54d9
Remove redundant definitions of _ALIGN and _ALIGNBYTES.
2013-04-21 11:12:44 +00:00
Joel Dahl
15f764dd19
Add example.
...
PR: 177025
Submitted by: Fernando <fernando.apesteguia@gmail.com>
Reviewed by: theraven
2013-04-21 10:30:19 +00:00
Joel Dahl
309bbfe8d2
Move EXAMPLES descriptions to before the actual command.
...
PR: 177870
Submitted by: Bjorn Heidotting <b.heidotting@yahoo.com>
2013-04-21 10:08:33 +00:00
Andrey V. Elsukov
584a9cf8bf
Since we didn't break the loop, we should set i to -1 to start from the
...
beginning.
Submitted by: Steven Hartland
MFC after: 1 week
2013-04-21 09:10:35 +00:00