ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk
r1205
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.
libexec/ 993 (16 years ago) by laffer1: Add a cast to our previous fix.
nrelease/ 1064 (16 years ago) by laffer1: Running md5 and sha256 is rather helpful.
usr.bin/ 1106 (16 years ago) by laffer1: $MidnightBSD$
crypto/ 1108 (16 years ago) by laffer1: $MidnightBSD$
release/ 1111 (16 years ago) by laffer1: We're making progress on transitioning off GNU cpio.
rescue/ 1124 (16 years ago) by laffer1: Remove umapfs
include/ 1125 (16 years ago) by laffer1: Don't install umap filesystem headers.
sbin/ 1142 (16 years ago) by laffer1: Remove umapfs. Sorry :)
share/ 1151 (16 years ago) by laffer1: Oops.. forgot $MidnightBSD$
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
sys/ 1187 (16 years ago) by laffer1: un k&r some of this. remove pc98 bits.
gnu/ 1191 (16 years ago) by laffer1: We've been using bsd tar. I don't see why this is still here.
contrib/ 1195 (16 years ago) by laffer1: This commit was generated by cvs2svn to compensate for changes in r1194, which included commits to RCS files with non-trunk default branches.
bin/ 1198 (16 years ago) by laffer1: Connect mksh to build.
usr.sbin/ 1202 (16 years ago) by laffer1: $MidnightBSD$ Add PAM supoprt to cron. This will allow cron to skip commands by unavailable accounts depending on pam.conf for cron. This only effects personal crontabs and not /etc/crontab. Also fix an issue with $HOME Obtained from FreeBSD.
lib/ 1204 (16 years ago) by laffer1: Obtained from FreeBSD: pam_nologin(8) starts to provide an account management function in addition to the existing authentication function so that sshd(8) can respect nologin(5) while the rest of PAM consumers work as earlier. In turn, sshd(8) starts to use the new account management function in pam_nologin(8) and thus respect nologin(5) even when doing public key authentication with sshd's internal routines (PAM authentication isn't called at all in that case).
etc/ 1205 (16 years ago) by laffer1: Fix sshd issue with nologin.
README 170 (17 years ago) by laffer1: Remove $FreeBSD$
COPYRIGHT 463 (17 years ago) by laffer1: Happy New Year.
Makefile 686 (17 years ago) by laffer1: Oops.. typo
Makefile.inc1 687 (17 years ago) by laffer1: Clean up
ObsoleteFiles.inc 938 (17 years ago) by laffer1: cvsbug was removed, might as well delete the files too.
MAINTAINERS 1092 (16 years ago) by alex: pick up bin
UPDATING 1192 (16 years ago) by laffer1: GNU tar be gone
20 directories and 7 files shown