pooka
4799824b3f
Fix error return for rump_vfs_makeonedevnode()
...
from Ian Jackson <Ian.Jackson@eu.citrix.com>
2014-06-20 11:27:25 +00:00
phx
d08eccdb32
mc146818's sc_flag indicates the time is stored in binary format, not BCD.
...
So we should configure the chip's REGB for binary format as well.
This makes the BeBox RTC finally work reliable for me.
2014-06-20 09:47:15 +00:00
wiz
03f9b192f3
Update default pkgsrc font path references.
2014-06-20 08:08:58 +00:00
njoly
e75f143af6
Remove fagile test which ensured that first namelist element (was
...
X_NCHSTATS) had a known type. Make disk stats available again for
vmstat display.
2014-06-20 07:08:15 +00:00
sjg
5e8aec3baa
Return varNoError rather than var_Error for ::?= etc.
2014-06-20 06:13:45 +00:00
msaitoh
a563525659
fix -Werror=unused-but-set-variable compile error
2014-06-19 18:01:18 +00:00
ws
c05596e905
Enqueue the mbuf with the start of the packet,
...
not some intermediate one (hi, rmind!).
2014-06-19 16:54:40 +00:00
skrll
377f7201a6
Increase IMAGESIZE to fix build.
2014-06-19 16:34:21 +00:00
msaitoh
62b0bd5096
Fix compile error of -Werror=unused-but-set-variable.
2014-06-19 15:09:50 +00:00
christos
f2d4db7cf6
use fparseln() instead of fgetln() for consistency (this was the last fgetln()
...
using parser in net/.
cVS: ----------------------------------------------------------------------
2014-06-19 15:09:07 +00:00
christos
08d13064c0
use fparseln() instead of abusing fgetln(), so that the last line that
...
might not have a terminating newline is processed.
2014-06-19 15:08:18 +00:00
christos
52e916d949
Fix incorrect example (what happens when len == 0?)
2014-06-19 14:27:50 +00:00
hikaru
2943d72a5a
Use 64-bit DMA, if it is available.
...
This fixes null packet handling on guest which have memory over than 3GB.
2014-06-19 13:20:28 +00:00
msaitoh
a1b50cf1b2
Fix "error: variable 's' set but not used [-Werror=unused-but-set-variable]"
2014-06-19 13:20:13 +00:00
hikaru
f589d3a6c3
Make it be able to down I/F. This fixes panic when removing IFF_UP flag.
2014-06-19 13:16:29 +00:00
wiz
cdfd633d25
Add all functions to NAME section. End sentences with dots.
...
Bump date for previous.
2014-06-19 09:30:33 +00:00
msaitoh
5edf37f383
Fix "shadows a global declaration" compile error.
2014-06-19 05:31:15 +00:00
christos
20efb692ab
cast gotsig because it is long on some systems.
2014-06-18 20:12:15 +00:00
alnsn
9fc0501842
Revert last change. This is not the right place for rumpuser_sync_icache().
2014-06-18 19:50:32 +00:00
christos
cc52c7c3a4
Add stdlib.h for abort() (Jess Thrysoee)
2014-06-18 18:52:49 +00:00
christos
f032129312
Adjust to the new alias text libedit API.
2014-06-18 18:17:30 +00:00
christos
e06822a79d
Don't depend on weak aliases to define the vi "alias" expansion function,
...
provide an API instead to set it.
2014-06-18 18:12:28 +00:00
christos
00f836315e
more mktemp flavors.
2014-06-18 17:52:49 +00:00
christos
1015249915
more man pages links
2014-06-18 17:50:55 +00:00
christos
b7b5f0e5c2
bump libc.
2014-06-18 17:50:14 +00:00
christos
e00a3615cf
add mkostemp{s,} mkstemps from FreeBSD
2014-06-18 17:48:22 +00:00
christos
017500be43
add mkostemp, mkostemps, mkstemps from FreeBSD.
2014-06-18 17:47:58 +00:00
uwe
5a5964be39
Suppress space after -I and -i options in description too.
...
XXX: This should be documented explicitly.
2014-06-18 14:47:02 +00:00
uwe
8b8d85039c
Suppress space after -I and -i options.
2014-06-18 14:26:15 +00:00
christos
c095d1ec95
Fix usage. The man page is incorrect with respect to -I and -i and need
...
fixing, but my troff foo is not there.
2014-06-18 14:15:50 +00:00
christos
71faadbf26
fix second line of synopsis.
2014-06-18 14:12:20 +00:00
christos
0bd5e60967
accomodate FreeBSD's flavor of weak references.
2014-06-18 13:03:08 +00:00
ozaki-r
10c5c9874c
Restructure bridge_input and bridge_broadcast
...
There are two changes:
- Assemble the places calling pktq_enqueue (bridge_forward)
for unicast and {b,m}cast frames into one
- Receive {b,m}cast frames in bridge_broadcast, not in
bridge_input
The changes make the code clear and readable. bridge_input
now doesn't need to take care of {b,m}cast frames;
bridge_forward and bridge_broadcast have the responsibility.
The changes are based on a patch of Lloyd Parkes submitted
in PR 48104, but don't fix its issue yet.
2014-06-18 10:51:03 +00:00
wiz
55d6e53ccb
Sync usage with manpage.
2014-06-18 09:41:29 +00:00
wiz
9825fbace6
Sort options. Use Ss for non-standard headers. New sentence, new line.
...
Add missing Op.
2014-06-18 09:35:31 +00:00
ozaki-r
8f92986dca
Tidy up bridge_input
...
No functional change.
2014-06-18 09:20:46 +00:00
msaitoh
c9913bb206
Fix uninitiazed variable problem found on zaurus. I don't know why
...
only zaurus found it.
2014-06-18 06:35:19 +00:00
macallan
7d15c9f3dc
8bit tcx doesn't implement a hardware cursor, so don't pretend it does.
...
Also, avoid poking the hw cursor registers in that case. Real hardware doesn't
care but qemu does.
2014-06-18 04:54:09 +00:00
ozaki-r
75ca0bace9
Make local functions static
...
This change unveiled some functions are unused. Remove some and
comment out the others.
No functional change.
2014-06-18 01:19:19 +00:00
msaitoh
adbffa02af
Add BGEPHYF_NO_WIRESPEED flag for fiber devices.
2014-06-17 22:29:13 +00:00
msaitoh
e0d6a5e056
- Fix detection of BGEPHYF_FIBER_{MII|TBI}
...
- Add BCM5708S support in brgphy(4). The auto negotiation may have some bugs.
- Add 2500SX support (not tested).
- Fix bit definition of BRGPHY_MRBE_MSG_PG5_NP_T2 from FreeBSD.
2014-06-17 21:37:20 +00:00
alnsn
61fe521674
Add $NetBSD$.
2014-06-17 19:33:20 +00:00
alnsn
ce28ef1f5a
libarch on sparc isn't -l${MACHINE_CPU}. Don't link to it.
2014-06-17 19:26:18 +00:00
alnsn
fbf94eef9e
Update sljit entry.
2014-06-17 18:48:35 +00:00
msaitoh
e65ce2179d
Fix a variable name in last commit.
2014-06-17 18:18:51 +00:00
msaitoh
04840bd861
- Print yet another hardware config word in SRAM(BGE_SRAM_DATA_CFG_5) for
...
BCM5717 and newer devices.
- Fix a trivial bug in #ifdef NOTYET.
2014-06-17 17:37:08 +00:00
alnsn
176098a445
Don't redefine SLJIT_HALT_PROCESS().
2014-06-17 17:30:48 +00:00
alnsn
33abe179f5
Update code to the latest sljit version.
2014-06-17 16:52:33 +00:00
alnsn
c3ff03ecd4
New sljit version is r257.
2014-06-17 16:49:11 +00:00
alnsn
60a3e989c5
Resolve conflicts.
2014-06-17 16:48:24 +00:00