jhb
4373fbb501
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
nyan
3a6405f672
Build uart_dev_lpc.c on arm only. This fixes pc98 build.
2013-04-22 13:02:41 +00:00
pluknet
eda2444ae0
Keep up with negative addrlen check removal in r249649.
2013-04-22 09:18:50 +00:00
glebius
18dd370b59
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
dmarion
3594d490ac
Initialize GIC_PMRR register on ARM GIC.
...
Provided by: Thomas Skibo
2013-04-22 08:28:53 +00:00
dteske
8e151bb482
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
dteske
f87348f820
New helper functions for common widgets.
2013-04-22 06:28:45 +00:00
dteske
55ba192b5b
Proper fix for copy/paste error (first attempt r249756).
2013-04-22 06:27:14 +00:00
dteske
6b10ce1ca9
Fix a copy/paste error.
2013-04-22 06:20:34 +00:00
dteske
bd5972fc3a
Update comment for accuracy.
2013-04-22 06:13:30 +00:00
dteske
41ba2f30cd
Style nit (to be consistent across project).
2013-04-22 06:12:22 +00:00
dteske
6776c629e5
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
38a1025029
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
dteske
8f385d0e89
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
dteske
2cbbbe9342
Use new f_getvar for clarity and general code follow-up to r249746.
2013-04-22 05:32:27 +00:00
adrian
d7b15c7958
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
13b5f44804
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
dteske
6089bf07c7
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
alc
78339bf7f3
Simplify vm_radix_{add,dec}lev().
...
Sponsored by: EMC / Isilon Storage Division
2013-04-22 01:26:13 +00:00
ed
136b9108c6
Add missing static keyword, to make the code build with WARNS=6.
2013-04-21 22:47:24 +00:00
ed
bfbcc24aa4
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
9917da6df0
Plug static llentry leak (ipv4 & ipv6 were affected).
...
PR: kern/172985
MFC after: 1 month
2013-04-21 21:28:38 +00:00
trociny
761a3d22a7
Remove code duplication.
2013-04-21 20:51:53 +00:00
joel
1b87173706
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
670f533a57
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
imp
9b6d25dacd
Fix typos in my last commit.
...
Submitted by: Niclas Zeising and Benjamin Kaduk
2013-04-21 17:23:27 +00:00
gshapiro
7084c1610c
Note merge to head for sendmail 8.14.7.
2013-04-21 17:13:58 +00:00
gshapiro
e106d00d68
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
trociny
fadb18d21a
Embed revision id in the library.
...
MFC after: 29 days
2013-04-21 17:10:10 +00:00
gshapiro
c788bbc596
Update for sendmail 8.14.7
...
MFC after: 4 days
2013-04-21 17:09:51 +00:00
gshapiro
891f1b61da
Merge sendmail 8.14.7 to HEAD
...
MFC after: 4 days
2013-04-21 17:08:44 +00:00
gshapiro
a03b7e14ea
Import sendmail 8.14.7
2013-04-21 16:35:04 +00:00
hselasky
84dd41acc6
Fix manual page.
...
PR: usb/177896
Submitted by: Leif Velcro <velcroleaf@rocketmail.com>
2013-04-21 16:09:35 +00:00
hselasky
993a273ad6
Add OHCI controller ID.
...
MFC after: 2 weeks
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
2013-04-21 16:02:50 +00:00
kib
2ccc50ad8d
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
1e5834db92
Remove redundant definitions of _ALIGN and _ALIGNBYTES.
2013-04-21 11:12:44 +00:00
joel
f0ba1598b2
Add example.
...
PR: 177025
Submitted by: Fernando <fernando.apesteguia@gmail.com>
Reviewed by: theraven
2013-04-21 10:30:19 +00:00
joel
e461d813e5
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
ae
77bba67eef
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
rpaulo
d3e64b0dcc
Fix an off by one calculation in wiipic_dispatch().
2013-04-21 08:35:38 +00:00
joel
3cd1c80381
Remove cross-references to nonexistent CPU_SET(3) manpage.
...
Also fix cpu_getaffinity(2) document title.
PR: 176317
Submitted by: brucec
2013-04-21 06:46:41 +00:00
adrian
4501275813
When doing BAW tracking, don't dereference a NULL pointer if the BAW
...
slot is actually NULL.
2013-04-21 00:41:15 +00:00
imp
395db9f048
Add more details about updating across the clang divide.
...
Add hints about having a root shell around on live updates.
Couple of additional nits.
2013-04-20 23:33:51 +00:00
adrian
d11d65f442
There's some races (likely in the BAR handling, sigh) which is causing
...
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.
2013-04-20 22:46:31 +00:00
joel
68ade6e8fa
Add missing Pp. Also remove some minor whitespace.
...
PR: 177995
Submitted by: olgeni
2013-04-20 22:26:33 +00:00
joel
d385d368ea
mdoc: end function context properly.
2013-04-20 22:16:49 +00:00
trociny
864e3ad762
Wrong cast.
...
MFC after: 1 month
2013-04-20 15:37:33 +00:00
ed
7b4c44c928
Enable libcompiler-rt on MIPS.
...
Originally we disabled libcompiler-rt on MIPS and SPARC64, because of an
issue where __clzdi2 and __ctzdi2 would cause endless recursion. This
bug has been fixed in r230021 already, but for some reason we only
switched to libcompiler-rt on SPARC64 -- not MIPS.
This means we can finally use <stdatomic.h> on all our architectures.
2013-04-20 14:44:28 +00:00
ken
125013a878
Fix compilation.
...
Pointy hat to: ken
2013-04-20 14:33:55 +00:00
uqs
53649a9504
bin/df: Fix unitialized use in prtstat
...
While here:
- use NULL in the context of pointers
- use memset instead of bzero throughout the file
- free memory to appease clang static analyzer
Found by: Coverity Scan (the UNINIT one)
2013-04-20 12:41:05 +00:00