summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix generating configuration filebapt2015-06-076-6/+86
* Fix duplicate checkingbapt2015-06-074-18/+21
* Remove uneeded code (already done by pw_make_v7)bapt2015-06-071-3/+0
* In case of rename validate the length of the new namebapt2015-06-076-12/+49
* Refactor input validationbapt2015-06-075-103/+117
* witness: don't warn about matrix inconsistencies without holding the mutexmarkj2015-06-071-4/+13
* Finish converting -7 to pwconfbapt2015-06-071-4/+3
* Add new USB quirk.hselasky2015-06-072-0/+2
* Handle -7 via gloval pwconfbapt2015-06-073-6/+9
* Initialize conf using menset(3)bapt2015-06-071-3/+1
* Handle pretty print (-P) via global pwconfbapt2015-06-074-21/+18
* Handle dryrun (-N) via global pwconfbapt2015-06-074-7/+11
* Sort headersbapt2015-06-071-2/+2
* Handle -C and -Y locally and stop adding them to arglistbapt2015-06-071-5/+15
* Add a new global struct pwconf to store etcpath, rootdir and struct userconfbapt2015-06-077-113/+86
* Fix pw userdel -r not deleting homedirbapt2015-06-071-1/+1
* Include header libi386.h to silence the clang warning of implicit declarationaraujo2015-06-071-0/+1
* Stop checking for ARM_TP_ADDRESS when we mean to check if building forandrew2015-06-075-26/+32
* Test explicitly the result of strcmp to be consistent with the rest of the codebapt2015-06-071-1/+1
* Improve readability by reducing indentations levelsbapt2015-06-071-9/+11
* Remove one level of indentationbapt2015-06-071-7/+6
* Move user deletion code into a separate function to improve readabilitybapt2015-06-071-106/+115
* Instead of always casting the pw_checkname input to u_char * and casting it backbapt2015-06-073-11/+12
* Remove pc_cpu, it was duplicating pc_cpuid so was unneeded.andrew2015-06-075-10/+2
* Sync with NetBSD:bapt2015-06-072-19/+20
* compat nvpair.h: make sure that the names are mangled only for kernelavg2015-06-071-0/+4
* Implement '-s' to copy as symlink, similar to the current -l link(2) handling.bdrewery2015-06-074-28/+46
* Cleanup some indentation issues.bdrewery2015-06-071-9/+8
* Update print_INTEL_TLB() by the tag values from the Intel SDMkib2015-06-065-3/+184
* Rework exception entry to help with DTrace. We now store the stack pointerandrew2015-06-061-8/+13
* Set the correct UBLDR_LOADADDR for the Wandboard andgjb2015-06-062-2/+2
* Readd the warning level gcc 4.2 still complainsbapt2015-06-061-0/+2
* Re-introduce this - it doesn't compile clean on a mips targetadrian2015-06-061-0/+1
* Change BUS_PROBE_HOOVER from -500 to -1000000. We have PCI bus driversmarcel2015-06-061-1/+1
* Turns out amd64 is hit too by ix. When it works, turn it back on.imp2015-06-061-1/+0
* Revert previous change. The magical constants can't be changedmarcel2015-06-065-5/+5
* libdtrace: allow D libraries to declare dependencies on kernel modulesmarkj2015-06-065-0/+100
* ix module doesn't compile on i386, so remove it from the build.imp2015-06-061-1/+1
* Map the LAW for the RouterBoard's NAND LBC memory.jhibbits2015-06-061-0/+12
* unionfs: fix suspendability check bugsmarkj2015-06-061-8/+1
* Add proto_busdma.c to the module.marcel2015-06-061-0/+1
* Add DMA tag management to the C library and Python binding.marcel2015-06-067-12/+385
* DMA support part 1: DMA tag create & destroymarcel2015-06-066-20/+293
* Don't return -10000 as the probe priority. That's lower than whatmarcel2015-06-065-5/+5
* Include a header required for vtophys().br2015-06-061-0/+1
* Remove useless WARNSbapt2015-06-061-1/+0
* Remove WARNS atrun builds fine with clang and gccbapt2015-06-061-1/+0
* Add const to the copyright variablebapt2015-06-062-2/+2
* Remove WARNS keylogin build fine with clang and gccbapt2015-06-061-2/+0
* Bump WARNS level to 1bapt2015-06-061-1/+1
OpenPOWER on IntegriCloud