summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing closing quote on commented out examplegshapiro2012-12-291-1/+1
* Test commit to make sure commit mail works after moving the server.peter2012-12-291-0/+1
* Comments.dteske2012-12-291-1/+4
* Add missing enforcement of height restriction after minor adjustment.dteske2012-12-291-0/+1
* Add support for running without a controlling terminal (for example, whendteske2012-12-291-8/+21
* Allow debug output to be logged to a file (set $debugFile to target pathname)dteske2012-12-281-0/+24
* Whitespace.dteske2012-12-281-0/+1
* Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/dteske2012-12-281-1/+1
* It's no longer necessary to explicitly specify isa bus.delphij2012-12-281-5/+1
* Make it possible to atomically resume writes on the mount and accountkib2012-12-283-29/+56
* gcc: avoid generating negative values to DW_AT_byte_size.pfg2012-12-281-1/+1
* Fix wording nit.gjb2012-12-281-1/+1
* Fix typo in comment.bapt2012-12-281-1/+1
* Add DEVICE_IDENTIFY method for wbwd(4), required on most of recentdelphij2012-12-281-95/+158
* Use DEVMETHOD_END.delphij2012-12-281-1/+1
* Simplify pointing dst after the end of all the gr_mem pointers in newgrbapt2012-12-281-2/+1
* errno = ENOMEM was supposed to be removed not return (NULL);bapt2012-12-281-1/+1
* malloc() sets errno to ENOMEM already.bapt2012-12-281-5/+1
* Do not leave parts of the new group uninitialized in gr_dup().bapt2012-12-281-0/+4
* gcc: avoid generating negative values to DW_AT_byte_size.pfg2012-12-281-3/+3
* Improve bufring impl:attilio2012-12-281-21/+19
* Fix location of /var/audit/dist and /var/audit/remote.ume2012-12-281-1/+1
* In netpfil/pf:glebius2012-12-2810-34/+31
* Add the AR9280 and later spectral scan register definitions.adrian2012-12-281-0/+14
* Add radar_bin_thresh_sel (bit 24:26), which defines whenadrian2012-12-281-0/+2
* Fix build on ARM (and probably other platforms)gonzo2012-12-282-3/+3
* Add makeshift implementation for framebuffer console's cursorgonzo2012-12-281-2/+139
* Use strlcpy to NULL-terminate error message even if user provided a shortdavidxu2012-12-281-3/+3
* Fix event timer on Raspberry Pigonzo2012-12-281-2/+16
* Add derived versions for common Simplified Chinese encodings.delphij2012-12-283-0/+596
* Add zh_CN.UTF-8 catalog.delphij2012-12-282-0/+296
* Add custom renderer for poor man's cursor support for framebuffer consolegonzo2012-12-281-2/+133
* Add an ability to set net.link.stf.permit_rfc1918 from the loader.ae2012-12-271-1/+2
* Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allowae2012-12-272-3/+24
* avoid arithmetic on uintptr_tbapt2012-12-271-1/+1
* cast to uintptr_t to properly calculate offsetbapt2012-12-271-1/+1
* Add O_CLOEXEC to flopenbapt2012-12-272-2/+2
* Simplify vnextgrent and vnextpwent reusing pw_scan and gr_scan from libutil.bapt2012-12-271-169/+67
* gr_dup: simplify duplication of groupbapt2012-12-271-21/+20
* - Clean up previous gr_add use malloc instead of callocbapt2012-12-272-5/+4
* Fix a regression in "pw group show" introduced r242349:bapt2012-12-271-1/+1
* Simplify the code by using the new gr_add functionbapt2012-12-271-15/+9
* New gr_add function to provide a clean and safe method to append a new memberbapt2012-12-272-0/+42
* Use flopen(3) instead of open(2) + flock(2)bapt2012-12-272-9/+4
* test(1): Document == alias for =.jilles2012-12-271-1/+8
* Remove an unused var.attilio2012-12-271-5/+1
* br_prod_tail and br_cons_tail members are used as barrier toattilio2012-12-271-5/+5
* use nanosecond resolution, make sure gettimeofdayluigi2012-12-271-7/+12
* Some cleanups.tuexen2012-12-271-15/+9
* Minor cleanups of debug messages.tuexen2012-12-271-2/+2
OpenPOWER on IntegriCloud