summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-14syncderaadt1-0/+1
2015-10-14unfortunately rewritelabel() just before termination does a non-permittedderaadt1-5/+1
2015-10-14sync with httpd - no functional change, just C99 typesreyk1-18/+19
2015-10-14Only accept one filesystem/device as argument for checking. Few peoplederaadt6-46/+47
2015-10-14When pledged with "fattr", allow chown to supplimentary groups. Thisderaadt3-18/+20
2015-10-14add includes for crc32() and uuid_dec_be() missed in rev 1.11jsg2-2/+4
2015-10-14Init a variable in the recently added carp_vhe_match() function clangjsg1-2/+2
2015-10-14gc lst_ForEachNodeWhile, which isn't actually in use anywhereespie3-19/+3
2015-10-14make sure we use stdbool.hespie5-15/+8
2015-10-14include err.h for the err() calls added in rev 1.46jsg1-1/+2
2015-10-14Don't use the NONE enum value where NULL was intended. Found with clang.jsg1-3/+3
2015-10-14bugfix: add ${.CURDIR} to deal with obj symlinksvgross1-2/+2
2015-10-14unbreak regress/sbin/newfssemarie1-2/+2
2015-10-14bugfix : use ${.CURDIR} to cope with obj symlinksvgross1-3/+3
2015-10-14add regress tests for automatic port allocation.vgross3-2/+18
2015-10-14add regress tests for automatic port allocationvgross2-0/+166
2015-10-14Reset the RTF_CONNECTED flag when cloning an entry.mpi1-5/+4
2015-10-14Rewrite the logic around the dymanic array of routing tables to helpmpi4-91/+131
2015-10-14Convert fgetln to getline.sunil1-23/+17
2015-10-14tweak previous (two details i apparently missed)schwarze1-4/+6
2015-10-14Pledge "stdio" for simple games.doug10-10/+40
2015-10-14Two more char -> unsigned char in ctype functions.reyk1-2/+3
2015-10-14More (unsigned char) casts for ctype functions.reyk1-3/+4
2015-10-14Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.reyk4-1/+285
2015-10-14enable pledge(2) in rain(6)semarie1-1/+8
2015-10-14Remove conditional compilation and #defines around signal handlingguenther4-59/+24
2015-10-14pledge "tty" can allow ioctl TIOCEXCL on a ttyderaadt1-1/+2
2015-10-14I messed up reading the call graph. -d delete does use search, so aderaadt1-4/+1
2015-10-14sendmsg() is allowed to pass cmsg's which are not CMSG_RIGHTS - lastderaadt1-4/+4
2015-10-14Backout last. Breaks sparc64, amoung other dubiousness.krw3-35/+7
2015-10-13Reject the escape sequences \[uD800] to \[uDFFF] in the parser.schwarze4-5/+10
2015-10-13Major character table cleanup:schwarze16-594/+469
2015-10-13Call the sort program through $SORTPROG, as intended; OK millert@tim1-18/+18
2015-10-13Prevent a NULL-pointer dereference when closing a ugen(4) nodempi1-4/+2
2015-10-13In rev 1.15 the sizeof argument was fixed in a strlcat() call butmillert1-2/+2
2015-10-13Check if a file name can be extracted from a line before marking forlum1-2/+2
2015-10-133 more headers required for one stinking inet6 ioctl..deraadt1-1/+4
2015-10-13- pf_insert_src_node(): global argument (arg6) is useless, functionsashan4-31/+20
2015-10-13sm_error() already does the exit for us.ajacoutot1-2/+2
2015-10-13Allow ioctl SIOCGNBRINFO_IN6 in case of "route", for use by ndp.deraadt1-1/+2
2015-10-13NET_RT_FLAGS must also accept a proto selection.deraadt1-2/+3
2015-10-13Test t16 for ed-formatted diffs does not contain a substitution.tobias4-2/+12
2015-10-13Ignore the setuid/setgid/sticky bits when copying the permissions of an inputtim1-2/+2
2015-10-13Replace our /^\.\././ expression with /.//. The term is simpler and hastobias1-2/+2
2015-10-13Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL.jsing2-10/+10
2015-10-13After the socket is open, the remainder is just io operations.deraadt1-1/+4
2015-10-13Remove -b flag and let ping6 set the socket buffer size automaticallyflorian2-43/+25
2015-10-13-C and -c allow at most one input file. Ensure this is the case when thetim1-6/+6
2015-10-13apply PubkeyAcceptedKeyTypes filtering earlier, so all skippeddjm1-8/+15
2015-10-13allow getsockopt IP_RECVDSTPORT & IPV6_RECVDSTPORT for an "inet" pledgederaadt1-1/+3