ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk
r9371
File Last Change
 ../
apache/ 7721 (7 years ago) by laffer1: update cstd
bin/ 9338 (7 years ago) by laffer1: Literally follow POSIX: If the bs= expr operand is specified and no conversions other than sync, noerror, or notrunc are requested, the data returned from each input block shall be written as a separate output block.
cddl/ 9354 (7 years ago) by laffer1: DTrace: print() should try to resolve function pointers
contrib/ 9361 (7 years ago) by laffer1: this was duplicated.. fix it
crypto/ 9239 (7 years ago) by laffer1: dont do that
etc/ 9345 (7 years ago) by laffer1: Make an attempt to detect missing MTREE files in distrib-dirs. Not perfect, but this is just a developer seatbelt
games/ 9291 (7 years ago) by laffer1: fix some forture typos.
gnu/ 9282 (7 years ago) by laffer1: turn off expl. its not there.
include/ 9300 (7 years ago) by laffer1: second param can be const for sl_find
kerberos5/ 8155 (7 years ago) by laffer1: partial revert of last commit
lib/ 9371 (7 years ago) by laffer1: getdtablesize(2): Describe what this function actually does. getdtablesize() returns the limit on new file descriptors; this says nothing about existing descriptors
libexec/ 9320 (7 years ago) by laffer1: Properly terminate the result string for intermediate results.
nrelease/ 6469 (10 years ago) by laffer1: remove cvs2svn prop
release/ 8946 (7 years ago) by laffer1: update steps and switch to xterm
rescue/ 9136 (7 years ago) by laffer1: Merge libzfs_core and other ZFS bugfixes from FreeBSD and Illumos
sbin/ 9349 (7 years ago) by laffer1: According to devctl(4), clients must read events whole; they may not piece them together from multiple reads(). It's as if /dev/devctl is a datagram device instead of a stream device. However, devd's internal buffer was too small (1025 bytes) to read an entire ereport.fs.zfs.checksum event (variable, up to ~1300 bytes). This commit enlarges the buffer to 8k.
secure/ 9235 (7 years ago) by laffer1: update list
share/ 9347 (7 years ago) by laffer1: Fix examples for overriding INSTALL to not suggest hardcoding 'install' since it breaks buildworld after the introduction and use of 'install -l' in r245752. Overriding INSTALL causes /usr/bin/install to be used instead of the proper /usr/src/tools/install.sh which handles the new flag. Obtained from: FreeBSD
sys/ 9368 (7 years ago) by laffer1: EINTR in POSIX sem_*. Document that sem_wait() can fail with [EINTR]. Programs often do not expect an [EINTR] return from sem_wait() and POSIX only allows it if the signal was installed without SA_RESTART. The timeout in sem_timedwait() is absolute so it can be restarted normally. The old POSIX semaphore implementation did this correctly, unlike the new umtx one. Specific to 9-stable: UMTX_ABSTIME does not exist and therefore sem_timedwait() is erroneously not restarted after a SA_RESTART signal handler. It may be desirable to avoid [EINTR] completely, which matches the pthread functions and is explicitly permitted by POSIX. However, the kernel must return [EINTR] at least for signals with SA_RESTART clear, otherwise pthread cancellation will not abort a semaphore wait. In this commit, only restore the 8.x behaviour which is also permitted by POSIX, as far as possible with the ABI in 9-stable. Obtained from: FreeBSD
tools/ 9363 (7 years ago) by laffer1: just remove them.
usr.bin/ 9308 (7 years ago) by laffer1: MFC r249294: Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. MFC r249528,249546: Add accounting to the source address selection algorithm for cases, when it fails to select an address, also add several another counters to the statistics. MFC r249543,249552: Replace hardcoded numbers. MFC r249544: Use IP6S_M2MMAX macro. MFC r249545: Replace hardcoded numbers. Also use interface-local scope name instead of node-local. Obtained from: FreeBSD
usr.sbin/ 9360 (7 years ago) by laffer1: add missing file from previous patch
COPYRIGHT 9248 (7 years ago) by laffer1: happy new year
Makefile 9188 (7 years ago) by laffer1: do not use upgrade checks with bmake
Makefile.inc1 9346 (7 years ago) by laffer1: Fix installkernel requiring users/groups defined in CHECK_UIDS and CHECK_GIDS to exist since r152680. This is only needed for installworld. The documented procedure of running mergemaster -p to check for missing users is only needed for installworld, not for installkernel. This fixes auditdistd incorrectly being required for installkernel. Obtained from: FreeBSD
ObsoleteFiles.inc 8976 (7 years ago) by laffer1: aout is gone
README 6517 (10 years ago) by laffer1: turn on svn keywords
UPDATING 9283 (7 years ago) by laffer1: document ada change
22 directories and 6 files shown

Properties

Name Value
svn:auto-props *.c = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.h = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.s = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.S = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.cc = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.cpp = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.cxx = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.in = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.sh = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain; svn:executable *.pl = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain; svn:executable *.pm = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.py = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.rb = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.awk = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.sed = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.txt = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.conf = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.mk = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.inc = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.d = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain Makefile* = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.1 = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.2 = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.3 = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.4 = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.5 = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.6 = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.7 = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.8 = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.9 = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain WITH* = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.css = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/css *.html = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/html *.xhtml = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/html+xml *.xml = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/xml *.xsd = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/xml *.xsl = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/xml *.xslt = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/xml *.xul = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/xul *.sgml = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/sgml *.docbook = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/sgml *.dts = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.dtsi = svn:eol-style=native; svn:keywords=MidnightBSD=%H; svn:mime-type=text/plain *.pdf = svn:mime-type=application/pdf *.ps = svn:mime-type=application/postscript *.eps = svn:mime-type=application/postscript *.exe = svn:mime-type=application/octet-stream *.bin = svn:mime-type=application/octet-stream *.core = epic=fail *.o = epic=fail *.a = epic=fail *.so = epic=fail *.jpg = svn:mime-type=image/jpeg *.jpeg = svn:mime-type=image/jpeg *.gif = svn:mime-type=image/gif *.png = svn:mime-type=image/png *.tiff = svn:mime-type=image/tiff
svn:ignore _.tinderbox* _.amd64.* _.i386.* _sparc64.*
svn:mergeinfo /stable/0.8:7611-7612,7631-7634