summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-05-191-0/+1
|\ \ | |/
| * MFC r297947:bdrewery2016-05-181-0/+1
| | | | | | | | Build libpam modules in parallel.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-05-165-16/+48
|\ \ | |/
| * MFC r298982:kib2016-05-161-8/+26
| | | | | | | | | | | | | | Add EVFILT_VNODE open, read and close notifications. MFC r298984: Correct wording.
| * MFC r298922:kib2016-05-161-2/+8
| | | | | | | | | | | | Issue NOTE_EXTEND when a directory entry is added to or removed from the monitored directory as the result of rename(2) operation. The renames staying in the directory are not reported.
| * MFC r298839:ngie2016-05-131-3/+12
| | | | | | | | | | | | | | | | | | Fix memory allocation edgecases in kvm_argv(..) - Don't leak nbufp on realloc failure in kvm_argv - Catch malloc errors with bufp - Set buflen last in the "buflen == 0" case to ensure that bufp/nbufp is properly reallocated on the next go around
| * MFC r298842:ngie2016-05-131-0/+1
| | | | | | | | | | | | Don't leak PML4 in _amd64_initvtop(..) if kvm_read2(..) fails CID: 1341474
| * MFC r299114:kib2016-05-122-4/+2
| | | | | | | | | | | | | | Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resume cycle. PR: 209233
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-05-098-65/+121
|\ \ | |/
| * Revert r298920 until we have addressed all known regressions on head/ afterdelphij2016-05-082-7/+4
| | | | | | | | | | | | | | | | settle. file is now downgraded to 5.25. PR: bin/209211 Requested by: Tomoaki AOKI Relnotes: yes
| * MFC r298898:kib2016-05-081-0/+4
| | | | | | | | Explain NOTE_LINK reporting for the directories.
| * MFC r298893:bcr2016-05-061-1/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | Provide an example to the kqueue man page, showing a basic usage example. Although it is an untypical example for the use of kqueue, it is better than nothing and should get people started. PR: 196844 Submitted by: fernando.apesteguia@gmail.com Reviewed by: kib Approved by: kib Differential Revision: https://reviews.freebsd.org/D6082
| * MFC r297999:ngie2016-05-052-18/+18
| | | | | | | | Clean up trailing whitespace in lib/libcam; no functional change
| * MFC r298753:ngie2016-05-041-38/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix va_list handling - Add missing va_end's after corresponding va_start's to cleanup state - Eliminate questionable bzero'ing of va_list passed in to do_buff_decode(..) and do_encode(..) from buff_{de,en}code_visit(..) and csio_{de,en}code_visit(..). Make va_list a pointer instead and pass NULL into the underlying functions to handler this in a portable way. - Do some minor style(9) clean up in affected functions. CID: 1018500-1018503
| * MFC r298311,r298312:ngie2016-05-042-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r298311: Make sure fmemopen succeeds in :test_append_binary_pos before calling ftell on the FILE object This fixes potential null pointer dereferences on failure CID: 1254952 r298312: Fix double fclose of `fp1` when freopen fails freopen handles closing file descriptors on error, with the exception of fdopen'ed descriptors, so closing an already fclose'd file descriptor is incorrect CID: 1338525
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-05-032-4/+7
|\ \ | |/
| * MFC r298192: MFV r298178:delphij2016-05-022-4/+7
| | | | | | | | | | | | Update file to 5.26. Relnotes: yes
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-04-281-2/+2
|\ \ | |/
| * MFC r298521;pfg2016-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | regex: prevent two improbable signed integer overflows. In matcher() we used an integer to index nsub of type size_t. In print() we used an integer to index nstates of type sopno, typedef'd long. In both cases the indexes never take negative values. Match the types to avoid any error.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-04-2512-19/+24
|\ \ | |/
| * MFC r298156:wblock2016-04-241-4/+4
| | | | | | | | Fix markup on "\n" in printf so it renders correctly.
| * MFC r297836:ngie2016-04-221-3/+3
| | | | | | | | | | | | | | | | Fix appending -O0 to CFLAGS The previous method would completely nerf CFLAGS once bsd.progs.mk had recursed into the per-PROG logic and make the CFLAGS for tap testcases to -O0, instead of appending to CFLAGS for all of the tap testcases.
| * MFC r298303:ngie2016-04-221-2/+2
| | | | | | | | | | Remove trailing whitespace and use `nitems(mib)` instead of `2` when calling sysctl(3)
| * MFC 297942:pfg2016-04-209-10/+15
| | | | | | | | | | | | libgssapi: avoid NULL pointer dereferences. While here also use NULL instead of zero for pointers.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-04-152-2/+5
|\ \ | |/
| * MFC r297475:brooks2016-04-131-1/+3
| | | | | | | | | | | | | | Document KTRFAC_FAULT and KTRFAC_FAULTEND. Obtained from: CheriBSD (9d70f563f1b033e6a9b51eaf3b145a8cbbc6617c) Sponsored by: DARPA, AFRL
| * MFC r297626:bdrewery2016-04-131-1/+2
| | | | | | | | | | Follow-up r295924: Only sync hash-based db files open for writing when closing.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-04-118-40/+32
|\ \ | |/
| * MFC r296685: libelf: correct byte count in cross-endian note translationemaste2016-04-111-0/+1
| | | | | | | | Sponsored by: The FreeBSD Foundation
| * MFC r275430: libelf: Fix cross-endian ELF note file / memory conversionemaste2016-04-111-5/+5
| | | | | | | | | | | | | | | | | | The namesz and descsz variables need to be used in native endianness. The sizes are in native order after swapping in the file to memory case, and before swapping in the memory to file case. This change is not identical to r275430 because r273443 was never merged to stable/10, and libelf moved from lib/ to contrib/elftoolchain/.
| * MFC r297535:kib2016-04-112-2/+0
| | | | | | | | Remove unused variable.
| * MFC r297557:ache2016-04-111-1/+1
| | | | | | | | SJIS encoding don't have single byte characters >= 224
| * MFC r287753: setuid(2): Suggest O_CLOEXEC instead of fcntl(F_SETFD).jilles2016-04-091-7/+2
| |
| * MFC r295384: semget(2): Add missing [EINVAL] conditions.jilles2016-04-081-1/+12
| | | | | | | | PR: 206927
| * MFC r297139:kib2016-04-042-22/+2
| | | | | | | | | | From libthr, remove special and strange code to set up session and control terminal, activated when running with pid 1.
| * MFC r296278:pfg2016-03-311-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | mbtowc(3): set errno to EILSEQ if an incomplete character is passed. According to POSIX, The mbtowc() function shall fail if: [EILSEQ] An invalid character sequence is detected. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D5496 Obtained from: OpenBSD (Ingo Schwarze)
* | Merge remote-tracking branch 'origin/stable/10' into develLuiz Otavio O Souza2016-03-302-2/+2
|\ \ | |/
| * MFC r296095:pfg2016-03-271-1/+1
| | | | | | | | | | | | | | | | rpc: fix failure to clear string by passing the wrong size to memset. Noted by NetBSD's PR/21014 Obtained from: NetBSD (CVS Rev. 1.24, 1.25)
| * MFC r297137:kib2016-03-241-1/+1
| | | | | | | | Fix typo.
* | Merge remote-tracking branch 'origin/stable/10' into develLuiz Otavio O Souza2016-03-211-0/+1
|\ \ | |/
| * MFC r296707:bdrewery2016-03-181-0/+1
| | | | | | | | Add missing CLEANFILES.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-03-1410-17/+24
|\ \ | |/
| * MFH (r296633): upgrade to 7.2p2 (fixes xauth command injection bug)des2016-03-122-5/+5
| | | | | | | | | | | | | | | | MFH (r296634): re-add aes-cbc to server-side default cipher list MFH (r296651, r296657): fix gcc build of pam_ssh PR: 207679 Security: CVE-2016-3115
| * MFC r295416:bdrewery2016-03-121-1/+1
| | | | | | | | Fix the gcc build after r295407.
| * MFC r268620,r294876,r294877:bdrewery2016-03-121-6/+3
| | | | | | | | | | | | | | | | | | r268620: Make generation of nslexer.c more robust. r294876: nslexer.c does not depend on nsparser.h. r294877: Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.
| * MFC r295407:kib2016-03-127-6/+16
| | | | | | | | Make libc __pthread_map_stacks_exec() interposed.
* | Merge remote-tracking branch 'origin/stable/10' into develRenato Botelho2016-03-071-1/+5
|\ \ | |/
| * MFC:dwmalone2016-03-061-1/+5
| | | | | | | | | | | | | | | | | | r295924: Make sure that hash-based db files fsync befor closing/syncing. r295925: We no longer need O_SYNC pwd_mkd r295465: We no longer need O_SYNC on services_mkdb r295800: We no longer need O_SYNC on cap_mkdb This should improve the performance of building db files.
* | Revert "Import patch from https://reviews.freebsd.org/D5186"Renato Botelho2016-03-071-5/+1
| | | | | | | | This reverts commit 3882f7f0612f5660c6287cfa1ba025f2843a1957.
* | Import review D5409Renato Botelho2016-03-022-5/+14
| |
OpenPOWER on IntegriCloud