228622 Commits

Author SHA1 Message Date
dholland
d1d67f621b Adjustments based on suggestions from gnrp in PR 45276:
- fix argument names of VOP_REMOVE
 - mention deprecated behavior of calling VOP_GETATTR unlocked
 - mention rename lock
2014-07-21 05:56:26 +00:00
lneto
e40402f997 imported Lua 5.3 work3 2014-07-20 23:17:27 +00:00
bouyer
48be462740 am335x: expect the board code to provide a set_mpu_volt() function,
to change the MPU code voltage. When changing MPU frequency also request
a voltage change. provide frequency/voltage tables for the "blank" revision
and de A revision, based on documents from www.ti.com (this means
it's not possible anymore to request a beaglebone white to run at 1Ghz,
but this was not working anyway).
beagle_machdep.c: callback to the tps65217pmic to change the MPU voltage.

Tested on beaglebone, from 275 to 720Mhz, and on beaglebone black from
300 to 1000Mhz.
2014-07-20 23:08:43 +00:00
bouyer
ca721aa69b Add a callback to change the regulator outputs.
Tested on beaglebone.
2014-07-20 23:01:22 +00:00
dholland
3363cdd991 typo in comment 2014-07-20 23:00:49 +00:00
tron
2803c3e67d There is also no HTML version of "RELEASE_NOTES". 2014-07-20 22:58:02 +00:00
tron
f77c13314c Try to fix the build:
There is no "AAAREADME.html". So only attempt to install the ASCII version.

Not sure why my full build didn't catch this problem. Sorry.
2014-07-20 22:43:13 +00:00
dholland
fed37d5e1b Mark #endifs that are far enough away from their corresponding #ifs to
be unclear.
2014-07-20 20:55:17 +00:00
christos
ed61af43d9 use hdestroy1 now that hdestroy does not free the key. 2014-07-20 20:20:16 +00:00
christos
6030f04a15 amend the new destroy function to take function pointers. 2014-07-20 20:17:21 +00:00
mbalmer
30f32df5e8 Keep countries in sync with IATA listings. NetBSD is not in the business
of defining in which country an airport is.
2014-07-20 19:19:49 +00:00
prlw1
1e3587440f The lua 5.1 to 5.3 update added isprint to libkern.h 2014-07-20 17:56:44 +00:00
joerg
cb03441189 Restrict -mno-fp-ret-in-387 to GCC. 2014-07-20 16:51:29 +00:00
ozaki-r
77deda08eb Don't return ENETRESET when ioctl SIOCSIFMTU
Otherwise, just changing MTU with ifconfig shows
a confusable error message.

RP kern/48996
2014-07-20 16:40:34 +00:00
tron
4021f6f227 Sync wizd's feature list with reality. 2014-07-20 16:04:48 +00:00
tron
3b18ed832a Update list of Postfix README files. 2014-07-20 15:58:40 +00:00
tron
37d37f813e Rationalize README file handling:
1.) Install only README files that are relevant to the Postfix binaries
    distributed with NetBSD.
2.) Create a single list of the above files that is used for both the
    text versions and HTML versions.

Problem detected by wizd(8).
2014-07-20 15:58:06 +00:00
joerg
8b0d15c4e0 Use correct type encoding for DWARF EH on ARM 2014-07-20 15:50:36 +00:00
uebayasi
92e2b1bee8 KNF. 2014-07-20 15:48:54 +00:00
uebayasi
8d26686d50 ipifunc[]: Comment IPI constant names for grep'ability. Constify. 2014-07-20 15:46:34 +00:00
macallan
ff8e33c9e6 since we support 601 hardware now, let's build the kernel for it as well 2014-07-20 14:52:29 +00:00
joerg
3d95c8af33 Fix braino in last commit and free the node iff the insert failed. 2014-07-20 14:40:58 +00:00
joerg
4488d788a0 Drop variable only used in return. 2014-07-20 14:16:00 +00:00
nonaka
89ad92f8e2 Add ASUSTeK USB-N10 NANO support. 2014-07-20 14:02:53 +00:00
nonaka
616fce469d regen. 2014-07-20 14:01:20 +00:00
nonaka
6627580f35 Added a ASUSTeK USB-N10 NANO. 2014-07-20 14:00:48 +00:00
hannken
98fe1e89dc Change kernfs from hashlist to vcache. 2014-07-20 13:58:04 +00:00
nonaka
5055f41177 Added RTL8188EU firmware for urtwn(4). 2014-07-20 13:42:14 +00:00
wiz
6ce80a189d Remove trailing whitespace. Sort SEE ALSO. Add comma in list. 2014-07-20 13:41:14 +00:00
wiz
65b7a70949 Grammar. Bump date. 2014-07-20 13:39:10 +00:00
christos
89d78f4e19 add the new hdestroy functions 2014-07-20 13:38:19 +00:00
christos
842ee049dd Our hdestroy implementation was non-conformant because it freed the key of
each entry. Add a new function hdestroy1 that allows the user to control
what gets freed. Pointed out by Pedro Giffuni at FreeBSD.
2014-07-20 13:34:17 +00:00
nonaka
d42187770d Note about urtwn(4)'s RTL8188EUS and RTL8188ETV support. 2014-07-20 13:34:14 +00:00
nonaka
1b6f30d4ec Added support for the Realtek RTL8188EUS and RTL8188ETV chipsets from FreeBSD. 2014-07-20 13:25:23 +00:00
hannken
73c1268ff3 Remove another KAME IPSEC residue, "struct secasvar" and "struct secpolicy". 2014-07-20 13:17:37 +00:00
tsutsui
6dcde59cac Add options WSDISPLAY_COMPAT_RAWKBD for Xorg server. 2014-07-20 11:33:31 +00:00
tsutsui
0bcc9a72e9 Pull LUNA's keyboard driver changes from OpenBSD/luna88k.
- split keyboard mapping definitions to new files, omkbdmap.[ch]
- add WSDISPLAY_COMPAT_RAWKBD support
  (actually the name is wrong; it doesn't emit raw keycode but
   converts MD code into PS/2 one as "raw keycode on x86" for Xorg server)
- allow to enter into ddb by CTRL+ALT(zenmen)+ESC
- remove unnecessary return values

Now LUNA's keyboard works on Xorg server without tweaks by xmodmap(1) etc.
2014-07-20 11:14:56 +00:00
alnsn
4af35694d5 Include sljit files. 2014-07-20 10:22:54 +00:00
alnsn
e25150d478 Add commented out bpfjit options to mips kernels.
While here, add 2 missing RCS ids.
2014-07-20 10:06:10 +00:00
rmind
903939e342 formatting 2014-07-20 00:48:51 +00:00
rmind
ad3943e349 Bye bye npf_session.c 2014-07-20 00:43:47 +00:00
rmind
a7d2a60827 NPF: add nbuf_t * into npf_cache_t and remove unnecessary carrying by argument. 2014-07-20 00:37:41 +00:00
bouyer
fdff579284 Disable NAK timeout on bulk transfers, I couldn't find a way to clear
the NAK bit not the FIFO.
Make xfer aborts more robust to races, by setting proper status and flags
in xfer.
2014-07-19 22:08:54 +00:00
christos
3598f3a2eb gcc-4.8 complains about not being able to inline 2014-07-19 21:22:58 +00:00
rmind
4e0f12befb Fix gcc warnings. 2014-07-19 20:59:01 +00:00
palle
7b6752c4d3 sun4v: Introduce a NORMAL_GLOBALS macro - first used in sparc_interrupt - other relevant uses will be handled as the sun4v work is progressesing - ok martin@ 2014-07-19 20:58:12 +00:00
christos
b6dbaa1ca5 undo previous 2014-07-19 20:21:52 +00:00
christos
37f625bf5d XXX: remove file that includes userland headers. 2014-07-19 20:15:55 +00:00
lneto
6953723d32 lua(4): fixed ldblib.c
* for some reason it wasn't added on my last commit
2014-07-19 19:37:31 +00:00
dholland
156ed6c7d3 fix usage 2014-07-19 19:26:47 +00:00