summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-09-28Better shlib version scanningPer Fogelstrom
1996-09-28Fix the return value of test of getopt. It is documented to returnimp
EOF when there are no more args to process. This happens also to be a trivial difference between FreeBSD and OpenBSD which FreeBSD has right. Shouldn't break anything because EOF is #defined to be -1 on BSD systems.
1996-09-28/dev/vga is not needed anymoreTheo de Raadt
1996-09-28workaround for header bugPer Fogelstrom
1996-09-28mark dlopen() modules with RTLD_DLTheo de Raadt
1996-09-28strings for username are of size UT_NAMESIZETodd C. Miller
1996-09-28sync to new stuffTheo de Raadt
1996-09-28bzzztTheo de Raadt
1996-09-28New fallback alg. added for arc machines. If libxx.so is not found scan for ↵Per Fogelstrom
highest version of libxx.so.n. This is what ldconfig sets as highest. This will make manual linking of libxx.so to libxx.so.n not requiered any more. Also some constructor/shared lib fixes. Relocs is placed in the wrong section though. Hmmm..
1996-09-28hmm.. /etc was perhaps a better placePer Fogelstrom
1996-09-28Apply Niklas align fix. (better than my try)Per Fogelstrom
1996-09-28call global system minphys as wellPer Fogelstrom
1996-09-28the LIST carried out by mget in remglob() no longer follows symbolic linksbitblt
on its temporary file.
1996-09-28if no disklabel, fake the MBR partitions at m/n/o/pTheo de Raadt
1996-09-28ARC machines use kbd mapping too. Small bug in kbd_void.c fixed. (crashed on ↵Per Fogelstrom
other arch's).
1996-09-28..and update it again.Jason Downs
1996-09-28Add floppy filesystem goop.Jason Downs
1996-09-28Add INSTALL floppy filesystem goop.Jason Downs
1996-09-28Allow booting from 2.88mb floppies (in 1.44mb mode), and remove theJason Downs
floppy "wait for filesystem" goop.
1996-09-28document last changeTheo de Raadt
1996-09-28Perl adduser(8) from FreeBSD.Jason Downs
TODO: Hack to accept the same arguments as BSD/OS adduser(8). Add rmuser(8).
1996-09-28Correct spelling, from NetBSD PR#2783, seebs@taniemarie.solon.com.Jason Downs
1996-09-28Add -c flag from FreeBSD.Jason Downs
1996-09-28Bye for now.Jason Downs
1996-09-28strdup() not needed for makefile names.etheisen
1996-09-28Less easily guessed seed. From logdaemon package.Todd C. Miller
1996-09-28skeyprune -- new command to prune commented (zero'd) and crufty skey entries.Todd C. Miller
1996-09-27Synch with pc3 emulPer Fogelstrom
1996-09-27Nicer echo on/off in its own function.Todd C. Miller
1996-09-27OpenBSD changesPer Fogelstrom
1996-09-27more INADDRSZ pedantryTheo de Raadt
1996-09-27Fixed spelling noticed by bitblt. -mojMats O Jansson
1996-09-27Opps, add OpenBSD tag. -mojMats O Jansson
1996-09-27use INADDRSZ, more careful length checkingTheo de Raadt
1996-09-27Allow make obj. -mojMats O Jansson
1996-09-27Make kernel compile even if we are using strange versions of gcc. -mojMats O Jansson
1996-09-27Now use libc version.Todd C. Miller
1996-09-27Now can deal with both MD4 and MD5 s/key's.Todd C. Miller
1996-09-27Do not count on x perms being there for rmaouthdrNiklas Hallqvist
1996-09-27Now can both MD4 and MD5 skey's.Todd C. Miller
1996-09-27Deal with both MD4 and MD5 s/key'sTodd C. Miller
1996-09-27even betterTheo de Raadt
1996-09-27installing people do not have man pages; better usageTheo de Raadt
1996-09-27first pass at explaining the changesTheo de Raadt
1996-09-27make -m also act like -i/-uTheo de Raadt
1996-09-27includes in skey dir get installed too.Todd C. Miller
1996-09-27Prototype db_delete_line().briggs
1996-09-27Format type fix (%d -> %ld) in debugging/DDB printf.briggs
1996-09-27nicer errorsTheo de Raadt
1996-09-27clean & cleandir & obj, should be effective for videomode alwaysNiklas Hallqvist