ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk
r1709
File (rev) Last Change
 ../
usr.sbin/ 1646 (15 years ago) by laffer1: Remove enterprise.midnightbsd.org ftp server. Add isc and allbsd mirrors.
usr.bin/ 1670 (15 years ago) by laffer1: Correct path to pcc
tools/ 1548 (16 years ago) by laffer1: Remove pcvt
sys/ 1709 (15 years ago) by laffer1: Bring in compatibily hack.
share/ 1644 (15 years ago) by laffer1: tag, remove alpha bits.
secure/ 1594 (15 years ago) by laffer1: Add ssh-vulnkey.
sbin/ 1466 (16 years ago) by laffer1: Don't leak memory #2
rescue/ 1216 (16 years ago) by laffer1: Add chown to rescue. It could be very handy. Remove alpha bits.
release/ 1111 (16 years ago) by laffer1: We're making progress on transitioning off GNU cpio.
nrelease/ 1681 (15 years ago) by laffer1: Switch to glabel version of cdrom device. This should allow more flexability with booting off of USB and SCSI cdroms.
libexec/ 1504 (16 years ago) by ctriv: add mport.query tool.
lib/ 1608 (15 years ago) by laffer1: Add kld_load and kld_isloaded which are wrappers around some of the kld kernel functions. See kld(3)
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.
include/ 1125 (16 years ago) by laffer1: Don't install umap filesystem headers.
gnu/ 1418 (16 years ago) by laffer1: Add some newer OS releases for DF and FBSD.
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
etc/ 1648 (15 years ago) by laffer1: apparently cut and sort are mia in make release as well.
crypto/ 1649 (15 years ago) by archite: Fixing path for X11 binary files in order to allow ssh-add to find the askpass utility.
contrib/ 1643 (15 years ago) by laffer1: We did the same steps for this verison.
bin/ 1702 (15 years ago) by laffer1: use owner name and group name instead of uid and gid. Allow suppresion of the header with -q
UPDATING 1678 (15 years ago) by laffer1: Add atheros wireless NICs to GENERIC
README 170 (17 years ago) by laffer1: Remove $FreeBSD$
ObsoleteFiles.inc 1288 (16 years ago) by laffer1: Remove early.sh
Makefile.inc1 1551 (16 years ago) by laffer1: Fix the dreaded libpthread.a is missing crap with bind. libthr and libpthread are both built now (so sparc64 and i386/amd64 work). Remove pcvt reference since I deleted that last night. Remove some directories that we don't need to go through to speed up the build.
Makefile 686 (17 years ago) by laffer1: Oops.. typo
MAINTAINERS 1433 (16 years ago) by laffer1: alex isn't with us anymore reset this.
COPYRIGHT 1704 (15 years ago) by laffer1: Use correct date syntax for copyrights. I'm not certain on the legality of using the project name there. I've heard mixed things. We'll stick with this until we can find out.
20 directories and 7 files shown