summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-09-29merge mips back into pmax; by graichenTheo de Raadt
1996-09-29kind of importantTheo de Raadt
1996-09-29clean for mvme68kTheo de Raadt
1996-09-29no stripTheo de Raadt
1996-09-29size correct thingTheo de Raadt
1996-09-29obj traversalTheo de Raadt
1996-09-29libkern before libsaTheo de Raadt
1996-09-29size correct execTheo de Raadt
1996-09-29Fix hostname lookups (improper use of strncpy).dm
1996-09-29Your average one line commit.Jason Downs
1996-09-29Will now work with SHA when it happens.Todd C. Miller
1996-09-29Added support for MD4/MD5 as an argument.Todd C. Miller
1996-09-29You can now cut and paste skey prompt in an xterm to get the key.Todd C. Miller
Also removed broken code.
1996-09-29Document printf addition. From Mark Diekhans (markd@grizzly.com).michaels
1996-09-28A dep line was lostPer Fogelstrom
1996-09-28Need a real fix. Remove workaround...Per Fogelstrom
1996-09-28Build under OpenBSD. Added OpenBSD tags. Cleanup manpage.etheisen
1996-09-28Import of 4.3BSD more.etheisen
1996-09-28Back out last change, getopt on OpenBSD returns -1, not EOFimp
1996-09-28another filePer Fogelstrom
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