summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated dependenciessjg2013-03-11960-0/+993
|
* Always report elapsed timesjg2013-03-081-3/+5
|
* Allow staging to be help up (by .WAIT) until othersjg2013-03-085-20/+38
| | | | bits of all: are done.
* Control default .MAKE.DEPENDFILE indepentend of .MAKE.DEPENDFILE_PREFERENCEsjg2013-03-082-9/+17
|
* One .ORDER should sufficesjg2013-03-081-0/+3
|
* Ensure natural order of stage_*: matches the .ORDER in meta.stage.mksjg2013-03-081-13/+6
|
* Stage*(): return early if no args, and thow error if cp etc., fails.sjg2013-03-081-8/+8
|
* DESTDIR is set alreadysjg2013-03-061-1/+0
|
* Use pkgs/pseudo/stage to run mtree against STAGE_OBJTOPsjg2013-03-062-0/+22
|
* Move STAGING related setup to bsd.sys.mksjg2013-03-043-67/+78
|
* Handle multiple M2D_OBJROOTS bettersjg2013-03-041-12/+26
|
* Need .ORDER for various stage_* targetssjg2013-02-261-4/+10
|
* Simplify handling of chmodsjg2013-02-261-5/+3
|
* Do no assume ${DESTDIR}/usr/include is always validsjg2013-02-202-1/+3
|
* Cleanupsjg2013-02-171-2/+1
|
* target to build toolchainsjg2013-02-162-0/+15
|
* Avoid problems with read-only osreldate.hsjg2013-02-161-0/+1
|
* ftpd needs telnet.h so install it regardlesssjg2013-02-161-2/+1
|
* Updated dependenciessjg2013-02-161109-2224/+22
|
* We may only have INCSLINKS, and STAGE_SYMLINKS should all be full paths.sjg2013-02-161-2/+2
|
* If MAKESYSPATH contained .../ entry resolve it so that it still workssjg2013-02-161-1/+16
| | | | | | when we launch make from obj tree. If we don't have sysroot support we need some c++ and clang specific include dirs in the stage tree.
* Latest *dirdeps.mk and meta2depssjg2013-02-163-103/+181
|
* tweak STAGE_SETSsjg2013-02-161-3/+5
|
* hook stage_* to all: only as neededsjg2013-02-161-1/+5
|
* Remove duplicate option entriessjg2013-02-161-4/+2
|
* Sync with HEAD.obrien2013-02-085356-131207/+300944
|\
| * Audit sockaddr argument for bind(2), connect(2), accept(2), sendto(2) andpjd2013-02-071-1/+8
| | | | | | | | | | | | recvfrom(2) syscalls. Sponsored by: The FreeBSD Foundation
| * Minor style tweaks.pjd2013-02-071-27/+27
| |
| * Add AUDIT_ARG_SOCKADDR() macro so we can start using the audit_arg_sockaddr()pjd2013-02-071-0/+6
| | | | | | | | | | | | function, which is currently unused. Sponsored by: The FreeBSD Foundation
| * Add support for buttons on USB audio devices,hselasky2013-02-063-1/+248
| | | | | | | | | | | | | | like Volume Up and Volume Down. Reviewed by: mav @ MFC after: 1 week
| * Rework the handling of stop signals in the NFS client. The changes injhb2013-02-065-21/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 195702, 195703, and 195821 prevented a thread from suspending while holding locks inside of NFS by forcing the thread to fail sleeps with EINTR or ERESTART but defer the thread suspension to the user boundary. However, this had the effect that stopping a process during an NFS request could abort the request and trigger EINTR errors that were visible to userland processes (previously the thread would have suspended and completed the request once it was resumed). This change instead effectively masks stop signals while in the NFS client. It uses the existing TDF_SBDRY flag to effect this since SIGSTOP cannot be masked directly. Also, instead of setting PBDRY on individual sleeps, the NFS client now sets the TDF_SBDRY flag around each NFS request and stop signals are masked for all sleeps during that region (the previous change missed sleeps in lockmgr locks). The end result is that stop signals sent to threads performing an NFS request are completely ignored until after the NFS request has finished processing and the thread prepares to return to userland. This restores the behavior of stop signals being transparent to userland processes while still preventing threads from suspending while holding NFS locks. Reviewed by: kib MFC after: 1 month
| * Prezero the acl structure which is to be copied to usermode, to avoidpluknet2013-02-061-1/+1
| | | | | | | | | | | | | | | | leakage of the previous content of padding and unitialized fields. Reported by: Ilia Noskov <noskov@nic.ru> Reviewed by: kib MFC after: 1 week
| * Make sure that all mouse buttons are released when clientshselasky2013-02-061-1/+20
| | | | | | | | | | | | | | | | using /dev/consolectl close. This fixes a problem where if a USB mouse is detached while a button is pressed, that button is never released. MFC after: 1 week
| * Fixes to QUEUE_MACRO_DEBUG support:glebius2013-02-061-5/+7
| | | | | | | | | | | | | | | | | | | | | | - Add const quilifiers to fields that store value of __FILE__. - Use long type for fields that store value of __LINE__. - Sort and style(9) debugging fields. - Add initializer for debugging fields into TAILQ_INITIALIZER macro. PR: 175759 Submitted by: Andrey Simonenko <simon comsys.ntu-kpi.kiev.ua> Reviewed by: bde
| * Busy-wait when cold.np2013-02-061-1/+6
| | | | | | | | | | Reported by: gnn, jhb MFC after: 3 days
| * Compute the number of initial kernel page table pages (NKPT) dynamically.neel2013-02-063-19/+59
| | | | | | | | | | | | | | | | | | | | | | This eliminates the need to recompile the kernel when the default value of NKPT is not big enough - for e.g. when loading large kernel modules or memory disk images from the loader. If NKPT is defined in the kernel configuration file then it overrides the dynamic calculation. Reviewed by: alc, kib
| * Use and set gpio pin to high to power up usb.ganbold2013-02-061-1/+17
| | | | | | | | Approved by: gonzo@
| * Add the __aeabi_mem* functions to compiler-rt as clang uses them.andrew2013-02-061-0/+4
| |
| * sh: Do not test for digit_contig in mksyntax.jilles2013-02-051-46/+2
| | | | | | | | | | | | | | | | | | ISO/IEC 9899:1999 (E) 5.2.1p3 guarantees that the values of the characters 0123456789 are contiguous. The generated syntax.c and syntax.h remain the same. Submitted by: Christoph Mallon
| * Remove reference to the rlist code from comments, and fix a typo visiblepluknet2013-02-051-8/+4
| | | | | | | | | | | | | | in the resulted change. Reviewed by: kib MFC after: 1 week
| * * Add the integer div & mod functions and ARM EABI support functions toandrew2013-02-052-2/+15
| | | | | | | | | | | | libstand. * Stop linking the ARM U-Boot loader against libgcc now libstand has the required symbols.
| * Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headersjhb2013-02-054-8/+25
| | | | | | | | | | | | in /usr/include. MFC after: 2 weeks
| * Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-0512-96/+64
| | | | | | | | USB stack. This is useful for non-kernel purposes, like the loader.
| * Remove political propagandades2013-02-051-227/+0
| |
| * Bump .Dd for the change in r246121.zeising2013-02-051-1/+1
| | | | | | | | Approved by: joel (mentor)
| * Fix some nits.hselasky2013-02-055-6/+6
| |
| * Fix depend target.hselasky2013-02-051-4/+4
| |
| * Load the pfsync module if necessary.des2013-02-051-0/+1
| | | | | | | | | | Reviewed by: glebius@ MFC after: 1 week
| * Build clang for little-endian arm by default. Due to size issues when builtandrew2013-02-051-1/+5
| | | | | | | | with gcc disable CLANG_FULL for now.
| * Remove two dead assignments andganbold2013-02-051-14/+14
| | | | | | | | | | | | | | make use of sc more explicit and clear Submitted by: Christoph Mallon Approved by: gonzo@
OpenPOWER on IntegriCloud