Commit Graph

238610 Commits

Author SHA1 Message Date
riastradh
6ab51059a2 dev->dev, not &dev->pdev->dev.
Latter is a charlatan, soon to meet judgment for its sins.
2015-10-27 13:16:33 +00:00
riastradh
8c09016329 Use nv_device_base(dev) like other callers, not dev->pdev->dev.
First step in fixing the struct device nonsense.  This won't actually
fix anything yet until we also fix nv_device_base.
2015-10-27 13:13:47 +00:00
wiz
7a72dbee65 Fl already provides the '-'. 2015-10-27 08:46:13 +00:00
mrg
60c6cf919b port across the change from freebsd rev 290024:
In gunzip(1), treat trailing garbage as a warning and not an error.  This
allows scripts to distinguish it between real fatal errors, for instance a
CRC mismatch.

Update manual page for the behavior change.

PR:		bin/203873
Submitted by:	Eugene Grosbein <eugen grosbein net>
MFC after:	2 weeks
2015-10-27 07:36:18 +00:00
njoly
11983d156e Regen 2015-10-27 07:16:00 +00:00
njoly
ca819d284f Fix setuid/setgid return type (void -> int) to match native. 2015-10-27 07:15:38 +00:00
njoly
a4713df73f Regen. 2015-10-27 06:30:10 +00:00
njoly
2c407db9a0 Fix wrong gid types from previous. 2015-10-27 06:29:35 +00:00
uwe
5858a2db3d First cut at ETI libpanel. Lacks man pages and tests.
Not hooked into the build yet.
2015-10-26 23:09:49 +00:00
bad
b7ab9303c7 Explain how exactly tagged packets are processed.
While here remove a bit of non-techref wording and assume that people know
what VLANs are good for..

XXX: pullup-7, pullup-6
2015-10-26 22:18:57 +00:00
christos
4dddbc1f8d put the state back after it is used. 2015-10-26 19:41:19 +00:00
christos
208f128939 PR/50367: Stefan Schaeckeler: Apply fix to obey RES_CHECKNAME to getnetbyaddr
and getnetbyname.
2015-10-26 19:28:53 +00:00
mrg
d533d1b200 oops, i really did mean a section 9 reference for usb -- but as usbdi(9). 2015-10-26 17:23:00 +00:00
christos
6ca7fac253 use asprintf(3) 2015-10-26 15:14:33 +00:00
skrll
4ff2b0009a Correct a comment. From Robert Sprowson. 2015-10-26 15:07:07 +00:00
christos
a7b9f27a41 PR/50367: Stefan Schaeckeler: libc resolver library does not resolve host
names with underscores ("_"). According to resolv.conf(5) RES_NOCHECKNAME
is on by default; well, it is and gethostbyname(3) obeys it
(gethnamaddr.c:maybe_ok), but getaddrinfo(3) up till this commit not.
XXX: pullup-7, pullup-6
2015-10-26 14:48:04 +00:00
roy
4557363ec4 Use strerror(3) instead of strerror_r(3) and an arbitary buffer size which could be too small. 2015-10-26 11:44:30 +00:00
wiz
5baa34ea0e Various fixes and improvements.
Guess what the end of a sentence could be.
2015-10-26 09:06:52 +00:00
mrg
0b782e1e89 disable the previous for now; it fails for me on a different system. 2015-10-26 09:02:49 +00:00
shm
269fc1573a Added missed break statement. (Missed break in -z option implicitly implies
-P option)
2015-10-26 08:53:45 +00:00
mrg
7e2743fd87 build the nouveau gallium driver. 2015-10-26 07:15:36 +00:00
mrg
6e1ac70a71 in uvm_obj_init(), KASSERT(ops), to ensure we have an actual pager ops
set for this object.  suggested by chuq.
2015-10-26 07:13:01 +00:00
mrg
8278793a0f minor re-format of the previous. 2015-10-26 07:12:08 +00:00
mrg
559b2abb6d force -mcpu=v9 for ofwboot, which demands v9 cpus. 2015-10-26 07:11:33 +00:00
mrg
57387e988f add documentation on "options KERNHIST". 2015-10-26 07:07:36 +00:00
msaitoh
38084de465 No binary change:
- s/IGPPHY/IGPHY/
 - Fix the definition of PLHR_VALID_CHANNEL_*
 - Fix the definition of MSE_CHANNEL_*
 - Add MII_IGPHY_POWER_MGMT
2015-10-26 02:31:31 +00:00
ozaki-r
ccf27199d5 Support MSI-X in virtio
Currently only vioif(4) uses the feature.

knakahara@ helped to migrate to pci_intr_alloc(9). Thanks!
2015-10-26 01:44:48 +00:00
wiz
e07c1552b7 Remove description of SPLASHSCREEN_PROGRESS and WSDISPLAY_SPROGRESS.
The last remnants of the former were just removed from src by
pronchery.

Bump date.

XXX: probably WSDISPLAY_SPROGRESS needs removal too -- back to you,
pronchery!
2015-10-25 23:00:00 +00:00
khorben
142dd55d17 Remove references to SPLASHSCREEN_PROGRESS
To my knowledge this feature is no longer supported at the moment. The
manual page for wsdisplay(4) should probably also be updated to reflect
this situation.
2015-10-25 22:48:23 +00:00
mrg
67f989452a don't try to wait if (cold), spin waiting for registers to clear.
same as in nouveau_engine_fifo_nve0.c 1.5.  should fix PR#50362.
2015-10-25 21:44:16 +00:00
bouyer
abe6f9deee Add calls to awin_hdmi_sysconfig() and awin_tcon_sysconfig(), missing from
previous commit.
2015-10-25 21:21:52 +00:00
bouyer
dbe360aac4 Snapshot of work in progress on support for multiple display outputs.
The display configuration comes from the fex script as defined
in http://linux-sunxi.org/Fex_Guide, section disp_init.
There is some code to convert lcd0_para/lcd1_para to properties but
it's not used yet.

At this time only mode 0 (debe0->tcon0->hdmi) works.
debe0->tcon1->hdmi and debe1->tcon0->hdmi both gives a valid HDMI
signal but completely blank screen. AWIN_TCON1_BLUEDATA gives a blue screen
in both cases so tcon1->hdmi works. I suspect that, for some reason
setups other than debe0->tcon0 are not configured properly, and
the tcon is reading all-1 bits instead of the expected debe output.
2015-10-25 20:54:19 +00:00
bouyer
5fc985ea2c Return an error instead of KASSERT() we don't get the expected type for
a key.
2015-10-25 20:46:46 +00:00
mrg
ce12165d33 s/USE_NBUTIL/HAVE_NBUTIL_H/, to match the Makefile.
fixes a merge problem in introduced when merging the QNX patches.

from Jan Danielsson.
2015-10-25 19:06:49 +00:00
pooka
3a6246a644 Don't include daemon.c in RUMPRUN=yes mode.
The standard implementation uses fork(), needs an alternative
implementation for Rumprun.
2015-10-25 16:01:04 +00:00
njoly
1e5f19437c Regen for posix chown family cleanup. 2015-10-25 15:55:58 +00:00
njoly
754b91220a Cleanup posix chown family syscalls to match native (alpha, mips and
powerpc).
2015-10-25 15:55:05 +00:00
martin
f39ddc9a21 Apease bogus gcc warning. 2015-10-25 09:27:14 +00:00
maxv
ed3dce22b5 Uninitialized variable. Found by Brainy.
ok pgoyette@
2015-10-25 07:51:16 +00:00
sjg
b690002e9b PrintOnError: fflush stdout before running .ERROR
produces more consistent results in unit-tests.
2015-10-25 05:24:44 +00:00
mrg
80a4e936b5 extend the "tout" column to 5 characters, it's really common on a modern
machine to have eg, build output way more than 9999 chars/sec.

this doesn't affect the default disk list on an 80-char wide screen.
2015-10-25 02:47:17 +00:00
christos
6fe4ef3820 Amend variable initialization in the declarations comment. 2015-10-24 15:46:09 +00:00
jmcneill
f2b214e388 Build libdrm_nouveau on evbarm 2015-10-24 14:30:28 +00:00
maxv
ea498aca7e Change do_sys_mount() so that it only takes as argument the type of the
drive instead of its associated vfsops. Makes it more friendly, and allows
compat binaries to autoload VFS modules if needed.

sent on tech-kern@, ok christos@
2015-10-23 19:40:10 +00:00
christos
0b61e31beb fix broken error handling; error was used uninitialized. Changing the
compilation flags broke all threaded programs for me.
XXX: pullup-7
2015-10-23 18:53:26 +00:00
christos
bbdbbcbda0 new ntpd 2015-10-23 18:09:42 +00:00
christos
af12ab5e93 merge conflicts 2015-10-23 18:06:19 +00:00
christos
a6f3f22f24 Import ntp 4.2.8p4 2015-10-23 17:47:36 +00:00
msaitoh
1d476ebd8b PHY_CTRL_GBE_DIS is not bit 4 but bit 6. This change has no any effect by
default because WM_WOL is not defined yet and
m_kmrn_lock_loss_workaround_ich8lan() is broken.
2015-10-23 08:45:14 +00:00
msaitoh
740005e703 - PSCR_TP_LOOPBACK is not bit 0 but bit 4. No binary change because
this macro is not used.
- Rename MII_IGPPHY_PORT_CONFIG's bit definitions from PSCR_ to PSCFR_
  to avoid confusion. PSCR_ is for MII_IGPHY_PORT_CTRL.
2015-10-23 08:40:34 +00:00