summaryrefslogtreecommitdiff
path: root/.zsh/zprofile/00_ulimit
blob: 95e228c410e94cfaccf40fe5a566475b68aaa3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# zprofile/00_ulimit
#
# sets process limits
#
# Copyright © 2012 Tobias Klauser <tklauser@distanz.ch>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git

# enable core files
ulimit -c unlimited

# vim:ft=zsh
td class='ctrl'>
authorVivek Gautam <vivek.gautam@codeaurora.org>2017-01-04 16:18:09 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-04 18:22:47 +0100
commit01d0d2c42a14cee8f619d3e9d571ce3469f5ef51 (patch)
tree3d0e97d8e9686e4a453983312c5cdc73d4753847
parente09ee853c92011860a4bd2fbdf6126f60fc16bd3 (diff)
nvmem: qfprom: Allow single byte accesses for read/write
The nvmem core driver supports to read and write single byte. So, allow qfprom to support this feature. This change helps in extracting a required value based on bit-offset and number of bits for the required value in the nvmem cell. Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat