Go to file
christos 194e105784 From Ilya Dogolazky ilya.dogolazky at teleca dot fi:
The new algorithm does not use any array initialisation.
Instead of that the only integer variable "index" is initialized.
It is not using any bitwise operations and shifts as well.

The well-known algorithm (an efficient representation for sparse sets) is
mentioned as exercise 2.12 in "The Design and Analysis of Computer Algorithms"
by Alfred Aho, John Hopcroft and Jeffrey Ullman. It is described here
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.30.7319
and here
http://research.swtch.com/2008/03/using-uninitialized-memory-for-fun-and.html
2008-09-24 14:36:02 +00:00
bin Moved to src/external/bsd/libarchive/bin. 2008-09-19 22:04:19 +00:00
common Add prop_array_add_int* and prop_array_add_uint* functions. These functions 2008-09-11 13:15:13 +00:00
crypto New sentence, new line. 2008-09-19 17:33:24 +00:00
dist PR/39501: David Holland: Don't print the remainder of the line in the error 2008-09-09 21:47:34 +00:00
distrib - add exa cat,man,html entries (from hubertf@) 2008-09-24 10:11:29 +00:00
doc * Strengthen the advice against relying on the default objdir selection 2008-09-24 07:36:52 +00:00
etc Add the directory in which the DRI modules are installed. 2008-09-21 00:48:44 +00:00
external add more includes to CPPFLAGS for dri/drm 2008-09-23 11:33:56 +00:00
games Both legs of the conditional operator must return the same type. 2008-08-29 00:37:38 +00:00
gnu If you're going to add c99's entries to the setlists, you probably want to 2008-09-24 02:19:45 +00:00
include add missing attributes to the remaining calls, even the ones that gcc has 2008-09-21 16:59:46 +00:00
lib From Ilya Dogolazky ilya.dogolazky at teleca dot fi: 2008-09-24 14:36:02 +00:00
libexec Use passwd(5) instead of /etc/pwd.db as the name of the "password data base". 2008-09-21 06:20:46 +00:00
regress Avoid tests using nested functions when using PCC. 2008-09-09 00:16:05 +00:00
rescue we cannot use pthreads here because we are statically linked. 2008-06-23 14:53:06 +00:00
sbin PR/39525: Joachim Schueth, Frederik Sausmikat: 2008-09-12 16:51:54 +00:00
share Make kauth_cred_setgroups() signature match the const, hard reality. 2008-09-23 22:40:46 +00:00
sys PR kern/30525 remounting ffs read-only (mount -ur) does not sync metadata 2008-09-24 10:07:19 +00:00
tests Don't descend into atf with (${MKATF} == no) 2008-08-16 23:51:51 +00:00
tools Grab libgcov stuff. 2008-09-19 13:18:28 +00:00
usr.bin sign over my copyright to TNF 2008-09-22 13:10:25 +00:00
usr.sbin Fix a typo/mispelling. 2008-09-23 21:50:41 +00:00
x11 Implement bin/rgb/rgb_mkdb.sh to build rgb.db using awk(1) and db(1). 2008-09-05 05:20:39 +00:00
build.sh Remove support for printing "'-x' has been replaced by 'xxxxx'". 2008-08-22 23:41:24 +00:00
BUILDING regen for recent change to examples and objdir advice, 2008-09-24 07:38:04 +00:00
Makefile Improve support for MKXORG!=no to enable builds into external/mit/xorg. 2008-08-28 07:21:49 +00:00
Makefile.inc
UPDATING Add an entry for the "libc lint problem", mostly taken 2008-09-02 07:34:15 +00:00