ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk
r1466
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.
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
rescue/ 1216 (16 years ago) by laffer1: Add chown to rescue. It could be very handy. Remove alpha bits.
libexec/ 1369 (16 years ago) by ctriv: Exit gracefully if no matching packages where found.
share/ 1398 (16 years ago) by laffer1: Update HID usage table according to the following: * USB HID Usage Tables, V1.12 * USB Monitor Control Class Specification, V1.0 * USB Usage Tables for HID Power Devices, V1.0 * USB Device Class Definition for Physical Devices, V1.0 * USB HID Point of Sale Usage Tables, V1.02
tools/ 1409 (16 years ago) by laffer1: remove w3 check crap, fix hostnames
usr.sbin/ 1416 (16 years ago) by laffer1: Correct a buffer overflow in ppp command prompt parsing reported on bugtraq. Obtained from OpenBSD.
usr.bin/ 1417 (16 years ago) by laffer1: Add lndir.
gnu/ 1418 (16 years ago) by laffer1: Add some newer OS releases for DF and FBSD.
sys/ 1419 (16 years ago) by laffer1: Fix spurious warnings from neighbor discovery when working with IPv6 over point to point tunnels (gif). This crops up when using one of the many IPV6 tunnel brokers, etc. with MidnightBSD. Obtained from FreeBSD.
etc/ 1436 (16 years ago) by laffer1: Fix typo
lib/ 1442 (16 years ago) by laffer1: Ugh. /* */ ...
crypto/ 1452 (16 years ago) by laffer1: Add new symbols.
contrib/ 1458 (16 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r1457, which included commits to RCS files with non-trunk default branches.
secure/ 1460 (16 years ago) by laffer1: Add sftp-server-main.c which includes the main function for the sftp-server in openssh 4.9p1
bin/ 1461 (16 years ago) by laffer1: Sync with DragonFly. Matt added several features to cpdup including parallel transaction support for remote source or targets. By default, this now compiles with pthreads support. -l was added to force stdout and stderr to be line-buffered. Also, we had to modify the casts for pointer types. It is nice to have amd64 build things since pointers aren't ints :)
sbin/ 1466 (16 years ago) by laffer1: Don't leak memory #2
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
ObsoleteFiles.inc 1288 (16 years ago) by laffer1: Remove early.sh
COPYRIGHT 1363 (16 years ago) by laffer1: Happy New Year
MAINTAINERS 1433 (16 years ago) by laffer1: alex isn't with us anymore reset this.
UPDATING 1462 (16 years ago) by laffer1: Sync updating.
20 directories and 7 files shown