Go to file
atatat 60564f8ed0 Change -a to mean all files, as opposed to just a few more files.
Modify the regex handling so that we can match fortunes in rot13'ed
databases (rot13 the pattern and maintain a second compiled pattern)
and rot13 the rot13'ed fortune before output.

Move the rot13 code to a function since it's now used in three places
instead of just one.

Initialize posfile in one place since it appears to get used without
being initialized when using debugging.

Make a *slight* improvement to the random seeding by squaring the pid
and then xor'ing against the current time, since just xor'ing the time
with the pid will not change if they both advance by one from "odd" to
"even".
2001-08-15 17:25:42 +00:00
bin Print system processes/kernel threads as [kprocname] as top(1) does. 2001-08-07 14:46:09 +00:00
crypto validate certs correctly. sync with kame 2001-08-06 08:17:40 +00:00
dist remove .cvsignore files which got imported inadvertently, as pointet 2001-08-07 08:31:16 +00:00
distrib mention i386 INSTALL_PS2 2001-08-14 20:46:17 +00:00
etc run fsck with "-n -f" instead of just "-n"; recent changes to fsck 2001-08-09 15:30:30 +00:00
games Change -a to mean all files, as opposed to just a few more files. 2001-08-15 17:25:42 +00:00
gnu regenerate. 2001-08-15 02:44:58 +00:00
include #ifdef __STDC__ -> #if __STDC__. 2001-08-04 07:08:55 +00:00
lib need __BEGIN/END_DECLS for use with C++ (Arla). 2001-08-13 09:04:59 +00:00
libexec Correct some comments. 2001-08-14 22:17:48 +00:00
regress On ARM ELF systems, check that the kernel aligns the stack pointer to an 2001-08-06 22:29:57 +00:00
sbin - implement -F; treat provided filesystems as images in regular files 2001-08-15 03:54:53 +00:00
share Speed up PRINTOBJDIR a little by changing it to "${MAKE} -V .OBJDIR" (it 2001-08-14 23:33:43 +00:00
sys fix hf_order_flags. 2001-08-15 15:16:53 +00:00
tools Do a cleandir also before building when a timestamp demands it (not just on 2001-08-14 13:55:57 +00:00
usr.bin invert the meanings of the F_LSYMS field. 2001-08-14 21:26:54 +00:00
usr.sbin call ffs_sb_swap() with ns=1, otherwise dumpfs core dumps on other endian fses 2001-08-15 05:52:28 +00:00
Makefile The final step -- hook src/tools into the main build. If USE_NEW_TOOLCHAIN is 2001-08-14 14:04:35 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Since the new makeinfo is necessary to build grep.info, advertize to install 2001-08-03 14:47:17 +00:00