summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a copy and paste error.tuexen2012-12-271-1/+1
* Comments and fit to 80-columns.dteske2012-12-271-10/+11
* Simplify copying of group members by using memcpybapt2012-12-261-2/+1
* Fix off-by-one error in memory allocation: j entries, one new and a nullbapt2012-12-261-1/+1
* Add the NO_SYNC_CACHE quirk for all Apple USB MSC devices, as theymarkj2012-12-262-0/+2
* Reset provider-specific fields when resending I/O request in low memorypjd2012-12-261-0/+3
* Use DEVMETHOD_END, as suggested by hselasky@.rakuco2012-12-261-1/+1
* Use the correct USB interface macros instead of USB_IF_CSI.rakuco2012-12-261-1/+3
* In case of the deletion of a user those whole database has to be regenerated,bapt2012-12-261-1/+5
* Fix creating a user and adding it to a groupbapt2012-12-261-7/+8
* Fixup r244240: mp_ncpus will be 1 also in the !SMP and smp_disabled=1attilio2012-12-261-8/+1
OpenPOWER on IntegriCloud