summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix logic of check duplicates that has been invertedbapt2015-07-131-1/+2
* Rework the read routines to keep the PRNG sources happy. These workmarkm2015-07-131-7/+24
* Prevent potential integer overflowbapt2015-07-131-2/+5
* Prevent potential integer overflowbapt2015-07-131-2/+6
* Fixes the RF switch state polling by comparing with the revision of theadrian2015-07-131-1/+1
* Bump version after 4.2.8p3 import.delphij2015-07-121-1/+1
* Ensure skeldir is abolute path (relatively to the rootdir)bapt2015-07-123-6/+12
* pw -R <rootdir> userdel can now cleanup installationbapt2015-07-124-84/+96
* Rework the home directory creation and copy or the skel content to use *atbapt2015-07-125-87/+115
* Add PRINTF_BUFR_SIZE=128 to avoid interleaved output.ian2015-07-121-0/+1
* Correct the description of MADV_DONTNEED. Specifically, after usingalc2015-07-121-4/+4
* Do not mount /var/log and /var/tmp as md(4)-backed devices.gjb2015-07-121-4/+0
* Remove excess copyright lines propogated by copy/pasteallanjude2015-07-122-6/+0
* Since r284198, ls(1) just always depends libxo(3), not only in case ofmarius2015-07-121-2/+2
* Use the monotonic (uptime) counter rather than time-of-day to measure elapsedian2015-07-121-5/+5
* Add ARM64TODO comments to ACPI PCI stubszbb2015-07-121-0/+3
* * Address review (and add a bit myself).markm2015-07-1213-200/+151
* Implement stubs for ACPI PCI routineszbb2015-07-123-1/+110
* Run a shell in the jail when no command is specified.jamie2015-07-122-41/+101
* Add minimum regression tests for pw -Rbapt2015-07-122-1/+31
* Add new include path for sha256.hrodrigc2015-07-121-1/+2
* Try to unbreak the build after r285390 removing the obsolete staticbz2015-07-121-1/+0
* Make getarg return NULL if args is NULLbapt2015-07-122-5/+7
* Fix regression: ensure when try to create the group and the user with the samebapt2015-07-111-12/+4
* Remove now unused variablebapt2015-07-111-3/+0
* Replace custom string array with stringlist(3)bapt2015-07-115-95/+35
* Rework groupmod modification:bapt2015-07-112-61/+56
* Remove unused argument from pm_passwdbapt2015-07-111-4/+4
* check the gecos format early: at the moment the -c option is parsedbapt2015-07-113-4/+7
* Return the FDT node of the GPIO controller to gpiobus. It is used by theloos2015-07-111-0/+11
* Remove useless use of gotobapt2015-07-111-4/+3
* Isolate pw lock/unlock into a separate functionbapt2015-07-111-44/+78
* Implement normal and abnormal process termination.ed2015-07-111-4/+51
* homedir can only be populate during useraddbapt2015-07-111-3/+3
* Make a separate groupdel/userdel from the main functionbapt2015-07-114-34/+62
* Use FDDUP_NORMAL instead of hardcoding value 0.ed2015-07-111-1/+1
* Add missing function parameter.ed2015-07-111-1/+1
* Make separate functions to show users and groupsbapt2015-07-114-33/+78
* cpu_number and cpu_swapout are never used, and only defined in powerpc.jhibbits2015-07-111-3/+0
* Move the quiet flag into the configuration structurebapt2015-07-114-3/+7
* Separate usernext/groupnext from the main functionsbapt2015-07-113-29/+34
* linprocfs: vref the vnode passed to vn_fullpathmjg2015-07-111-4/+22
* vfs: always clear VI_OWEINACT in consumers bumping v_usecountmjg2015-07-111-2/+8
* vfs: move si_usecount manipulation to dedicated functionsmjg2015-07-111-15/+35
* Create a dedicated function for ensuring that cdir and rdir are populated.mjg2015-07-118-64/+26
* Move chdir/chroot-related fdp manipulation to kern_descrip.cmjg2015-07-117-103/+102
* Always send a SIGSEGV on a map failure. Use the code to tell the reasonandrew2015-07-111-2/+2
* Regenerate syscalls.adrian2015-07-1111-3/+162
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-1124-11/+1704
* Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGSbapt2015-07-111-3/+3
OpenPOWER on IntegriCloud