ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk
r1381
File Last Change
 ../
kerberos5/ 6 (18 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r5, which included commits to RCS files with non-trunk default branches.
secure/ 256 (17 years ago) by laffer1: Add $MidnightBSD$ and the netbsd namespace hack.
tools/ 522 (17 years ago) by laffer1: Add option -w to specify graph width. Default width is terminal width. Fix the way the median is calculated. Obtained from FreeBSD 6.1 Release.
nrelease/ 1064 (16 years ago) by laffer1: Running md5 and sha256 is rather helpful.
release/ 1111 (16 years ago) by laffer1: We're making progress on transitioning off GNU cpio.
include/ 1125 (16 years ago) by laffer1: Don't install umap filesystem headers.
games/ 1153 (16 years ago) by laffer1: Forced commit to add: The changes in the randomize_fd.c are pretty simple: Basically in the older algorithm you had to walk thru the whole list element-by-element in order to reach an specific line and print it. This process is rather slow in big lists (big files :)), since it had to go all the way from the head of the list until it reached the element it randomly selected. The new algorithm only changes the way we access the elements, basically after the whole file is loaded up into the linked-list, we create an array of pointers to rand_node pointers, basically we walk over the whole list once (after the whole file is loaded into the list) and map each address into an array position (in the same order they were inserted on the list), after that whenever a random number is selected, we dont need to walk the whole list until we reach it, we simply rand_node_table[selected] it and get it in one move. If the unique option is used, after a rand_node_table[selected] gets visited we set it to NULL and if we reach that same slot afterwards, we simply go back and randomly select another number. Pretty simple. victor loureiro lima
bin/ 1198 (16 years ago) by laffer1: Connect mksh to build.
rescue/ 1216 (16 years ago) by laffer1: Add chown to rescue. It could be very handy. Remove alpha bits.
usr.bin/ 1265 (16 years ago) by ctriv: Add bsdtar tests.
crypto/ 1320 (16 years ago) by laffer1: Ugh... the default for root login was changed during the course of updating this. Disable it in the config file by default for now.
gnu/ 1334 (16 years ago) by laffer1: GCC 3.4.6 part 1 of 2.
contrib/ 1360 (16 years ago) by ctriv: This commit was generated by cvs2svn to compensate for changes in r1359, which included commits to RCS files with non-trunk default branches.
libexec/ 1369 (16 years ago) by ctriv: Exit gracefully if no matching packages where found.
usr.sbin/ 1371 (16 years ago) by laffer1: Make changes for X.org 7.x. Assume users want a full X install.
lib/ 1374 (16 years ago) by laffer1: Correct a timing problem when calling fork() from a process using libpthread (kse)
etc/ 1375 (16 years ago) by laffer1: NTP configuration change. When looking up entires in the resolver quickly, sometimes the same ip is selected as it's cacached briefly. This new configuration fixes that possiblity.
share/ 1377 (16 years ago) by laffer1: Sync with changes since 2002.
sys/ 1379 (16 years ago) by laffer1: Remove the hpfs file system.
sbin/ 1381 (16 years ago) by laffer1: Remove fdisk_pc98
README 170 (17 years ago) by laffer1: Remove $FreeBSD$
Makefile 686 (17 years ago) by laffer1: Oops.. typo
Makefile.inc1 687 (17 years ago) by laffer1: Clean up
MAINTAINERS 1092 (16 years ago) by alex: pick up bin
ObsoleteFiles.inc 1288 (16 years ago) by laffer1: Remove early.sh
UPDATING 1363 (16 years ago) by laffer1: Happy New Year
COPYRIGHT 1363 (16 years ago) by laffer1: Happy New Year
20 directories and 7 files shown