summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristoph Mathys <eraserix@gmail.com>2012-07-03 17:36:01 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2012-07-03 17:36:01 +0800
commit46abc8c6d8a5e9a5712bdc1312c0b6960eec65a4 (patch)
treee83c297de3cfa32ab1b05ce24b489af55fc21a20 /ChangeLog
parentAvoid overflow for very long variable name (diff)
downloaddash-46abc8c6d8a5e9a5712bdc1312c0b6960eec65a4.tar.gz
dash-46abc8c6d8a5e9a5712bdc1312c0b6960eec65a4.zip
[BUILTIN] Add support for ulimit -r
I recently found myself in need to have dash support 'ulimit -r' to
set maximum realtime priority. Attached is a patch that adds the
parameter to the builtin ulimit command and updates the manpage.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c84aa7e..d84d3b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-09  Christoph Mathys <eraserix@gmail.com>
+
+	* Add support for ulimit -r.
+
 2012-03-11  Jim Meyering  <meyering@redhat.com>
 
 	* Avoid overflow for very long variable name.
span title='2020-02-11 18:18:48 -0500'>2020-02-11Call completeClear when closing a windowJune McEnroe 2020-02-11Don't insert color codes for non-mentionsJune McEnroe 2020-02-11Take first two words in colorMentionsJune McEnroe 2020-02-11Use time_t for save signatureJune McEnroe 2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe